/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv-shorten-memrefs.cc | 82 pass_shorten_memrefs::get_si_mem_base_reg (rtx mem, rtx *addr, bool *extend) in get_si_mem_base_reg() 120 bool extend = false; in analyze() local 161 bool extend = false; in transform() local
|
/netbsd-src/usr.bin/rpcgen/ |
H A D | rpc_main.c | 439 c_output(const char *infile, const char *define, int extend, in c_output() 555 h_output(const char *infile, const char *define, int extend, in h_output() 618 const char *define, int extend, const char *outfile, int nomain, in s_output() 707 l_output(const char *infile, const char *define, int extend, in l_output() 738 t_output(const char *infile, const char *define, int extend, in t_output() 760 svc_output(const char *infile, const char *define, int extend, in svc_output() 794 clnt_output(const char *infile, const char *define, int extend, in clnt_output()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | header_body_checks.h | 41 …char *(*extend) (void *, const char *, ssize_t, const char *, const char *, const char *, ssize_… member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SuffixTree.cpp | 97 unsigned SuffixTree::extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in SuffixTree
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_blk.c | 51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 102 APSInt extend(uint32_t width) const { in extend() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | aarch-common-protos.h | 61 const int extend; /* Zero/sign extension. */ member 76 const int extend; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | aarch-common-protos.h | 61 const int extend; /* Zero/sign extension. */ member 76 const int extend; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-iv.cc | 145 iv_extend_to_rtx_code (enum iv_extend_code extend) in iv_extend_to_rtx_code() 450 iv_extend (class rtx_iv *iv, enum iv_extend_code extend, scalar_int_mode mode) in iv_extend() 635 enum iv_extend_code *extend, in get_biv_step_1() 800 enum iv_extend_code *extend, rtx *outer_step) in get_biv_step() 860 enum iv_extend_code extend; in iv_analyze_biv() local
|
H A D | cfgloop.h | 442 enum iv_extend_code extend; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-iv.c | 145 iv_extend_to_rtx_code (enum iv_extend_code extend) in iv_extend_to_rtx_code() 450 iv_extend (class rtx_iv *iv, enum iv_extend_code extend, scalar_int_mode mode) in iv_extend() 635 enum iv_extend_code *extend, in get_biv_step_1() 800 enum iv_extend_code *extend, rtx *outer_step) in get_biv_step() 860 enum iv_extend_code extend; in iv_analyze_biv() local
|
H A D | cfgloop.h | 442 enum iv_extend_code extend; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/ |
H A D | gc.d | 126 size_t extend(void* p, size_t minsize, size_t maxsize, const scope TypeInfo ti) nothrow in extend() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/manual/ |
H A D | gc.d | 136 size_t extend(void* p, size_t minsize, size_t maxsize, const TypeInfo ti) nothrow in extend() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/manual/ |
H A D | gc.d | 151 size_t extend(void* p, size_t minsize, size_t maxsize, const TypeInfo ti) nothrow in extend() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/ |
H A D | custom_gc.d | 101 size_t extend(void* p, size_t minsize, size_t maxsize, const TypeInfo ti) nothrow in extend() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 89 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() function in LiveRangeCalc
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
H A D | rec_layer_s3.c | 182 int ssl3_read_n(SSL *s, size_t n, size_t max, int extend, int clearold, in ssl3_read_n()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
H A D | rec_layer_s3.c | 191 int ssl3_read_n(SSL *s, size_t n, size_t max, int extend, int clearold, in ssl3_read_n()
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | bsddisklabel.c | 569 bool non_zero, extend, is_ram_size, is_percent = false; in set_ptn_size() local
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mips-dis.c | 2035 unsigned extend, bool is_offset) in print_mips16_insn_arg()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | mips-dis.c | 2115 unsigned extend, bool is_offset) in print_mips16_insn_arg()
|
/netbsd-src/sbin/atactl/ |
H A D | atactl.c | 135 uint8_t extend; member
|
/netbsd-src/usr.bin/config/ |
H A D | sem.c | 2215 extend(char *p, const char *name) in extend() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1587 unsigned extend = fieldFromInstruction(insn, 10, 6); in DecodeAddSubERegInstruction() local
|