Home
last modified time | relevance | path

Searched defs:next_pair (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/ced/src/compact_enc_det/
H A Dcompact_enc_det.cc2518 void UTF7BoostWhack(DetectEncodingState* destatep, int next_pair, uint8 byte2) { in UTF7BoostWhack()
2617 void UTF16MakeEven(DetectEncodingState* destatep, int next_pair) { in UTF16MakeEven()
2957 int next_pair = destatep->next_interesting_pair[OtherPair]; in CheckBinaryDensity() local
3025 int next_pair = destatep->prior_interesting_pair[AsciiPair] + i; in ActiveSpecialBoostWhack() local
3068 int next_pair = destatep->prior_interesting_pair[OtherPair] + i; in ActiveSpecialBoostWhack() local
3819 int next_pair = destatep->prior_interesting_pair[OtherPair] + i; in BoostPrune() local
4363 int next_pair = destatep->next_interesting_pair[whatset]; in IncrementAndBoostPrune() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde/src/de/
Dvalue.rs1146 fn next_pair(&mut self) -> Option<(First<I::Item>, Second<I::Item>)> { in next_pair() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde-1.0.197/src/de/
H A Dvalue.rs1146 fn next_pair(&mut self) -> Option<(First<I::Item>, Second<I::Item>)> { in next_pair() function
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc72 const Instruction* next_pair = candidate->GetNextInstruction(); in CheckAndMaybeDisassembleMovprfxPairs() local