HomeSort by relevance Sort by last modified time
    Searched refs:temp_count (Results 1 - 23 of 23) sorted by null

  /external/v8/src/compiler/
instruction-selector.h 71 size_t temp_count = 0, InstructionOperand* temps = nullptr);
73 InstructionOperand a, size_t temp_count = 0,
77 size_t temp_count = 0, InstructionOperand* temps = nullptr);
80 InstructionOperand c, size_t temp_count = 0,
85 size_t temp_count = 0, InstructionOperand* temps = nullptr);
89 InstructionOperand e, size_t temp_count = 0,
95 size_t temp_count = 0, InstructionOperand* temps = nullptr);
98 InstructionOperand* inputs, size_t temp_count = 0,
instruction-selector.cc 125 size_t temp_count,
128 return Emit(opcode, output_count, &output, 0, nullptr, temp_count, temps);
134 InstructionOperand a, size_t temp_count,
137 return Emit(opcode, output_count, &output, 1, &a, temp_count, temps);
144 InstructionOperand b, size_t temp_count,
149 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
158 InstructionOperand c, size_t temp_count,
163 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
171 size_t temp_count, InstructionOperand* temps) {
175 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
    [all...]
instruction.h 822 size_t temp_count, InstructionOperand* temps) {
826 DCHECK(temp_count == 0 || temps != nullptr);
830 size_t total_extra_ops = output_count + input_count + temp_count;
836 opcode, output_count, outputs, input_count, inputs, temp_count, temps);
931 InstructionOperand* inputs, size_t temp_count,
    [all...]
instruction.cc 273 InstructionOperand* inputs, size_t temp_count,
278 TempCountField::encode(temp_count) |
293 for (size_t i = 0; i < temp_count; ++i) {
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1101 int32_t temp_count = std::min(nCount, FX_DATALIST_LENGTH); local
1103 list.data = FX_Alloc2D(uint8_t, temp_count, unit);
1105 list.count = temp_count;
1107 nCount -= temp_count;
1108 nStart += temp_count;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 344 unsigned long temp_count = 0; local
350 temp_count = m_sInput_buff_property.actualcount;
357 m_sInput_buff_property.actualcount = temp_count;
367 temp_count = m_sOutput_buff_property.actualcount;
374 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
video_encoder_device_copper.cpp 467 unsigned long temp_count = 0; local
473 temp_count = m_sInput_buff_property.actualcount;
478 m_sInput_buff_property.actualcount = temp_count;
488 temp_count = m_sOutput_buff_property.actualcount;
493 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 449 unsigned long temp_count = 0; local
453 temp_count = m_sInput_buff_property.actualcount;
460 m_sInput_buff_property.actualcount = temp_count;
468 temp_count = m_sOutput_buff_property.actualcount;
475 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
video_encoder_device_v4l2.cpp 1136 unsigned long temp_count = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 450 unsigned long temp_count = 0; local
454 temp_count = m_sInput_buff_property.actualcount;
461 m_sInput_buff_property.actualcount = temp_count;
469 temp_count = m_sOutput_buff_property.actualcount;
476 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
video_encoder_device_v4l2.cpp 1407 unsigned long temp_count = 0; local
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 450 unsigned long temp_count = 0; local
454 temp_count = m_sInput_buff_property.actualcount;
461 m_sInput_buff_property.actualcount = temp_count;
469 temp_count = m_sOutput_buff_property.actualcount;
476 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
video_encoder_device_v4l2.cpp 1594 unsigned long temp_count = 0; local
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 287 size_t const temp_count = arraysize(temps); local
291 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
1098 size_t const temp_count = arraysize(temps); local
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 248 size_t const temp_count = arraysize(temps); local
252 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
1113 size_t const temp_count = arraysize(temps); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 214 size_t const temp_count = arraysize(temps); local
217 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 442 size_t const temp_count = arraysize(temps); local
446 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 221 size_t const temp_count = arraysize(temps); local
224 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 268 size_t const temp_count = arraysize(temps); local
272 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 259 size_t const temp_count = arraysize(temps); local
263 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 225 size_t const temp_count = arraysize(temps); local
229 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 558 size_t const temp_count = arraysize(temps); local
562 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps);
    [all...]

Completed in 1891 milliseconds