Searched defs:j1 (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/test/Interfaces/ |
H A D | Interfaces.java | 23 public void j1(); in j1() method 33 public void j1() {}; in j1() method in Interfaces.A 37 public void j1() {}; in j1() method in Interfaces.B
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | dtoa.c | 119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
|
H A D | gdtoa.c | 159 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
|
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2.cc | 150 uint32_t j1 = i1 ^ (signbit ^ 1); in PatchBl() local
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
H A D | chacha_private.h | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMRelocator.cpp | 212 j1 = (pLower16 & (1U << 13)) >> 13, // 13 in helper_thumb32_branch_offset() local 240 uint32_t j1 = (pLower16 & 0x2000U) >> 13; in helper_thumb32_cond_branch_offset() local 258 uint32_t j1 = (pOffset & 0x00040000U) >> 18; in helper_thumb32_cond_branch_lower() local
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 1522 TEST(MATH_TEST, j1) { in TEST() argument
|