Searched defs:l1 (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstring.c299 int l1, l2; local
304 l1 = strlen(s1);
305 while (l1 >= l2) {
306 l1--;
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp308 size_t l1 = length(); local
309 if (l1 == 0)
313 if (l1 < l2)
318 size_t l = l1 - l2;
326 size_t l1 = length(); local
328 if (l1 == 0 || l2 == 0) /** @todo r=bird: this differs from endsWith, and I think other IPRT code. If l2 == 0, it matches anything. */
331 if (l1 < l2)
/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c710 * @l1: the original list
717 xmlListMerge(xmlListPtr l1, xmlListPtr l2) argument
719 xmlListCopy(l1, l2);
H A Dxpath.c2944 long l1, l2; local
2946 l1 = -((long) node1->content);
2948 if (l1 < l2)
2950 if (l1 > l2)
3007 long l1, l2; local
3009 l1 = -((long) node1->content);
3011 if (l1 < l2)
3013 if (l1 > l2)
3041 long l1, l2; local
3059 l1
4391 int i, l1; local
4425 int i, l1; local
[all...]
H A Dtestapi.c10856 xmlListPtr l1; /* the original list */ local
10864 l1 = gen_xmlListPtr(n_l1, 0);
10867 xmlListMerge(l1, l2);
10869 des_xmlListPtr(n_l1, l1, 0);
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp_oe.c674 int l1 = 0, l2 = 0; /* XXX: gcc */ local
685 l1 = (int)strlen(sc->sc_service_name);
686 len += l1;
709 PPPOE_ADD_16(p, l1);
710 MEMCPY(p, sc->sc_service_name, l1);
711 p += l1;
895 size_t l1 = 0; /* XXX: gcc */ local
905 l1 = strlen(sc->sc_service_name);
906 len += l1;
924 PPPOE_ADD_16(p, l1);
1015 size_t len, l1 = 0; /* XXX: gcc */ local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c1121 int l1, l2; local
1156 l1 = 0;
1162 l1 = len_of_coded_match(c,m_len,m_off);
1163 assert(l1 > 0);
1188 if (l1 + (int)(ahead + c->m_len - m_len) * 5 > l2 +
/vbox/src/recompiler/target-i386/
H A Dops_sse.h648 int32_t l0, l1; local
650 l1 = (int32_t)s->XMM_L(1);
652 d->XMM_D(1) = int32_to_float64(l1, &env->sse_status);
H A Dtranslate.c1121 /* generate a conditional jump to label 'l1' according to jump opcode
1123 static inline void gen_jcc1(DisasContext *s, int cc_op, int b, int l1) argument
1161 tcg_gen_brcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1);
1169 0, l1);
1174 0, l1);
1180 0, l1);
1185 0, l1);
1219 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
1251 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
1314 cpu_T[0], 0, l1);
1323 int l1, l2; local
2495 int l1, l2, cc_op; local
2526 int inv, jcc_op, l1; local
6318 int op1, l1; local
6707 int l1; local
7212 int l1, l2, l3; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h1619 DWORD l1; member in struct:_CONTEXT

Completed in 205 milliseconds