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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
pass-struct.c 12 // CHECK: $1 = {n = 10, n2 = {20, 21}}
17 int n2[2]; member in struct:int_struct
23 s.n2[1]++;
24 return s.n > s.n2[0] ? s.n : s.n2[0];
32 s.n2[0] = 20;
33 s.n2[1] = 21;
  /external/strace/tests/
rt_sigaction.awk 30 n1[1][1] = n2[1][1] = "SIG_IGN"
31 n1[1][2] = n2[1][2] = "\\[HUP INT\\]"
33 n2[1][3] = "SA_RESTART"
35 n2[1][4] = ""
37 n1[2][1] = n2[2][1] = "0x[0-9a-f]+"
38 n1[2][2] = n2[2][2] = "\\[QUIT TERM\\]"
40 n2[2][3] = "SA_SIGINFO"
42 n2[2][4] = ""
44 n1[3][1] = n2[3][1] = "SIG_DFL"
45 n1[3][2] = n2[3][2] = "\\[\\]
    [all...]
  /external/strace/tests-m32/
rt_sigaction.awk 30 n1[1][1] = n2[1][1] = "SIG_IGN"
31 n1[1][2] = n2[1][2] = "\\[HUP INT\\]"
33 n2[1][3] = "SA_RESTART"
35 n2[1][4] = ""
37 n1[2][1] = n2[2][1] = "0x[0-9a-f]+"
38 n1[2][2] = n2[2][2] = "\\[QUIT TERM\\]"
40 n2[2][3] = "SA_SIGINFO"
42 n2[2][4] = ""
44 n1[3][1] = n2[3][1] = "SIG_DFL"
45 n1[3][2] = n2[3][2] = "\\[\\]
    [all...]
  /external/strace/tests-mx32/
rt_sigaction.awk 30 n1[1][1] = n2[1][1] = "SIG_IGN"
31 n1[1][2] = n2[1][2] = "\\[HUP INT\\]"
33 n2[1][3] = "SA_RESTART"
35 n2[1][4] = ""
37 n1[2][1] = n2[2][1] = "0x[0-9a-f]+"
38 n1[2][2] = n2[2][2] = "\\[QUIT TERM\\]"
40 n2[2][3] = "SA_SIGINFO"
42 n2[2][4] = ""
44 n1[3][1] = n2[3][1] = "SIG_DFL"
45 n1[3][2] = n2[3][2] = "\\[\\]
    [all...]
  /tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/src/
TradeFedNativeTestSampleLib.cpp 37 unsigned long n2 = 0; local
46 unsigned long current = n1 + n2;
47 n2 = n1;
  /external/libcxx/test/std/localization/locales/locale/locale.operators/
eq.pass.cpp 26 std::locale n2(LOCALE_en_US_UTF_8);
34 assert(cloc != n2);
42 assert(copy != n2);
50 assert(n1 == n2);
55 assert(n2 != cloc);
56 assert(n2 != copy);
57 assert(n2 == n1);
58 assert(n2 == n2);
59 assert(n2 != noname1)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/
eq.pass.cpp 24 std::locale n2(LOCALE_en_US_UTF_8);
32 assert(cloc != n2);
40 assert(copy != n2);
48 assert(n1 == n2);
53 assert(n2 != cloc);
54 assert(n2 != copy);
55 assert(n2 == n1);
56 assert(n2 == n2);
57 assert(n2 != noname1)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale/locale.operators/
eq.pass.cpp 26 std::locale n2(LOCALE_en_US_UTF_8);
34 assert(cloc != n2);
42 assert(copy != n2);
50 assert(n1 == n2);
55 assert(n2 != cloc);
56 assert(n2 != copy);
57 assert(n2 == n1);
58 assert(n2 == n2);
59 assert(n2 != noname1)
    [all...]
  /external/testng/src/test/java/test/tmp/
