HomeSort by relevance Sort by last modified time
    Searched defs:l1 (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectOutputStreamTest.java 1105 String l1 = (String) ois.readObject(); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 132 uptr l1 = l - kMidSizeLog; local
133 return kMidClass + (l1 << S) + hbits + (lbits > 0);
    [all...]
  /external/grub/stage2/
xfs.h 193 * l0:0-30 and l1:9-31 are startoff.
194 * l1:0-8, l2:0-31, and l3:21-31 are startblock.
199 * l0:0-8 and l1:21-63 are startblock.
200 * l1:0-20 are blockcount.
207 xfs_uint32_t l0, l1, l2, l3; member in struct:xfs_bmbt_rec_32
211 xfs_uint64_t l0, l1; member in struct:xfs_bmbt_rec_64
  /external/icu4c/test/cintltst/
cnumtst.c 138 int32_t l1; local
438 l1=unum_parse(per_fr, result, u_strlen(result), &parsepos, &status);
445 if(l1!=l)
    [all...]
cucdtst.c 1821 int32_t l1, l2; local
    [all...]
capitst.c 850 int l1, l2; local
1911 uint32_t unescapedLen = 0, l1 = 0, l2 = 0; local
    [all...]
cloctst.c 2671 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); local
2705 const char* l1 = NULL; local
2748 const char* l1 = NULL; local
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2250 int l, l0, l1, r, r0, r1; local
    [all...]
  /external/openssl/apps/
speed.c 1317 long l0,l1; local
    [all...]
  /external/qemu/target-i386/
ops_sse.h 639 int32_t l0, l1; local
641 l1 = (int32_t)s->XMM_L(1);
643 d->XMM_D(1) = int32_to_float64(l1, &env->sse_status);
    [all...]
translate.c 940 /* generate a conditional jump to label 'l1' according to jump opcode
942 static inline void gen_jcc1(DisasContext *s, int cc_op, int b, int l1)
980 tcg_gen_brcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1);
988 0, l1);
993 0, l1);
999 0, l1);
1004 0, l1);
1038 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
1070 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
1133 cpu_T[0], 0, l1);
1142 int l1, l2; local
2309 int l1, l2, cc_op; local
2343 int inv, jcc_op, l1; local
5919 int op1, l1; local
6302 int l1; local
6753 int l1, l2, l3; local
    [all...]
  /external/skia/src/sfnt/
SkOTTable_OS_2_V2.h 140 //l1 24-31
150 //l1 16-23
160 //l1 8-15
170 //l1 0-7
298 struct l1 { struct in struct:SkOTTableOS2_V2::UnicodeRange::Raw
444 //l1 24-31
454 //l1 16-23
464 //l1 8-15
474 //l1 0-7
506 struct l1 { struct in struct:SkOTTableOS2_V2::CodePageRange::Raw
    [all...]
SkOTTable_OS_2_V3.h 141 //l1 24-31
151 //l1 16-23
161 //l1 8-15
171 //l1 0-7
299 struct l1 { struct in struct:SkOTTableOS2_V3::UnicodeRange::Raw
454 //l1 24-31
464 //l1 16-23
474 //l1 8-15
484 //l1 0-7
516 struct l1 { struct in struct:SkOTTableOS2_V3::CodePageRange::Raw
    [all...]
SkOTTable_OS_2_V4.h 141 //l1 24-31
151 //l1 16-23
161 //l1 8-15
171 //l1 0-7
299 struct l1 { struct in struct:SkOTTableOS2_V4::UnicodeRange::Raw
489 //l1 24-31
499 //l1 16-23
509 //l1 8-15
519 //l1 0-7
551 struct l1 { struct in struct:SkOTTableOS2_V4::CodePageRange::Raw
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 76 static Int min_line_size = 0; /* min of L1 and LL cache line sizes */
1472 Int l1, l2, l3; local
    [all...]
  /external/valgrind/main/callgrind/
main.c 55 /* min of L1 and LL cache line sizes. This only gets set to a
1741 Int l1, l2, l3; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 821 MockNodeChangeListener l1 = new MockNodeChangeListener(); local
823 pref.addNodeChangeListener(l1);
824 pref.addNodeChangeListener(l1);
826 pref.removeNodeChangeListener(l1);
827 pref.removeNodeChangeListener(l1);
829 pref.removeNodeChangeListener(l1);
847 MockPreferenceChangeListener l1 = new MockPreferenceChangeListener(); local
849 pref.addPreferenceChangeListener(l1);
850 pref.addPreferenceChangeListener(l1);
856 pref.removePreferenceChangeListener(l1);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 404 float[] l1 = { local
411 l1[1] = crop.top;
415 l1[0] - l2[0], l1[1] - l2[1]
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 433 final long l1 = 1006; local
436 assertEquals(l1, mBundle.getLong(KEY, l1));
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
AbstractPreferencesTest.java 901 MockNodeChangeListener l1 = new MockNodeChangeListener(); local
903 pref.addNodeChangeListener(l1);
904 pref.addNodeChangeListener(l1);
906 pref.removeNodeChangeListener(l1);
907 pref.removeNodeChangeListener(l1);
909 pref.removeNodeChangeListener(l1);
929 MockPreferenceChangeListener l1 = new MockPreferenceChangeListener(); local
931 pref.addPreferenceChangeListener(l1);
932 pref.addPreferenceChangeListener(l1);
939 pref.removePreferenceChangeListener(l1);
    [all...]
  /external/grub/netboot/
tulip.c 1181 u32 i, l1, l2; local
    [all...]
  /external/iproute2/misc/
ss.c 883 char *a1, *a2, *a, l1, l2; local
884 l1 = ssfilter_bytecompile(f->pred, &a1);
886 if (!(a = malloc(l1+l2))) abort();
887 memcpy(a, a1, l1);
888 memcpy(a+l1, a2, l2);
890 ssfilter_patch(a, l1, l2);
892 return l1+l2;
896 char *a1, *a2, *a, l1, l2; local
897 l1 = ssfilter_bytecompile(f->pred, &a1);
899 if (!(a = malloc(l1+l2+4))) abort()
909 char *a1, *a, l1; local
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 373 mDNSu16 l1 = DomainNameLength(d1); local
375 return(l1 <= MAX_DOMAIN_NAME && l1 == l2 && mDNSPlatformMemSame(d1, d2, l1));
    [all...]
  /external/qemu/block/
vvfat.c 2369 int l1 = strlen(mapping->path); local
    [all...]
  /external/qemu/
monitor.c 1246 int l1, l2; local
1258 for(l1 = 0; l1 < 1024; l1++) {
1259 cpu_physical_memory_read(pgd + l1 * 4, (uint8_t *)&pde, 4);
1263 print_pte(mon, (l1 << 22), pde, ~((1 << 20) - 1));
1270 print_pte(mon, (l1 << 22) + (l2 << 12),
1304 int l1, l2, prot, last_prot; local
    [all...]

Completed in 871 milliseconds

1 2 34 5 6