Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 1851) sorted by relevance

12345678910>>...75

/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
Datoll.c35 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 …]
Dimaxdiv.c26 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/mesa3d/src/freedreno/afuc/
Dparser.y62 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/vulkan-loader/loader/
Dunknown_ext_chain_gas_x86.S38 .macro PhysDevExtTramp num argument
47 .macro PhysDevExtTermin num argument
69 .macro DevExtTramp num argument
79 .macro PhysDevExtTramp num argument
90 .macro PhysDevExtTermin num argument
114 .macro DevExtTramp num argument
Dunknown_ext_chain_masm.asm43 PhysDevExtTermin macro num argument
65 DevExtTramp macro num argument
75 PhysDevExtTramp macro num argument
85 PhysDevExtTermin macro num argument
108 DevExtTramp macro num argument
Dunknown_ext_chain.c37 #define PhysDevExtTramp(num) \ argument
45 #define PhysDevExtTermin(num) … argument
58 #define DevExtTramp(num) \ argument
Dunknown_ext_chain_gas_aarch64.S28 .macro PhysDevExtTramp num argument
38 .macro PhysDevExtTermin num argument
61 .macro DevExtTramp num argument
/third_party/node/deps/npm/node_modules/console-control-strings/
Dindex.js7 exports.up = function up (num) { argument
11 exports.down = function down (num) { argument
15 exports.forward = function forward (num) { argument
19 exports.back = function back (num) { argument
23 exports.nextLine = function nextLine (num) { argument
27 exports.previousLine = function previousLine (num) { argument
31 exports.horizontalAbsolute = function horizontalAbsolute (num) { argument
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dprintf.c27 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/
Dmove_pages_support.c37 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/
Dwcstod_l.c117 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 …]
Dstrtod_l.c118 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/node/deps/v8/src/codegen/arm64/
Dutils-arm64.h72 inline bool IsSignallingNaN(double num) { in IsSignallingNaN()
80 inline bool IsSignallingNaN(float num) { in IsSignallingNaN()
88 inline bool IsSignallingNaN(float16 num) { in IsSignallingNaN()
94 inline bool IsQuietNaN(T num) { in IsQuietNaN()
99 inline double ToQuietNaN(double num) { in ToQuietNaN()
104 inline float ToQuietNaN(float num) { in ToQuietNaN()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c72 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/typescript/tests/baselines/reference/
DgenericChainedCalls.js18 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
DkeyofDoesntContainSymbols.js3 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/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c72 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/node/deps/openssl/openssl/crypto/
Dparam_build.c40 } 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/openssl/crypto/
Dparam_build.c40 } 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/node/test/doctool/
Dtest-doctool-html.mjs151 { num: '10.x', lts: true }, property
152 { num: '9.x' }, property
153 { num: '8.x' }, property
154 { num: '7.x' }, property
155 { num: '6.x' }, property
156 { num: '5.x' }, property
157 { num: '4.x' }, property
158 { num: '0.12.x' }, property
159 { num: '0.10.x' }]; property
/third_party/node/deps/openssl/openssl/crypto/asn1/
Devp_asn1.c36 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/openssl/crypto/asn1/
Devp_asn1.c36 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/jerryscript/tests/unit-core/
Dtest-number-to-int32.cpp27 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/rust/crates/rustix/tests/io/
Dpoll.rs17 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/typescript/tests/ts_extra_tests/test_ts_cases/3.5/
Dsmarter_union_type_checking.ts29 num: number; property
33 num: number; property
37 num: number; property

12345678910>>...75