OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:index_map
(Results
1 - 5
of
5
) sorted by null
/external/libyuv/files/source/
format_conversion.cc
110
uint32 *
index_map
) {
115
index_map
[0] = GenerateSelector(blue_index, green_index);
116
index_map
[1] = GenerateSelector(green_index, red_index);
119
index_map
[0] = GenerateSelector(green_index, blue_index);
120
index_map
[1] = GenerateSelector(red_index, green_index);
123
index_map
[0] = GenerateSelector(red_index, green_index);
124
index_map
[1] = GenerateSelector(green_index, blue_index);
127
index_map
[0] = GenerateSelector(green_index, red_index);
128
index_map
[1] = GenerateSelector(blue_index, green_index);
159
uint32
index_map
[2]
local
478
uint32
index_map
[2];
local
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb
223
index_map
= SIMPLIFY_MAP[@wizard.index(tree)]
225
assert_equal(
index_map
, ID => %w(ID))
231
index_map
= SIMPLIFY_MAP[@wizard.index(tree)]
233
assert_equal(
index_map
,
241
index_map
= SIMPLIFY_MAP[@wizard.index(tree)]
243
assert_equal(
index_map
,
/external/llvm/test/CodeGen/X86/
2007-02-16-BranchFold.ll
8
%struct.
Index_Map
= type { i32, %struct.item_set** }
12
%struct.dimension = type { i16*, %struct.
Index_Map
, %struct.mapping*, i32, %struct.plankMap* }
/external/llvm/test/Transforms/LoopRotate/
PhiRename-1.ll
7
%struct.
Index_Map
= type { i32, %struct.item_set** }
11
%struct.dimension = type { i16*, %struct.
Index_Map
, %struct.mapping*, i32, %struct.plankMap* }
/external/llvm/test/Transforms/ScalarRepl/
crash.ll
239
%struct.dimension = type { i16*, %struct.
Index_Map
, %struct.mapping*, i32, %struct.plankMap* }
240
%struct.
Index_Map
= type { i32, %struct.item_set** }
Completed in 663 milliseconds