/external/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 */ \
|
/external/linux-kselftest/tools/testing/selftests/powerpc/syscalls/ |
D | ipc_unmuxed.c | 22 #define DO_TEST(_name, _num) \ argument 28 rc = syscall(_num, -1, 0, 0, 0, 0, 0); \ 40 #define DO_TEST(_name, _num) \ in ipc_unmuxed() argument
|
/external/squashfs-tools/squashfs-tools/ |
D | swap.c | 101 void swap_le##BITS##_num(void *s, void *d, int n) \ 113 void inswap_le##BITS##_num(TYPE *s, int n) \
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.cc | 335 int _num; in ListModules() local 346 for (_num = 0, _maps = maps; _num < num; ++_num, ++_maps) { in ListModules()
|
/external/u-boot/arch/arm/mach-kirkwood/include/mach/ |
D | mpp.h | 11 #define MPP(_num, _sel, _in, _out, _F6180, _F6190, _F6192, _F6281) ( \ argument 12 /* MPP number */ ((_num) & 0xff) | \
|
/external/boringssl/src/crypto/fipsmodule/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;
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8632.cpp | 414 _num 446 _num 479 _num
|
D | IceTargetLoweringX8664.cpp | 756 _num 788 _num 821 _num
|
D | IceInst.h | 322 _num 476 _num 533 _num 565 _num
|
D | IceInst.cpp | 296 return Op < InstArithmetic::_num ? InstArithmeticAttributes[Op].DisplayString in getOpName() 796 if (Kind < InstCast::OpKind::_num) in getCastName()
|
D | IceTargetLoweringARM32.cpp | 174 _num 2601 case InstArithmetic::_num: in lowerInt64Arithmetic() 3210 case InstArithmetic::_num: in lowerArithmetic()
|
D | IceTargetLoweringX86BaseImpl.h | 1978 case InstArithmetic::_num: 2080 case InstArithmetic::_num: 2226 case InstArithmetic::_num:
|
D | IceTargetLoweringMIPS32.cpp | 2477 case InstArithmetic::_num: in lowerInt64Arithmetic() 2813 case InstArithmetic::_num: in lowerArithmetic()
|
/external/u-boot/drivers/usb/gadget/ |
D | ci_udc.c | 667 int num, in, _num, _in, i; in handle_setup() local 707 _num = r.wIndex & 15; in handle_setup() 721 if ((num == _num) && (in == _in)) { in handle_setup()
|
/external/curl/lib/vtls/ |
D | openssl.c | 2943 #define push_certinfo(_label, _num) \ argument 2946 Curl_ssl_push_certinfo_len(data, _num, _label, ptr, info_len); \ 2972 #define print_pubkey_BN(_type, _name, _num) \ argument 2973 pubkey_show(data, mem, _num, #_type, #_name, _name) 2976 #define print_pubkey_BN(_type, _name, _num) \ argument 2979 pubkey_show(data, mem, _num, #_type, #_name, _type->_name); \
|
/external/boringssl/src/include/openssl/ |
D | stack.h | 312 OPENSSL_INLINE size_t sk_##name##_num(const STACK_OF(name) *sk) { \
|
/external/python/cpython3/Lib/test/ |
D | test_memoryio.py | 16 self._num = num 18 return self._num
|
D | test_array.py | 1244 self._num = num 1246 return self._num
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1064 #define __anv_reg_num(reg) reg ## _num
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_generated.h | 10791 auto _num = _o->num; 10795 _num,
|