Searched refs:xbuf (Results 1 – 8 of 8) sorted by relevance
/third_party/libexif/test/ |
D | test-fuzzer-persistent.c | 112 unsigned char *xbuf; in main() local 141 xbuf = NULL; in main() 142 exif_data_save_data (d, &xbuf, &xbuf_size); in main() 143 free (xbuf); in main() 147 xbuf = NULL; in main() 148 exif_data_save_data (d, &xbuf, &xbuf_size); in main() 149 free (xbuf); in main()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdmainct.c | 141 JSAMPARRAY xbuf; in alloc_funny_pointers() local 158 xbuf = (JSAMPARRAY) in alloc_funny_pointers() 161 xbuf += rgroup; /* want one row group at negative offsets */ in alloc_funny_pointers() 162 main_ptr->xbuffer[0][ci] = xbuf; in alloc_funny_pointers() 163 xbuf += rgroup * (M + 4); in alloc_funny_pointers() 164 main_ptr->xbuffer[1][ci] = xbuf; in alloc_funny_pointers() 222 JSAMPARRAY xbuf; in set_bottom_pointers() local 241 xbuf = main_ptr->xbuffer[main_ptr->whichptr][ci]; in set_bottom_pointers() 243 xbuf[rows_left + i] = xbuf[rows_left - 1]; in set_bottom_pointers()
|
/third_party/mksh/ |
D | edit.c | 934 static char *xbuf; /* beg input buffer */ variable 1269 xbp = xbuf = buf; in x_emacs() 1332 i = xep - xbuf; in x_emacs() 1456 if (xcp == xbuf) { in x_del_back() 1462 } while ((++i < x_arg) && (xcp != xbuf)); in x_del_back() 1544 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete() 1592 if (cp == xbuf) { in x_bword() 1597 while (cp != xbuf && ctype(cp[-1], C_MFS)) { in x_bword() 1601 while (cp != xbuf && !ctype(cp[-1], C_MFS)) { in x_bword() 1635 cp = cp >= xep ? xep : x_bs0(cp, xbuf); in x_goto() [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | postprocessor.c | 176 char xbuf[8]; member 353 char xbuf[XBUF_SIZE + 1]; in post_process_urlencoded() local 391 memcpy (xbuf, pp->xbuf, pp->xbuf_pos); in post_process_urlencoded() 414 memcpy (&xbuf[xoff], &post_data[poff], delta); in post_process_urlencoded() 422 if ((delta > 0) && (xbuf[delta - 1] == '%')) in post_process_urlencoded() 424 else if ((delta > 1) && (xbuf[delta - 2] == '%')) in post_process_urlencoded() 431 memcpy (pp->xbuf, &xbuf[delta], xoff - delta); in post_process_urlencoded() 443 xbuf[xoff] = '\0'; /* 0-terminate in preparation */ in post_process_urlencoded() 444 MHD_unescape_plus (xbuf); in post_process_urlencoded() 445 xoff = MHD_http_unescape (xbuf); in post_process_urlencoded() [all …]
|
/third_party/alsa-lib/src/seq/ |
D | seq_midi_event.c | 596 unsigned char xbuf[4]; in snd_midi_event_decode() local 600 xbuf[0] = cmd; in snd_midi_event_decode() 602 status_event[type].decode(ev, xbuf + 1); in snd_midi_event_decode() 606 status_event[type].decode(ev, xbuf + 0); in snd_midi_event_decode() 613 memcpy(buf, xbuf, qlen); in snd_midi_event_decode()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 196 char xbuf[2048]; in TestDateFormat() local 198 u_austrcpy(xbuf, temp); in TestDateFormat() 200 …r("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat() 213 char xbuf[2048]; in TestDateFormat() local 215 u_austrcpy(xbuf, temp); in TestDateFormat() 217 …AIL: Date Format for french locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 2550 StringBuffer xbuf = new StringBuffer(); in TestCoverage() local 2552 fmt.format(xcal, xbuf, fpos); in TestCoverage() 2554 fmt.parse(xbuf.toString()); in TestCoverage() 2557 xbuf.setLength(0); in TestCoverage() 2559 fmt.format(xcal, xbuf, fpos); in TestCoverage() 2560 Date d2 = fmt.parse(xbuf.toString()); in TestCoverage()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateFormatTest.java | 2466 StringBuffer xbuf = new StringBuffer(); in TestCoverage() local 2468 fmt.format(xcal, xbuf, fpos); in TestCoverage() 2470 fmt.parse(xbuf.toString()); in TestCoverage() 2473 xbuf.setLength(0); in TestCoverage() 2475 fmt.format(xcal, xbuf, fpos); in TestCoverage() 2476 Date d2 = fmt.parse(xbuf.toString()); in TestCoverage()
|