HomeSort by relevance Sort by last modified time
    Searched defs:uint32 (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avc_types.h 10 typedef uint32_t uint32; typedef
  /external/opencore/oscl/oscl/config/shared/
osclconfig_limits_typedefs.h 76 typedef unsigned int uint32; typedef
80 typedef unsigned long uint32; typedef
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 71 typedef uint32_t uint32; typedef
  /external/bluetooth/glib/gio/
gfileattribute-priv.h 37 guint32 uint32; member in union:__anon1187::__anon1188
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 30 typedef uint32_t uint32; typedef
  /external/opencore/codecs_v2/standalone_headerfiles/
arbt_types.h 70 #ifndef uint32
71 typedef unsigned long uint32; typedef
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 60 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/
bmpdecoderhelper.h 29 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/
ubcsp.h 48 typedef unsigned int uint32; typedef
sdptool.c 463 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;
    [all...]
  /external/dbus/tools/
dbus-send.c 44 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/dnsmasq/src/
util.c 46 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/webkit/WebCore/platform/
PlatformMouseEvent.h 60 typedef unsigned long int uint32; typedef
153 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 175 typedef unsigned int uint32; typedef
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 30 typedef unsigned int uint32; typedef in namespace:ime_pinyin
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 43 typedef unsigned int uint32; typedef
  /external/stlport/src/
num_get_float.cpp 103 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/bluetooth/bluez/src/
sdpd-request.c 95 uint32_t uint32; member in union:attrid::__anon1125
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/
softfloat.h 57 typedef unsigned int uint32; typedef
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_types.h 56 #ifndef uint32
57 typedef unsigned long int uint32; typedef
93 typedef uint32 Bool32;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 86 #define uint32 u32 macro
  /hardware/msm7k/librpc/rpc/
types.h 84 typedef uint32_t uint32; typedef
281 uint32 low;
282 uint32 high;
297 uint32 low;
298 uint32 high;
325 uint32 padding;
367 bool_t (*send_uint32) (xdr_s_type *xdr, const uint32 *value);
368 bool_t (*send_bytes) (xdr_s_type *xdr, const uint8 *buf, uint32 len);
375 bool_t (*recv_uint32) (xdr_s_type *xdr, uint32 *value);
376 bool_t (*recv_bytes) (xdr_s_type *xdr, uint8 *buf, uint32 len)
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_types.h 58 #ifndef uint32
59 typedef unsigned long int uint32; typedef
114 typedef uint32 Bool32;
313 typedef uint32 EHwRateBitFiled;/* set with EHwBitRate values */
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_types.h 58 #ifndef uint32
59 typedef unsigned long int uint32; typedef
114 typedef uint32 Bool32;
313 typedef uint32 EHwRateBitFiled;/* set with EHwBitRate values */
  /external/genext2fs/
genext2fs.c 280 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 bpdir
    [all...]

Completed in 1403 milliseconds

1 2