HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 201 - 225 of 809) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 79 UINT16 beaconInterval; /**< Beacon interval of this AP */
80 UINT16 capabilities; /**< capabilities of this AP */
84 UINT16 bufferLength; /**< length of rest of beacon (or probe response) buffer */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr.h 115 UINT16 autoModeInterval; /**<
119 UINT16 autoModeActiveTH; /**< Threshold (in Bytes) for moving to Active mode */
120 UINT16 autoModeDozeTH; /**<
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/
TNETW_Driver_api.h 63 void TnetwDrv_GetInitParams (TI_HANDLE hTnetwDrv, UINT8 *pcommand, UINT16 *OutBufLen);
94 UINT16 aLength, /* MSDU length from first byte of MAC */
98 UINT16 aMaxTransmitRate,/* A bit mask that specifies the initial */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeApi.h 137 Rx_attr_t* pRxAttr, UINT8* frame, UINT16 frameLength );
181 TI_STATUS mlme_reportAuthStatus(TI_HANDLE hMlme, UINT16 status);
183 TI_STATUS mlme_reportAssocStatus(TI_HANDLE hMlme, UINT16 status);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
keyDeriveWep.c 126 key.encLen = (UINT16)pEncodedKey->keyLen;
164 key.encLen = (UINT16)pKeyDerive->key.keyLen;
205 key.encLen = (UINT16)pEncodedKey->keyLen;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
Ethernet.h 50 UINT16 TypeLength;
60 UINT16 Length;
65 UINT16 Type;
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h 749 uint16 CurrentVbat; /* VBat */
    [all...]
public_commands.h 103 typedef uint16 Command_e;
151 typedef uint16 CommandStatus_e;
370 uint16 scanOptions; /* This bitwise field indicates the scan options. */
495 uint16 bssIdH; /* 16 MSBits of BSSID of the AP to scan for.*/
613 uint16 bssIdH; /* This field indicates the 16 MSBits of the MAC*/
616 uint16 beaconInterval;/* This field specifies the time between target */
    [all...]
public_descriptors.h 101 uint16 length; /* Length of packet in words, including descriptor+header+data */
107 uint16 lifeTime; /* Max delay in TUs until transmission. The last device time the
109 uint16 txAttr; /* Bitwise fields - see TX_ATTR... definitions above. */
124 uint16 mediumUsage; /* Total air access duration including all retrys and overheads.*/
242 uint16 length; /* Length of payload (including headers)*/
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 99 uint16 iL;
100 uint16 sizeL = ptrA->arrE.sizeE;
119 uint16 bts_Flt16Vec_maxAbs( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA )
121 uint16 iL;
122 uint16 sizeL = ptrA->arrE.sizeE;
123 uint16 maxL = 0;
127 uint16 vL = srcL[ iL ] > 0 ? srcL[ iL ] : -srcL[ iL ];
182 uint16* memPtrA )
195 const uint16* memPtrA,
270 uint16 iL
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 113 const uint16* ptrL = ptrA->arrE.arrPtrE;
223 uint16* memPtrA )
238 const uint16* memPtrA,
273 uint16 valueA )
276 uint16* ptrL = ptrA->arrE.arrPtrE;
277 uint16 fillL = ( valueA & 0x0FF ) | ( ( valueA & 0x0FF ) << 8 );
345 uint16* dstPtrL;
346 const uint16* ulPtrL = srcPtrA->arrE.arrPtrE;
347 const uint16* urPtrL = ulPtrL + halfSrcWidthL - 1;
348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 153 Uint16 *gamma;
162 int (*SetGammaRamp)(_THIS, Uint16 *ramp);
165 int (*GetGammaRamp)(_THIS, Uint16 *ramp);
253 void (*WarpWMCursor)(_THIS, Uint16 x, Uint16 y);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
GeneralUtil.c 346 * UINT16 Mask
353 TI_HANDLE DistributorMgr_Reg(TI_HANDLE hDistributorMgr,UINT16 Mask,TI_HANDLE CallBack,
380 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,UINT32 Cookie)
407 TI_STATUS DistributorMgr_AddToMask(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth,UINT16 Mask)
488 VOID DistributorMgr_EventCall(TI_HANDLE hDistributorMgr,UINT16 Mask,int EventCount)
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_commands.h 103 typedef uint16 Command_e;
151 typedef uint16 CommandStatus_e;
370 uint16 scanOptions; /* This bitwise field indicates the scan options. */
495 uint16 bssIdH; /* 16 MSBits of BSSID of the AP to scan for.*/
613 uint16 bssIdH; /* This field indicates the 16 MSBits of the MAC*/
616 uint16 beaconInterval;/* This field specifies the time between target */
    [all...]
