Searched refs:x8u (Results 1 - 6 of 6) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | cpio.c | 63 static unsigned x8u(char *hex) in x8u() function 117 tofree = name = strpad(afd, x8u(toybuf+94), 110); in cpio_main() 127 size = x8u(toybuf+54); in cpio_main() 128 mode = x8u(toybuf+14); in cpio_main() 129 uid = x8u(toybuf+22); in cpio_main() 130 gid = x8u(toybuf+30); in cpio_main() 131 timestamp = x8u(toybuf+46); // unsigned 32 bit, so year 2100 problem in cpio_main() 183 err = mknod(name, mode, dev_makedev(x8u(toybuf+78), x8u(toybuf+86))); in cpio_main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCLinkerOptimizationHint.h | 41 MCLOH_AdrpLdrGot = 0x8u ///< Adrp _v@GOTPAGE -> Ldr _v@GOTPAGEOFF.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 47 MH_BUNDLE = 0x8u, 103 SG_PROTECTED_VERSION_1 = 0x8u, 261 BIND_SYMBOL_FLAGS_NON_WEAK_DEFINITION = 0x8u,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 46 MH_BUNDLE = 0x8u, 102 SG_PROTECTED_VERSION_1 = 0x8u, 257 BIND_SYMBOL_FLAGS_NON_WEAK_DEFINITION = 0x8u,
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
H A D | ngtcp2.h | 987 #define NGTCP2_TRANSPORT_PARAMETER_ERROR 0x8u
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 772 radv_blend_check_commutativity(gfx_level, &blend, eqA, srcA, dstA, 0x8u << (4 * i)); in radv_pipeline_init_blend_state()
|
Completed in 28 milliseconds