Searched defs:tk (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h69 ANTLRTokenType tk; local
139 tk = (ANTLRTokenType)
144 tk = (this->*actions[accepts[state]])();
154 /* MR1 */ /* MR23 */ printMessage(stdout, "\ntoken name=%s",parser->parserTokenName(tk));
156 /* MR1 */ /* MR23 */ printMessage(stdout, "\ntoken nnumber=%d",tk);
183 return tk;
H A DDLexerBase.cpp250 _ANTLRTokenPtr tk = token_to_fill->makeToken(tt, _lextext,_line); local
251 return tk;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbits.c413 int tk; local
418 tk = set_int(tcl); /* grab one of the tok class refs */
419 set_rm(tk, tcl);
420 if ( p->tok != tk ) /* tokclass ref to yourself? */
422 q = (TermEntry *) hash_get(Tname, TokenString(tk));
426 set_rm(tk, p->tset); /* remove ref that we replaced */
857 fprintf(Parser_h, "\tstatic const ANTLRChar *tokenName(int tk);\n");/* MR1 */
H A Dantlr.c1844 TokNode *tk = (TokNode *)((Junction *)zzaArg(zztasp2,2 ).left)->p1; local
1845 tk->elnum = e_num;
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_tkip.c61 struct tkip_tk tk; member in struct:tkip_ctx
192 if ( keylen != sizeof ( ctx->tk ) )
201 memcpy ( &ctx->tk, key, sizeof ( ctx->tk ) );
210 * @v tk TKIP temporal key
216 static void tkip_mix_1 ( struct tkip_dir_ctx *dctx, struct tkip_tk *tk, u8 *mac ) argument
234 dctx->ttak[0] += S ( dctx->ttak[4] ^ ( ( tk->key[1 + j] << 8 ) |
235 tk->key[0 + j] ) );
236 dctx->ttak[1] += S ( dctx->ttak[0] ^ ( ( tk->key[5 + j] << 8 ) |
237 tk
256 tkip_mix_2( struct tkip_dir_ctx *dctx, struct tkip_tk *tk, void *key ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dwpa.h263 union wpa_tk tk; member in struct:wpa_ptk
270 union wpa_tk tk; member in struct:wpa_gtk
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 79 milliseconds