/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 | 59 $_num=&DWP(4*0,"esp"); # stack top layout 440 &mov ($_num,$num); 459 &cmp ($j,$_num); 558 &cmp ($j,$_num);
|
D | armv4-mont.pl | 95 $_num="$num,#15*4"; $_bpend=$_num;
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_genx_macros.h | 77 #define __genxml_reg_num(cmd) cmd ## _num
|
D | iris_state.c | 481 #define iris_emit_lri(b, r, v) _iris_emit_lri(b, GENX(r##_num), v)
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_genx_macros.h | 82 #define __genxml_reg_num(cmd) cmd ## _num
|
D | crocus_state.c | 525 #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/include/openssl/ |
D | safestack.h | 27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
|
/third_party/boost/boost/graph/ |
D | minimum_degree_ordering.hpp | 116 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/ |
D | openssl.c | 3464 #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/ |
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/boost/libs/graph/doc/ |
D | isomorphism-impl-v3.w | 667 the \code{dfs\_num} array which provides a mapping from vertex to DFS
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1698 #define __anv_reg_num(reg) reg ## _num
|
/third_party/mindspore/mindspore/lite/schema/inner/ |
D | ops_v0_generated.h | 13408 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()
|