Searched defs:UINT32 (Results 1 - 14 of 14) sorted by relevance

/external/giflib/
H A Dconfig.h11 typedef uint32_t UINT32; typedef
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h31 typedef unsigned long UINT32; typedef
37 typedef UINT32 UINTPTR;
38 typedef UINT32 TIME_STAMP;
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h31 typedef unsigned long UINT32; typedef
37 typedef UINT32 UINTPTR;
38 typedef UINT32 TIME_STAMP;
/external/libnfc-nci/src/include/
H A DNfcAdaptation.h20 #ifndef UINT32
21 typedef unsigned long UINT32; typedef
87 static UINT32 NFCA_TASK (UINT32 arg);
88 static UINT32 Thread (UINT32 arg);
/external/dhcpcd/
H A Dshowlease.c19 #define UINT32 (1 << 4) macro
37 { 2, UINT32, "time_offset" },
59 { 24, UINT32, "path_mtu_aging_timeout" },
70 { 35, UINT32, "arp_cache_timeout" },
73 { 38, UINT32, "tcp_keepalive_interval" },
86 { 51, UINT32 | REQUEST, "dhcp_lease_time" },
93 { 58, UINT32 | REQUEST, "dhcp_renewal_time" },
94 { 59, UINT32 | REQUEST, "dhcp_rebinding_time" },
114 { 91, UINT32, "client_last_transaction_time" },
170 if (opt->type & UINT32 || op
[all...]
H A Ddhcp.c44 #define UINT32 (1 << 4) macro
79 { 2, UINT32, "time_offset" },
104 { 24, UINT32, "path_mtu_aging_timeout" },
114 { 35, UINT32, "arp_cache_timeout" },
117 { 38, UINT32, "tcp_keepalive_interval" },
130 { 51, UINT32 | REQUEST, "dhcp_lease_time" },
137 { 58, UINT32 | REQUEST, "dhcp_renewal_time" },
138 { 59, UINT32 | REQUEST, "dhcp_rebinding_time" },
159 { 91, UINT32, "client_last_transaction_time" },
280 if (opt->type & (UINT32 | IPV
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java128 UINT32 (JavaType.INT , WIRETYPE_VARINT ), enum constant in enum:WireFormat.FieldType
H A DDescriptors.java1032 UINT32 (JavaType.INT ), enum constant in enum:Descriptors.FieldDescriptor.Type
1236 case UINT32:
/external/vboot_reference/utility/include/
H A Deficompress.h13 #define UINT32 uint32_t macro
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
/external/jpeg/
H A Djccolor.c305 typedef unsigned int UINT32; typedef
319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
322 UINT32 src0 = *in++;
323 UINT32 src1 = *in++;
324 UINT32 src2 = *in++;
364 const UINT32* in = (const UINT32*)inpt
[all...]
/external/lzma/CPP/Common/
H A DMyWindows.h33 typedef UInt32 UINT32; typedef
35 typedef UINT32 ULONG;
38 typedef UINT32 DWORD;
/external/openssh/
H A Dumac.c98 typedef u_int32_t UINT32; /* 4 byte */ typedef
136 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
254 UINT32 align;
259 *(UINT32 *)t.tmp_nonce_lo = ((const UINT32 *)nonce)[1];
262 if ( (((UINT32 *)t.tmp_nonce_lo)[0] != ((UINT32 *)pc->nonce)[1]) ||
263 (((const UINT32 *)nonce)[0] != ((UINT32 *)p
[all...]
/external/v8/src/
H A Ddeoptimizer.h779 UINT32, enumerator in enum:v8::internal::BASE_EMBEDDED::SlotRepresentation
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 949 milliseconds