/third_party/boost/boost/polygon/detail/ |
D | voronoi_ctypes.hpp | 489 const uint32* c2, std::size_t sz2) { in add() argument 490 if (sz1 < sz2) { in add() 491 add(c2, sz2, c1, sz1); in add() 496 for (std::size_t i = 0; i < sz2; ++i) { in add() 501 for (std::size_t i = sz2; i < sz1; ++i) { in add() 513 const uint32* c2, std::size_t sz2, in dif() argument 515 if (sz1 < sz2) { in dif() 516 dif(c2, sz2, c1, sz1, true); in dif() 519 } else if ((sz1 == sz2) && !rec) { in dif() 536 sz2 = sz1; in dif() [all …]
|
/third_party/iowow/src/rdb/ |
D | iwrdb.c | 212 ssize_t sz2; in iwrdb_patch() local 228 sz2 = MIN(len, db->end - off); in iwrdb_patch() 229 rc = iwp_pwrite(db->fh, off, rp, sz2, &sz); in iwrdb_patch() 247 ssize_t sz2; in iwrdb_read() local 267 sz2 = MIN(len, db->end - off); in iwrdb_read() 268 rc = iwp_pread(db->fh, off, wp, sz2, &sz); in iwrdb_read()
|
/third_party/boost/libs/dll/test/ |
D | shared_library_get_symbol_test.cpp | 38 boost::function<say_hello_func> sz2 in refcountable_test() local 41 sz2(); in refcountable_test() 42 sz2(); in refcountable_test() 43 sz2(); in refcountable_test()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/ |
D | makeconv.cpp | 115 uint32_t sz2; in writeConverterData() local 160 sz2 = udata_finish(mem, status); in writeConverterData() 161 if(size != sz2) in writeConverterData() 163 …fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)si… in writeConverterData() 168 printf("- Wrote %u bytes to the udata.\n", (int)sz2); in writeConverterData()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
D | makeconv.cpp | 115 uint32_t sz2; in writeConverterData() local 160 sz2 = udata_finish(mem, status); in writeConverterData() 161 if(size != sz2) in writeConverterData() 163 …fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)si… in writeConverterData() 168 printf("- Wrote %u bytes to the udata.\n", (int)sz2); in writeConverterData()
|
/third_party/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 115 uint32_t sz2; in writeConverterData() local 160 sz2 = udata_finish(mem, status); in writeConverterData() 161 if(size != sz2) in writeConverterData() 163 …fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)si… in writeConverterData() 168 printf("- Wrote %u bytes to the udata.\n", (int)sz2); in writeConverterData()
|
/third_party/iowow/src/log/ |
D | iwlog.c | 313 size_t sz, sz2; in _default_logfn() local 373 sz2 = snprintf((char *) tbuf + sz + 1, 4, "%03d", (int)(ts % 1000)); in _default_logfn() 374 if (sz2 > 3) { in _default_logfn()
|
/third_party/boost/libs/xpressive/perf/ |
D | time_static_xpressive.cpp | 27 char const * sz2 = "([[:digit:]]{4}[- ]){3}[[:digit:]]{3,4}"; variable 116 rxmap[ sz2 ] = rx2; in map_init()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9dsp_init_16bpp_arm_template.c | 112 #define init_copy_avg(idx, sz1, sz2) \ in vp9dsp_mc_init_arm() argument 113 init_fpel(idx, 0, sz2, copy, ); \ in vp9dsp_mc_init_arm()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9dsp_init_16bpp_aarch64_template.c | 120 #define init_copy_avg(idx, sz1, sz2) \ in vp9dsp_mc_init_aarch64() argument 121 init_copy(idx, sz2, _neon); \ in vp9dsp_mc_init_aarch64()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_debug.c | 552 unsigned sz2 = util_logbase2(sz); in lp_debug_draw_bins_by_cmd_length() local 553 debug_printf("%c", bits[MIN2(sz2,32)]); in lp_debug_draw_bins_by_cmd_length()
|
/third_party/ejdb/src/jbl/ |
D | jbl.c | 2211 size_t sz1, sz2; in _jbl_compare_nodes() local 2215 jbi_ftoa(n2->vf64, b2, &sz2); in _jbl_compare_nodes() 2216 return iwafcmp(b1, sz1, b2, sz2); in _jbl_compare_nodes()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 46994 if( iFree2+sz2 > usableSize ) return SQLITE_CORRUPT_PAGE(pPage); 46995 memmove(&data[iFree+sz+sz2], &data[iFree+sz], iFree2-(iFree+sz)); 46996 sz += sz2; 47856 if( iFree2+sz2 > usableSize ) return SQLITE_CORRUPT_PAGE(pPage); 47857 memmove(&data[iFree+sz+sz2], &data[iFree+sz], iFree2-(iFree+sz)); 47858 sz += sz2; 49090 if( iFree2+sz2 > usableSize ) return SQLITE_CORRUPT_PAGE(pPage); 49091 memmove(&data[iFree+sz+sz2], &data[iFree+sz], iFree2-(iFree+sz)); 49092 sz += sz2;
|
/third_party/sqlite/src/ |
D | sqlite3.c | 67297 int sz2 = 0; 67305 sz2 = get2byte(&data[iFree2+2]); 67306 if( iFree2+sz2 > usableSize ) return SQLITE_CORRUPT_PAGE(pPage); 67307 memmove(&data[iFree+sz+sz2], &data[iFree+sz], iFree2-(iFree+sz)); 67308 sz += sz2; 67319 else if( pc<iFree2 ){ put2byte(pAddr, pc+sz2); }
|