Home
last modified time | relevance | path

Searched refs:_num (Results 1 – 23 of 23) 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.pl59 $_num=&DWP(4*0,"esp"); # stack top layout
440 &mov ($_num,$num);
459 &cmp ($j,$_num);
558 &cmp ($j,$_num);
Darmv4-mont.pl95 $_num="$num,#15*4"; $_bpend=$_num;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_genx_macros.h77 #define __genxml_reg_num(cmd) cmd ## _num
Diris_state.c481 #define iris_emit_lri(b, r, v) _iris_emit_lri(b, GENX(r##_num), v)
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h82 #define __genxml_reg_num(cmd) cmd ## _num
Dcrocus_state.c525 #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/include/openssl/
Dsafestack.h27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
/third_party/boost/boost/graph/
Dminimum_degree_ordering.hpp116 Marker(size_type _num, VertexIndexMap index_map) in Marker() argument
118 , data(_num, -(std::numeric_limits< value_type >::max)()) in Marker()
/third_party/curl/lib/vtls/
Dopenssl.c3464 #define push_certinfo(_label, _num) \ argument
3467 Curl_ssl_push_certinfo_len(data, _num, _label, ptr, info_len); \
3493 #define print_pubkey_BN(_type, _name, _num) \ argument
3494 pubkey_show(data, mem, _num, #_type, #_name, _name)
3497 #define print_pubkey_BN(_type, _name, _num) \ argument
3500 pubkey_show(data, mem, _num, #_type, #_name, _type->_name); \
/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/boost/libs/graph/doc/
Disomorphism-impl-v3.w667 the \code{dfs\_num} array which provides a mapping from vertex to DFS
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h1698 #define __anv_reg_num(reg) reg ## _num
/third_party/mindspore/mindspore/lite/schema/inner/
Dops_v0_generated.h13408 bool mutate_num(int32_t _num) { in mutate_num()
13409 return SetField<int32_t>(VT_NUM, _num, 0); in mutate_num()
21918 auto _num = _o->num; in CreateUnstack() local
21922 _num, in CreateUnstack()