Searched defs:uint32 (Results 1 - 18 of 18) sorted by relevance

/external/opencore/oscl/oscl/config/shared/
H A Dosclconfig_limits_typedefs.h76 typedef unsigned int uint32; typedef
80 typedef unsigned long uint32; typedef
/external/bluetooth/glib/gio/
H A Dgfileattribute-priv.h37 guint32 uint32; member in union:__anon376::__anon377
/external/opencore/codecs_v2/standalone_headerfiles/
H A Darbt_types.h70 #ifndef uint32
71 typedef unsigned long uint32; typedef
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h60 typedef unsigned int uint32; typedef
61 typedef uint32 count_t;
64 typedef unsigned long uint32; typedef
68 typedef unsigned int uint32; typedef
69 typedef uint32 count_t;
73 typedef uint32 flag; /* boolean type */
/external/skia/src/images/
H A Dbmpdecoderhelper.h29 typedef uint32_t uint32; typedef
96 int CalcShiftRight(uint32 mask);
97 int CalcShiftLeft(uint32 mask);
108 uint32 redBits_;
109 uint32 greenBits_;
110 uint32 blueBits_;
/external/bluetooth/bluez/tools/
H A Dubcsp.h48 typedef unsigned int uint32; typedef
H A Dsdptool.c463 indent, indent_spaces, member_name, sdpdata->val.uint32);
466 sdpdata->val.uint32);
598 printf("UINT32 0x%08x\n", data->val.uint32);
873 uint8_t uint32 = SDP_UINT32; local
912 dtdArray[i] = &uint32;
/external/dbus/tools/
H A Ddbus-send.c44 dbus_uint32_t uint32; local
81 uint32 = strtoul (value, NULL, 0);
82 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT32, &uint32);
189 else if (!strcmp (arg, "uint32"))
/external/webkit/WebCore/platform/
H A DPlatformMouseEvent.h60 typedef unsigned long int uint32; typedef
153 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);
/external/dnsmasq/src/
H A Dutil.c46 typedef unsigned int uint32; typedef
48 static uint32 seed[32];
49 static uint32 in[12];
50 static uint32 out[8];
69 uint32 t[12]; uint32 x; uint32 sum = 0;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h43 typedef unsigned int uint32; typedef
/external/bluetooth/bluez/src/
H A Dsdpd-request.c95 uint32_t uint32; member in union:attrid::__anon314
194 bt_put_unaligned(ntohl(bt_get_unaligned((uint32_t *)p)), (uint32_t *)&aid->uint32);
575 uint32_t range = bt_get_unaligned((uint32_t *)&aid->uint32);
/external/qemu/fpu/
H A Dsoftfloat.h57 typedef unsigned int uint32; typedef
/external/stlport/src/
H A Dnum_get_float.cpp103 typedef unsigned long uint32; typedef
109 typedef uint32_t uint32; typedef
344 uint32 guard; /* First guard bit */
408 guard = (uint32) ((value>> 63) & 1 );
413 guard = (uint32) (((value>> lead0)-1) & 1);
431 guard = (uint32) value & 1;
534 uint32_t guard = (uint32) vv.i64 & 1;
610 guard = (uint32) ((vv.i64 >> 63) & 1 );
614 guard = (uint32) (((vv.i64 >> lead0)-1) & 1);
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ralink.h86 #define uint32 u32 macro
/external/genext2fs/
H A Dgenext2fs.c280 typedef unsigned int uint32; typedef
431 static inline uint32
432 swab32(uint32 val)
511 #define udecl32(x) uint32 x;
512 #define utdecl32(x,n) uint32 x[n];
517 uint32 s_reserved[235]; // Reserved
523 uint32 bg_reserved[3];
529 uint32 i_reserved2[2];
568 uint32 bnum;
569 uint32 bpdi
[all...]
/external/webkit/WebCore/bridge/
H A Dnpapi.h146 typedef unsigned int uint32; typedef
148 typedef unsigned long uint32; typedef
210 uint32 end;
211 uint32 lastmodified;
229 uint32 length;
501 uint32 version;
505 uint32 modifierFlags;
515 uint32 modifierFlags;
545 uint32 width; /* Maximum window size */
546 uint32 heigh
[all...]
/external/bluetooth/bluez/include/bluetooth/
H A Dsdp.h489 uint32_t uint32; member in union:sdp_data_struct::__anon296

Completed in 150 milliseconds