HomeSort by: relevance | last modified time | path
    Searched defs:ix2 (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
modify.c 55 struct berval ix2; local
62 ai = wt_index_mask( op->o_bd, ap->a_desc, &ix2 );
63 if ( ai && ix2.bv_val == ix_at.bv_val )
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
modify.c 55 struct berval ix2; local
70 ai = mdb_index_mask( op->o_bd, ap->a_desc, &ix2 );
71 if ( ai && ix2.bv_val == ix_at.bv_val )
  /src/external/gpl3/gdb.old/dist/gdb/
machoread.c 620 int ix2; variable
668 for (ix2 = ix; ix2 < last_ix; ix2++)
670 oso2 = &(*oso_vector_ptr)[ix2];
688 for (ix2 = ix; ix2 < last_ix; ix2++)
690 oso2 = &(*oso_vector_ptr)[ix2];
  /src/external/gpl3/gdb/dist/gdb/
machoread.c 620 int ix2; variable
668 for (ix2 = ix; ix2 < last_ix; ix2++)
670 oso2 = &(*oso_vector_ptr)[ix2];
688 for (ix2 = ix; ix2 < last_ix; ix2++)
690 oso2 = &(*oso_vector_ptr)[ix2];
  /src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc 2980 unsigned ix, ix2;
2981 VEC_ORDERED_REMOVE_IF_FROM_TO (trace_info, ix, ix2, ti, 1,
2977 unsigned ix, ix2; local
lto-streamer-out.cc 2668 unsigned ix, ix2; local
2670 VEC_ORDERED_REMOVE_IF (*offload_funcs, ix, ix2, elem_ptr,
tree-vect-patterns.cc 7205 unsigned ix, ix2; local
7207 VEC_ORDERED_REMOVE_IF (LOOP_VINFO_REDUCTIONS (loop_vinfo), ix, ix2, local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc 2975 unsigned ix, ix2;
2976 VEC_ORDERED_REMOVE_IF_FROM_TO (trace_info, ix, ix2, ti, 1,
2972 unsigned ix, ix2; local
lto-streamer-out.cc 2645 unsigned ix, ix2; local
2647 VEC_ORDERED_REMOVE_IF (*offload_funcs, ix, ix2, elem_ptr,
tree-vect-patterns.cc 5884 unsigned ix, ix2; local
5886 VEC_ORDERED_REMOVE_IF (LOOP_VINFO_REDUCTIONS (loop_vinfo), ix, ix2, local
  /src/external/public-domain/sqlite/dist/
shell.c 5729 sqlite3_int64 ix2 = (sqlite3_int64)ix/2; local
5730 smBase += ix2*smStep;
5731 ix -= ix2;

Completed in 50 milliseconds