Home
last modified time | relevance | path

Searched defs:extend (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_main.c463 c_output(const char *infile, const char *define, int extend, const char *outfile) in c_output()
567 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) in h_output()
656 int extend, const char *outfile, int nomain, int netflag) in s_output()
742 l_output(const char *infile, const char *define, int extend, const char *outfile) in l_output()
773 t_output(const char *infile, const char *define, int extend, const char *outfile) in t_output()
795 svc_output(const char *infile, const char *define, int extend, const char *outfile) in svc_output()
828 clnt_output(const char *infile, const char *define, int extend, const char *outfile) in clnt_output()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h112 APSInt extend(uint32_t width) const { in extend() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp179 unsigned SuffixTree::extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in SuffixTree
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() function in LiveRangeCalc
/freebsd/sys/arm64/arm64/
H A Ddisassem.c507 const char *extend; in disasm() local
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c182 ssl3_read_n(SSL * s,size_t n,size_t max,int extend,int clearold,size_t * readbytes) ssl3_read_n() argument
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmtypes.h164 bit8 extend : 1; member
256 bit8 extend; member
/freebsd/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc644 TEST_F(CopyFileRange, extend) in TEST_F() argument
/freebsd/sys/kern/
H A Dkern_exec.c1626 exec_args_adjust_args(struct image_args *args, size_t consume, ssize_t extend) in exec_args_adjust_args()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1259 unsigned extend = fieldFromInstruction(insn, 10, 6); in DecodeAddSubERegInstruction() local
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c7253 off_t end, extend; in trunc_pages() local