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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 1083 for (i = 1; i <= oP->num_ops; i++)
    [all...]
tc-xtensa.c 3779 int num_ops = xtensa_opcode_num_operands (isa, insn->opcode); local
3828 int num_ops = xtensa_opcode_num_operands (isa, insn->opcode); local
3864 int num_ops = 0; local
4365 int num_ops; local
    [all...]
  /system/update_engine/payload_generator/
delta_diff_utils.cc 465 size_t num_ops = aops->size(); local
478 LOG(INFO) << "Produced " << (aops->size() - num_ops) << " operations for "
482 num_ops = aops->size();
522 LOG(INFO) << "Produced " << (aops->size() - num_ops) << " operations for "
    [all...]
inplace_generator_unittest.cc 686 const size_t num_ops = 3; local
687 for (size_t i = 0; i < num_ops; i++) {
692 StoreExtents({ExtentForRange(1 + 2 * ((i + 1) % num_ops), 2)},
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h 198 unsigned num_ops; variable
242 tree GTY((length ("%h.opbase.gsbase.num_ops"))) op[1];
272 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1];
297 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1];
483 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1];
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 539 unsigned num_ops, vec_width; local
541 num_ops = glsl_get_vector_elements(type->type);
545 glsl_matrix_type(base_type, vec_width, num_ops);
552 num_ops = glsl_get_matrix_columns(type->type);
556 for (unsigned i = 0; i < num_ops; i++) {
    [all...]
  /system/nfc/src/nfc/int/
rw_int.h 613 uint32_t num_ops; /* Number of operations since activation */ member in struct:__anon115113
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 140 char num_ops; /* Number of operands */ member in struct:i960_opcode
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 4139 int num_records = 0, num_ops = 0; local
    [all...]

Completed in 1124 milliseconds