Searched refs:Encode (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dpseudos.s5 brgt r0, r1, @.L1 ; Encode as BRLT<.d> c,b,s9
6 brgt r0, -1, @.L1 ; Encode as BRGE<.d> b,u6+1,s9
7 brgt r0, 0x3F, @.L1 ; Encode as BRLT limm,b,s9
8 brgt r0, -2, @.L1 ; Encode as BRLT limm,b,s9
9 brgt -2, r0, @.L1 ; Encode as BRLT c,limm,s9
10 brgt -2, -1, @.L1 ; Encode as BRGE limm,u6+1,s9
11 brgt -2, 0x3E, @.L1 ; Encode as BRGE limm,u6+1,s9
13 brhi r1, r1, @.L1 ; BRHI<.d> b,c,s9 Encode as BRLO<.d> c,b,s9
14 brhi r1, -1, @.L1 ; BRHI<.d> b,u6,s9 Encode as BRHS<.d> b,u6+1,s9
15 brhi r1, 0x3F, @.L1 ; BRHI b,limm,s9 Encode a
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D80-test_pkcs12.t15 use Encode;
42 $pass = Encode::encode("cp1253",Encode::decode("utf-8",$pass));
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dtemplate-encoding.t7 use Encode;
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_pkcs12.t15 use Encode;
39 $pass = Encode::encode("cp1253",Encode::decode("utf-8",$pass));
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DCryptoAlg.h43 // Encode the data and return the encoded data
44 mDNSu8* (*Encode)(AlgContext *ctx); member in struct:__anon33
H A DCryptoAlg.c252 if (func->Encode)
253 return (func->Encode(ctx));
/netbsd-current/common/lib/libc/md/
H A Dmd4c.c81 static void Encode(unsigned char *, UINT4 *, unsigned int);
203 Encode(bits, context->count, 8);
214 Encode(digest, context->state, 16);
298 Encode(unsigned char *output, UINT4 *input, unsigned int len) function
H A Dmd5c.c89 static void Encode(unsigned char *, UINT4 *, unsigned int);
97 Encode (unsigned char *output, function
249 Encode(bits, context->count, 8);
260 Encode(digest, context->state, 16);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmd5c.c68 static void Encode(unsigned char *, UINT4 *, unsigned int);
76 Encode (unsigned char *output, function
220 Encode(bits, context->count, 8);
231 Encode(digest, context->state, 16);
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dmd5c.c96 static void Encode(unsigned char *, UINT4 *, unsigned int);
104 Encode (output, input, len) function
260 Encode(bits, context->count, 8);
271 Encode(digest, context->state, 16);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp478 auto Encode = [&BaseName](unsigned Suffix) {
486 return Encode(UinItInserted.first->second);
500 NewName = Encode(Count);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp516 MCDwarfLineAddr::Encode(*MC, Params, std::numeric_limits<int64_t>::max(), 0,
598 MCDwarfLineAddr::Encode(*MC, Params, LineDelta, AddressDelta, EncodingOS);
616 MCDwarfLineAddr::Encode(*MC, Params, std::numeric_limits<int64_t>::max(),
628 MCDwarfLineAddr::Encode(*MC, Params, std::numeric_limits<int64_t>::max(), 0,
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsntrup761.c340 /* from supercop-20201130/crypto_kem/sntrup761/ref/Encode.h */
345 /* Encode(s,R,M,len) */
350 /* from supercop-20201130/crypto_kem/sntrup761/ref/Encode.c */
353 static void Encode(unsigned char *out,const uint16 *R,const uint16 *M,long long len) function
384 Encode(out,R2,M2,(len+1)/2);
979 Encode(s,R,M,p);
1003 Encode(s,R,M,p);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/
H A Dindex.d301 $(TD Encode and decode Uniform Resource Identifiers (URIs).)
402 $(TD Encode and decode UTF-8, UTF-16 and UTF-32 strings.)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h387 static void Encode(MCContext &Context, MCDwarfLineTableParams Params,
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c1820 if ( in->cai != NULL && in->cai->Encode != NULL )
1821 return in->cai->Encode(b, &in->value );
2011 a->Encode = encode;
2151 a->Encode = encode;
H A Dcomponentlib.h398 EncodeFcn Encode; member in struct:ComponentAnyInfo
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm125 require Encode;
126 $data = Encode::decode($self->{ENCODING}, $data, &Encode::FB_CROAK);
958 using the L<Encode> module. You can use any encoding that L<Encode> recognizes.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp644 MCDwarfLineAddr::Encode(Context, Params, LineDelta, AddrDelta, OS);
655 void MCDwarfLineAddr::Encode(MCContext &Context, MCDwarfLineTableParams Params, function in class:MCDwarfLineAddr
H A DMCAssembler.cpp1003 // Encode the new instruction.
1117 MCDwarfLineAddr::Encode(Context, getDWARFLinetableParams(), LineDelta,
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d4 Encode and decode UTF-8, UTF-16 and UTF-32 strings.
23 $(TR $(TD Encode) $(TD
2121 /* =================== Encode ======================= */
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dutf.d4 Encode and decode UTF-8, UTF-16 and UTF-32 strings.
24 $(TR $(TD Encode) $(TD
2304 /* =================== Encode ======================= */

Completed in 611 milliseconds