HomeSort by relevance Sort by last modified time
    Searched defs:UINT32 (Results 1 - 25 of 40) sorted by null

1 2

  /external/giflib/
config.h 11 typedef uint32_t UINT32;
  /external/tpm2/
BaseTypes.h 23 typedef uint32_t UINT32;
tpm_types.h 18 typedef uint32_t UINT32;
32 typedef UINT32 TPM_ALGORITHM_ID;
33 typedef UINT32 TPM_MODIFIER_INDICATOR;
34 typedef UINT32 TPM_AUTHORIZATION_SIZE;
35 typedef UINT32 TPM_PARAMETER_SIZE;
41 typedef UINT32 TPM_GENERATED;
54 typedef UINT32 TPM_RC;
234 typedef UINT32 TPM_CAP;
249 typedef UINT32 TPM_PT;
321 typedef UINT32 TPM_PT_PCR
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 31 typedef unsigned long UINT32;
37 typedef UINT32 UINTPTR;
38 typedef UINT32 TIME_STAMP;
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 31 typedef unsigned long UINT32;
37 typedef UINT32 UINTPTR;
38 typedef UINT32 TIME_STAMP;
  /external/libnfc-nci/src/include/
NfcAdaptation.h 20 #ifndef UINT32
21 typedef unsigned long UINT32;
87 static UINT32 NFCA_TASK (UINT32 arg);
88 static UINT32 Thread (UINT32 arg);
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 39 #define UINT32(exp) static_cast<uint32_t>(exp)
47 #define ROUND_UP_ALIGN_DOWN(value, a) FLOAT(FloorToMultipleOf(UINT32(value + 0.5f), UINT32(a)))
48 #define ROUND_UP_ALIGN_UP(value, a) FLOAT(CeilToMultipleOf(UINT32(value + 0.5f), UINT32(a)))
  /hardware/qcom/display/msmcobalt/sdm/include/utils/
constants.h 39 #define UINT32(exp) static_cast<uint32_t>(exp)
47 #define ROUND_UP_ALIGN_DOWN(value, a) FLOAT(FloorToMultipleOf(UINT32(value + 0.5f), UINT32(a)))
48 #define ROUND_UP_ALIGN_UP(value, a) FLOAT(CeilToMultipleOf(UINT32(value + 0.5f), UINT32(a)))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/src/
_crcfunext.c 46 typedef unsigned int UINT32;
243 UINT32 crc;
246 UINT32* table;
284 UINT32 crc;
287 UINT32* table;
325 UINT32 crc;
328 UINT32* table;
366 UINT32 crc;
369 UINT32* table;
495 (sizeof(UINT32) != 4) || (sizeof(UINT64) != 8)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/src/
_crcfunext.c 39 typedef unsigned int UINT32;
295 UINT32 crc;
298 UINT32* table;
344 UINT32 crc;
347 UINT32* table;
393 UINT32 crc;
396 UINT32* table;
442 UINT32 crc;
445 UINT32* table;
602 (sizeof(UINT32) != 4) || (sizeof(UINT64) != 8)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
forms.js 51 UINT32: 'UINT32',
  /external/dhcpcd-6.8.2/
dhcp-common.h 47 #define UINT32 (1 << 4)
  /external/libchrome/dbus/
message.h 74 UINT32 = DBUS_TYPE_UINT32,
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 128 UINT32 (JavaType.INT , WIRETYPE_VARINT ),
Descriptors.java     [all...]
  /external/vboot_reference/utility/include/
eficompress.h 13 #define UINT32 uint32_t
63 IN UINT32 SrcSize,
65 IN OUT UINT32 *DstSize
72 IN UINT32 SrcSize,
73 OUT UINT32 *DstSize,
74 OUT UINT32 *ScratchSize
81 IN UINT32 SrcSize,
83 IN UINT32 DstSize,
85 IN UINT32 ScratchSize
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 36 typedef unsigned int UINT32,*PUINT32;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages.py 564 UINT32: 32-bit unsigned integer.
578 UINT32 = 13
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 40 typedef UInt32 UINT32;
42 typedef UINT32 ULONG;
45 typedef UINT32 DWORD;
  /system/bt/stack/include/
bt_types.h 35 typedef uint32_t UINT32;
253 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) ); (p) += 3;}
254 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;}
289 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + ((UINT32)(*(p)) << 16)); (p) += 3;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 332 #define MAX_CAP_DATA (MAX_CAP_BUFFER-sizeof(TPM_CAP)-sizeof(UINT32))
362 typedef uint32_t UINT32;
366 typedef UINT32 TPM_ALGORITHM_ID;
367 typedef UINT32 TPM_MODIFIER_INDICATOR;
368 typedef UINT32 TPM_AUTHORIZATION_SIZE;
369 typedef UINT32 TPM_PARAMETER_SIZE;
372 typedef UINT32 TPM_HANDLE;
427 typedef UINT32 TPMA_ALGORITHM;
428 typedef UINT32 TPMA_OBJECT;
431 typedef UINT32 TPMA_PERMANENT
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 

Completed in 2215 milliseconds

1 2