| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | vec.c | 395 unsigned ix, ix2; in test_ordered_remove_if() local 397 VEC_ORDERED_REMOVE_IF (v, ix, ix2, elem_ptr, in test_ordered_remove_if() 406 VEC_ORDERED_REMOVE_IF_FROM_TO (v, ix, ix2, elem_ptr, 0, 6, in test_ordered_remove_if() 415 VEC_ORDERED_REMOVE_IF_FROM_TO (v, ix, ix2, elem_ptr, 0, 5, in test_ordered_remove_if() 417 VEC_ORDERED_REMOVE_IF_FROM_TO (v, ix, ix2, elem_ptr, 8, 10, in test_ordered_remove_if() 426 VEC_ORDERED_REMOVE_IF (v, ix, ix2, elem_ptr, *elem_ptr == 5); in test_ordered_remove_if()
|
| H A D | cfgcleanup.c | 2185 unsigned max, ix, ix2; in try_crossjump_bb() local 2268 for (ix2 = 0; ix2 < EDGE_COUNT (bb->preds); ix2++) in try_crossjump_bb() 2270 e2 = EDGE_PRED (bb, ix2); in try_crossjump_bb()
|
| H A D | dwarf2cfi.c | 2819 unsigned ix, ix2; in connect_traces() local 2820 VEC_ORDERED_REMOVE_IF_FROM_TO (trace_info, ix, ix2, ti, 1, in connect_traces()
|
| H A D | lto-streamer-out.c | 2564 unsigned ix, ix2; in prune_offload_funcs() local 2566 VEC_ORDERED_REMOVE_IF (*offload_funcs, ix, ix2, elem_ptr, in prune_offload_funcs()
|
| H A D | tree-vect-patterns.c | 5373 unsigned ix, ix2; in vect_pattern_recog_1() local 5375 VEC_ORDERED_REMOVE_IF (LOOP_VINFO_REDUCTIONS (loop_vinfo), ix, ix2, in vect_pattern_recog_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | vec.cc | 421 unsigned ix, ix2; in test_ordered_remove_if() local 423 VEC_ORDERED_REMOVE_IF (v, ix, ix2, elem_ptr, in test_ordered_remove_if() 432 VEC_ORDERED_REMOVE_IF_FROM_TO (v, ix, ix2, elem_ptr, 0, 6, in test_ordered_remove_if() 441 VEC_ORDERED_REMOVE_IF_FROM_TO (v, ix, ix2, elem_ptr, 0, 5, in test_ordered_remove_if() 443 VEC_ORDERED_REMOVE_IF_FROM_TO (v, ix, ix2, elem_ptr, 8, 10, in test_ordered_remove_if() 452 VEC_ORDERED_REMOVE_IF (v, ix, ix2, elem_ptr, *elem_ptr == 5); in test_ordered_remove_if()
|
| H A D | cfgcleanup.cc | 2176 unsigned max, ix, ix2; in try_crossjump_bb() local 2259 for (ix2 = 0; ix2 < EDGE_COUNT (bb->preds); ix2++) in try_crossjump_bb() 2261 e2 = EDGE_PRED (bb, ix2); in try_crossjump_bb()
|
| H A D | dwarf2cfi.cc | 2972 unsigned ix, ix2; in connect_traces() local 2973 VEC_ORDERED_REMOVE_IF_FROM_TO (trace_info, ix, ix2, ti, 1, in connect_traces()
|
| H A D | lto-streamer-out.cc | 2645 unsigned ix, ix2; in prune_offload_funcs() local 2647 VEC_ORDERED_REMOVE_IF (*offload_funcs, ix, ix2, elem_ptr, in prune_offload_funcs()
|
| H A D | tree-vect-patterns.cc | 5884 unsigned ix, ix2; in vect_pattern_recog_1() local 5886 VEC_ORDERED_REMOVE_IF (LOOP_VINFO_REDUCTIONS (loop_vinfo), ix, ix2, in vect_pattern_recog_1()
|
| /netbsd-src/lib/libm/src/ |
| H A D | math_private.h | 262 * integers, ix1 high-order and ix2 low-order, from a 128-bit long argument 266 #define EXTRACT_LDBL128_WORDS(ix0,ix1,ix2,d) \ 272 (ix2) = ew_u.extu_fracl; \ 300 * ix2 low-order. 303 #define INSERT_LDBL128_WORDS(d,ix0,ix1,ix2) \ 308 iw_u.extu_fracl = (ix2); \ 298 INSERT_LDBL128_WORDS(d,ix0,ix1,ix2) global() argument
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | kirkwood-iomega_ix2_200.dts | 8 model = "Iomega StorCenter ix2-200"; 9 compatible = "iom,ix2-200", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | modify.c | 54 struct berval ix2; in wt_modify_idxflags() local 61 ai = wt_index_mask( op->o_bd, ap->a_desc, &ix2 ); in wt_modify_idxflags() 62 if ( ai && ix2.bv_val == ix_at.bv_val ) in wt_modify_idxflags()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | modify.c | 52 struct berval ix2; in mdb_modify_idxflags() local 67 ai = mdb_index_mask( op->o_bd, ap->a_desc, &ix2 ); in mdb_modify_idxflags() 68 if ( ai && ix2.bv_val == ix_at.bv_val ) in mdb_modify_idxflags()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 5729 sqlite3_int64 ix2 = (sqlite3_int64)ix/2; in genSeqMember() local 5730 smBase += ix2*smStep; in genSeqMember() 5731 ix -= ix2; in genSeqMember()
|