| /third_party/mesa3d/src/freedreno/afuc/ |
| D | parser.y | 62 dst(int num) in dst() 68 src1(int num) in src1() 74 src2(int num) in src2() 80 immed(int num) in immed() 87 shift(int num) in shift() 94 bit(int num) in bit() 101 literal(uint32_t num) in literal() 117 uint32_t num; member
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
| D | atoll.c | 35 long long int num; in atoll_0100() local 48 long long int num; in atoll_0200() local 61 long long int num; in atoll_0300() local 74 long long int num; in atoll_0400() local 87 long long int num; in atoll_0500() local 100 long long int num; in atoll_0600() local 113 long long int num; in atoll_0700() local 126 long long int num; in atoll_0800() local 139 long long int num; in atoll_0900() local 152 long long int num; in atoll_1000() local [all …]
|
| D | imaxdiv.c | 26 intmax_t num = 4; in imaxdiv_0100() local 40 intmax_t num = 4; in imaxdiv_0200() local 54 intmax_t num = -4; in imaxdiv_0300() local 68 intmax_t num = -4; in imaxdiv_0400() local
|
| /third_party/vulkan-loader/loader/ |
| D | unknown_ext_chain_gas_x86.S | 40 .macro PhysDevExtTramp num argument 52 .macro PhysDevExtTermin num argument 77 .macro DevExtTramp num argument 90 .macro PhysDevExtTramp num argument 104 .macro PhysDevExtTermin num argument 130 .macro DevExtTramp num argument
|
| D | unknown_ext_chain.c | 37 #define PhysDevExtTramp(num) \ argument 45 #define PhysDevExtTermin(num) … argument 58 #define DevExtTramp(num) \ argument
|
| D | unknown_ext_chain_masm.asm | 43 PhysDevExtTermin macro num argument 65 DevExtTramp macro num argument 75 PhysDevExtTramp macro num argument 85 PhysDevExtTermin macro num argument 108 DevExtTramp macro num argument
|
| D | unknown_ext_chain_gas_aarch64.S | 28 .macro PhysDevExtTramp num argument 43 .macro PhysDevExtTermin num argument 68 .macro DevExtTramp num argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| D | printf.c | 27 int num = 6; in printf_0100() local 39 int num = 6; in printf_0200() local 51 int num = 6; in printf_0300() local 66 int num = 6; in printf_0400() local 78 int num = 6; in printf_0500() local 90 int num = 6; in printf_0600() local 105 int num = 6; in printf_0700() local 132 char num[] = "test"; in printf_0900() local
|
| /third_party/ltp/testcases/kernel/syscalls/move_pages/ |
| D | move_pages_support.c | 37 void free_pages(void **pages, unsigned int num) in free_pages() 63 int alloc_pages_on_nodes(void **pages, unsigned int num, int *nodes) in alloc_pages_on_nodes() 110 int alloc_pages_linear(void **pages, unsigned int num) in alloc_pages_linear() 150 int alloc_pages_on_node(void **pages, unsigned int num, int node) in alloc_pages_on_node() 169 verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes) in verify_pages_on_nodes() 215 void verify_pages_linear(void **pages, int *status, unsigned int num) in verify_pages_linear() 249 void verify_pages_on_node(void **pages, int *status, unsigned int num, int node) in verify_pages_on_node() 270 int alloc_shared_pages_on_node(void **pages, unsigned int num, int node) in alloc_shared_pages_on_node() 311 void free_shared_pages(void **pages, unsigned int num) in free_shared_pages() 330 sem_t *alloc_sem(int num) in alloc_sem() [all …]
|
| /third_party/musl/libc-test/src/functionalext/locale/ |
| D | wcstod_l.c | 117 double num = wcstod_l(str, &end, loc); in wcstod_l_0200() local 136 double num = wcstod_l(str, &end, loc); in wcstod_l_0300() local 155 double num = wcstod_l(str, &end, loc); in wcstod_l_0400() local 174 double num = wcstod_l(str, &end, loc); in wcstod_l_0500() local 193 double num = wcstod_l(str, &end, loc); in wcstod_l_0600() local 211 double num = wcstod_l(str, &end, loc); in wcstod_l_0700() local 226 double num = wcstod_l(str, &end, loc); in wcstod_l_0800() local 242 double num = wcstod_l(str, &end, loc); in wcstod_l_0900() local 260 double num = wcstod_l(str, &end, loc); in wcstod_l_1000() local 275 double num = wcstod_l(str, &end, loc); in wcstod_l_1100() local [all …]
|
| D | strtod_l.c | 118 double num = strtod_l(str, &end, loc); in strtod_l_0200() local 137 double num = strtod_l(str, &end, loc); in strtod_l_0300() local 156 double num = strtod_l(str, &end, loc); in strtod_l_0400() local 175 double num = strtod_l(str, &end, loc); in strtod_l_0500() local 194 double num = strtod_l(str, &end, loc); in strtod_l_0600() local 212 double num = strtod_l(str, &end, loc); in strtod_l_0700() local 227 double num = strtod_l(str, &end, loc); in strtod_l_0800() local 243 double num = strtod_l(str, &end, loc); in strtod_l_0900() local 261 double num = strtod_l(str, &end, loc); in strtod_l_1000() local 276 double num = strtod_l(str, &end, loc); in strtod_l_1100() local [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | genericChainedCalls.js | 18 var r1 = v1.func(function (num) { return num.toString(); }) argument 20 .func(function (num) { return num.toString(); }); argument 21 var s1 = v1.func(function (num) { return num.toString(); }); argument 23 var s3 = s2.func(function (num) { return num.toString(); }); argument
|
| D | keyofDoesntContainSymbols.js | 3 const num = 0; constant 4 const obj = { num: 0, str: 's', [num]: num as 0, [sym]: sym }; property 30 var num = 0; variable
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_sampler.c | 72 unsigned num, in llvmpipe_bind_sampler_states() 121 unsigned num, in llvmpipe_set_sampler_views() 277 unsigned num, in prepare_shader_sampling() 381 unsigned num, in llvmpipe_prepare_vertex_sampling() 393 unsigned num, in llvmpipe_prepare_geometry_sampling() 404 unsigned num, in llvmpipe_prepare_tess_ctrl_sampling() 415 unsigned num, in llvmpipe_prepare_tess_eval_sampling() 425 unsigned num, i; in llvmpipe_cleanup_stage_sampling() local 449 unsigned num, in prepare_shader_images() 548 unsigned num, in llvmpipe_prepare_vertex_images() [all …]
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| D | ecma-helpers-number.c | 72 ecma_number_unpack (ecma_number_t num, /**< ecma-number */ in ecma_number_unpack() 135 ecma_number_unpack (ecma_number_t num, /**< ecma-number */ in ecma_number_unpack() 176 ecma_number_get_fraction_field (ecma_number_t num) /**< ecma-number */ in ecma_number_get_fraction_field() 191 ecma_number_get_biased_exponent_field (ecma_number_t num) /**< ecma-number */ in ecma_number_get_biased_exponent_field() 206 ecma_number_get_sign_field (ecma_number_t num) /**< ecma-number */ in ecma_number_get_sign_field() 223 ecma_number_is_nan (ecma_number_t num) /**< ecma-number */ in ecma_number_is_nan() 286 ecma_number_is_negative (ecma_number_t num) /**< ecma-number */ in ecma_number_is_negative() 301 ecma_number_is_zero (ecma_number_t num) /**< ecma-number */ in ecma_number_is_zero() 324 ecma_number_is_infinity (ecma_number_t num) /**< ecma-number */ in ecma_number_is_infinity() 341 ecma_number_is_finite (ecma_number_t num) /**< ecma-number */ in ecma_number_is_finite() [all …]
|
| /third_party/openssl/crypto/ |
| D | param_build.c | 40 } num; member 77 void *num, size_t size, int type) in param_push_num() 122 int OSSL_PARAM_BLD_push_int(OSSL_PARAM_BLD *bld, const char *key, int num) in OSSL_PARAM_BLD_push_int() 128 unsigned int num) in OSSL_PARAM_BLD_push_uint() 135 long int num) in OSSL_PARAM_BLD_push_long() 141 unsigned long int num) in OSSL_PARAM_BLD_push_ulong() 148 int32_t num) in OSSL_PARAM_BLD_push_int32() 154 uint32_t num) in OSSL_PARAM_BLD_push_uint32() 161 int64_t num) in OSSL_PARAM_BLD_push_int64() 167 uint64_t num) in OSSL_PARAM_BLD_push_uint64() [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/ |
| D | onnx_slice_parser.cc | 46 const int num = onnx_node_attr.ints_size(); in Parse() local 52 const int num = onnx_node_attr.ints_size(); in Parse() local 58 const int num = onnx_node_attr.ints_size(); in Parse() local 64 const int num = onnx_node_attr.ints_size(); in Parse() local
|
| /third_party/rust/crates/rustix/tests/io/ |
| D | poll.rs | 17 let num = retry_on_intr(|| poll(&mut poll_fds, 0)).unwrap(); in test_poll() localVariable 26 let num = retry_on_intr(|| poll(&mut poll_fds, -1)).unwrap(); in test_poll() localVariable 43 let num = retry_on_intr(|| poll(&mut poll_fds, 0)).unwrap(); in test_poll() localVariable
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/ |
| D | test_pad_batch.py | 35 def gen_2cols(num): argument 42 def gen_var_col(num): argument 50 def gen_var_cols(num): argument 58 def gen_var_cols_2d(num): argument
|
| D | test_batch.py | 565 def gen(num): argument 594 def gen(num): argument 617 def gen_2_cols(num): argument 624 def batch_map_config(num, s, f, col_order=None): argument 646 def gen_2_cols(num): argument 653 def batch_map_config(num, s, f, out_nms, col_order=None): argument 677 def gen(num): argument
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-number-to-int32.cpp | 27 ecma_number_t num; member 33 ecma_number_t num; member 63 #define TEST_CASE(num, uint32) { num, uint32 } argument 92 #define TEST_CASE(num, int32) { num, int32 } argument
|
| /third_party/openssl/crypto/asn1/ |
| D | evp_asn1.c | 36 int ret, num; in ASN1_TYPE_get_octetstring() local 64 long *num, unsigned char *data, int max_len) in asn1_type_get_int_oct() 83 int32_t num; member 109 int ASN1_TYPE_get_int_octetstring(const ASN1_TYPE *a, long *num, in ASN1_TYPE_get_int_octetstring() 136 int32_t num; member 165 int ossl_asn1_type_get_octetstring_int(const ASN1_TYPE *a, long *num, in ossl_asn1_type_get_octetstring_int()
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.5/ |
| D | smarter_union_type_checking.ts | 29 num: number; property 33 num: number; property 37 num: number; property
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/unary_operators/ |
| D | the_void_operator.ts | 25 let num: any = 10 variable 28 Assert.isUndefined(un);
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | nms_with_mask_impl.cu | 49 __global__ void PopulateOutput(const T *data_in, T *data_out, int *index_buff, const int num, int b… in PopulateOutput() 100 __global__ void Preprocess(const int num, int *sel_idx, bool *sel_boxes, T *output, int box_size) { in Preprocess() 108 __global__ void Preprocess(const int num, int *sel_idx, int *sel_boxes, T *output, int box_size) { in Preprocess() 118 __global__ void NmsPass(const int num, const float IOU_value, T *output, int box_size, bool *row_ma… in NmsPass() 133 __global__ void ReducePass(const int num, bool *sel_boxes, bool *row_mask) { in ReducePass() 148 __global__ void ReducePass(const int num, int *sel_boxes, bool *row_mask) { in ReducePass() 196 cudaError_t CalPreprocess(const int num, int *sel_idx, bool *sel_boxes, const T *input, T *output, … in CalPreprocess() 209 cudaError_t CalPreprocess(const int num, int *sel_idx, int *sel_boxes, const T *input, T *output, i… in CalPreprocess() 222 cudaError_t CalSort(const int &num, const T *data_in, T *data_out, int *index_buff, T *data_buff, i… in CalSort() 231 cudaError_t CalNms(const int num, const float IOU_value, T *output, bool *sel_boxes, int box_size, … in CalNms() [all …]
|