Home
last modified time | relevance | path

Searched refs:Token (Results 1 – 7 of 7) sorted by relevance

/system/core/sh/
Darith.c567 #define YYBACKUP(Token, Value) \ argument
571 yychar = (Token); \
626 # define YYDSYMPRINTF(Title, Token, Value, Location) \ argument
632 Token, Value); \
700 # define YYDSYMPRINTF(Title, Token, Value, Location) argument
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dconsole.h169 typedef enum { Dir, Token } ConEntry_type_t; enumerator
Dconsole.c206 p_token->sel = Token; in consoleAddToken()
463 (p_token->sel == Token) ) in console_ParseString()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
DspectrumMngmntMgr.c92 UINT8 Token; member
239 *measurementToken = (UINT16)dot11hReqIEHdr->Token; in measurementMgr_dot11hParseRequestIEHdr()
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
DspectrumMngmntMgr.c89 TI_UINT8 Token; member
236 *measurementToken = (TI_UINT16)dot11hReqIEHdr->Token; in measurementMgr_dot11hParseRequestIEHdr()
/system/core/libacc/
Dacc.cpp3523 struct Token { struct in acc::Compiler
3554 Token probe; in intern()
3557 Token probe; in intern()
3561 Token* pValue = (Token*) hashmapGet(mpMap, &probe); in intern()
3567 Token* pToken = (Token*) mpArena->alloc(sizeof(Token)); in intern()
3581 Token& operator[](tokenid_t id) { in operator []()
3592 Token* pToken = (Token*) pKey; in hashFn()
3597 Token* pTokenA = (Token*) keyA; in equalsFn()
3598 Token* pTokenB = (Token*) keyB; in equalsFn()
3605 Vector<Token*> mTokens;
[all …]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dconsole.c59 Token enumerator
726 (p_token->sel == Token) ) in Console_ParseString()
955 p_token->sel = Token; in Console_AddToken()