Searched refs:_order (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/ |
H A D | PpmdDecoder.cpp | 35 _order = props[0];
in SetDecoderProperties2() 37 if (_order < PPMD7_MIN_ORDER ||
in SetDecoderProperties2() 38 _order > PPMD7_MAX_ORDER ||
in SetDecoderProperties2() 75 Ppmd7_Init(&_ppmd, _order);
in CodeSpec()
|
H A D | PpmdDecoder.h | 57 Byte _order;
member in NCompress::NPpmd::Z7_final
|
/third_party/python/Lib/ |
H A D | heapq.py | 500 top, _order = result[0] 518 top, _order, _elem = result[0] 558 top, _order = result[0] 576 top, _order, _elem = result[0]
|
/third_party/FreeBSD/sys/kern/ |
H A D | bus_if.h | 327 typedef device_t bus_add_child_t(device_t _dev, u_int _order, const char *_name, 341 * @param _order a value which is used to partially sort the 343 * lower values of @p _order appear first in @p 351 static __inline device_t BUS_ADD_CHILD(device_t _dev, u_int _order, in BUS_ADD_CHILD() argument 356 return ((bus_add_child_t *) _m)(_dev, _order, _name, _unit); in BUS_ADD_CHILD()
|
/third_party/rust/crates/log/src/ |
H A D | lib.rs | 367 fn load(&self, _order: Ordering) -> usize { in load() 371 fn store(&self, val: usize, _order: Ordering) { in store()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | dh_groups.c | 1153 dh_group ## id ## _order, sizeof(dh_group ## id ## _order), safe }
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | dh_groups.c | 1153 dh_group ## id ## _order, sizeof(dh_group ## id ## _order), safe }
|
Completed in 9 milliseconds