Home
last modified time | relevance | path

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

/external/cronet/third_party/ced/src/compact_enc_det/
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
/external/rust/crates/serde/src/de/
Dvalue.rs1140 fn next_pair(&mut self) -> Option<(First<I::Item>, Second<I::Item>)> { in next_pair() function
/external/vixl/test/aarch64/
Dtest-api-movprfx-aarch64.cc72 const Instruction* next_pair = candidate->GetNextInstruction(); in CheckAndMaybeDisassembleMovprfxPairs() local