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

  /external/chromium_org/v8/src/compiler/
instruction-selector.h 40 size_t temp_count = 0, InstructionOperand* *temps = NULL);
42 InstructionOperand* a, size_t temp_count = 0,
46 size_t temp_count = 0, InstructionOperand* *temps = NULL);
49 InstructionOperand* c, size_t temp_count = 0,
54 size_t temp_count = 0, InstructionOperand* *temps = NULL);
57 InstructionOperand** inputs, size_t temp_count = 0,
instruction-selector.cc 71 size_t temp_count,
74 return Emit(opcode, output_count, &output, 0, NULL, temp_count, temps);
80 InstructionOperand* a, size_t temp_count,
83 return Emit(opcode, output_count, &output, 1, &a, temp_count, temps);
90 InstructionOperand* b, size_t temp_count,
95 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
104 InstructionOperand* c, size_t temp_count,
109 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
117 size_t temp_count, InstructionOperand** temps) {
121 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
    [all...]
instruction.h 445 size_t temp_count, InstructionOperand** temps) {
449 DCHECK(temp_count == 0 || temps != NULL);
453 (output_count + input_count + temp_count - 1) *
456 opcode, output_count, outputs, input_count, inputs, temp_count, temps);
509 InstructionOperand** inputs, size_t temp_count,
514 TempCountField::encode(temp_count) |
523 for (size_t i = 0; i < temp_count; ++i) {
  /external/chromium_org/v8/src/compiler/ia32/
instruction-selector-ia32.cc 319 size_t temp_count = arraysize(temps); local
322 g.UseUnique(node->InputAt(1)), temp_count, temps);
340 size_t temp_count = arraysize(temps); local
343 g.UseUnique(node->InputAt(1)), temp_count, temps);
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1526 FX_INT32 temp_count = FX_MIN(nCount, FX_DATALIST_LENGTH); local
    [all...]
  /hardware/qcom/media/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/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 1033 unsigned long temp_count = 0; local
    [all...]
  /external/qemu/tcg/
tcg.h 490 int64_t temp_count; member in struct:TCGContext
tcg.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py     [all...]

Completed in 743 milliseconds