| /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;
 
 | 
| /external/iproute2/ip/ | 
| ipxfrm.c | 1228 	char *codep = NULL;  local 1294 			codep = *argv;
 1353 	if (typep || codep) {
 [all...]
 | 
| /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/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...]
 | 
| /toolchain/binutils/binutils-2.25/opcodes/ | 
| i386-dis.c | 3069 static unsigned char *codep;  variable [all...]
 | 
| /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/ | 
| netty-codec-http-4.1.0.CR3.jar |  |