Home
last modified time | relevance | path

Searched defs:NUM (Results 1 – 25 of 86) sorted by relevance

1234

/external/liburing/src/arch/x86/
Dsyscall.h28 #define __do_syscall0(NUM) ({ \ argument
40 #define __do_syscall1(NUM, ARG1) ({ \ argument
53 #define __do_syscall2(NUM, ARG1, ARG2) ({ \ argument
67 #define __do_syscall3(NUM, ARG1, ARG2, ARG3) ({ \ argument
82 #define __do_syscall4(NUM, ARG1, ARG2, ARG3, ARG4) ({ \ argument
99 #define __do_syscall5(NUM, ARG1, ARG2, ARG3, ARG4, ARG5) ({ \ argument
118 #define __do_syscall6(NUM, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6) ({ \ argument
156 #define __do_syscall0(NUM) ({ \ argument
168 #define __do_syscall1(NUM, ARG1) ({ \ argument
181 #define __do_syscall2(NUM, ARG1, ARG2) ({ \ argument
[all …]
/external/rust/android-crates-io/crates/futures-executor/benches/
Dthread_notify.rs13 const NUM: usize = 10_000; in thread_yield_single_thread_one_wait() constant
41 const NUM: usize = 10_000; in thread_yield_single_thread_many_wait() constant
74 const NUM: usize = 1_000; in thread_yield_multi_thread() constant
/external/perfetto/include/perfetto/public/
Dpb_macros.h113 #define PERFETTO_I_PB_FIELD_STRING(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
133 #define PERFETTO_I_PB_FIELD_VARINT(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
140 #define PERFETTO_I_PB_FIELD_ZIGZAG(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
148 #define PERFETTO_I_PB_FIELD_FIXED64(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
156 #define PERFETTO_I_PB_FIELD_FIXED32(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
164 #define PERFETTO_I_PB_FIELD_MSG(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
177 #define PERFETTO_I_PB_FIELD_PACKED(PREFIX, PROTO, C_TYPE, NAME, NUM) \ argument
195 #define PERFETTO_I_PB_NUM_FIELD(PROTO, NAME, NUM) \ argument
262 #define PERFETTO_PB_FIELD(PROTO, TYPE, C_TYPE, NAME, NUM) \ argument
272 #define PERFETTO_PB_EXTENSION_FIELD(EXTENSION, PROTO, TYPE, C_TYPE, NAME, NUM) \ argument
/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dloom_semaphore_batch.rs15 const NUM: usize = 2; in basic_usage() constant
71 const NUM: usize = 2; in basic_closing() constant
96 const NUM: usize = 3; in concurrent_close() constant
/external/libdivsufsort/CMakeModules/
Dcmake_uninstall.cmake.in8 SET(NUM 0) variable
20 SET(NUM 0) variable
/external/rust/android-crates-io/crates/futures-util/benches/
Dfutures_unordered.rs16 const NUM: usize = 10_000; in oneshots() constant
/external/musl/src/passwd/
Dputspent.c4 #define NUM(n) ((n) == -1 ? 0 : -1), ((n) == -1 ? 0 : (n)) macro
/external/trusty/musl/src/passwd/
Dputspent.c4 #define NUM(n) ((n) == -1 ? 0 : -1), ((n) == -1 ? 0 : (n)) macro
/external/llvm/include/llvm/Target/
DTargetOpcodes.h23 #define HANDLE_TARGET_OPCODE(OPC, NUM) OPC = NUM, argument
/external/rust/android-crates-io/crates/tokio/tests/
Drt_threaded_alt.rs42 const NUM: usize = 1_000; in many_oneshot_futures() constant
328 const NUM: usize = 1_000; in blocking_task() constant
Drt_threaded.rs41 const NUM: usize = 1_000; in many_oneshot_futures() constant
330 const NUM: usize = 1_000; in blocking() constant
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Dbernoulli.rs178 const NUM: u32 = 3; in test_average() constant
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Dbernoulli.rs178 const NUM: u32 = 3; in test_average() constant
/external/rust/android-crates-io/crates/rand/src/distributions/
Dbernoulli.rs178 const NUM: u32 = 3; in test_average() constant
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/
Dfreelist_heap_test.cpp191 constexpr size_t NUM = 4; variable
205 constexpr size_t NUM = 3; variable
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/
Dfreelist_heap_test.cpp191 constexpr size_t NUM = 4; variable
205 constexpr size_t NUM = 3; variable
/external/llvm-libc/test/src/__support/
Dfreelist_heap_test.cpp192 constexpr size_t NUM = 4; variable
206 constexpr size_t NUM = 3; variable
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dalloc_lib.h78 #define BOOST_CONTAINER_MEMCHAIN_INIT_FROM(PMEMCHAIN, FIRST, LAST, NUM)\ argument
177 #define BOOST_CONTAINER_MEMCHAIN_INCORPORATE_AFTER(PMEMCHAIN, BEFORE_IT, FIRST, BEFORELAST, NUM)\ argument
/external/trusty/lk/lib/rust_support/
Dthread.rs67 pub const NUM: usize = NUM_PRIORITIES as _; constant
/external/llvm/include/llvm/IR/
DInstVisitor.h27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dloom_multi_thread.rs169 const NUM: usize = 3; in blocking_and_regular_inner() constant
/external/clang/test/Misc/
Dcaret-diags-macros.c183 #define APPEND2(NUM, SUFF) -1 != NUM ## SUFF argument
184 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF) argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstVisitor.h26 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
124 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
156 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DInstVisitor.h24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
/external/coreboot/src/lib/
Dgcov-io.h319 #define GCOV_TAG_BLOCKS_LENGTH(NUM) (NUM) argument
322 #define GCOV_TAG_ARCS_LENGTH(NUM) (1 + (NUM) * 2) argument
326 #define GCOV_TAG_COUNTER_LENGTH(NUM) ((NUM) * 2) argument

1234