Searched refs:par2 (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
D | 4-1.c | 117 void par2(void) in par2() function 240 ret = pthread_atfork(pre2, par2, chi2); in main()
|
/external/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_mips.cc | 595 uint32_t par2 = (*echo_energy_adapt); in WebRtcAecm_CalcLinearEnergies_mips() local 654 [par1] "+r"(par1), [par2] "+r"(par2), [stored1] "=&r"(stored1), in WebRtcAecm_CalcLinearEnergies_mips() 666 par2 += aecm->channelAdapt16[PART_LEN] * far_spectrum[PART_LEN]; in WebRtcAecm_CalcLinearEnergies_mips() 670 (*echo_energy_adapt) = par2; in WebRtcAecm_CalcLinearEnergies_mips()
|
/external/python/cpython2/Modules/ |
D | flmodule.c | 422 float par1, par2; in call_forms_INfINf() local 424 if (!PyArg_Parse(args, "(ff)", &par1, &par2)) return NULL; in call_forms_INfINf() 426 (*func) (obj, par1, par2); in call_forms_INfINf() 495 int par1, par2; in call_forms_INiINi() local 497 if (!PyArg_Parse(args, "(ii)", &par1, &par2)) return NULL; in call_forms_INiINi() 499 (*func) (obj, par1, par2); in call_forms_INiINi()
|
/external/python/cpython2/Lib/test/ |
D | test_urllib.py | 515 def _reporthook(par1, par2, par3): argument
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 587 const par2 = CK.MakeParticles('other json', { // $ExpectType Particles constant
|
/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 844 def _reporthook(par1, par2, par3): argument
|