Home
last modified time | relevance | path

Searched defs:stepsize (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dpindent.py332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
418 def reformat_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
/external/python/cpython2/Tools/scripts/
Dpindent.py334 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
340 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
346 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
351 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
359 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
367 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
392 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
420 def reformat_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
/external/aac/libDRCdec/src/
DdrcGainDec_process.cpp154 const SHORT start, const SHORT stop, const SHORT stepsize, in _interpolateDrcGain()
204 const SHORT stepsize, in _processNodeSegments()
DdrcDec_gainDecoder.cpp371 FIXP_DBL stepsize = ((hGainDec->channelGain[c] << n_min) - gain); in drcDec_GainDecoder_SetChannelGains() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c143 int stepsize) { in vp9_prob_diff_update_savings_search_model()
Dvp9_bitstream.c552 int stepsize = cpi->sf.coeff_prob_appx_step; in update_coef_probs_common() local
/external/lua/src/
Dlbaselib.c231 int stepsize = (int)luaL_optinteger(L, 4, 0); in luaB_collectgarbage() local
Dlgc.c1642 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep() local
Dlapi.c1180 int stepsize = va_arg(argp, int); in lua_gc() local
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c87 int stepsize; in validate_key() local
/external/pdfium/third_party/libopenjpeg20/
Dt1.c1414 OPJ_FLOAT64 stepsize, in opj_t1_getwmsedec()
2261 OPJ_FLOAT64 stepsize, in opj_t1_encode_cblk()
Dtcd.h167 OPJ_FLOAT32 stepsize; member
Ddwt.c1094 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, in opj_dwt_encode_stepsize()
1291 OPJ_FLOAT64 stepsize; in opj_dwt_calc_explicit_stepsizes() local
/external/aac/libSBRdec/src/
Dhbe.cpp1429 INT stepsize = 1 + !bSbr41, sine_offset = 24, mod = 96; in QmfTransposerApply() local
/external/python/cpython2/Modules/
Dalmodule.c138 int i, stepsize; in python2param() local