Home
last modified time | relevance | path

Searched refs:_num (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.h67 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/
DREADME.md28 ### 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/
Dx86-mont.pl58 $_num=&DWP(4*0,"esp"); # stack top layout
439 &mov ($_num,$num);
458 &cmp ($j,$_num);
557 &cmp ($j,$_num);
Darmv4-mont.pl97 $_num="$num,#15*4"; $_bpend=$_num;
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dbio.rs147 _num: c_long, in ctrl()
198 unsafe fn BIO_set_num(_bio: *mut ffi::BIO, _num: c_int) {}
/third_party/openssl/include/crypto/
Dsparse_array.h41 ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) *sa) \
/third_party/openssl/test/
Dcmp_ctx_test.c612 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/
DOPENSSL_SA.pod51 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/
Diris_genx_macros.h77 #define __genxml_reg_num(cmd) cmd ## _num
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h82 #define __genxml_reg_num(cmd) cmd ## _num
Dcrocus_state.c527 #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/
DIceInst.h325 _num
481 _num
538 _num
570 _num
DIceInst.cpp286 return Op < InstArithmetic::_num ? InstArithmeticAttributes[Op].DisplayString in getOpName()
779 if (Kind < InstCast::OpKind::_num) in getCastName()
DIceTargetLoweringX8632.cpp1785 case InstArithmetic::_num: in lowerArithmetic()
1888 case InstArithmetic::_num: in lowerArithmetic()
2034 case InstArithmetic::_num: in lowerArithmetic()
7911 _num
7943 _num
7976 _num
DIceTargetLoweringX8664.cpp1688 case InstArithmetic::_num: in lowerArithmetic()
1834 case InstArithmetic::_num: in lowerArithmetic()
7219 _num
7251 _num
7284 _num
DIceTargetLoweringARM32.cpp165 _num
2411 case InstArithmetic::_num: in lowerInt64Arithmetic()
3023 case InstArithmetic::_num: in lowerArithmetic()
DIceTargetLoweringMIPS32.cpp2429 case InstArithmetic::_num: in lowerInt64Arithmetic()
2765 case InstArithmetic::_num: in lowerArithmetic()
/third_party/openssl/ohos_lite/include/openssl/
Dsafestack.h27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
/third_party/openssl/doc/man3/
DDEFINE_STACK_OF.pod103 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/
Dsafestack.h.in72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
/third_party/python/Lib/test/
Dtest_memoryio.py16 self._num = num
18 return self._num
Dtest_array.py1316 self._num = num
1318 return self._num
1320 return self._num
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c2278 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/
Danv_private.h1650 #define __anv_reg_num(reg) reg ## _num