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

/external/giflib/
H A Dconfig.h11 typedef uint32_t UINT32; typedef
/external/libffi/include/
H A Dffi_common.h85 typedef unsigned int UINT32 __attribute__((__mode__(__SI__))); typedef
/external/libvpx/vp8/common/
H A Dtype_aliases.h83 typedef unsigned int UINT32; typedef
/external/dhcpcd/
H A Dshowlease.c17 #define UINT32 (1 << 4) macro
35 { 2, UINT32, "time_offset" },
57 { 24, UINT32, "path_mtu_aging_timeout" },
68 { 35, UINT32, "arp_cache_timeout" },
71 { 38, UINT32, "tcp_keepalive_interval" },
84 { 51, UINT32 | REQUEST, "dhcp_lease_time" },
91 { 58, UINT32 | REQUEST, "dhcp_renewal_time" },
92 { 59, UINT32 | REQUEST, "dhcp_rebinding_time" },
112 { 91, UINT32, "client_last_transaction_time" },
168 if (opt->type & UINT32 || op
[all...]
H A Ddhcp.c44 #define UINT32 (1 << 4) macro
78 { 2, UINT32, "time_offset" },
103 { 24, UINT32, "path_mtu_aging_timeout" },
113 { 35, UINT32, "arp_cache_timeout" },
116 { 38, UINT32, "tcp_keepalive_interval" },
129 { 51, UINT32 | REQUEST, "dhcp_lease_time" },
136 { 58, UINT32 | REQUEST, "dhcp_renewal_time" },
137 { 59, UINT32 | REQUEST, "dhcp_rebinding_time" },
158 { 91, UINT32, "client_last_transaction_time" },
278 if (opt->type & UINT32 || op
[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.java830 UINT32 (JavaType.INT ), enum constant in enum:Descriptors.FieldDescriptor.Type
1013 case UINT32:
/external/jpeg/
H A Djccolor.c305 typedef unsigned long 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/qemu/distrib/jpeg-6b/
H A Djccolor.c398 typedef unsigned long UINT32; typedef
412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
415 UINT32 src0 = *in++;
416 UINT32 src1 = *in++;
417 UINT32 src2 = *in++;
457 const UINT32* in = (const UINT32*)inpt
[all...]
/external/qemu/hw/
H A Dbt-sdp.c781 #define UINT32(val) { \ macro
820 ATTRIBUTE(RECORD_HANDLE, UINT32(0)) /* Filled in later */
822 ATTRIBUTE(RECORD_STATE, UINT32(1))
896 ATTRIBUTE(RECORD_HANDLE, UINT32(0)) /* Filled in later */
898 ATTRIBUTE(RECORD_STATE, UINT32(1))
915 ATTRIBUTE(SVCDB_STATE , UINT32(1))
919 ATTRIBUTE(RECORD_HANDLE, UINT32(0)) /* Filled in later */
921 ATTRIBUTE(RECORD_STATE, UINT32(1))
/external/openssh/
H A Dumac.c82 typedef u_int32_t UINT32; /* 4 byte */ typedef
120 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
127 #define LOAD_UINT32_REVERSED(p) (swap32(*(UINT32 *)(p)))
128 #define STORE_UINT32_REVERSED(p,v) (*(UINT32 *)(p) = swap32(v))
131 static UINT32 LOAD_UINT32_REVERSED(void *ptr)
133 UINT32 temp = *(UINT32 *)ptr;
136 return (UINT32)temp;
140 static void STORE_UINT32_REVERSED(void *ptr, UINT32
[all...]

Completed in 439 milliseconds