Home
last modified time | relevance | path

Searched refs:REDUCE (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c125 #define REDUCE(x) \ macro
175 REDUCE(j); in add_to_history()
187 REDUCE(s->history_idx); in add_to_history()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-quantize.c230 #define REDUCE 8 macro
231 #define RROUND (1<<(REDUCE-1))
271 e[k] = (v - o + RROUND) >> REDUCE; in gst_audio_quantize_quantize_int_dither_noise_shape()
/third_party/python/Lib/
Dpickle.py125 REDUCE = b'R' # apply callable to argtuple, both on stack variable
651 write(REDUCE)
693 write(REDUCE)
729 write(REDUCE)
1591 dispatch[REDUCE[0]] = load_reduce
/third_party/python/Modules/
D_pickle.c52 REDUCE = 'R', enumerator
3948 const char reduce_op = REDUCE; in save_reduce()
6934 OP(REDUCE, load_reduce) in load()
/third_party/python/Objects/
Dlongobject.c4245 #define REDUCE(X) \ in long_pow() macro
4266 REDUCE(result); \ in long_pow()