Home
last modified time | relevance | path

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

/freebsd/usr.bin/bintrans/
H A Dqp.c147 qp(FILE *fp, FILE *fpo, bool encode, bool rfc2047) in qp()
171 bool encode = true; in main_quotedprintable() local
H A Duuencode.c201 encode(void) in encode() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h139 EncodedTy encode(SourceLocation Loc) { in encode() function
162 SourceLocationEncoding::encode(SourceLocation Loc, UIntTy BaseOffset, in encode() function
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h55 int (*encode)(void *, void*, int, int, void**); member
66 int (*encode)(void *, void*, int, int, void**); member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h217 inline unsigned encode(MaybeAlign A) { return A ? A->ShiftValue + 1 : 0; } in encode() function
230 inline unsigned encode(Align A) { return encode(MaybeAlign(A)); } in encode() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp85 llvm::Error Header::encode(FileWriter &O) const { in encode() function in Header
H A DFunctionInfo.cpp114 llvm::Expected<uint64_t> FunctionInfo::encode(FileWriter &Out) const { in encode() function in FunctionInfo
H A DInlineInfo.cpp229 llvm::Error InlineInfo::encode(FileWriter &O, uint64_t BaseAddr) const { in encode() function in InlineInfo
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode() function in LineTable
H A DGsymCreator.cpp80 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode() function in GsymCreator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h45 unsigned encode(unsigned Val) const { return (Val & Mask) << Shift; } in encode() function
H A DAMDGPUBaseInfo.h359 constexpr uint64_t encode() const { return Value; } in encode() function
369 static constexpr uint64_t encode(Fields... Values) { in encode() function
1100 constexpr uint64_t encode() const { return Value - 1; } in encode() function
/freebsd/contrib/ntp/util/
H A Dtg.c242 int encode = WWV; /* encoder select */ variable
H A Dtg2.c517 int encode = IRIG; /* encoder select */ variable
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_b64.c38 int encode; member
/freebsd/contrib/bearssl/test/
H A Dtest_math.c48 void (*encode)(void *dst, size_t len, const uint32_t *x); member
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1-template.h104 asn1_type_encode encode; member
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c53 uint8_t *data, uint64_t *offsetp, uint8_t encode, Dwarf_Addr pc, in _dwarf_frame_read_lsb_encoded()
131 uint8_t encode; in _dwarf_frame_parse_lsb_cie_augment() local
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_local.h40 OSSL_FUNC_encoder_encode_fn *encode; member
/freebsd/contrib/mandoc/
H A Dterm.c886 encode(struct termp *p, const char *word, size_t sz) in encode() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp194 __int64 encode(const string &str) { in encode() function in StringTable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp689 void MCDwarfLineAddr::encode(MCContext &Context, MCDwarfLineTableParams Params, in encode() function in MCDwarfLineAddr
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1023 uint32_t LazyBindingSection::encode(const Symbol &sym) { in encode() function in LazyBindingSection
/freebsd/contrib/tcpdump/
H A Dprint-isakmp.c220 nd_uint8_t encode; /* Cert Encoding */ member
/freebsd/sys/dev/ice/
H A Dice_sched.c4013 s32 encode = 0; ice_sched_bw_to_rl_profile() local