Home
last modified time | relevance | path

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

12

/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_b64.c89 int encode; member
130 ctx->encode = 0; in b64_new()
167 if (ctx->encode != B64_DECODE) { in b64_read()
168 ctx->encode = B64_DECODE; in b64_read()
364 if (ctx->encode != B64_ENCODE) { in b64_write()
365 ctx->encode = B64_ENCODE; in b64_write()
480 ctx->encode = B64_NONE; in b64_ctrl()
492 if ((ret == 0) && (ctx->encode != B64_NONE) && in b64_ctrl()
522 } else if (ctx->encode != B64_NONE && ctx->base64.num != 0) { in b64_ctrl()
/dragonfly/usr.bin/uuencode/
H A Duuencode.c53 static void encode(void);
119 encode(); in main()
162 encode(void) in encode() function
/dragonfly/contrib/mdocml/
H A Dterm.c38 static void encode(struct termp *, const char *, size_t);
554 encode(p, nbrsp, 1); in term_word()
561 encode(p, word, ssz); in term_word()
581 encode(p, cp, ssz); in term_word()
621 encode(p, "pdf", 3); in term_word()
623 encode(p, "ps", 2); in term_word()
625 encode(p, "ascii", 5); in term_word()
627 encode(p, "utf8", 4); in term_word()
699 encode(p, cp, ssz); in term_word()
742 encode(p, cp, strlen(cp)); in term_word()
[all …]
/dragonfly/usr.sbin/installer/libdfui/
H A DMakefile3 dump.c encode.c form.c lang.c system.c
/dragonfly/tools/tools/drm/radeon/firmwares/
H A DREADME9 ./encode-firmwares /path/to/linux-firmwares/radeon
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i386.texi267 These options control how the assembler should encode scalar AVX
268 instructions. @option{-mavxscalar=@var{128}} will encode scalar
270 @option{-mavxscalar=@var{256}} will encode scalar AVX instructions
278 These options control how the assembler should encode length-ignored
282 encode LIG EVEX instructions with 256bit and 512bit vector length,
290 EVEX instructions. @option{-mevexwig=@var{0}} will encode WIG
292 @option{-mevexwig=@var{1}} will encode WIG EVEX instructions with
343 These options control how the assembler should encode lock prefix.
381 These options control how the assembler should encode SAE-only
506 In 64-bit code, @samp{movabs} can be used to encode the @samp{mov}
[all …]
H A Dc-xtensa.texi175 The assembler will automatically search for a format that can encode the
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddouble-int.c52 encode (HOST_WIDE_INT *words, unsigned HOST_WIDE_INT low, HOST_WIDE_INT hi) in encode() function
146 encode (arg1, l1, h1); in mul_double_with_sign()
147 encode (arg2, l2, h2); in mul_double_with_sign()
390 encode (num, lnum, hnum); in div_and_round_double()
391 encode (den, lden, hden); in div_and_round_double()
H A Dreal.h118 void (*encode) (const struct real_format *, long *, member
/dragonfly/crypto/openssh/
H A DPROTOCOL.sshsig59 The reserved value is present to encode future information
93 The reserved value is present to encode future information
H A DPROTOCOL.chacha20poly130580 To send a packet, first encode the 4 byte length and encrypt it using
/dragonfly/contrib/file/magic/Magdir/
H A Dssl19 # Using the -a or -base64 option, OpenSSL will base64-encode the data.
H A Duuencode24 # bencode(8) is used to encode compressed news batches (Bnews/Cnews only?)
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dsh-stub.c476 int encode; in putpacket() local
482 checksum += (encode = runlen + ' ' - 4); in putpacket()
483 putDebugChar (encode); in putpacket()
/dragonfly/games/cgram/
H A Dcgram.c253 encode(void) in encode() function
539 encode(); in init()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddouble-int.c78 encode (HOST_WIDE_INT *words, unsigned HOST_WIDE_INT low, HOST_WIDE_INT hi) in encode() function
175 encode (arg1, l1, h1); in mul_double_wide_with_sign()
176 encode (arg2, l2, h2); in mul_double_wide_with_sign()
412 encode (num, lnum, hnum); in div_and_round_double()
413 encode (den, lden, hden); in div_and_round_double()
H A Dreal.h114 void (*encode) (const struct real_format *, long *, member
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dobjc.texi482 encode @code{char *const}. @code{char *const} would simply be encoded
487 * @@encode::
522 @node @@encode
523 @subsection @@encode
525 GNU Objective-C supports the @code{@@encode} syntax that allows you to
527 @code{@@encode(int)} is compiled by the compiler into @code{"i"}.
529 @code{@@encode} does not support type qualifiers other than
530 @code{const}. For example, @code{@@encode(const char*)} is valid and
531 is compiled into @code{"r*"}, while @code{@@encode(bycopy char *)} is
/dragonfly/sys/dev/drm/i915/
H A Dintel_sdvo.c908 struct intel_sdvo_encode encode; in intel_sdvo_check_supp_encode() local
910 BUILD_BUG_ON(sizeof(encode) != 2); in intel_sdvo_check_supp_encode()
913 &encode, sizeof(encode)); in intel_sdvo_check_supp_encode()
H A Di915_gem_gtt.c1073 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge_entries() local
1084 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge_entries()
1106 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge_entries()
/dragonfly/contrib/tcpdump/
H A Dprint-isakmp.c229 nd_uint8_t encode; /* Cert Encoding */ member
1516 ND_PRINT(" type=%s", STR_OR_ID(GET_U_1(p->encode), certstr)); in ikev1_cert_print()
1550 ND_PRINT(" type=%s", STR_OR_ID(GET_U_1(p->encode), certstr)); in ikev1_cr_print()
/dragonfly/lib/librecrypto/
H A DMakefile176 e_xcbc_d.c encode.c evp_aead.c evp_enc.c evp_err.c evp_key.c \
/dragonfly/tools/tools/locale/etc/charmaps/
H A DKOI8-U.TXT39 # used to encode texts in Ukrainian, Byelorussian and Bulgarian.
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.def346 /* Represents an Objective-C++ '@encode' expression during template
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.def348 /* Represents an Objective-C++ '@encode' expression during template

12