OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:index1_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
random.h
28
int
index1_
, index2_;
member in struct:__anon16922
43
diff = rg->tab_[rg->
index1_
] - rg->tab_[rg->index2_];
45
rg->tab_[rg->
index1_
] = diff;
46
if (++rg->
index1_
== VP8_RANDOM_TABLE_SIZE) rg->
index1_
= 0;
random.c
35
rg->
index1_
= 0;
/external/webp/src/utils/
random.h
28
int
index1_
, index2_;
member in struct:__anon37091
43
diff = rg->tab_[rg->
index1_
] - rg->tab_[rg->index2_];
45
rg->tab_[rg->
index1_
] = diff;
46
if (++rg->
index1_
== VP8_RANDOM_TABLE_SIZE) rg->
index1_
= 0;
random.c
35
rg->
index1_
= 0;
/external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc
120
index1_
= index1;
130
EXPECT_EQ(
index1_
, index1);
137
int
index1_
;
member in struct:__anon10869::BookmarkModelTest::ObserverDetails
[
all
...]
Completed in 1554 milliseconds