HomeSort by relevance Sort by last modified time
    Searched defs:step_size (Results 1 - 21 of 21) sorted by null

  /system/extras/alloc-stress/
mem-pressure.cpp 23 void add_pressure(size_t *shared, size_t size, size_t step_size,
39 while (alloc_set(step_size)) {
40 size += step_size;
65 size_t step_size = 2 * 1024 * 1024; // 2 MB local
66 size_t size = step_size;
81 step_size = atoi(optarg);
99 add_pressure(shared, size, step_size, duration, oom_score);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorExecutor.h 208 void run(Evaluator& eval, Index first, Index last, Index step_size) {
209 for (Index i = first; i < last; i += step_size) {
218 void run(Evaluator& eval, Index first, Index last, Index step_size) {
221 const Index vectorized_step_size = step_size * PacketSize;
228 for (Index i = vectorized_size + first; i < last; i += step_size) {
240 const Index step_size = blockDim.x * gridDim.x; local
243 EigenMetaKernelEval<Evaluator, Index, vectorizable>::run(eval, first_index, size, step_size);
  /external/webp/src/enc/
filter_enc.c 166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; local
181 for (d = delta_min; d <= delta_max; d += step_size) {
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external_test.cpp 427 uint32_t step_size = 1; local
487 color_value = (start_color_val + (((loop_width + 1) % ramp_width) * step_size)) << shift_by;
493 step_size = 4;
496 step_size = 1;
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external_test.cpp 420 uint32_t step_size = 1; local
480 color_value = (start_color_val + (((loop_width + 1) % ramp_width) * step_size)) << shift_by;
486 step_size = 4;
489 step_size = 1;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external_test.cpp 427 uint32_t step_size = 1; local
487 color_value = (start_color_val + (((loop_width + 1) % ramp_width) * step_size)) << shift_by;
493 step_size = 4;
496 step_size = 1;
  /system/core/lmkd/tests/
lmkd_test.cpp 183 size_t step_size; member in struct:shared_data
195 ptr = mmap(NULL, data->step_size, PROT_READ | PROT_WRITE,
201 memset((void*)ptr, (int)(allocated_size + 1), data->step_size);
202 allocated_size += data->step_size;
226 data->step_size = ALLOC_STEP;
  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc 499 const float step_size = (max - min) / 255.0f; local
500 const float tolerance = step_size / 1000.0f;
502 float first_float = ceil(min / step_size) * step_size;
503 for (float f = first_float; f <= max; f += step_size) {
698 float step_size = local
701 roundf(-(input_range / 2.0) / step_size) * step_size;
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 1087 size_t step_size = Max(initial_old_generation_size_ \/ kTargetStepCount, local
    [all...]
heap.h 2651 intptr_t step_size() const { return step_size_; } function in class:v8::internal::GarbageCollectionReason::AllocationObserver
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 1783 OMX_U32 min = 0, max = 0, step_size = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 1888 OMX_U32 min = 0, max = 0, step_size = 0; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 1923 OMX_U32 min = 0, max = 0, step_size = 0; local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_vidc_enc.h 290 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_vidc_enc.h 519 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_vidc_enc.h 290 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_vidc_enc.h 519 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_vidc_enc.h 290 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_vidc_enc.h 519 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 290 unsigned long step_size; member in struct:venc_range
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 519 unsigned long step_size; member in struct:venc_range

Completed in 1227 milliseconds