HomeSort by relevance Sort by last modified time
    Searched full:accesses (Results 76 - 100 of 2582) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/src/utils/
byte_array_view.h 28 * Helper class used to keep track of read accesses for a given memory region.
60 * Helper class used to keep track of read-write accesses for a given memory region.
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.inc 42 "Report races between atomic and plain memory accesses.")
66 "Per-thread history size, controls how many previous memory accesses "
68 "history_size=0 amounts to 32K memory accesses. Each next value doubles "
69 "the amount of memory accesses, up to history_size=7 that amounts to "
70 "4M memory accesses. The default value is 2 (128K memory accesses).")
  /device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch64/
context_mgmt.c 98 * SCR_EL3.ST: Traps Secure EL1 accesses to the Counter-timer Physical
279 * accesses to the CPACR_EL1 or CPACR from both
283 * register accesses to the trace registers from both
286 * CPTR_EL2.TFP: Set to zero so that Non-secure accesses
300 * Hyp mode of Non-secure EL0 and EL1 accesses to the
304 * Hyp mode of Non-secure EL0 and EL1 accesses to the
347 * state. Accesses to profiling buffer controls at
351 * EL1 System register accesses to the Debug ROM
355 * System register accesses to the powerdown debug
359 * accesses to the debug registers do not trap to EL2
    [all...]
  /art/compiler/optimizing/
nodes_mips.h 79 // For array accesses the element address has the following structure:
81 // (index << ELEM_SHIFT) can be shared across array accesses with
82 // the same data type and index. For example, in the following loop 5 accesses can share address
  /art/libdexfile/dex/
code_item_accessors.h 31 // Abstracts accesses to the instruction fields of code items for CompactDexFile and
81 // Abstracts accesses to code item fields other than debug info for CompactDexFile and
126 // Abstract accesses to code item data including debug info offset. More heavy weight than the other
  /external/deqp/doc/testspecs/GLES31/
functional.synchronization.txt 44 accessed by other invocations. Image accesses are synchronized using
45 memoryBarrierImage(). SSBO accesses do not need to be explicitly synchronized
50 accessed by another invocation within the work group. Accesses are synchronized
  /external/libavc/encoder/x86/
ih264e_platform_macros.h 133 * memory accesses that appear in program order before the DMB instruction are
134 * observed before any explicit memory accesses that appear in program order
141 * 1. All explicit memory accesses before this instruction complete.
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
dig64.h 41 * using __packed would cause unaligned accesses...
64 * using __packed would cause unaligned accesses...
  /external/llvm/test/Analysis/LoopAccessAnalysis/
independent-interleaved.ll 1 ; RUN: opt < %s -store-to-load-forwarding-conflict-detection=false -loop-accesses -analyze | FileCheck %s
4 ; This test checks that we prove the strided accesses to be independent before
nullptr.ll 1 ; RUN: opt -loop-accesses -analyze %s | FileCheck %s
4 ; Test that the loop accesses are proven safe in this case.
  /external/python/cpython2/Lib/ctypes/test/
test_values.py 2 A testcase which accesses *values* in a dll.
29 # This test accesses the Py_OptimizeFlag intger, which is
  /external/syslinux/gpxe/src/arch/x86/include/gpxe/
pcidirect.h 17 * PCI configuration space access via Type 1 accesses
35 /* No way to work this out via Type 1 accesses */
  /external/tcpdump/
machdep.c 55 * unaligned accesses to abort with SIGBUS, rather than being fixed
56 * up (slowly) by the OS kernel; on those platforms, misaligned accesses
  /external/tensorflow/tensorflow/contrib/lite/toco/
allocate_transient_arrays.h 24 // accesses to one buffer on accesses to another buffer.
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_values.py 2 A testcase which accesses *values* in a dll.
28 # This test accesses the Py_OptimizeFlag intger, which is
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_values.py 2 A testcase which accesses *values* in a dll.
28 # This test accesses the Py_OptimizeFlag intger, which is
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 2 A testcase which accesses *values* in a dll.
28 # This test accesses the Py_OptimizeFlag intger, which is
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 2 A testcase which accesses *values* in a dll.
28 # This test accesses the Py_OptimizeFlag intger, which is
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 90 /// \brief Checks memory dependences among accesses to the same underlying
100 /// on the program order of memory accesses to determine their safety.
101 /// At the moment we will only deem accesses as safe for:
122 /// * Zero distances and all accesses have the same size.
128 /// \brief Set of potential dependent memory accesses.
205 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
214 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
219 /// \brief Check whether the dependencies between the accesses are safe.
230 /// the accesses safely with.
278 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
247 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
247 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
247 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
251 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
251 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// \brief Checks memory dependences among accesses to the same underlying
69 /// on the program order of memory accesses to determine their safety.
70 /// At the moment we will only deem accesses as safe for:
91 /// * Zero distances and all accesses have the same size.
97 /// \brief Set of potential dependent memory accesses.
174 Accesses[MemAccessInfo(Ptr, true)].push_back(AccessIdx);
183 Accesses[MemAccessInfo(Ptr, false)].push_back(AccessIdx);
188 /// \brief Check whether the dependencies between the accesses are safe.
199 /// the accesses safely with.
251 DenseMap<MemAccessInfo, std::vector<unsigned> > Accesses;
    [all...]

Completed in 4070 milliseconds

1 2 34 5 6 7 8 91011>>