HomeSort by relevance Sort by last modified time
    Searched refs:o64 (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
legacy_32_bit_support.cpp 123 rlimit64 o64; local
126 (o32 != nullptr) ? &o64 : nullptr);
128 o32->rlim_cur = (o64.rlim_cur == RLIM64_INFINITY) ? RLIM_INFINITY : o64.rlim_cur;
129 o32->rlim_max = (o64.rlim_max == RLIM64_INFINITY) ? RLIM_INFINITY : o64.rlim_max;
  /external/llvm/test/MC/Mips/
nabi-regs.s 1 # OABI (o32, o64) have a different symbolic register
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
nabi-regs.s 1 # OABI (o32, o64) have a different symbolic register
  /art/test/MyClassNatives/
MyClassNatives.java 96 Object o64, Object o65, Object o66, Object o67, Object o68, Object o69, Object o70, Object o71,
230 Object o64, Object o65, Object o66, Object o67, Object o68, Object o69, Object o70, Object o71,
  /art/compiler/jni/
jni_compiler_test.cc     [all...]

Completed in 1841 milliseconds