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

1 2 3

  /hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
ipc_sta.h 40 S32 IPC_STA_Private_Send(THandle hIpcSta, U32 ioctl_cmd, PVOID bufIn, U32 sizeIn, PVOID bufOut, U32 sizeOut);
41 S32 IPC_STA_Wext_Send(THandle hIpcSta, U32 wext_request_id, PVOID p_iwreq_data, U32 len);
ipc_event.h 39 S32 IpcEvent_EnableEvent(THandle hIpcEvent, U32 event);
40 S32 IpcEvent_DisableEvent(THandle hIpcEvent, U32 event);
os_trans.h 36 TI_BOOL os_sockSend (THandle socket_id, PS8 buffer, U32 bufferSize);
38 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags);
cu_os.h 42 S32 CuOs_GetDriverThreadId(THandle hCuWext, U32* threadid);
49 S32 CuOs_GetCurrentChannel(THandle hCuWext, U32* channel);
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_common.h 35 U32 temp; /* the place of the IE's id and length */
36 U32 unmatchedPacketsCount; /* number of packets didn't match any filter (when the feature was enabled). */
37 U32 matchedPacketsCount[MAX_DATA_FILTERS]; /* number of packets matching each of the filters */
42 U32 temp; /* the place of the IE's id and length */
43 U32 MissedBeacons;
55 S32 CuCommon_SetU32(THandle hCuCommon, U32 PrivateIoctlId, U32 Data);
56 S32 CuCommon_GetU32(THandle hCuCommon, U32 PrivateIoctlId, PU32 pData);
57 S32 CuCommon_SetU16(THandle hCuCommon, U32 PrivateIoctlId, U16 Data);
58 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data)
    [all...]
console.h 65 U32 low_val; /* Low val for range checking */
66 U32 hi_val; /* Hi val for range checking/max length of string */
67 U32 value; /* Value/address of string parameter */
wpa_core.h 56 S32 WpaCore_GetDefaultKey(THandle hWpaCore, U32* pDefaultKeyIndex);
59 S32 WpaCore_SetBssType(THandle hWpaCore, U32 BssType);
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_ostypes.h 13 typedef unsigned long U32,*PU32;
cu_osapi.h 54 typedef unsigned long u32; typedef
79 PVOID os_MemoryCAlloc(U32 Number, U32 Size);
80 PVOID os_MemoryAlloc(U32 Size);
82 PVOID os_memset(PVOID s, U8 c, U32 n);
83 PVOID os_memcpy(PVOID dest, const PVOID src, U32 n);
102 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n);
106 U32 os_strlen(const PS8 s);
109 U32 os_strtoul(const PS8 nptr, PPS8 endptr, S32 base);
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 100 S32 CuCommon_SetU32(THandle hCuCommon, U32 PrivateIoctlId, U32 Data)
105 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U32),
114 S32 CuCommon_GetU32(THandle hCuCommon, U32 PrivateIoctlId, PU32 pData)
120 pData, sizeof(U32));
128 S32 CuCommon_SetU16(THandle hCuCommon, U32 PrivateIoctlId, U16 Data)
142 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data)
157 S32 CuCommon_GetU8(THandle hCuCommon, U32 PrivateIoctlId, PU8 pData)
172 S32 CuCommon_SetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len
    [all...]
cu_cmd.c 86 U32 isDeviceRunning;
98 U32 freq;
437 static U8 CuCmd_Freq2Chan(U32 freq)
439 U32 i;
468 U32 uIndex, uLength;
488 static void CuCmd_xtoa_string (U8* srcBuffer, U32 srcBufferLength, U8* dstString)
490 U32 uIndex;
609 U32 i;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_sta.c 76 U32 i;
144 S32 IPC_STA_Private_Send(THandle hIpcSta, U32 ioctl_cmd, PVOID bufIn, U32 sizeIn,
145 PVOID bufOut, U32 sizeOut)
177 S32 IPC_STA_Wext_Send(THandle hIpcSta, U32 wext_request_id, PVOID p_iwreq_data, U32 len)
osapi.c 196 U32 os_strlen(const PS8 s)
212 PVOID os_MemoryCAlloc(U32 Number, U32 Size)
227 PVOID os_MemoryAlloc(U32 Size)
260 PVOID os_memset(PVOID s, U8 c, U32 n)
274 PVOID os_memcpy(PVOID dest, const PVOID src, U32 n)
313 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n)
368 U32 os_strtoul(const PS8 nptr, PPS8 endptr, S32 base)
os_trans.c 125 TI_BOOL os_sockSend (THandle socket_id, PS8 buffer, U32 bufferSize)
130 result = send( (SOCKET) socket_id, buffer, (U32)bufferSize, 0);
150 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags)
ipc_event.c 128 static VOID IpcEvent_PrintEvent(IpcEvent_Child_t* pIpcEventChild, U32 EventId, TI_UINT8* pData, S32 DataLen)
273 U32 *crossInfo = (U32 *)pData;
311 U32 EventId = 0;
357 EventId = (U32)pEvent->EvParams.uEventType;
637 S32 IpcEvent_EnableEvent(THandle hIpcEvent, U32 event)
654 S32 IpcEvent_DisableEvent(THandle hIpcEvent, U32 event)
  /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;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4_s.s 68 dAboveU32 DN D0.U32
75 dLeftVal0U32 DN D0.U32
76 dLeftVal1U32 DN D1.U32
77 dLeftVal2U32 DN D2.U32
78 dLeftVal3U32 DN D3.U32
82 dLeftValU32 DN D0.U32
84 dSumAboveLeftU32 DN D1.U32
90 dSumLeftValU32 DN D1.U32
96 dSumAboveValU32 DN D1.U32
115 dTmpU32 DN D6.U32
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 99 dOutRow0U32 DN D8.U32
100 dOutRow1U32 DN D9.U32
109 dOut00U32 DN D0.U32
110 dOut01U32 DN D1.U32
111 dOut10U32 DN D2.U32
112 dOut11U32 DN D3.U32
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 84 dResult0 DN 22.U32
85 dResult2 DN 24.U32
86 dResult4 DN 26.U32
87 dResult6 DN 28.U32
omxVCM4P10_InterpolateLuma_s.s 111 dResultH0 DN 22.U32
112 dResultH1 DN 24.U32
113 dResultH2 DN 26.U32
114 dResultH3 DN 28.U32
126 dResultV0 DN 0.U32
127 dResultV1 DN 2.U32
128 dResultV2 DN 4.U32
129 dResultV3 DN 6.U32
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_PredictIntraChroma_8x8_s.S 58 VRSHR.U32 d2,d2,#3
59 VRSHR.U32 d3,d3,#2
60 VRSHR.U32 d1,d1,#2
85 VRSHR.U32 d1,d1,#2
96 VRSHR.U32 d3,d3,#2
  /external/valgrind/main/VEX/priv/
ir_opt.c 902 && e1->Iex.Const.con->Ico.U32
903 == e2->Iex.Const.con->Ico.U32 );
925 && e->Iex.Const.con->Ico.U32 == 0);
1223 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1239 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1445 \/*unsigned*\/ UInt u32; local
    [all...]
  /external/skia/src/views/
SkWidget.cpp 15 SkWidgetView::SkWidgetView(U32 flags) : SkView(flags)
78 SkTextView::SkTextView(U32 flags) : SkView(flags), fInterp(NULL), fDoInterp(false)
209 SkSliderView::SkSliderView(U32 flags) : SkWidgetView(flags)
  /frameworks/rs/cpp/
RenderScript.h 79 Element *U32;
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 622 typedef unsigned int U32;

Completed in 3258 milliseconds

1 2 3