public_radio.h 744 uint16 CurrentVbat; /* VBat */
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
UInt16Arr.c 84 bbs_memcpy16( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF16( uint16 ) );
94 const uint16* ptr1L = ptrA->arrPtrE;
95 const uint16* ptr2L = srcPtrA->arrPtrE;
120 const uint16* ptrL = ptrA->arrPtrE + startIndexA;
134 return sizeA * bbs_SIZEOF16( uint16 ) + bbs_MEM_BLOCK_OVERHD;
176 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( uint16 ) );
198 ptrA->sizeE * bbs_SIZEOF16( uint16 );
205 uint16* memPtrA )
218 const uint16* memPtrA,
230 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbs_UInt16Arr_memRead( const struct bbs_UInt16Arr*, const uint16* ):\n
    [all...]
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.c 136 uint16* exMemPtrL = ( uint16* )pCreateParamA->pExMem;
260 const uint16* memPtrL = ( uint16* )memPtrA;
263 uint16 sumL = 0;
283 memPtrL = ( uint16* )memPtrA;
287 uint16 valL = 0;
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 255 static Uint16 SDL_ParseAudioFormat(const char *string)
257 Uint16 format = 0;
460 desired->samples = (Uint16)SDL_atoi(env);
654 static Uint16 format_list[NUM_FORMATS][NUM_FORMATS] = {
663 Uint16 SDL_FirstAudioFormat(Uint16 format)
674 Uint16 SDL_NextAudioFormat(void)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_descriptors.h 118 typedef uint16 TxAttr_t;
129 #define DoubleBufferDesc uint16 length; /* Length of payload, including headers. */ \
151 uint16 fragThreshold; /* The FW should cut the packet to fragments by */ \
200 uint16 mediumUsage; /* Total air access duration consumed by this */
216 uint16 reserved;
281 typedef uint16 RxFlags_t;
339 uint16 length; /* Length of payload (including headers)*/
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 542 uint16 spl_idxs[2];
543 uint16 spl_start_pos[3];
552 uint16 num = spl_trie.half_to_full(spl_idxs[0], spl_idxs);
648 node->son_1st_off_l = static_cast<uint16>(offset);
653 node->homo_idx_buf_off_l = static_cast<uint16>(offset);
665 uint16 pos = 0;
762 static_cast<uint16>(found - scis_);
782 uint16 spl_idx_node = lma_last_start->spl_idx_arr[level];
787 uint16 spl_idx_current = lma_current->spl_idx_arr[level];
825 static_cast<uint16>(parent_son_num)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.c 400 UINT16 whal_ParamsGetAtimWindow (WhalParams_T *pWhalParams)
410 void whal_ParamsSetAtimWindow(WhalParams_T *pWhalParams, UINT16 ATimWindow)
603 void whal_ParamsSetBeaconInterval(WhalParams_T *pWhalParams, UINT16 Val)
613 UINT16 whal_ParamsGetBeaconInterval(WhalParams_T *pWhalParams)
688 void whal_ParamsSetBasicRatesSet(WhalParams_T *pWhalParams, UINT16 BasicRateSet)
721 void whal_ParamsSetSupportedRatesSet(WhalParams_T *pWhalParams, UINT16 SupportedRateSet)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
assocSM.c 119 TI_STATUS assoc_smReportFailure(assoc_t *pAssoc, UINT16 uStatusCode);
124 TI_STATUS assoc_smCapBuild(assoc_t *pCtx, UINT16 *cap);
496 UINT16 rspStatus;
523 UINT16 length=0;
737 pParam->content.assocAssociationInformation.RequestFixedIEs.Capabilities = *(UINT16*)&(pHandle->assocReqBuffer[0]);
738 pParam->content.assocAssociationInformation.RequestFixedIEs.ListenInterval = *(UINT16*)(&pHandle->assocReqBuffer[2]);
749 pParam->content.assocAssociationInformation.ResponseFixedIEs.Capabilities = *(UINT16*)&(pHandle->assocRespBuffer[0]);
750 pParam->content.assocAssociationInformation.ResponseFixedIEs.StatusCode = *(UINT16*)&(pHandle->assocRespBuffer[2]);
751 pParam->content.assocAssociationInformation.ResponseFixedIEs.AssociationId = *(UINT16*)&(pHandle->assocRespBuffer[4]);
1003 UINT16 uRspStatus = *(UINT16*)&(pAssoc->assocRespBuffer[2])
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 287 Uint16 *spot;
289 spot = (Uint16 *) ((Uint8 *)screen->pixels +
323 Uint16 *spot;
330 spot = (Uint16 *) ((Uint8 *)screen->pixels +
523 register Uint16 *destl,*srcl;
547 destl=(Uint16 *)dest;
551 srcl=(Uint16 *)&SDL_XPixels[src[k]];
794 register Uint16 *destl,*srcl;
807 destl=(Uint16 *)dest;
811 srcl=(Uint16 *)&SDL_XPixels[src[k]]
    [all...]
  /external/webkit/WebCore/bridge/
npapi.h 140 typedef unsigned short uint16; typedef
243 uint16 top;
244 uint16 left;
245 uint16 bottom;
246 uint16 right;
519 uint16 keyCode;
573 uint16 mode; /* NP_FULL or NP_EMBED */
606 uint16 event;
818 uint16 mode, int16 argc, char* argn[],
824 uint16* stype)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmdBit.c 110 void whal_hwCmdBit_RxPer_Clear_CB(TI_HANDLE objectHandle,UINT16 MboxStatus,void *InterrogateParamsBuf);
111 void whal_hwCmdBit_RxPer_GetResults_CB(TI_HANDLE objectHandle,UINT16 MboxStatus,void *InterrogateParamsBuf);
112 void whal_hwCmdBit_RxCal_CB(TI_HANDLE objectHandle,UINT16 MboxStatus,void *InterrogateParamsBuf);
604 void whal_hwCmdBit_RxPer_Clear_CB(TI_HANDLE objectHandle,UINT16 MboxStatus,void *InterrogateParamsBuf)
635 void whal_hwCmdBit_RxPer_GetResults_CB(TI_HANDLE objectHandle,UINT16 MboxStatus,void *InterrogateParamsBuf)
642 pHwMboxCmdBit->PltData.RxPer.PltRxPer.FCSErrorCount += (UINT16)pHwMboxCmdBit->PltData.RxPer.ACXErrCountTable.FCSErrorCount;
643 pHwMboxCmdBit->PltData.RxPer.PltRxPer.PLCPErrorCount += (UINT16)pHwMboxCmdBit->PltData.RxPer.ACXErrCountTable.PLCPErrorCount;
644 pHwMboxCmdBit->PltData.RxPer.PltRxPer.TotalFrameCount += (UINT16)pHwMboxCmdBit->PltData.RxPer.ACXErrCountTable.validFrameCount;
645 pHwMboxCmdBit->PltData.RxPer.PltRxPer.SeqNumMissCount = (UINT16)(pHwMboxCmdBit->PltData.RxPer.ACXErrCountTable.seqNumMissCount -
755 void whal_hwCmdBit_RxCal_CB(TI_HANDLE objectHandle,UINT16 MboxStatus,void *InterrogateParamsBuf
    [all...]

Completed in 2190 milliseconds

1 2 3 4 5 6 7 891011>>