Home
last modified time | relevance | path

Searched defs:ORDER (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/buddy_system_allocator/benches/
Dmemory_allocator_benchmark.rs22 pub fn small_alloc<const ORDER: usize>(heap: &LockedHeap<ORDER>) { in small_alloc()
32 pub fn large_alloc<const ORDER: usize>(heap: &LockedHeap<ORDER>) { in large_alloc()
42 pub fn mutil_thread_random_size<const ORDER: usize>(heap: &'static LockedHeap<ORDER>) { in mutil_thread_random_size()
144 const ORDER: usize = 32; constant
/external/python/cpython3/Include/internal/
Dpycore_atomic.h53 #define _Py_atomic_signal_fence(/*memory_order*/ ORDER) \ argument
56 #define _Py_atomic_thread_fence(/*memory_order*/ ORDER) \ argument
59 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ argument
62 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ argument
/external/rust/crates/ring/src/ec/curve25519/
Dscalar.rs27 const ORDER: [limb::Limb; SCALAR_LEN / limb::LIMB_BYTES] = constant
/external/perfetto/python/tools/
Dheap_profile.py136 ORDER = ['-n', '-p', '-i', '-o'] variable
/external/deqp/framework/opengl/
DgluTextureUtil.cpp145 #define PACK_FMT(ORDER, TYPE) ((int(ORDER) << 16) | int(TYPE)) in getInternalFormat() argument
146 #define FMT_CASE(ORDER, TYPE) PACK_FMT(tcu::TextureFormat::ORDER, tcu::TextureFormat::TYPE) in getInternalFormat() argument
/external/perfetto/tools/
Dheap_profile399 ORDER = ['-n', '-p', '-i', '-o'] variable
/external/rust/crates/buddy_system_allocator/src/
Dlib.rs291 pub const fn new(rescue: fn(&mut Heap<ORDER>, &Layout)) -> Self { in new()
300 pub fn new(rescue: fn(&mut Heap<ORDER>, &Layout)) -> Self { in new()
Dframe.rs201 fn deref(&self) -> &Mutex<FrameAllocator<ORDER>> { in deref()
/external/obex/src/com/android/obex/
DApplicationParameter.java90 public static class ORDER { class in ApplicationParameter.TRIPLET_VALUE
/external/libxaac/decoder/
Dixheaacd_cnst.h30 #define ORDER 16 macro
Dixheaacd_usac_ec.c398 VOID ixheaacd_usac_lpc_ec(FLOAT32 lsp[][ORDER], FLOAT32 *lpc4_lsf, FLOAT32 *lsf_adaptive_mean, in ixheaacd_usac_lpc_ec()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2835 #define PACK_FMT(ORDER, TYPE) ((int(ORDER) << 16) | int(TYPE)) in mapTextureFormat() argument
2836 #define FMT_CASE(ORDER, TYPE) PACK_FMT(tcu::TextureFormat::ORDER, tcu::TextureFormat::TYPE) in mapTextureFormat() argument
/external/clang/include/clang/AST/
DExpr.h4815 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator