Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 25 of 169) sorted by relevance

1234567

/external/epid-sdk/epid/common/src/
Dendian_convert.h30 #define ntohl(u32) \ argument
39 #define htonl(u32) \ argument
/external/neven/FaceRecEm/common/src/b_FDSDK/
DTypes.h39 typedef unsigned int u32; typedef
44 typedef unsigned long u32; typedef
49 typedef unsigned int u32; typedef
/external/libchrome/base/
Dbig_endian_unittest.cc20 uint32_t u32; in TEST() local
50 uint32_t u32; in TEST() local
95 uint32_t u32 = 0; in TEST() local
/external/google-breakpad/src/processor/
Dbinarystream.cc71 binarystream &binarystream::operator>>(uint32_t &u32) { in operator >>()
110 binarystream &binarystream::operator<<(uint32_t u32) { in operator <<()
/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc152 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
216 Label u8(this), u16(this), u32(this), other(this); in TF_BUILTIN() local
276 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
354 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
451 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in BINOP_BUILTIN() local
/external/autotest/client/deps/glbench/src/
Dmd5.h10 typedef uint32_t u32; typedef
/external/google-breakpad/src/common/
Dmd5.h10 typedef uint32_t u32; typedef
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp699 Integer u32(32, false); in TEST() local
722 Integer u32(32, false); in TEST() local
747 Integer u32(32, false); in TEST() local
774 Integer u32(32, false); in TEST() local
850 Integer u32(32, false); in TEST() local
873 Integer u32(32, false); in TEST() local
921 Integer u32(32, false); in TEST() local
1083 Integer u32(32, false); in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp701 Integer u32(32, false); in TEST() local
724 Integer u32(32, false); in TEST() local
749 Integer u32(32, false); in TEST() local
776 Integer u32(32, false); in TEST() local
852 Integer u32(32, false); in TEST() local
875 Integer u32(32, false); in TEST() local
923 Integer u32(32, false); in TEST() local
1085 Integer u32(32, false); in TEST() local
/external/u-boot/include/
Duboot_aes.h13 typedef unsigned int u32; typedef
/external/u-boot/board/synopsys/hsdk/
Denv-lib.c100 bool (*cpu_used)(u32)) in env_validate_core()
196 bool (*cpu_used)(u32)) in envs_read_validate_core()
219 bool (*cpu_used)(u32)) in envs_process_and_validate()
/external/autotest/client/profilers/powertop/src/
Dethernet.c39 #define u32 __u32 macro
/external/openssh/
Drijndael.h38 typedef unsigned int u32; typedef
/external/u-boot/tools/omap/
Dclocks_get_m_n.c13 typedef unsigned int u32; typedef
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_fuzz.c43 u_int32_t u32; in attempt_parse_blob() local
/external/libpng/contrib/tools/
Dchecksum-icc.c57 # define u32(x) (u16(x) * 65536 + u16(x+2)) in read_one_file() macro
/external/libyuv/files/unit_test/
Dbasictypes_test.cc32 uint32 u32 = 1u; in TEST_F() local
/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.java27 …public long u32() { int o = __offset(14); return o != 0 ? (long)bb.getInt(o + bb_pos) & 0xFFFFFFFF… in u32() method in TypeAliases
28 …public boolean mutateU32(long u32) { int o = __offset(14); if (o != 0) { bb.putInt(o + bb_pos, (in… in mutateU32()
54 long u32, in createTypeAliases()
83 …public static void addU32(FlatBufferBuilder builder, long u32) { builder.addInt(5, (int)u32, (int)… in addU32()
/external/u-boot/arch/mips/lib/
Dreloc.c69 uint32_t u32; in apply_reloc() local
/external/u-boot/arch/arc/include/asm/
Dtypes.h40 typedef unsigned int u32; typedef
/external/u-boot/arch/nios2/include/asm/
Dtypes.h45 typedef unsigned int u32; typedef
/external/u-boot/arch/xtensa/include/asm/
Dtypes.h42 typedef unsigned int u32; typedef
/external/u-boot/arch/microblaze/include/asm/
Dtypes.h45 typedef unsigned int u32; typedef
/external/u-boot/arch/sh/include/asm/
Dtypes.h46 typedef unsigned int u32; typedef
/external/u-boot/arch/riscv/include/asm/
Dtypes.h48 typedef unsigned int u32; typedef

1234567