HomeSort by relevance Sort by last modified time
    Searched refs:codep (Results 1 - 9 of 9) sorted by null

  /external/elfutils/libdw/
dwarf_child.c 65 unsigned int *codep, unsigned int *formp)
117 if (codep != NULL)
118 *codep = attr_name;
142 if (codep != NULL)
143 *codep = INVALID;
libdwP.h 390 unsigned int *codep,
  /external/qemu/
i386-dis.c 1575 static unsigned char *codep; variable
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 384 const uint8_t *codep = data; local
388 if (data > begin && codep[-1] == curr[1] && curr[0] == 0xff)
405 uint_fast8_t masked = *codep++ & *curr++;
415 if (codep == end && avail > 0)
460 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep),
567 param_start = codep;
570 uint_fast8_t modrm = codep[-1];
590 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5))
794 if ((codep[-1] & 0xc0) != 0xc0)
817 if ((codep[-1] & 0xc0) != 0xc0
    [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;
  /external/libppp/src/
fsm.c 1048 const struct fsmcodedesc *codep; local
1079 codep = FsmCodes + lh.code - 1;
1080 if (lh.id != fp->reqid && codep->check_reqid &&
1083 fp->link->name, codep->name, lh.id, fp->reqid);
1088 fp->link->name, codep->name, lh.id, State2Nam(fp->state));
1090 if (codep->inc_reqid && (lh.id == fp->reqid ||
1091 (!Enabled(fp->bundle, OPT_IDCHECK) && codep->check_reqid)))
1094 (*codep->recv)(fp, &lh, bp);
  /bionic/libc/tzcode/
localtime.c 203 static long detzcode P((const char * codep));
204 static time_t detzcode64 P((const char * codep));
294 detzcode(codep)
295 const char * const codep;
300 result = (codep[0] & 0x80) ? ~0L : 0;
302 result = (result << 8) | (codep[i] & 0xff);
307 detzcode64(codep)
308 const char * const codep;
313 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
315 result = result * 256 + (codep[i] & 0xff)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 139 static long detzcode(const char * codep);
140 static time_t detzcode64(const char * codep);
231 detzcode(codep)
232 const char * const codep;
237 result = (codep[0] & 0x80) ? ~0L : 0;
239 result = (result << 8) | (codep[i] & 0xff);
244 detzcode64(codep)
245 const char * const codep;
250 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
252 result = result * 256 + (codep[i] & 0xff)
    [all...]
  /external/iproute2/ip/
ipxfrm.c 1086 char *codep = NULL; local
1151 codep = *argv;
1186 if (typep || codep) {

Completed in 710 milliseconds