HomeSort by relevance Sort by last modified time
    Searched full:indexed (Results 26 - 50 of 2860) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/AArch64/
ldst-opt.ll 33 define void @load-pre-indexed-byte(%struct.byte* %ptr) nounwind {
34 ; CHECK-LABEL: load-pre-indexed-byte
46 define void @store-pre-indexed-byte(%struct.byte* %ptr, i8 %val) nounwind {
47 ; CHECK-LABEL: store-pre-indexed-byte
61 define void @load-pre-indexed-halfword(%struct.halfword* %ptr) nounwind {
62 ; CHECK-LABEL: load-pre-indexed-halfword
74 define void @store-pre-indexed-halfword(%struct.halfword* %ptr, i16 %val) nounwind {
75 ; CHECK-LABEL: store-pre-indexed-halfword
89 define void @load-pre-indexed-word(%struct.word* %ptr) nounwind {
90 ; CHECK-LABEL: load-pre-indexed-wor
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
IndexedInputs.java 28 * scanning all inputs over and over for each class to load. An indexed inputs can have a parent
49 * Create a new {@link IndexedInputs} with input files previously indexed and with a parent {@link
59 * Create a new {@link IndexedInputs} with input files already indexed and with a parent {@link
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_3d.h 40 bool indexed; member in struct:gen6_3dprimitive_info
62 if (info->indexed)
86 if (info->indexed)
  /external/turbine/java/com/google/turbine/diag/
LineMap.java 64 /** The zero-indexed column number of the given source position. */
70 /** The one-indexed line number of the given source position. */
76 /** The one-indexed line of the given source position. */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
opers12.s 9 anda [12,x] ; Indexed indirect
25 anda [12,x] ; Indexed indirect (16-bit offset)
45 std [d,x] ; Indexed indirect with two reg index
  /device/google/contexthub/firmware/os/platform/stm32/
usart.c 91 static const uint16_t stopBitsVals[] = {0x1000, 0x0000, 0x3000, 0x2000}; // indexed by UsatStopBitsCfg
92 static const uint16_t wordLengthVals[] = {0x0000, 0x1000}; // indexed by UsartDataBitsCfg
93 static const uint16_t parityVals[] = {0x0000, 0x0400, 0x0600}; // indexed by UsartParityCfg
94 static const uint16_t flowCtrlVals[] = {0x0000, 0x0100, 0x0200, 0x0300}; // indexed by UsartFlowControlCfg
  /external/deqp/doc/testspecs/GLES31/
functional.draw_buffers_indexed.txt 41 non-indexed functions, then some draw buffer specific state with indexed
49 and changes that same state for second draw buffer using indexed functions.
53 non-indexed functions.
  /external/elfutils/tests/
run-ranlib-test3.sh 21 indexed=testfile20.index
run-ranlib-test4.sh 21 indexed=testfile21.index
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 62 * R map is placed horizontally, indexed by S, in channel 0
63 * G map is placed vertically, indexed by T, in channel 1
64 * B map is placed horizontally, indexed by S, in channel 2
65 * A map is placed vertically, indexed by T, in channel 3
  /external/pdfium/testing/resources/pixel/
bug_71.in 40 /Indexed
  /external/v8/src/arm64/
codegen-arm64.h 16 // indexed character into |result|. We expect |index| as untagged input and
  /external/v8/src/s390/
codegen-s390.h 19 // indexed character into |result|. We expect |index| as untagged input and
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.h 166 StrategyCollection mStrategyCollection; /**< Strategies indexed by their enum id. */
167 StreamCollection mStreamCollection; /**< Streams indexed by their enum id. */
168 UsageCollection mUsageCollection; /**< Usages indexed by their enum id. */
169 InputSourceCollection mInputSourceCollection; /**< Input sources indexed by their enum id. */
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableResources.java 24 * Returns a collection of classes that should be indexed for search.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5809.go 7 // issue 5809: 6g and 8g attempted to constant propagate indexed LEA
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5809.go 7 // issue 5809: 6g and 8g attempted to constant propagate indexed LEA
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
stack2.s 55 //[ -- SP ] = ( R7 : Dreglim , P5 : Preglim ) ; /* Dregs and indexed Pregs (a) */
62 //[ -- SP ] = ( P5 : Preglim ) ; /* indexed Pregs, only (a) */
111 //( R7 : Dreglim, P5 : Preglim ) = [ SP ++ ] ; /* Dregs and indexed Pregs (a) */
117 //( P5 : Preglim ) = [ SP ++ ] ; /* indexed Pregs, only (a) */
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
ngram_context.h 59 // n is 1-indexed.
61 // n is 1-indexed.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 134 // shouldIndex reports whether f should be indexed.
139 // appendIndexed appends index i, as encoded in "Indexed Header Field"
152 // If f.Sensitive is true, "Never Indexed" representation is used. If
161 // appendIndexedName appends f and index i referring indexed name
162 // entry, as encoded in one of "Literal Header field - Indexed Name"
165 // If f.Sensitive is true, "Never Indexed" representation is used. If
228 // for "Never Indexed" representation is returned. If sensitive is
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 134 // shouldIndex reports whether f should be indexed.
139 // appendIndexed appends index i, as encoded in "Indexed Header Field"
152 // If f.Sensitive is true, "Never Indexed" representation is used. If
161 // appendIndexedName appends f and index i referring indexed name
162 // entry, as encoded in one of "Literal Header field - Indexed Name"
165 // If f.Sensitive is true, "Never Indexed" representation is used. If
228 // for "Never Indexed" representation is returned. If sensitive is
  /external/llvm/test/DebugInfo/X86/
fission-cu.ll 68 ; CHECK: DW_AT_GNU_dwo_name [DW_FORM_GNU_str_index] ( indexed (00000000) string = "baz.dwo")
69 ; CHECK: DW_AT_producer [DW_FORM_GNU_str_index] ( indexed (00000001) string = "clang version 3.3 (trunk 169021) (llvm/trunk 169020)")
71 ; CHECK: DW_AT_name [DW_FORM_GNU_str_index] ( indexed (00000002) string = "baz.c")
77 ; CHECK: DW_AT_name [DW_FORM_GNU_str_index] ( indexed (00000003) string = "a")
84 ; CHECK: DW_AT_name [DW_FORM_GNU_str_index] ( indexed (00000004) string = "int")
  /external/swiftshader/third_party/subzero/src/
IceTimerTree.h 51 std::vector<TTindex> Children; // indexed by TimerIdT
89 std::vector<std::string> IDs; /// indexed by TimerIdT
90 std::vector<TimerTreeNode> Nodes; /// indexed by TTindex
91 std::vector<double> LeafTimes; /// indexed by TimerIdT
92 std::vector<size_t> LeafCounts; /// indexed by TimerIdT
  /external/llvm/test/CodeGen/PowerPC/
atomics-indexed.ll 6 ; In this file, we check that atomic load/store can make use of the indexed
9 ; Indexed version of loads
46 ; Indexed version of stores
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw.h 78 info.indexed = TRUE;
121 info.indexed = TRUE;
144 info.indexed = TRUE;

Completed in 1462 milliseconds

12 3 4 5 6 7 8 91011>>