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

/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.cpp176 PRUint32 l2 = foopy2.Length(); local
178 printf("%s %d\n", f2, l2);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstring.c299 int l1, l2; local
301 l2 = strlen(s2);
302 if (!l2)
305 while (l1 >= l2) {
307 if (!memcmp(s1,s2,l2))
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIAdvancedSlider.cpp286 float l2 = log((float)val)/log(2.0); local
287 int newVal = (int)pow((float)2, (int)qRound(l2)); /* The value to snap on */
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp312 size_t l2 = that.length();
313 if (l1 < l2)
315 /** @todo r=bird: If l2 is 0, then m_psz can be NULL and we will crash. See
316 * also handling of l2 == in startsWith. */
318 size_t l = l1 - l2;
327 size_t l2 = that.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)
335 return ::RTStrNCmp(m_psz, that.m_psz, l2)
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c711 * @l2: the new list
717 xmlListMerge(xmlListPtr l1, xmlListPtr l2) argument
719 xmlListCopy(l1, l2);
720 xmlListClear(l2);
H A Dxpath.c2944 long l1, l2; local
2947 l2 = -((long) node2->content);
2948 if (l1 < l2)
2950 if (l1 > l2)
3007 long l1, l2; local
3010 l2 = -((long) node2->content);
3011 if (l1 < l2)
3013 if (l1 > l2)
3041 long l1, l2; local
3060 l2
[all...]
H A Dtestapi.c10858 xmlListPtr l2; /* the new list */ local
10865 l2 = gen_xmlListPtr(n_l2, 1);
10867 xmlListMerge(l1, l2);
10870 des_xmlListPtr(n_l2, l2, 1);
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp_oe.c674 int l1 = 0, l2 = 0; /* XXX: gcc */ local
689 l2 = (int)strlen(sc->sc_concentrator_name);
690 len += 2 + 2 + l2;
720 PPPOE_ADD_16(p, l2);
721 MEMCPY(p, sc->sc_concentrator_name, l2);
722 p += l2;
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c1121 int l1, l2; local
1185 l2 = len_of_coded_match(c,c->m_len,c->m_off);
1186 if (l2 < 0)
1188 if (l1 + (int)(ahead + c->m_len - m_len) * 5 > l2 +
/vbox/src/recompiler/target-i386/
H A Dtranslate.c1323 int l1, l2; local
1326 l2 = gen_new_label();
1328 gen_set_label(l2);
1331 return l2;
1419 int l2;\
1421 l2 = gen_jz_ecx_string(s, next_eip); \
1427 gen_op_jz_ecx(s->aflag, l2); \
1437 int l2;\
1439 l2 = gen_jz_ecx_string(s, next_eip); \
1443 gen_jcc1(s, CC_OP_SUBB + ot, (JCC_Z << 1) | (nz ^ 1), l2); \
2495 int l1, l2, cc_op; 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. ...
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h1620 DWORD l2; member in struct:_CONTEXT

Completed in 1030 milliseconds