HomeSort by relevance Sort by last modified time
    Searched refs:l3 (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/valgrind/main/none/tests/s390x/
clcle.c 15 register unsigned long l3 asm ("5") = *_l3;
23 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a3), "+d" (l3)
29 *_l3 = l3;
37 unsigned long a1,a3,l1,l3; local
40 a1 = (unsigned long) _a1; l1 = _l1; a3 = (unsigned long) _a3; l3 = _l3;
41 cc = clcle(&a1, &l1, &a3, &l3, pad);
42 printf("cc: %d, l1: %lu(%lu) l3: %lu(%lu) diff1: %lu diff3: %lu\n",
43 cc, l1, _l1, l3, _l3, a1-(unsigned long) _a1, a3-(unsigned long) _a3);
47 void multiplex(unsigned long l1, unsigned long l3, char pad)
49 testrun(b1, l1, b1, l3, pad)
    [all...]
  /external/dropbear/libtomcrypt/testprof/
pkcs_1_test.c 9 unsigned long x, y, l1, l2, l3, i1, i2, lparamlen, saltlen, modlen; local
27 l3 = (rand() & 31) + 8;
28 for (y = 0; y < l3; y++) buf[0][y] = rand() & 255;
41 DO(pkcs_1_oaep_encode(buf[0], l3, lparam, lparamlen, modlen, &yarrow_prng, prng_idx, hash_idx, buf[1], &l1));
47 if (res1 != 1 || l2 != l3 || memcmp(buf[2], buf[0], l3) != 0) {
48 fprintf(stderr, "Outsize == %lu, should have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen);
50 for (x = 0; x < l3; x++) {
63 DO(pkcs_1_pss_encode(buf[0], l3, saltlen, &yarrow_prng, prng_idx, hash_idx, modlen, buf[1], &l1));
64 DO(pkcs_1_pss_decode(buf[0], l3, buf[1], l1, saltlen, hash_idx, modlen, &res1))
    [all...]
  /external/clang/test/SemaCXX/
exceptions.cpp 39 goto l3; // expected-error {{goto into protected scope}}
46 goto l3; // expected-error {{goto into protected scope}}
50 l3:
53 goto l3;
60 goto l3; // expected-error {{goto into protected scope}}
67 goto l3; // expected-error {{goto into protected scope}}
  /external/eigen/bench/
check_cache_queries.cpp 21 cout << "Eigen's L2/L3 = " << internal::queryTopLevelCacheSize() << endl;
22 int l1, l2, l3; local
23 internal::queryCacheSizes(l1, l2, l3);
24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
43 internal::queryCacheSizes_intel_codes(l1, l2, l3);
44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
47 internal::queryCacheSizes_intel_direct(l1, l2, l3);
48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 12 // template <class L1, class L2, class... L3>
13 // void lock(L1&, L2&, L3&...);
381 L0 l3; local
382 std::lock(l0, l1, l2, l3);
386 assert(l3.locked());
392 L1 l3; local
393 std::lock(l0, l1, l2, l3);
397 assert(l3.locked());
403 L0 l3; local
404 std::lock(l0, l1, l2, l3);
414 L0 l3; local
425 L0 l3; local
436 L2 l3; local
454 L0 l3; local
472 L0 l3; local
490 L0 l3; local
    [all...]
try_lock.pass.cpp 12 // template <class L1, class L2, class... L3>
13 // int try_lock(L1&, L2&, L3&...);
462 L0 l3; local
463 assert(std::try_lock(l0, l1, l2, l3) == -1);
467 assert(l3.locked());
473 L0 l3; local
474 assert(std::try_lock(l0, l1, l2, l3) == 0);
478 assert(!l3.locked());
484 L0 l3; local
485 assert(std::try_lock(l0, l1, l2, l3) == 1)
495 L0 l3; local
506 L1 l3; local
    [all...]
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 76 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
79 l3);
87 sup.addPropertyChangeListener(l3);
91 assertNotSame(l3, sup.getPropertyChangeListeners()[0]);
97 assertNotSame(l3, ((PropertyChangeListenerProxy) sup
147 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
159 sup.addPropertyChangeListener("myProp3", l3);
163 assertNotSame(l3, ((PropertyChangeListenerProxy) listeners[0])
165 assertNotSame(l3, listeners[0]);
177 assertNotSame(l3, ((PropertyChangeListenerProxy) listeners[0]
213 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
232 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
270 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
362 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
424 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
454 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
479 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp2", local
512 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
533 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
611 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
640 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
669 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
698 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
727 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
755 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
801 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
833 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
865 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
897 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
929 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
960 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1017 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1046 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1074 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1114 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1143 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1172 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
    [all...]
  /external/eigen/Eigen/src/Core/util/
Memory.h 763 inline void queryCacheSizes_intel_direct(int& l1, int& l2, int& l3)
766 l1 = l2 = l3 = 0;
787 case 3: l3 = cache_size; break;
795 inline void queryCacheSizes_intel_codes(int& l1, int& l2, int& l3)
799 l1 = l2 = l3 = 0;
819 case 0x22: l3 = 512; break; // code and data L3 cache, 512 KB, 4 ways (!), 64 byte lines, dual-sectored
820 case 0x23: l3 = 1024; break; // code and data L3 cache, 1024 KB, 8 ways, 64 byte lines, dual-sectored
821 case 0x25: l3 = 2048; break; // code and data L3 cache, 2048 KB, 8 ways, 64 byte lines, dual-sectore
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 19 auto l3 = [](int i = foo) {}; // expected-error{{default argument references local variable 'foo' of enclosing function}} local
  /external/libsepol/include/sepol/policydb/
mls_types.h 86 #define mls_level_between(l1, l2, l3) \
87 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 95 final long l3 = data[idx + 2] & 0xFF; local
97 return (l4 << 24) | (l3 << 16) | (l2 << 8) | l1;
  /bionic/libc/kernel/common/linux/
atmsap.h 109 } l3; member in struct:atm_blli
  /development/ndk/platforms/android-3/include/linux/
atmsap.h 99 } l3; member in struct:atm_blli
  /external/iproute2/include/linux/
atmsap.h 44 #define ATM_L3_NONE 0 /* L3 not specified */
122 unsigned char user; /* user specified l3 information */
135 } l3; member in struct:atm_blli
  /external/kernel-headers/original/linux/
atmsap.h 44 #define ATM_L3_NONE 0 /* L3 not specified */
122 unsigned char user; /* user specified l3 information */
135 } l3; member in struct:atm_blli
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmsap.h 44 #define ATM_L3_NONE 0 /* L3 not specified */
122 unsigned char user; /* user specified l3 information */
135 } l3; member in struct:atm_blli
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsap.h 44 #define ATM_L3_NONE 0 /* L3 not specified */
122 unsigned char user; /* user specified l3 information */
135 } l3; member in struct:atm_blli
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsap.h 44 #define ATM_L3_NONE 0 /* L3 not specified */
122 unsigned char user; /* user specified l3 information */
135 } l3; member in struct:atm_blli
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
atmsap.h 99 } l3; member in struct:atm_blli
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
atmsap.h 99 } l3; member in struct:atm_blli
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
atmsap.h 99 } l3; member in struct:atm_blli
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
atmsap.h 99 } l3; member in struct:atm_blli
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
atmsap.h 99 } l3; member in struct:atm_blli
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
atmsap.h 99 } l3; member in struct:atm_blli
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
atmsap.h 99 } l3; member in struct:atm_blli

Completed in 147 milliseconds

1 2 3 4