Searched refs:Token (Results 1 – 7 of 7) sorted by relevance
/system/core/sh/ |
D | arith.c | 567 #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/ |
D | console.h | 169 typedef enum { Dir, Token } ConEntry_type_t; enumerator
|
D | console.c | 206 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/ |
D | spectrumMngmntMgr.c | 92 UINT8 Token; member 239 *measurementToken = (UINT16)dot11hReqIEHdr->Token; in measurementMgr_dot11hParseRequestIEHdr()
|
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
D | spectrumMngmntMgr.c | 89 TI_UINT8 Token; member 236 *measurementToken = (TI_UINT16)dot11hReqIEHdr->Token; in measurementMgr_dot11hParseRequestIEHdr()
|
/system/core/libacc/ |
D | acc.cpp | 3523 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/ |
D | console.c | 59 Token enumerator 726 (p_token->sel == Token) ) in Console_ParseString() 955 p_token->sel = Token; in Console_AddToken()
|