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

1 2

  /external/giflib/
config.h 11 typedef uint32_t UINT32;
gif_hash.h 51 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/
opposite-endian.message 21 TYPE UINT32
22 UINT32 0xfffffff
recursive-types.message 17 # first dict entry is an array of array of uint32
22 TYPE UINT32
  /external/openssh/
umac.c 82 typedef u_int32_t UINT32; /* 4 byte */
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 x
    [all...]
  /external/libffi/src/pa/
ffi.c 140 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_argv)
    [all...]
  /external/libffi/src/sh64/
ffi.c 48 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...]
  /device/moto/stingray/recovery/
masterclear_bp.h 63 typedef unsigned int UINT32; /**< Unsigned 32 bit integer */
121 UINT32 length; /**< Data Length of Request */
137 UINT32 length; /**< Data Length of Response */
masterclear_bp.c 154 BOOL CMD_ENGINE_read(UINT32 bytes_to_read, UINT8 *data)
157 UINT32 total_bytes_read = 0;
158 UINT32 bytes_read = 0;
200 BOOL CMD_ENGINE_write(UINT32 bytes_to_write, UINT8 *data)
203 UINT32 bytes_wrote = 0;
  /external/jpeg/
jccolor.c 305 typedef unsigned long UINT32;
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*)inptr
    [all...]
  /external/libvpx/vp8/common/
type_aliases.h 83 typedef unsigned int UINT32;
  /external/dhcpcd/
showlease.c 17 #define UINT32 (1 << 4)
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 || opt->type & IPV4
    [all...]
dhcp.c 44 #define UINT32 (1 << 4)
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 || opt->type & IPV4
    [all...]
  /external/qemu/distrib/jpeg-6b/
jccolor.c 398 typedef unsigned long UINT32;
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*)inptr
    [all...]
  /external/libffi/src/
java_raw_api.c 158 *(UINT32*)(raw++) = *(UINT8*) (*args);
174 *(UINT32*)(raw++) = *(UINT16*) (*args);
190 *(UINT32*)(raw++) = *(UINT32*) (*args);
192 (raw++)->uint = *(UINT32*) (*args);
types.c 56 FFI_TYPEDEF(uint32, UINT32, FFI_TYPE_UINT32);
  /external/libffi/include/
ffi_common.h 85 typedef unsigned int UINT32 __attribute__((__mode__(__SI__)));
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 53 ; 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/
ffi.c 171 *(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/
WireFormat.java 128 UINT32 (JavaType.INT , WIRETYPE_VARINT ),
  /external/libffi/src/cris/
ffi.c 109 (unsigned int) (UINT32 *) (stack + uiLocOnStack);
144 *(unsigned int *) argp = (unsigned int) *(UINT32 *) (*p_argv);
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 77 HANDLE_TYPE(UINT32, UInt32);
102 HANDLE_TYPE(UINT32, UInt32);
extension_set.cc 276 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32)
612 HANDLE_TYPE( UINT32, uint32, RepeatedField < uint32>);
654 HANDLE_TYPE(UINT32, uint32, UInt32);
706 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input
    [all...]
  /external/qemu/hw/
bt-sdp.c 781 #define UINT32(val) { \
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/
ffi.c 152 *(ffi_arg *)argp = *(UINT32 *)(* p_argv);
675 rvalue = (void *)(UINT32)ar[0];
828 rvalue = (void *)(UINT32)ar[0];
894 *(UINT32 *) &avalue[i] = (UINT32) *argp;

Completed in 3361 milliseconds

1 2