OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_slot_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
addrcache.cc
51
next_slot_
(0) { }
56
next_slot_
(0) { }
101
next_slot_
= 0; // in case Init() is called a second time to reinit
120
near_addresses_[
next_slot_
] = address;
121
next_slot_
= (
next_slot_
+ 1) % near_cache_size_;
addrcache.h
204
int
next_slot_
;
member in class:open_vcdiff::VCDiffAddressCache
/external/chromium_org/sdch/open-vcdiff/src/
addrcache.cc
51
next_slot_
(0) { }
56
next_slot_
(0) { }
101
next_slot_
= 0; // in case Init() is called a second time to reinit
120
near_addresses_[
next_slot_
] = address;
121
next_slot_
= (
next_slot_
+ 1) % near_cache_size_;
addrcache.h
204
int
next_slot_
;
member in class:open_vcdiff::VCDiffAddressCache
/external/open-vcdiff/src/
addrcache.cc
51
next_slot_
(0) { }
56
next_slot_
(0) { }
101
next_slot_
= 0; // in case Init() is called a second time to reinit
120
near_addresses_[
next_slot_
] = address;
121
next_slot_
= (
next_slot_
+ 1) % near_cache_size_;
addrcache.h
204
int
next_slot_
;
member in class:open_vcdiff::VCDiffAddressCache
/external/chromium_org/v8/src/mips/
assembler-mips.h
1204
int
next_slot_
;
member in class:v8::internal::Assembler::Trampoline
[
all
...]
/external/v8/src/mips/
assembler-mips.h
1248
int
next_slot_
;
member in class:v8::internal::Assembler::Trampoline
[
all
...]
Completed in 77 milliseconds