Home
last modified time | relevance | path

Searched refs:_pair (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dptrmap.h7 struct name ## _pair { ktype key; vtype val; }; \
8 struct name { struct name ## _pair block[1]; }; \
/third_party/python/Modules/_sre/
H A Dsre.c2284 _pair(Py_ssize_t i1, Py_ssize_t i2) in _pair() function
2330 return _pair(self->mark[index*2], self->mark[index*2+1]); in _sre_SRE_Match_span_impl()
2345 item = _pair(self->mark[index*2], self->mark[index*2+1]); in match_regs()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs31252 while let Some(_pair) = next_or_end(&mut self.0) {} in drop()
[all...]

Completed in 46 milliseconds