HomeSort by relevance Sort by last modified time
    Searched refs:codep (Results 1 - 8 of 8) 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...]
  /bionic/libc/tzcode/
localtime.c 208 static long detzcode P((const char * codep));
209 static time_t detzcode64 P((const char * codep));
299 detzcode(codep)
300 const char * const codep;
305 result = (codep[0] & 0x80) ? ~0L : 0;
307 result = (result << 8) | (codep[i] & 0xff);
312 detzcode64(codep)
313 const char * const codep;
318 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
320 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...]
  /system/core/libcutils/
tztime.c 172 static long detzcode P((const char * codep));
173 static time_t detzcode64 P((const char * codep));
270 detzcode(codep)
271 const char * const codep;
276 result = (codep[0] & 0x80) ? ~0L : 0;
278 result = (result << 8) | (codep[i] & 0xff);
283 detzcode64(codep)
284 const char * const codep;
289 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
291 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 168 milliseconds