/third_party/node/deps/v8/src/heap/ |
H A D | allocation-observer.cc | 27 intptr_t step_size = observer->GetNextStepSize(); in AddAllocationObserver() local 28 size_t observer_next_counter = current_counter_ + step_size; in AddAllocationObserver() 39 std::min(static_cast<intptr_t>(missing_bytes), step_size); in AddAllocationObserver() 61 size_t step_size = 0; in RemoveAllocationObserver() local 66 step_size = step_size ? std::min(step_size, left_in_step) : left_in_step; in RemoveAllocationObserver() 69 next_counter_ = current_counter_ + step_size; in RemoveAllocationObserver() 95 size_t step_size = 0; in InvokeAllocationObservers() local 117 step_size in InvokeAllocationObservers() [all...] |
H A D | allocation-observer.h | 20 explicit AllocationObserver(intptr_t step_size) : step_size_(step_size) { in AllocationObserver() argument 21 DCHECK_LE(kTaggedSize, step_size); in AllocationObserver()
|
H A D | incremental-marking.h | 222 Observer(IncrementalMarking* incremental_marking, intptr_t step_size) in Observer() argument 223 : AllocationObserver(step_size), in Observer()
|
/third_party/backends/backend/ |
H A D | hp4200.c | 593 int step_size; in compute_datalink_bandwidth() local 595 step_size = in compute_datalink_bandwidth() 602 setreg (s, 0x46, HIBYTE (step_size)); in compute_datalink_bandwidth() 603 setreg (s, 0x47, LOBYTE (step_size)); in compute_datalink_bandwidth() 604 setreg (s, 0x48, HIBYTE (step_size)); in compute_datalink_bandwidth() 605 setreg (s, 0x49, LOBYTE (step_size)); in compute_datalink_bandwidth() 920 compute_dpd (HP4200_Scanner * s, int step_size, int line_end) in compute_dpd() argument 935 s->hw_parms.steps_to_reverse) * 4 * step_size) % tr; in compute_dpd() 1043 int step_size; in do_coarse_calibration() local 1128 step_size in do_coarse_calibration() 1384 int step_size; do_fine_calibration() local 1865 int step_size; prepare_for_a_scan() local [all...] |
H A D | hp3500.c | 2402 int step_size; member 3142 rt_set_step_size (regs, resparms[rmres].step_size); in rts8801_fullscan() 3188 rt_set_step_size (regs, resparms[jres].step_size); in rts8801_fullscan()
|
H A D | hp3900_rts8822.c | 2716 /* set step_size - 1 */ in Motor_Move() 2779 /* set step_size - 1 */ in Motor_Move() 3110 SANE_Int step_size = _B0 (Regs[0xe0]) + 1; in Motor_Setup_Steps() local 3114 myvalor /= step_size; in Motor_Setup_Steps() 3115 myvalor *= step_size; in Motor_Setup_Steps() 5226 SANE_Int step_size = _B0 (Regs[0xe0]) + 1; in SetMultiExposure() local 5240 iValue = (iValue + 1) * step_size; in SetMultiExposure() 5246 traget = (traget / step_size) - 1; in SetMultiExposure() 8473 SANE_Int step_size, step_type, dummyline, myvalue, lf02c; in RTS_Setup_Motor() local 8532 step_size in RTS_Setup_Motor() [all...] |
/third_party/libsnd/src/G72x/ |
H A D | g723_40.c | 107 y = step_size (state_ptr) ; /* adaptive quantizer step size */ in g723_40_encoder() 142 y = step_size (state_ptr) ; /* adaptive quantizer step size */ in g723_40_decoder()
|
H A D | g723_16.c | 105 y = step_size (state_ptr) ; /* quantizer step size */ in g723_16_encoder() 150 y = step_size (state_ptr) ; /* adaptive quantizer step size */ in g723_16_decoder()
|
H A D | g721.c | 102 y = step_size (state_ptr) ; /* quantizer step size */ in g721_encoder() 142 y = step_size (state_ptr) ; /* dynamic quantizer step size */ in g721_decoder()
|
H A D | g723_24.c | 91 y = step_size (state_ptr) ; /* quantizer step size */ in g723_24_encoder() 128 y = step_size (state_ptr) ; /* adaptive quantizer step size */ in g723_24_decoder()
|
H A D | g72x_priv.h | 87 int step_size (G72x_STATE *state_ptr) ;
|
H A D | g72x.c | 293 * step_size () 298 int step_size (G72x_STATE *state_ptr) in step_size() function
|
/third_party/vixl/test/aarch64/ |
H A D | test-fuzz-aarch64.cc | 41 static void FuzzHelper(std::string mode, int step_size, int offset, int shift) { in FuzzHelper() argument 52 for (uint64_t i = offset << shift; i < (UINT64_C(1) << 32); i += step_size) { in FuzzHelper()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_core.h | 226 int32_t step_size, int32_t scale, int residual, int len) in ff_dca_core_dequantize() 229 int64_t step_scale = (int64_t)step_size * scale; in ff_dca_core_dequantize() 225 ff_dca_core_dequantize(int32_t *output, const int32_t *input, int32_t step_size, int32_t scale, int residual, int len) ff_dca_core_dequantize() argument
|
H A D | dcaadpcm.c | 184 softfloat quant, int32_t scale_factor, int32_t step_size, in ff_dcaadpcm_do_real() 202 ff_dca_core_dequantize(&dequant_delta, &out[i], step_size, scale_factor, 0, 1); in ff_dcaadpcm_do_real() 183 ff_dcaadpcm_do_real(int pred_vq_index, softfloat quant, int32_t scale_factor, int32_t step_size, const int32_t *prev_hist, const int32_t *in, int32_t *next_hist, int32_t *out, int len, int32_t peak) ff_dcaadpcm_do_real() argument
|
H A D | dcaadpcm.h | 47 softfloat quant, int32_t scale_factor, int32_t step_size,
|
H A D | dcaenc.c | 608 int32_t step_size; in get_step_size() local 611 step_size = ff_dca_lossless_quant[c->abits[ch][band]]; in get_step_size() 613 step_size = ff_dca_lossy_quant[c->abits[ch][band]]; in get_step_size() 615 return step_size; in get_step_size() 653 int32_t step_size; in quantize_adpcm_subband() local 659 step_size = get_step_size(c, ch, band); in quantize_adpcm_subband() 663 step_size, c->adpcm_history[ch][band], c->subband[ch][band], in quantize_adpcm_subband() 909 int32_t step_size; in fill_in_adpcm_bufer() local 918 step_size = get_step_size(c, ch, band); in fill_in_adpcm_bufer() 921 c->quantized[ch][band]+12, step_size, in fill_in_adpcm_bufer() [all...] |
H A D | dca_core.c | 696 int32_t step_size; in parse_subframe_audio() local 705 step_size = ff_dca_lossless_quant[abits]; in parse_subframe_audio() 707 step_size = ff_dca_lossy_quant[abits]; in parse_subframe_audio() 725 audio, step_size, scale, 0, DCA_SUBBAND_SAMPLES); in parse_subframe_audio() 1023 int32_t audio[DCA_SUBBAND_SAMPLES], step_size, scale; in parse_xbr_subframe() local 1039 step_size = ff_dca_lossless_quant[abits]; in parse_xbr_subframe() 1054 audio, step_size, scale, 1, DCA_SUBBAND_SAMPLES); in parse_xbr_subframe() 1213 int32_t audio[DCA_SUBBAND_SAMPLES], step_size, scale; in parse_x96_subframe_audio() local 1226 step_size = ff_dca_lossless_quant[abits]; in parse_x96_subframe_audio() 1228 step_size in parse_x96_subframe_audio() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_dynaudnorm.c | 361 const double step_size = 1.0 / length; in fade() local 362 const double f0 = 1.0 - (step_size * (pos + 1.0)); in fade() 564 double step_size = 1.0; in setup_compress_thresh() local 566 while (step_size > DBL_EPSILON) { in setup_compress_thresh() 567 while ((llrint((current_threshold + step_size) * (UINT64_C(1) << 63)) > in setup_compress_thresh() 569 (bound(current_threshold + step_size, 1.0) <= threshold)) { in setup_compress_thresh() 570 current_threshold += step_size; in setup_compress_thresh() 573 step_size /= 2.0; in setup_compress_thresh()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | sampling-heap-profiler.h | 131 Observer(Heap* heap, intptr_t step_size, uint64_t rate, in Observer() argument 134 : AllocationObserver(step_size), in Observer()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | filter_enc.c | 166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local 181 for (d = delta_min; d <= delta_max; d += step_size) { in VP8StoreFilterStats()
|
/third_party/pulseaudio/speex/include/speex/ |
H A D | speex_jitter.h | 119 * @param step_size Starting value for the size of concleanment packets and delay 124 JitterBuffer *jitter_buffer_init(int step_size);
|
/third_party/libinput/test/ |
H A D | test-pad.c | 409 int step_size; in START_TEST() local 421 step_size = 360/(max - min + 1); in START_TEST() 452 expected = fmod(degrees + step_size, 360); in START_TEST() 455 ck_assert_int_eq(nevents, 360/step_size - 1); in START_TEST()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | jitter.c | 270 EXPORT JitterBuffer *jitter_buffer_init(int step_size) in jitter_buffer_init() argument 279 jitter->delay_step = step_size; in jitter_buffer_init() 280 jitter->concealment_size = step_size; in jitter_buffer_init()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 511 unsigned step_size = glsl_get_explicit_stride(type); in copy_const_initializer() local 515 data + (i * step_size)); in copy_const_initializer()
|