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

  /external/toybox/toys/posix/
cpio.c 59 unsigned x8u(char *hex) function
109 tofree = name = strpad(afd, x8u(toybuf+94), 110);
119 size = x8u(toybuf+54);
120 mode = x8u(toybuf+14);
121 uid = x8u(toybuf+30);
122 gid = x8u(toybuf+38);
123 timestamp = x8u(toybuf+46); // unsigned 32 bit, so year 2100 problem
174 err = mknod(name, mode, makedev(x8u(toybuf+62), x8u(toybuf+70)));
  /external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 41 MCLOH_AdrpLdrGot = 0x8u ///< Adrp _v@GOTPAGE -> Ldr _v@GOTPAGEOFF.
  /external/llvm/include/llvm/Support/
MachO.h 45 MH_BUNDLE = 0x8u,
143 SG_PROTECTED_VERSION_1 = 0x8u,
302 BIND_SYMBOL_FLAGS_NON_WEAK_DEFINITION = 0x8u,
    [all...]

Completed in 1150 milliseconds