Searched refs:pId (Results 1 – 10 of 10) sorted by relevance
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 37 self, vId, pId, manufacturer, pName): argument 49 manu_cmd = ('lsusb -v -d ' + vId + ':' + pId + ' | grep iManufacturer') 50 prod_cmd = ('lsusb -v -d ' + vId + ':' + pId + ' | grep iProduct')
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.h | 206 void RDTSC_START(Value* pBucketMgr, Value* pId); 207 void RDTSC_STOP(Value* pBucketMgr, Value* pId);
|
D | builder_misc.cpp | 1015 void Builder::RDTSC_START(Value* pBucketMgr, Value* pId) in RDTSC_START() argument 1040 CALL(pFunc, {pBucketMgr, pId}); in RDTSC_START() 1044 void Builder::RDTSC_STOP(Value* pBucketMgr, Value* pId) in RDTSC_STOP() argument 1069 CALL(pFunc, {pBucketMgr, pId}); in RDTSC_STOP()
|
D | fetch_jit.cpp | 2242 Value* pId = BITCAST(LOAD(GEP(mpFetchInfo, {0, SWR_FETCH_CONTEXT_CurInstance})), mFP32Ty); in GenerateCompCtrlVector() local 2243 return VBROADCAST(pId); in GenerateCompCtrlVector()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/ |
D | arm_math.h | 5197 float32_t * pId, in arm_park_f32() argument 5203 *pId = Ialpha * cosVal + Ibeta * sinVal; in arm_park_f32() 5228 q31_t * pId, in arm_park_q31() argument 5250 *pId = __QADD(product1, product2); in arm_park_q31()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/ |
D | arm_math.h | 5197 float32_t * pId, in arm_park_f32() argument 5203 *pId = Ialpha * cosVal + Ibeta * sinVal; in arm_park_f32() 5228 q31_t * pId, in arm_park_q31() argument 5250 *pId = __QADD(product1, product2); in arm_park_q31()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_runtime_10_2.inc | 432 unsigned long long *pId) { 437 return func_ptr(stream, pCaptureStatus, pId);
|
D | cuda_runtime_10_1.inc | 423 unsigned long long *pId) { 428 return func_ptr(stream, pCaptureStatus, pId);
|
D | cuda_runtime_11_0.inc | 467 unsigned long long *pId) { 472 return func_ptr(stream, pCaptureStatus, pId);
|
D | cuda_runtime_11_2.inc | 489 unsigned long long *pId) { 494 return func_ptr(stream, pCaptureStatus, pId);
|