Searched refs:le (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh77 while [ $cpu -le $numproc ]
96 while [ $cpu -le $numproc ]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Degman.c184 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 Dscan.c142 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;
H A Dantlr.g2574 void mark_label_used_in_sem_pred(LabelEntry *le) /* MR10 */
2576 void mark_label_used_in_sem_pred(le) /* MR10 */
2577 LabelEntry *le;
2581 require (le->elem->ntype == nToken,"mark_label_used... ntype != nToken");
2582 tn=(TokNode *)le->elem;
/vbox/src/recompiler/
H A Dbswap.h131 CPU_CONVERT(le, 16, uint16_t)
132 CPU_CONVERT(le, 32, uint32_t)
133 CPU_CONVERT(le, 64, uint64_t)
208 #define leul_to_cpu(v) glue(glue(le,HOST_LONG_BITS),_to_cpu)(v)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsky2.c869 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/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/
H A DAsmPalCall.s82 (p6) cmp.le p6,p7 = r28,loc6;;
88 (p6) cmp.le p6,p7 = r28,loc6;;
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h350 CPU_CONVERT(le, 16, uint16_t)
351 CPU_CONVERT(le, 32, uint32_t)
352 CPU_CONVERT(le, 64, uint64_t)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2642 #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 Dwinternl.h2582 #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...]
/vbox/src/VBox/Installer/linux/install_service/
H A Dinit_template.sh193 test 1 -le "${i}" || return 1
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfig.sub261 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
335 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
803 ppcle | powerpclittle | ppc-le | powerpc-little)
813 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1048 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/vbox/src/libs/libxml2-2.6.31/
H A Dconfig.sub280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
362 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
864 ppcle | powerpclittle | ppc-le | powerpc-little)
874 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1137 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
H A Dxpath.c9013 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/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c578 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/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh364 [ 0 -le "${screen}" ] 2>/dev/null ||
/vbox/src/libs/liblzf-3.4/
H A Dconfigure4986 if test $ac_lo -le $ac_mid; then
5111 if test $ac_mid -le $ac_hi; then
5486 if test $ac_lo -le $ac_mid; then
5611 if test $ac_mid -le $ac_hi; then
5986 if test $ac_lo -le $ac_mid; then
6111 if test $ac_mid -le $ac_hi; then
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djsr173_api.jar ... .xml.stream.FactoryFinder$ClassLoaderFinder clf LinkageError le ClassNotFoundException x Exception x ClassLoader classLoader private static java. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/libs/zlib-1.2.6/
H A Dmake_vms.com666 $ if (idel .le. msym_max)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c334 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);

Completed in 158 milliseconds