HomeSort by relevance Sort by last modified time
    Searched defs:U32 (Results 1 - 5 of 5) 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 */

Completed in 206 milliseconds