Searched refs:_num (Results 1 – 24 of 24) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | memory_pool.h | 67 unsigned int _num = (num); \ 68 if ((size) + _num > (reserved)) { \ 71 if (newreserve < _num) \ 72 newreserve = 4 * _num; /* arbitrary heuristic */ \
|
/third_party/node/deps/npm/node_modules/console-control-strings/ |
D | README.md | 28 ### var code = consoleControl.up(_num = 1_) 32 ### var code = consoleControl.down(_num = 1_) 36 ### var code = consoleControl.forward(_num = 1_) 40 ### var code = consoleControl.back(_num = 1_) 44 ### var code = consoleControl.nextLine(_num = 1_) 49 ### var code = consoleControl.previousLine(_num = 1_)
|
/third_party/openssl/crypto/bn/asm/ |
D | x86-mont.pl | 58 $_num=&DWP(4*0,"esp"); # stack top layout 439 &mov ($_num,$num); 458 &cmp ($j,$_num); 557 &cmp ($j,$_num);
|
D | armv4-mont.pl | 97 $_num="$num,#15*4"; $_bpend=$_num;
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | bio.rs | 147 _num: c_long, in ctrl() 198 unsafe fn BIO_set_num(_bio: *mut ffi::BIO, _num: c_int) {}
|
/third_party/openssl/include/crypto/ |
D | sparse_array.h | 41 ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) *sa) \
|
/third_party/openssl/test/ |
D | cmp_ctx_test.c | 612 return sk_##T##_value(ctx->FIELD, sk_##T##_num(ctx->FIELD) - 1); \ 623 int n_elem = sk_##T##_num(ctx->FIELD); \ 655 if (sk_##T##_num(ctx->FIELD) != ++n_elem) { \ 679 if (sk_##T##_num(ctx->FIELD) != ++n_elem) { \
|
/third_party/openssl/doc/internal/man3/ |
D | OPENSSL_SA.pod | 51 B<ossl_sa_I<TYPE>_num>() returns the number of elements in I<sa> or 0 if I<sa> 100 B<ossl_sa_I<TYPE>_num>() returns the number of elements in the sparse array or
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_genx_macros.h | 77 #define __genxml_reg_num(cmd) cmd ## _num
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_genx_macros.h | 82 #define __genxml_reg_num(cmd) cmd ## _num
|
D | crocus_state.c | 527 #define crocus_emit_lri(b, r, v) _crocus_emit_lri(b, GENX(r##_num), v)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 325 _num 481 _num 538 _num 570 _num
|
D | IceInst.cpp | 286 return Op < InstArithmetic::_num ? InstArithmeticAttributes[Op].DisplayString in getOpName() 779 if (Kind < InstCast::OpKind::_num) in getCastName()
|
D | IceTargetLoweringX8632.cpp | 1785 case InstArithmetic::_num: in lowerArithmetic() 1888 case InstArithmetic::_num: in lowerArithmetic() 2034 case InstArithmetic::_num: in lowerArithmetic() 7911 _num 7943 _num 7976 _num
|
D | IceTargetLoweringX8664.cpp | 1688 case InstArithmetic::_num: in lowerArithmetic() 1834 case InstArithmetic::_num: in lowerArithmetic() 7219 _num 7251 _num 7284 _num
|
D | IceTargetLoweringARM32.cpp | 165 _num 2411 case InstArithmetic::_num: in lowerInt64Arithmetic() 3023 case InstArithmetic::_num: in lowerArithmetic()
|
D | IceTargetLoweringMIPS32.cpp | 2429 case InstArithmetic::_num: in lowerInt64Arithmetic() 2765 case InstArithmetic::_num: in lowerArithmetic()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | safestack.h | 27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
|
/third_party/openssl/doc/man3/ |
D | DEFINE_STACK_OF.pod | 103 B<sk_I<TYPE>_num>() returns the number of elements in I<sk> or -1 if I<sk> is 232 It is not an error to call B<sk_I<TYPE>_num>(), B<sk_I<TYPE>_value>(), 252 B<sk_I<TYPE>_num>() returns the number of elements in the stack or B<-1> if the
|
/third_party/openssl/include/openssl/ |
D | safestack.h.in | 72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
|
/third_party/python/Lib/test/ |
D | test_memoryio.py | 16 self._num = num 18 return self._num
|
D | test_array.py | 1316 self._num = num 1318 return self._num 1320 return self._num
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 2278 gsize _num; in _priv_gst_value_get_abbrs() local 2332 _num = G_N_ELEMENTS (dyn_abbrs); in _priv_gst_value_get_abbrs() 2334 abbrs = g_new0 (GstValueAbbreviation, _num); in _priv_gst_value_get_abbrs() 2335 memcpy (abbrs, dyn_abbrs, sizeof (GstValueAbbreviation) * _num); in _priv_gst_value_get_abbrs() 2336 g_once_init_leave (&num, _num); in _priv_gst_value_get_abbrs()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1650 #define __anv_reg_num(reg) reg ## _num
|