Searched refs:UINT32 (Results 1 - 25 of 49) sorted by relevance

12

/external/giflib/
H A Dconfig.h11 typedef uint32_t UINT32; typedef
H A Dgif_hash.h51 UINT32 HTable[HT_SIZE];
56 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code);
57 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key);
/external/dbus/test/data/valid-messages/
H A Dopposite-endian.message21 TYPE UINT32
22 UINT32 0xfffffff
H A Drecursive-types.message22 TYPE UINT32
/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...]
/external/libffi/src/pa/
H A Dffi.c140 void ffi_prep_args_pa32(UINT32 *stack, extended_cif *ecif, unsigned bytes)
166 *(UINT32 *)(stack - slot) = *(UINT8 *)(*p_argv);
174 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv);
180 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv),
182 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv);
194 debug(3, "Storing UINT32(float) in slot %u\n", slot);
195 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_arg
[all...]
/external/libffi/src/sh64/
H A Dffi.c48 else if (arg->size <= sizeof (UINT32))
87 if (z < sizeof (UINT32))
116 else if (z == sizeof (UINT32) && align == sizeof (UINT32))
129 *(UINT64 *) argp = (UINT64) *(UINT32 *) (*p_argv);
321 tramp[2] = 0xcc000010 | (((UINT32) ffi_closure_SYSV) >> 16) << 10;
322 tramp[3] = 0xc8000010 | (((UINT32) ffi_closure_SYSV) & 0xffff) << 10;
324 tramp[5] = 0xcc000010 | (((UINT32) closure) >> 16) << 10;
325 tramp[6] = 0xc8000010 | (((UINT32) closure) & 0xffff) << 10;
380 if (z < sizeof (UINT32))
[all...]
/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/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/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/libffi/src/
H A Djava_raw_api.c158 *(UINT32*)(raw++) = *(UINT8*) (*args);
174 *(UINT32*)(raw++) = *(UINT16*) (*args);
190 *(UINT32*)(raw++) = *(UINT32*) (*args);
192 (raw++)->uint = *(UINT32*) (*args);
H A Dtypes.c56 FFI_TYPEDEF(uint32, UINT32, FFI_TYPE_UINT32);
/external/libffi/include/
H A Dffi_common.h85 typedef unsigned int UINT32 __attribute__((__mode__(__SI__))); typedef
/external/libvpx/vpx_scale/arm/armv4/
H A Dgen_scalers_armv4.asm53 ; r1 = UINT32 source_width
55 ; r3 = UINT32 dest_width
157 ; r1 = UINT32 dest_pitch
158 ; r2 = UINT32 dest_width
297 ; r1 = UINT32 dest_pitch
298 ; r2 = UINT32 dest_width
451 ; r1 = UINT32 dest_pitch
452 ; r2 = UINT32 dest_width
608 ; r1 = UINT32 dest_pitch
609 ; r2 = UINT32 dest_widt
[all...]
/external/libffi/src/sh/
H A Dffi.c171 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv);
193 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv);
260 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv);
282 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java128 UINT32 (JavaType.INT , WIRETYPE_VARINT ), enum constant in enum:WireFormat.FieldType
/external/libffi/src/cris/
H A Dffi.c109 (unsigned int) (UINT32 *) (stack + uiLocOnStack);
144 *(unsigned int *) argp = (unsigned int) *(UINT32 *) (*p_argv);
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc77 HANDLE_TYPE(UINT32, UInt32);
102 HANDLE_TYPE(UINT32, UInt32);
H A Dextension_set.cc276 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32)
612 HANDLE_TYPE( UINT32, uint32, RepeatedField < uint32>);
654 HANDLE_TYPE(UINT32, uint32, UInt32);
746 HANDLE_TYPE( UINT32, UInt32, uint32);
800 HANDLE_TYPE( UINT32, UInt32, uint32);
1068 HANDLE_TYPE( UINT32, uint32);
1121 HANDLE_TYPE( UINT32, UInt32, uint32);
1154 HANDLE_TYPE( UINT32, UInt32, uint32);
1182 HANDLE_TYPE( UINT32, UInt32, uint32_value);
1247 HANDLE_TYPE( UINT32, UInt3
[all...]
H A Dgenerated_message_reflection.cc233 HANDLE_TYPE(UINT32, uint32);
353 SWAP_ARRAYS(UINT32, uint32);
380 SWAP_VALUES(UINT32, uint32);
441 HANDLE_TYPE(UINT32, uint32);
479 CLEAR_TYPE(UINT32, uint32);
523 HANDLE_TYPE(UINT32, uint32);
569 HANDLE_TYPE(UINT32, uint32);
614 HANDLE_TYPE(UINT32, uint32);
737 DEFINE_PRIMITIVE_ACCESSORS(UInt32, uint32, uint32, UINT32)
/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/libffi/src/mips/
H A Dffi.c152 *(ffi_arg *)argp = *(UINT32 *)(* p_argv);
675 rvalue = (void *)(UINT32)ar[0];
828 rvalue = (void *)(UINT32)ar[0];
894 *(UINT32 *) &avalue[i] = (UINT32) *argp;
/external/libffi/src/m32r/
H A Dffi.c107 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv);

Completed in 347 milliseconds

12