Home
last modified time | relevance | path

Searched defs:nwords (Results 1 – 24 of 24) sorted by relevance

/openbsd/bin/ksh/
H A Dedit.c359 x_print_expansions(int nwords, char *const *words, int is_command) in x_print_expansions()
417 int nwords; in x_file_glob() local
500 int nwords; in x_command_glob() local
643 int *nwords, char ***words) in x_try_array()
721 int nwords; in x_cf_glob() local
795 x_longest_prefix(int nwords, char *const *words) in x_longest_prefix()
815 x_free_words(int nwords, char **words) in x_free_words()
H A Dvi.c2023 int nwords; in expand_word() local
2077 int nwords; in complete_word() local
2180 int nwords; in print_expansions() local
H A Demacs.c1704 int nwords = 0; in x_expand() local
1737 int nwords; in do_complete() local
/openbsd/gnu/gcc/gcc/
H A Ddojump.c621 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD); in do_jump_by_parts_greater_rtx() local
691 int nwords = GET_MODE_SIZE (mode) / UNITS_PER_WORD; in do_jump_by_parts_zero_rtx() local
741 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD); in do_jump_by_parts_equality_rtx() local
H A Doptabs.c1703 const unsigned int nwords = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in expand_binop() local
2421 int bitpos, word, nwords, i; in expand_absneg_bit() local
3007 int word, nwords, i; in expand_copysign_bit() local
H A Dreload.c1946 unsigned int nwords = hard_regno_nregs[regno][outmode]; in find_dummy_reload() local
2017 unsigned int nwords = hard_regno_nregs[regno][inmode]; in find_dummy_reload() local
H A Dexpmed.c559 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in store_bit_field() local
1292 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in extract_bit_field() local
H A Dexpr.c509 int nwords = CEIL (GET_MODE_SIZE (to_mode), UNITS_PER_WORD); in convert_move() local
H A Dbuiltins.c4118 int nwords = sizeof (CUMULATIVE_ARGS) / sizeof (int); in expand_builtin_args_info() local
/openbsd/games/boggle/mkdict/
H A Dmkdict.c59 int ch, common, n, nwords; in main() local
/openbsd/usr.sbin/tcpdump/
H A Dprint-mobile.c104 int nwords = len >> 1; in mob_in_cksum() local
/openbsd/lib/libcrypto/bn/
H A Dbn_lib.c516 BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap()
566 BN_swap_ct(BN_ULONG condition, BIGNUM *a, BIGNUM *b, size_t nwords) in BN_swap_ct()
/openbsd/sys/net/
H A Dif_media.c318 size_t nwords; in ifmedia_ioctl() local
/openbsd/gnu/lib/libiberty/src/
H A Dmd5.c274 size_t nwords = len / sizeof (md5_uint32); in md5_process_block() local
/openbsd/usr.bin/yacc/
H A Dlalr.c294 int nedges, stateno, symbol, nwords; in initialize_F() local
/openbsd/usr.bin/lex/
H A Dscanopt.c427 int nwords = 0, nchars = 0, has_short = 0; local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c898 int nwords = CEIL (GET_MODE_SIZE (to_mode), UNITS_PER_WORD); local
10417 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD); local
10471 int nwords = (GET_MODE_SIZE (mode) / UNITS_PER_WORD); local
10499 int nwords = GET_MODE_SIZE (GET_MODE (op0)) / UNITS_PER_WORD; local
H A Dexpmed.c467 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; local
1161 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; local
H A Dreload.c1967 unsigned int nwords = HARD_REGNO_NREGS (regno, outmode); local
2028 unsigned int nwords = HARD_REGNO_NREGS (regno, inmode); local
H A Dbuiltins.c3012 int nwords = sizeof (CUMULATIVE_ARGS) / sizeof (int); local
H A Doptabs.c1239 const unsigned int nwords = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; local
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c5003 int nwords = ROUND_ADVANCE (size), i; in function_arg_union_value() local
/openbsd/sys/dev/pci/
H A Dif_iwm.c2504 int nwords; in iwm_post_alive() local
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c4543 rs6000_parm_start (enum machine_mode mode, tree type, unsigned int nwords) in rs6000_parm_start()