Searched defs:templ (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp467 ast_scan(char *templ, ...) argument
474 va_start(ap, templ);
477 tmpl = stringparser_parse_scanast(templ, &n);
514 stringparser_parse_scanast(char *templ, int *num_labels) argument
520 stringlexer_init(&lex, templ);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c858 u_int32_t templ; local
875 GETLONG(templ, cp);
876 latval = (templ - ((unsigned)1<<31));
878 GETLONG(templ, cp);
879 longval = (templ - ((unsigned)1<<31));
881 GETLONG(templ, cp);
882 if (templ < referencealt) { /* below WGS 84 spheroid */
883 altval = referencealt - templ;
886 altval = templ - referencealt;

Completed in 44 milliseconds