Home
last modified time | relevance | path

Searched refs:substep (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/undici/src/lib/fetch/
Dfile.js42 substep: { variable
49 break substep
/third_party/python/Objects/
Drangeobject.c348 PyObject *substart = NULL, *substop = NULL, *substep = NULL; in compute_slice() local
355 substep = PyNumber_Multiply(r->step, step); in compute_slice()
356 if (substep == NULL) goto fail; in compute_slice()
367 result = make_range_object(Py_TYPE(r), substart, substop, substep); in compute_slice()
377 Py_XDECREF(substep); in compute_slice()
/third_party/lame/
DChangeLog6108 fix: q2 and higher were NOT enabling substep shaping 2
8899 fix -q0 convined with --substep x option.
10339 new option, --substep, pseudo substep noise shaping now works.
10341 - final fix of "do substep" region of selected scalefactor.
10343 substep is selecte by the new member "substep" in structure
10776 prepare for the interchannel masking and substep noise shaping.
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs9616 substep: {
9621 break substep;