Home
last modified time | relevance | path

Searched refs:par2 (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
D4-1.c117 void par2(void) in par2() function
240 ret = pthread_atfork(pre2, par2, chi2); in main()
/external/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.cc595 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/
Dflmodule.c422 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/
Dtest_urllib.py515 def _reporthook(par1, par2, par3): argument
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts587 const par2 = CK.MakeParticles('other json', { // $ExpectType Particles constant
/external/python/cpython3/Lib/test/
Dtest_urllib.py844 def _reporthook(par1, par2, par3): argument