Home
last modified time | relevance | path

Searched defs:j1 (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/test/Interfaces/
H A DInterfaces.java23 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 Ddtoa.c119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
H A Dgdtoa.c159 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2.cc150 uint32_t j1 = i1 ^ (signbit ^ 1); in PatchBl() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h92 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 DARMRelocator.cpp212 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 Dmath_test.cpp1522 TEST(MATH_TEST, j1) { in TEST() argument