Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/netbsd-src/sys/arch/amiga/amiga/
H A Dbusfuncs.c220 int step; in amiga_interleaved_read_2() local
233 int step; in amiga_interleaved_write_2() local
247 int step; in amiga_interleaved_read_multi_2() local
262 int step; in amiga_interleaved_write_multi_2() local
280 int step; in amiga_interleaved_read_region_2() local
300 int step; in amiga_interleaved_write_region_2() local
319 int step; in amiga_interleaved_set_region_2() local
334 int step; in amiga_interleaved_copy_region_2() local
405 int step; in amiga_interleaved_wordaccess_read_region_2() local
422 int step; in amiga_interleaved_wordaccess_write_region_2() local
[all …]
/netbsd-src/usr.sbin/installboot/
H A Devboards.c1508 prop_dictionary_t step = prop_object_iterator_next(steps); in evb_ubsteps_next_step() local
1522 evb_ubstep_get_file_name(ib_params *params, evb_ubstep step) in evb_ubstep_get_file_name()
1533 evb_ubstep_get_file_offset(ib_params *params, evb_ubstep step) in evb_ubstep_get_file_offset()
1547 evb_ubstep_get_file_size(ib_params *params, evb_ubstep step) in evb_ubstep_get_file_size()
1561 evb_ubstep_get_image_offset(ib_params *params, evb_ubstep step) in evb_ubstep_get_image_offset()
1575 evb_ubstep_get_input_block_size(ib_params *params, evb_ubstep step) in evb_ubstep_get_input_block_size()
1590 evb_ubstep_get_input_pad_size(ib_params *params, evb_ubstep step) in evb_ubstep_get_input_pad_size()
1605 evb_ubstep_get_output_size(ib_params *params, evb_ubstep step) in evb_ubstep_get_output_size()
1618 evb_ubstep_get_output_block_size(ib_params *params, evb_ubstep step) in evb_ubstep_get_output_block_size()
1632 evb_ubstep_preserves_partial_block(ib_params *params, evb_ubstep step) in evb_ubstep_preserves_partial_block()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dint-vector-builder.h79 int_vector_builder<T>::step (T elt1, T elt2) const in step() function
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dtree-ssa-loop-prefetch.c227 tree step; /* Step of the reference. */ member
284 dump_mem_details (FILE *file, tree base, tree step, in dump_mem_details()
313 find_or_create_group (struct mem_ref_group **groups, tree base, tree step) in find_or_create_group()
425 tree *step; /* Step of the memory reference. */ member
436 tree ibase, step, stepsize; in idx_analyze_ref() local
489 tree *step, HOST_WIDE_INT *delta, in analyze_ref()
540 tree base, step; in gather_memory_references_ref() local
672 HOST_WIDE_INT step; in prune_ref_by_self_reuse() local
729 HOST_WIDE_INT step, HOST_WIDE_INT delta, in is_miss_rate_acceptable()
774 HOST_WIDE_INT step; in prune_ref_by_group_reuse() local
[all …]
H A Dvector-builder.h368 int step) const in count_dups()
410 unsigned int step) in repeating_sequence_p()
425 unsigned int step) in stepped_sequence_p()
H A Dtree-vector-builder.c31 const wide_int &step) const in apply_step()
H A Dtree-ssa-address.h27 tree symbol, base, index, step, offset; member
H A Drtx-vector-builder.c49 const poly_wide_int &step) const in apply_step()
H A Dtree-ssa-loop.h29 tree base, step; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dint-vector-builder.h79 int_vector_builder<T>::step (T elt1, T elt2) const in step() function
88 int_vector_builder<T>::apply_step (T base, unsigned int factor, T step) const in apply_step()
H A Dtree-ssa-loop-prefetch.cc227 tree step; /* Step of the reference. */ member
284 dump_mem_details (FILE *file, tree base, tree step, in dump_mem_details()
313 find_or_create_group (struct mem_ref_group **groups, tree base, tree step) in find_or_create_group()
425 tree *step; /* Step of the memory reference. */ member
436 tree ibase, step, stepsize; in idx_analyze_ref() local
489 tree *step, HOST_WIDE_INT *delta, in analyze_ref()
540 tree base, step; in gather_memory_references_ref() local
672 HOST_WIDE_INT step; in prune_ref_by_self_reuse() local
729 HOST_WIDE_INT step, HOST_WIDE_INT delta, in is_miss_rate_acceptable()
776 HOST_WIDE_INT step; in prune_ref_by_group_reuse() local
[all …]
H A Dvector-builder.h368 int step) const in count_dups()
410 unsigned int step) in repeating_sequence_p()
425 unsigned int step) in stepped_sequence_p()
H A Dtree-ssa-address.h27 tree symbol, base, index, step, offset; member
H A Dtree-ssa-loop.h29 tree base, step; member
/netbsd-src/sys/netinet/
H A Digmp.c247 struct in_multistep step; in igmp_input() local
285 struct in_multistep step; in igmp_input() local
536 struct in_multistep step; in igmp_fasttimo() local
/netbsd-src/external/lgpl3/gmp/dist/scanf/
H A Dfscanffuns.c52 step (FILE *fp, int n) in step() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/
H A Dapple-install-libcxx.sh109 function step() { function
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtadd_fr.c25 check_ternary_value (mpfr_prec_t prec_max, mpfr_prec_t step) in check_ternary_value()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_prime_next_prime.c28 mp_digit res_tab[PRIME_SIZE], step, kstep; in mp_prime_next_prime() local
/netbsd-src/sys/net/
H A Dif_ether.h314 ether_next_multi(struct ether_multistep *step) in ether_next_multi()
324 #define ETHER_NEXT_MULTI(step, enm) \ argument
330 ether_first_multi(struct ether_multistep *step, const struct ethercom *ec) in ether_first_multi()
338 #define ETHER_FIRST_MULTI(step, ec, enm) \ argument
/netbsd-src/games/adventure/
H A Dextern.h33 unsigned step; member
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dhamdist.c70 mp_size_t old_vsize, step; in mpz_hamdist() local
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-mfac_uiui.c41 unsigned long limit = 2222, step = 1; in main() local
/netbsd-src/sys/arch/macppc/dev/
H A Dfancontrol.c52 int temp, i, speed, diff, step; in fancontrol_adjust_zone() local
/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_calcea.c303 int len, step; in fpu_load_ea() local
444 int len, step; in fpu_store_ea() local
[all...]

12345678910>>...17