Searched defs:l1 (Results 126 - 150 of 159) sorted by relevance

1234567

/external/vixl/test/
H A Dtest-assembler-a64.cc1878 Label l1, l2, l3, l4, l5; local
1880 __ B(&l1, eq);
1882 __ Bind(&l1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c830 int l1, l2; local
831 l1 = ucol_getSortKey(col, t, -1, NULL,0);
833 k1 = (uint8_t *) malloc(sizeof(uint8_t) * l1);
835 ucol_getSortKey(col, t, -1, k1, l1);
1895 uint32_t unescapedLen = 0, l1 = 0, l2 = 0; local
1928 ucol_sortKeyToString(coll, mergedPrefixkeys[i-1], outBuff1, l1),
1934 ucol_sortKeyToString(coll, mergedSuffixkeys[i-1], outBuff1, l1),
H A Dcucdtst.c1829 int32_t l1, l2; local
1910 l1 = uset_toPattern(set, pat, BUFSIZE, TRUE, &ec);
1919 if (l1 >= BUFSIZE) {
1920 l1 = BUFSIZE-1;
1921 pat[l1] = 0;
1930 aescstrdup(pat, l1), aescstrdup(dumbPat, l2));
1932 log_verbose("Ok: uprv_getCharNameCharacters() returned %s\n", aescstrdup(pat, l1));
H A Dcloctst.c2788 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); local
2797 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2800 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);
2822 const char* l1 = NULL; local
2835 l1 = udat_getLocaleByType(df1, ULOC_VALID_LOCALE, &status);
2840 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2843 log_verbose("udat_getLocaleByType old:%s new:%s\n", l1, l2);
2865 const char* l1 local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc2382 Label l1, l2, l3, l4, l5; local
2384 __ B(&l1, eq);
2386 __ Bind(&l1);
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1624 const float l1 = layerRange.y(); local
1656 if (l0 != l1)
1659 dst[ 4+qRow] = l0*0.5f + l1*0.5f;
1660 dst[ 8+qRow] = l0*0.5f + l1*0.5f;
1661 dst[12+qRow] = l1;
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c828 int l1, l2; local
829 l1 = ucol_getSortKey(col, t, -1, NULL,0);
831 k1 = (uint8_t *) malloc(sizeof(uint8_t) * l1);
833 ucol_getSortKey(col, t, -1, k1, l1);
1897 uint32_t unescapedLen = 0, l1 = 0, l2 = 0; local
1930 ucol_sortKeyToString(coll, mergedPrefixkeys[i-1], outBuff1, l1),
1936 ucol_sortKeyToString(coll, mergedSuffixkeys[i-1], outBuff1, l1),
H A Dcloctst.c2789 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); local
2798 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2801 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);
2823 const char* l1 = NULL; local
2836 l1 = udat_getLocaleByType(df1, ULOC_VALID_LOCALE, &status);
2841 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2844 log_verbose("udat_getLocaleByType old:%s new:%s\n", l1, l2);
2866 const char* l1 local
[all...]
/external/iproute2/misc/
H A Dss.c892 char *a1, *a2, *a, l1, l2; local
893 l1 = ssfilter_bytecompile(f->pred, &a1);
895 if (!(a = malloc(l1+l2))) abort();
896 memcpy(a, a1, l1);
897 memcpy(a+l1, a2, l2);
899 ssfilter_patch(a, l1, l2);
901 return l1+l2;
905 char *a1, *a2, *a, l1, l2; local
906 l1 = ssfilter_bytecompile(f->pred, &a1);
908 if (!(a = malloc(l1
918 char *a1, *a, l1; local
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-string-literals.cpp258 const char *l1 = "\x1"; variable
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c373 mDNSu16 l1 = DomainNameLength(d1); local
375 return(l1 <= MAX_DOMAIN_NAME && l1 == l2 && mDNSPlatformMemSame(d1, d2, l1));
/external/qemu/target-i386/
H A Dtranslate.c1180 /* generate a conditional jump to label 'l1' according to jump opcode
1182 static inline void gen_jcc1(DisasContext *s, int b, int l1) argument
1202 tcg_gen_brcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1);
1207 tcg_gen_brcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, t0, 0, l1);
1219 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
1231 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
1294 cpu_T[0], 0, l1);
1303 int l1, l2; local
1305 l1 = gen_new_label();
1307 gen_op_jnz_ecx(s->aflag, l1);
2488 int l1, l2; local
2518 int inv, jcc_op, l1; local
6136 int op1, l1; local
6517 int l1; local
6964 int l1, l2, l3; local
[all...]
/external/qemu/target-mips/
H A Dtranslate.c699 int l1 = gen_new_label(); \
702 tcg_gen_brcond_tl(cond, t0, t1, l1); \
705 gen_set_label(l1); \
720 int l1 = gen_new_label(); \
723 tcg_gen_brcondi_tl(cond, t0, val, l1); \
726 gen_set_label(l1); \
737 int l1 = gen_new_label(); \
740 tcg_gen_brcondi_tl(cond, t0, 0, l1); \
743 gen_set_label(l1); \
951 int l1
1275 int l1 = gen_new_label(); local
1311 int l1 = gen_new_label(); local
1572 int l1 = gen_new_label(); local
1611 int l1 = gen_new_label(); local
1651 int l1 = gen_new_label(); local
1688 int l1 = gen_new_label(); local
1737 int l1; local
2036 int l1 = gen_new_label(); local
2059 int l1 = gen_new_label(); local
2113 int l1 = gen_new_label(); local
2131 int l1 = gen_new_label(); local
2420 int l1 = gen_new_label(); local
5885 int l1; local
5916 int l1 = gen_new_label(); local
5936 int l1 = gen_new_label(); local
5957 int l1 = gen_new_label(); local
6233 int l1 = gen_new_label(); local
6249 int l1 = gen_new_label(); local
6652 int l1 = gen_new_label(); local
6668 int l1 = gen_new_label(); local
6987 int l1 = gen_new_label(); local
7003 int l1 = gen_new_label(); local
7364 int l1 = gen_new_label(); local
7651 int l1 = gen_new_label(); local
8260 int l1 = gen_new_label(); local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c2900 long l1, l2; local
2902 l1 = -((long) node1->content);
2904 if (l1 < l2)
2906 if (l1 > l2)
2963 long l1, l2; local
2965 l1 = -((long) node1->content);
2967 if (l1 < l2)
2969 if (l1 > l2)
2997 long l1, l2; local
3015 l1
4356 int i, l1; local
4390 int i, l1; local
[all...]
H A Dtestapi.c10941 xmlListPtr l1; /* the original list */ local
10949 l1 = gen_xmlListPtr(n_l1, 0);
10952 xmlListMerge(l1, l2);
10954 des_xmlListPtr(n_l1, l1, 0);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxml2/
H A Dxpath.c3034 long l1, l2; local
3036 l1 = -((long) node1->content);
3038 if (l1 < l2)
3040 if (l1 > l2)
3097 long l1, l2; local
3099 l1 = -((long) node1->content);
3101 if (l1 < l2)
3103 if (l1 > l2)
3131 long l1, l2; local
3149 l1
4463 int i, l1; local
4499 int i, l1; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c15156 unsigned int l1 : 4; member in struct:__anon31628::__anon31637
15218 unsigned int l1 : 4; member in struct:__anon31628::__anon31644
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 5103 milliseconds

1234567