Home
last modified time | relevance | path

Searched refs:xbuf (Results 1 – 5 of 5) sorted by relevance

/external/jpeg/
Djdmainct.c166 JSAMPARRAY xbuf; in alloc_funny_pointers() local
183 xbuf = (JSAMPARRAY) in alloc_funny_pointers()
186 xbuf += rgroup; /* want one row group at negative offsets */ in alloc_funny_pointers()
187 main->xbuffer[0][ci] = xbuf; in alloc_funny_pointers()
188 xbuf += rgroup * (M + 4); in alloc_funny_pointers()
189 main->xbuffer[1][ci] = xbuf; in alloc_funny_pointers()
275 JSAMPARRAY xbuf; in set_bottom_pointers() local
294 xbuf = main->xbuffer[main->whichptr][ci]; in set_bottom_pointers()
296 xbuf[rows_left + i] = xbuf[rows_left-1]; in set_bottom_pointers()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1159 vchar_t *xbuf = NULL; local
1165 xbuf = vmalloc(len);
1166 if (xbuf == NULL) {
1172 (unsigned char *) xbuf->v, rsa, pad);
1175 vfree(xbuf);
1179 error = memcmp(src->v, xbuf->v, src->l);
1180 vfree(xbuf);
/external/icu4c/test/cintltst/
Dcdattst.c175 char xbuf[2048]; in TestDateFormat() local
177 u_austrcpy(xbuf, temp); in TestDateFormat()
179 …r("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat()
/external/chromium/third_party/icu/source/test/cintltst/
Dcdattst.c175 char xbuf[2048]; in TestDateFormat() local
177 u_austrcpy(xbuf, temp); in TestDateFormat()
179 …r("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat()
/external/libpcap/
Dgencode.c365 const char * volatile xbuf = buf; in pcap_compile() local
387 lex_init(xbuf ? xbuf : ""); in pcap_compile()