/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | egman.c | 184 void leAdd(LabelEntry * le) argument 186 void leAdd(le) 187 LabelEntry *le; 192 le->pendingLink=leArray[BlkLevel]; 193 le->curAltNum=CurAltNum_array[BlkLevel]; 194 leArray[BlkLevel]=le;
|
H A D | scan.c | 142 void mark_label_used_in_sem_pred(LabelEntry *le) /* MR10 */ argument 144 void mark_label_used_in_sem_pred(le) /* MR10 */ 145 LabelEntry *le; 149 require (le->elem->ntype == nToken,"mark_label_used... ntype != nToken"); 150 tn=(TokNode *)le->elem;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_types.c | 578 ctf_encoding_t le, re; local 601 return (ctf_type_encoding(lfp, ltype, &le) == 0 && 603 bcmp(&le, &re, sizeof (ctf_encoding_t)) == 0);
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | sky2.c | 869 struct sky2_tx_le *le = sky2->tx_le + sky2->tx_prod; local 872 le->ctrl = 0; 873 return le; 878 struct sky2_tx_le *le; local 882 le = get_tx_le(sky2); 883 le->addr = 0; 884 le->opcode = OP_ADDR64 | HW_OWNER; 888 struct sky2_tx_le *le) 890 return sky2->tx_ring + (le - sky2->tx_le); 905 struct sky2_rx_le *le local 887 tx_le_re(struct sky2_port *sky2, struct sky2_tx_le *le) argument 916 struct sky2_rx_le *le; local 944 struct sky2_rx_le *le = sky2_next_rx(sky2); local 1241 struct sky2_tx_le *le = NULL; local 1289 struct sky2_tx_le *le = sky2->tx_le + idx; local 1648 struct sky2_status_le *le = hw->st_le + hw->st_idx; local 1813 const u64 *le = (q == Q_R1 || q == Q_R2) local [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_parser.c | 334 ctf_encoding_t le, re; local 350 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) { 366 lrank = le.cte_bits + ((le.cte_format & CTF_INT_SIGNED) == 0);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jsr173_api.jar | ... .xml.stream.FactoryFinder$ClassLoaderFinder clf
LinkageError le
ClassNotFoundException x
Exception x
ClassLoader classLoader
private static java. ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xpath.c | 9013 double le=0, in; local 9030 le = len->floatval; 9048 le = (double)m; 9057 if (!xmlXPathIsNaN(in + le) && !xmlXPathIsInf(in)) { 9069 if (xmlXPathIsInf(le) == 1) { 9074 else if (xmlXPathIsInf(le) == -1 || le < 0.0) 9077 l = (int) le; 9078 if (((double)l)+0.5 <= le) l++;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winternl.h | 2642 #define InitializeListHead(le) (void)((le)->Flink = (le)->Blink = (le)) 2643 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le); f->Blink = (e); (le)->Flink = (e); } while (0) 2644 #define InsertTailList(le,e) do { PLIST_ENTRY b = (le) 2647 RemoveHeadList(PLIST_ENTRY le) argument 2660 RemoveTailList(PLIST_ENTRY le) argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winternl.h | 2582 #define InitializeListHead(le) (void)((le)->Flink = (le)->Blink = (le)) 2583 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le); f->Blink = (e); (le)->Flink = (e); } while (0) 2584 #define InsertTailList(le,e) do { PLIST_ENTRY b = (le) 2587 RemoveHeadList(PLIST_ENTRY le) argument 2600 RemoveTailList(PLIST_ENTRY le) argument [all...] |