HomeSort by relevance Sort by last modified time
    Searched full:ish (Results 51 - 75 of 273) sorted by null

1 23 4 5 6 7 8 91011

  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 52 // DMB ish, dmb sy, dmb osh, etc
  /external/v8/tools/
find-commit-for-patch.py 19 help="Git tree-ish where to start searching for commits, "
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java 25 * A hardware event decoder for a hardware qwerty-ish keyboard.
  /toolchain/binutils/binutils-2.25/bfd/
pc532-mach.c 1 /* BFD back-end for Mach3/532 a.out-ish binaries.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 134 ISH = 11,
148 case ISH: return "ish";
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_atomic.h 156 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("dmb ish" : : : "memory")
157 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("dmb ish" : : : "memory")
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_atomic.h 156 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("dmb ish" : : : "memory")
157 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("dmb ish" : : : "memory")
  /prebuilts/misc/windows/sdl2/include/
SDL_atomic.h 156 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("dmb ish" : : : "memory")
157 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("dmb ish" : : : "memory")
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_atomic.h 156 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("dmb ish" : : : "memory")
157 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("dmb ish" : : : "memory")
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 49 * Runs algorithm. TODO: This is n^2, and could be made linear-ish with
  /external/chromium-trace/catapult/dashboard/dashboard/
find_step_test.py 11 # Sample data where there is a small-ish step upwards around revision 304772.
  /external/compiler-rt/lib/builtins/
clear_cache.c 144 __asm __volatile("dsb ish");
  /external/conscrypt/src/test/java/org/conscrypt/
CertPinManagerTest.java 176 assertTrue("Failed on an unenforced pinning, this is bad-ish", retval);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 54 * Runs algorithm. TODO: This is n^2, and could be made linear-ish with
  /external/llvm/unittests/Support/
AllocatorTest.cpp 171 // Allocate a large-ish block with a really large alignment so that the
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliField.java 101 // If we don't have a type (i.e. syntax error), use Object as a safe-ish fallback
  /external/valgrind/coregrind/
link_tool_exe_linux.in 68 # check for plausible-ish alt load address
  /external/vboot_reference/tests/
vboot_api_firmware_tests.c 94 /* Exponential-ish rather than linear time, so that subtracting any
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 46 <!-- these are defined using string-builder-ish -->
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
CommonLauncherHelper.java 166 // HACK-ish: ensure icon has enough parts revealed for it to be clicked on
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_arm.s 21 WORD $0xf57ff05b // dmb ish
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_arm.s 21 WORD $0xf57ff05b // dmb ish
  /system/keymaster/
ocb_utils.cpp 181 // Authentication failed! Decryption probably succeeded(ish), but we don't want to return
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
sb1-ext-mdmx.s 4 # MDMX-ish instructions (pabsdiff, pabsdiffc, pavg).
  /art/compiler/optimizing/
intrinsics_arm.cc 517 __ dmb(ISH);
530 __ dmb(ISH);
535 __ dmb(ISH);
542 __ dmb(ISH);
559 __ dmb(ISH);
699 __ dmb(ISH);
734 __ dmb(ISH);
    [all...]

Completed in 1269 milliseconds

1 23 4 5 6 7 8 91011