HomeSort by relevance Sort by last modified time
    Searched refs:Val (Results 1 - 13 of 13) sorted by null

  /external/stlport/test/eh/
test_construct.h 81 Value_type Val = 0;
82 T t( n, Val );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
whalHwAccess.h 153 void whal_hwAccess_SetU08 (TI_HANDLE hHwAccess, UINT32 Addr, UINT8 Val);
157 void whal_hwAccess_SetU16 (TI_HANDLE hHwAccess, UINT32 Addr, UINT16 Val);
161 void whal_hwAccess_SetU32 (TI_HANDLE hHwAccess, UINT32 Addr, UINT32 Val);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.h 412 void whal_ParamsSetListenInterval (WhalParams_T *pWhalParams, UINT8 Val);
435 void whal_ParamsSetReqBssType (WhalParams_T *pWhalParams, int Val);
437 void whal_ParamsSetBssType (WhalParams_T *pWhalParams, int Val);
441 void whal_ParamsSetBeaconInterval (WhalParams_T *pWhalParams, UINT16 Val);
443 void whal_ParamsSetDtimCount (WhalParams_T *pWhalParams, UINT8 Val);
466 void whal_ParamsSetPbccDynamicEnableVal(WhalParams_T *pWhalParams, int Val);
whalParams.c 523 void whal_ParamsSetReqBssType(WhalParams_T *pWhalParams, int Val)
525 pWhalParams->BssInfoParams.ReqBssType = Val;
543 void whal_ParamsSetBssType(WhalParams_T *pWhalParams, int Val)
545 pWhalParams->BssInfoParams.BssType = Val;
603 void whal_ParamsSetBeaconInterval(WhalParams_T *pWhalParams, UINT16 Val)
605 pWhalParams->BssInfoParams.BeaconInterval = Val;
623 void whal_ParamsSetDtimCount(WhalParams_T *pWhalParams, UINT8 Val)
625 pWhalParams->BssInfoParams.DtimInterval = Val;
    [all...]
whalCtrl.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Api.h 79 void whalBus_MacRegWrite (TI_HANDLE hWhalBus, UINT32 RegAddr, UINT32 Val);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Export_Inc/
TNETWIF.h 189 void TNETWIF_SetU08 (TI_HANDLE hTNETWIF, UINT32 addr, UINT8 Val);
193 void TNETWIF_SetU16 (TI_HANDLE hTNETWIF, UINT32 addr, UINT16 Val);
197 void TNETWIF_SetU32 (TI_HANDLE hTNETWIF, UINT32 addr, UINT32 Val);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
whalHwAccess.c 258 void HW_REG_LONG_READ(HwAccess_T_new *pHwAccess, UINT32 RegAddr, UINT32 *Val);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/
TNETWIF.c 883 void TNETWIF_SetU08 (TI_HANDLE hTNETWIF, UINT32 Addr, UINT8 Val)
887 whal_hwAccess_SetU08 (pTNETWIF->hHwAccess, Addr, Val);
911 void TNETWIF_SetU16 (TI_HANDLE hTNETWIF, UINT32 Addr, UINT16 Val)
    [all...]
  /external/bison/lib/
strtol.c 37 # define __set_errno(Val) errno = (Val)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmBus.c 328 void whalBus_MacRegWrite(TI_HANDLE hWhalBus, UINT32 RegAddr, UINT32 Val)
331 TNETWIF_WriteRegSync(((whalBus_T *)hWhalBus)->hTNETWIF, RegAddr, Val);
  /external/zlib/contrib/iostream2/
zstream.h 44 size_t value() const { return val.word; }
46 struct Val { unsigned char byte; size_t word; } val; member in class:zstringlen
130 zs > val.byte;
131 if (val.byte == 255) zs > val.word;
132 else val.word = val.byte;
278 val.byte = 255; val.word = ::strlen(x)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalCtrl_api.h 739 void whalCtrl_SetBeaconInterval (TI_HANDLE hWhalCtrl , UINT16 Val);
757 void whalCtrlWriteMacReg (TI_HANDLE hWhalCtrl, UINT32 addr, UINT32 val);
759 void whalCtrlWritePhyReg (TI_HANDLE hWhalCtrl, UINT32 addr, UINT32 val);

Completed in 7101 milliseconds