Home
last modified time | relevance | path

Searched refs:maxshift (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/
H A Daudiomatch.c45 int maxshift = 16384; in main() local
98 for (pos = 0; pos < maxshift; pos = pos < 0 ? -pos: -pos-1) { in main()
106 maxshift = FFMIN(maxshift, FFABS(pos)+32); in main()
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py1320 maxshift = 0 # the most we can shift n and still have something left
1324 maxshift += 1
1328 for shift in range(maxshift + 1):
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c7038 mpd_ssize_t shift, maxexp, maxshift; in mpd_qreduce() local
7064 maxshift = maxexp - result->exp; in mpd_qreduce()
7065 shift = (shift > maxshift) ? maxshift : shift; in mpd_qreduce()

Completed in 12 milliseconds