Home
last modified time | relevance | path

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

1234

/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/libnfc-nci/src/hal/include/
Dnfc_types.h54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… argument
70 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… argument
71 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… argument
86 #define UINT32_TO_FIELD(p, u32) {*(UINT8 *)(p) = (UINT8)(u32); *((UINT8 *)(p)+1) = (UINT8)((u32) >>… argument
96 #define UINT32_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 24); *(p)++ = (UINT8)((u32) >> 16);… argument
104 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + … argument
105 #define BE_STREAM_TO_UINT32(u32, p) {u32 = ((UINT32)(*((p) + 3)) + ((UINT32)(*((p) + 2)) << 8) + ((… argument
114 #define UINT32_TO_BE_FIELD(p, u32) {*(UINT8 *)(p) = (UINT8)((u32) >> 24); *((UINT8 *)(p)+1) = (UIN… argument
/external/valgrind/memcheck/tests/vbit-test/
Dvbits.h42 uint32_t u32; member
56 uint32_t u32; member
/external/google-breakpad/src/processor/
Dbinarystream.cc71 binarystream &binarystream::operator>>(uint32_t &u32) { in operator >>()
110 binarystream &binarystream::operator<<(uint32_t u32) { in operator <<()
Dbinarystream_unittest.cc80 uint32_t u32 = 0; in TEST_F() local
268 uint32_t u32 = 0; in TEST_F() local
360 uint32_t u32 = 0; in TEST_F() local
/external/fio/os/
Dkcompat.h7 #define u32 uint32_t macro
/external/dhcpcd-6.8.2/dbus/
Ddbus-dict.c91 dbus_uint32_t u32; in append_config_value() local
222 dbus_uint32_t u32; in append_config_array() local
/external/google-breakpad/src/common/
Dmd5.h10 typedef uint32_t u32; typedef
/external/autotest/client/deps/glbench/src/
Dmd5.h10 typedef uint32_t u32; typedef
/external/libunwind/src/dwarf/
DGexpr.c129 uint32_t u32; in read_operand() local
201 uint32_t u32; in dwarf_eval_expr() local
/external/autotest/client/profilers/powertop/src/
Dethernet.c39 #define u32 __u32 macro
/external/libpng/contrib/tools/
Dchecksum-icc.c57 # define u32(x) (u16(x) * 65536 + u16(x+2)) in read_one_file() macro
/external/dhcpcd-6.8.2/
Dduid.c59 uint32_t u32; in duid_make() local
Dipv4ll.c47 uint32_t u32; in ipv4ll_make_lease() local
/external/dbus/dbus/
Ddbus-types.h163 dbus_uint32_t u32; /**< as int32 */ member
/external/deqp/framework/common/
DtcuFloat.hpp151 deUint32 u32; in Float() local
169 deUint32 u32 = Float32::convert(*this).bits(); in asFloat() local
/external/libnfc-nci/src/include/
Dbt_types.h222 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… argument
238 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… argument
239 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… argument
253 #define UINT32_TO_FIELD(p, u32) {*(UINT8 *)(p) = (UINT8)(u32); *((UINT8 *)(p)+1) = (UINT8)((u32) >>… argument
262 #define UINT32_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 24); *(p)++ = (UINT8)((u32) >> 16);… argument
270 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + … argument
271 #define BE_STREAM_TO_UINT32(u32, p) {u32 = ((UINT32)(*((p) + 3)) + ((UINT32)(*((p) + 2)) << 8) + ((… argument
279 #define UINT32_TO_BE_FIELD(p, u32) {*(UINT8 *)(p) = (UINT8)((u32) >> 24); *((UINT8 *)(p)+1) = (UIN… argument
/external/elfutils/libelf/
Delf_getarsym.c267 uint32_t (*u32)[n] = file_data; in elf_getarsym() local
/external/v8/test/unittests/base/
Ddivision-by-constant-unittest.cc42 static M32 u32(uint32_t d) { return UnsignedDivisionByConstant<uint32_t>(d); } in u32() function
/external/valgrind/coregrind/m_debuginfo/
Dlzoconf.h392 typedef union { lzo_bytep p; lzo_uint32 u32; } __lzo_pu32_u; member
393 typedef union { void *vp; lzo_bytep bp; lzo_uint u; lzo_uint32 u32; unsigned long l; } lzo_align_t; member
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.h7 typedef uint32_t u32; typedef
/external/wpa_supplicant_8/src/utils/
Dcommon.h81 typedef UINT32 u32; typedef
93 typedef UINT32 u32; typedef
110 typedef uint32_t u32; typedef
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc49 uint32_t u32; in TestGetUint() local
68 uint32_t u32; in TestGetPrefixed() local
/external/dng_sdk/source/
Ddng_stream.cpp530 uint32 u32 [2]; in Get_uint64() member
559 uint32 u32 [2]; in Put_uint64() member
/external/valgrind/none/tests/amd64/
Davx-1.c14 typedef union { UChar u8[32]; UInt u32[8]; } YMM; member

1234