| /external/rust/crates/buddy_system_allocator/benches/ |
| D | memory_allocator_benchmark.rs | 22 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/ |
| D | pycore_atomic.h | 53 #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/ |
| D | scalar.rs | 27 const ORDER: [limb::Limb; SCALAR_LEN / limb::LIMB_BYTES] = constant
|
| /external/perfetto/python/tools/ |
| D | heap_profile.py | 136 ORDER = ['-n', '-p', '-i', '-o'] variable
|
| /external/deqp/framework/opengl/ |
| D | gluTextureUtil.cpp | 145 #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/ |
| D | heap_profile | 399 ORDER = ['-n', '-p', '-i', '-o'] variable
|
| /external/rust/crates/buddy_system_allocator/src/ |
| D | lib.rs | 291 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()
|
| D | frame.rs | 201 fn deref(&self) -> &Mutex<FrameAllocator<ORDER>> { in deref()
|
| /external/obex/src/com/android/obex/ |
| D | ApplicationParameter.java | 90 public static class ORDER { class in ApplicationParameter.TRIPLET_VALUE
|
| /external/libxaac/decoder/ |
| D | ixheaacd_cnst.h | 30 #define ORDER 16 macro
|
| D | ixheaacd_usac_ec.c | 398 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/ |
| D | vkImageUtil.cpp | 2835 #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/ |
| D | Expr.h | 4815 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator
|