/external/opencv3/3rdparty/libtiff/ |
tif_lzw.c | 369 code_t *codep, *free_entp, *maxcodep, *oldcodep; local 386 codep = sp->dec_codep; 387 residue = codep->length - sp->dec_restart; 397 codep = codep->next; 398 } while (--residue > occ && codep); 399 if (codep) { 402 *--tp = codep->value; 403 codep = codep->next 593 code_t *codep, *free_entp, *maxcodep, *oldcodep; local [all...] |
/external/pdfium/third_party/libtiff/ |
tif_lzw.c | 372 code_t *codep, *free_entp, *maxcodep, *oldcodep; local 389 codep = sp->dec_codep; 390 residue = codep->length - sp->dec_restart; 400 codep = codep->next; 401 } while (--residue > occ && codep); 402 if (codep) { 405 *--tp = codep->value; 406 codep = codep->next 598 code_t *codep, *free_entp, *maxcodep, *oldcodep; local [all...] |
/external/elfutils/libdw/ |
dwarf_child.c | 44 unsigned int *codep, unsigned int *formp) 84 if (codep != NULL) 85 *codep = attr_name; 108 if (codep != NULL) 109 *codep = INVALID;
|
libdwP.h | 532 unsigned int *codep,
|
/toolchain/binutils/binutils-2.25/opcodes/ |
i386-dis.c | 3069 static unsigned char *codep; variable [all...] |
ChangeLog-2009 | 258 * i386-dis.c (get_vex_imm8): Do not increment codep. 260 has already forwarded the codep pointer. 261 (OP_EX_VexW): Increment codep to skip mod/rm byte. [all...] |
/external/elfutils/libcpu/ |
i386_disasm.c | 396 const uint8_t *codep = data; local 400 if (data > begin && codep[-1] == *curr && clen > 0) 417 if (*codep++ != *curr++) 421 if (codep == end && avail > 0) 427 uint_fast8_t masked = *codep++ & *curr++; 438 if (codep == end && avail > 0) 483 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep), 590 param_start = codep; 593 uint_fast8_t modrm = codep[-1]; 613 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5) [all...] |
/external/libvorbis/lib/ |
sharedbook.c | 341 ogg_uint32_t **codep=alloca(sizeof(*codep)*n); local 347 codep[i]=codes+i; 350 qsort(codep,n,sizeof(*codep),sort32a); 356 int position=codep[i]-codes;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
encodingstest.cpp | 266 static unsigned inline decode(unsigned* state, unsigned* codep, unsigned byte) {
269 *codep = (*state != UTF8_ACCEPT) ?
270 (byte & 0x3fu) | (*codep << 6) :
|
/bionic/libc/tzcode/ |
localtime.c | 217 detzcode(const char *const codep) 226 result = codep[0] & 0x7f; 228 result = (result << 8) | (codep[i] & 0xff); 230 if (codep[0] & 0x80) { 240 detzcode64(const char *const codep) 249 result = codep[0] & 0x7f; 251 result = (result << 8) | (codep[i] & 0xff); 253 if (codep[0] & 0x80) { [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
localtime.c | 133 static int_fast32_t detzcode(const char * codep); 134 static int_fast64_t detzcode64(const char * codep); 228 detzcode(const char *const codep) 233 result = (codep[0] & 0x80) ? -1 : 0; 235 result = (result << 8) | (codep[i] & 0xff); 240 detzcode64(const char *const codep) 245 result = (codep[0] & 0x80) ? -1 : 0; 247 result = (result << 8) | (codep[i] & 0xff); [all...] |
/external/iproute2/ip/ |
ipxfrm.c | 1228 char *codep = NULL; local 1294 codep = *argv; 1353 if (typep || codep) { [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
misctest.cpp | 56 static unsigned inline decode(unsigned* state, unsigned* codep, unsigned byte) {
59 *codep = (*state != UTF8_ACCEPT) ?
60 (byte & 0x3fu) | (*codep << 6) :
[all...] |
/external/skia/platform_tools/android/bin/linux/ |
perfhost | |