Test_TestListenerAppender.java 15 public void verifyData1(String n1, Integer n2) {
16 System.out.println(n1 + " " + n2);
  /frameworks/ml/nn/runtime/test/
TestMain.cpp 34 int n2 = RUN_ALL_TESTS(); local
35 return n1 | n2;
  /prebuilts/ndk/r11/sources/android/support/src/musl-multibyte/
mbsnrtowcs.c 11 size_t l, cnt=0, n2; local
22 while ( s && wn && ( (n2=n/4)>=wn || n2>32 ) ) {
23 if (n2>=wn) n2=wn;
24 n -= n2;
25 l = mbsrtowcs(ws, &s, n2, st);
wcsnrtombs.c 11 size_t l, cnt=0, n2; local
18 while ( ws && n && ( (n2=wn)>=n || n2>32 ) ) {
19 if (n2>=n) n2=n;
20 wn -= n2;
21 l = wcsrtombs(s, &ws, n2, 0);
  /prebuilts/ndk/r13/sources/android/support/src/musl-multibyte/
mbsnrtowcs.c 11 size_t l, cnt=0, n2; local
22 while ( s && wn && ( (n2=n/4)>=wn || n2>32 ) ) {
23 if (n2>=wn) n2=wn;
24 n -= n2;
25 l = mbsrtowcs(ws, &s, n2, st);
wcsnrtombs.c 11 size_t l, cnt=0, n2; local
18 while ( ws && n && ( (n2=wn)>=n || n2>32 ) ) {
19 if (n2>=n) n2=n;
20 wn -= n2;
21 l = wcsrtombs(s, &ws, n2, 0);
  /external/clang/test/SemaCXX/
pr18284-crash-on-invalid.cpp 15 namespace n2 { namespace
24 } // namespace n2
  /libcore/jsr166-tests/src/test/java/jsr166/
SystemTest.java 42 long n2 = System.nanoTime(); local
46 long nanos = n2 - n1;
64 long n2 = System.nanoTime(); local
66 long nanos = n2 - n1;
  /external/selinux/libsepol/src/
ebitmap.c 20 ebitmap_node_t *n1, *n2, *new, *prev; local
25 n2 = e2->node;
27 while (n1 || n2) {
34 if (n1 && n2 && n1->startbit == n2->startbit) {
36 new->map = n1->map | n2->map;
38 n2 = n2->next;
39 } else if (!n2 || (n1 && n1->startbit < n2->startbit))
152 ebitmap_node_t *n1, *n2; local
202 ebitmap_node_t *n1, *n2; local
230 ebitmap_node_t *n2 = e2->node; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
wlan_compat.h 271 #define WLAN_LOG_ERROR2(x,n1,n2) printk(KERN_ERR "%s: " x , __FUNCTION__ , (n1), (n2));
272 #define WLAN_LOG_ERROR3(x,n1,n2,n3) printk(KERN_ERR "%s: " x , __FUNCTION__, (n1), (n2), (n3));
273 #define WLAN_LOG_ERROR4(x,n1,n2,n3,n4) printk(KERN_ERR "%s: " x , __FUNCTION__, (n1), (n2), (n3), (n4));
277 #define WLAN_LOG_WARNING2(x,n1,n2) printk(KERN_WARNING "%s: " x , __FUNCTION__, (n1), (n2));
278 #define WLAN_LOG_WARNING3(x,n1,n2,n3) printk(KERN_WARNING "%s: " x , __FUNCTION__, (n1), (n2), (n3))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspFftServer.java 53 int ii, jj, kk, n1, n2, aa; local
58 n2 = mN / 2;
60 n1 = n2;
79 n2 = 1;
81 n1 = n2;
82 n2 = n2 + n2;
89 for (kk = jj; kk < mN; kk = kk + n2) {
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
FFT.java 63 int i, j, k, n1, n2, a; local
68 n2 = mFFTSamplingSize / 2;
70 n1 = n2;
89 n2 = 1;
92 n1 = n2;
93 n2 = n2 + n2;
101 for (k = j; k < mFFTSamplingSize; k = k + n2) {
  /art/test/706-checker-scheduler/src/
Main.java 21 int n2; field in class:Main.ExampleObj
23 public ExampleObj(int n1, int n2) {
25 this.n2 = n2;
337 my_obj.n2++;
  /external/dtc/tests/
path-references.c 69 int n1, n2; local
77 n2 = fdt_path_offset(fdt, "/node2");
78 if (n2 < 0)
79 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2));
82 check_ref(fdt, n2, "/node1");
  /external/webrtc/webrtc/system_wrappers/include/
ntp_time.h 55 inline bool operator==(const NtpTime& n1, const NtpTime& n2) {
56 return n1.seconds() == n2.seconds() && n1.fractions() == n2.fractions();
58 inline bool operator!=(const NtpTime& n1, const NtpTime& n2) {
59 return !(n1 == n2);
  /external/boringssl/src/crypto/fipsmodule/bn/
mul.c 285 /* r is 2*n2 words in size,
286 * a and b are both n2 words in size.
287 * n2 must be a power of 2.
289 * t must be 2*n2 words in size
295 /* dnX may not be positive, but n2/2+dnX has to be */
296 static void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,
298 int n = n2 / 2, c1, c2;
303 /* Only call bn_mul_comba 8 if n2 == 8 and the
306 if (n2 == 8 && dna == 0 && dnb == 0) {
312 if (n2 < BN_MUL_RECURSIVE_SIZE_NORMAL)
431 int i, j, n2 = n * 2; local
    [all...]
  /external/icu/icu4c/source/common/
unorm.cpp 51 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); local
52 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
59 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); local
61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
66 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
74 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); local
75 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
82 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); local
84 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
89 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode)
101 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); local
182 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); local
266 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode); local
    [all...]

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 91011>>