HomeSort by relevance Sort by last modified time
    Searched defs:U32 (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_ostypes.h 13 typedef unsigned long U32,*PU32;
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_ostypes.h 13 typedef unsigned long U32,*PU32;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 46 typedef unsigned long U32;
52 static U32 read_U32(FILE *fLog)
54 U32 data;
55 fread(&data, sizeof(U32), 1, fLog);
68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation;
70 U32 sending, multiple, frame, size;
138 (time_correction && ulData0 < MIN_DELTA + (U32) (-time_correction)))
147 ulData0 = ulData0 + (U32) time_correction;
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 622 typedef unsigned int U32;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.h 50 typedef unsigned long U32;
73 U32 low_val; /* Low val for range checking */
74 U32 hi_val; /* Hi val for range checking/max length of string */
75 U32 value; /* Value/address of string parameter */
  /dalvik/libcore/luni/src/main/native/
hycomp.h 304 #define U32(x) ((U_32) (x))
346 #define LU32(x) U32((x))
366 #define HIGH_WORD(x) U16(U32((x)) >> 16)
367 #define LOW_WORD(x) U16(U32((x)) & 0xFFFF)
368 #define LOW_BIT(o) (U32((o)) & 1)
369 #define LOW_2_BITS(o) (U32((o)) & 3)
370 #define LOW_3_BITS(o) (U32((o)) & 7)
371 #define LOW_4_BITS(o) (U32((o)) & 15)
372 #define MAKE_32(h, l) ((U32((h)) << 16) | U32((l))
    [all...]

Completed in 89 milliseconds