Home
last modified time | relevance | path

Searched refs:len (Results 3201 – 3223 of 3223) sorted by relevance

1...<<121122123124125126127128129

/minix/crypto/external/bsd/openssl/dist/
H A DCHANGES1386 SSL_set_tlsext_opaque_prf_input(ssl, src, len) is used to set the
1388 an interal copy of the length-'len' string at 'src', and will
1399 int (*cb)(SSL *, void *peerinput, size_t len, void *arg);
1412 Arguments 'peerinput' and 'len' given to the callback function
4482 const void *buf, size_t len, SSL *ssl, void *arg)
4491 'buf' and 'len' point to the actual message, 'ssl' to the
4770 EVP_DigestUpdate(&md, in, len);
7534 *) New function ERR_error_string_n(e, buf, len) which is like
7535 ERR_error_string(e, buf), but writes at most 'len' bytes
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.td938 def ENTER : Ii16<0xC8, RawFrmImm8, (outs), (ins i16imm:$len, i8imm:$lvl),
939 "enter\t$len, $lvl", [], IIC_ENTER>, Sched<[WriteMicrocoded]>;
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td5934 class BaseSIMDTableLookup<bit Q, bits<2> len, bit op, RegisterOperand vectype,
5947 let Inst{14-13} = len;
5955 class BaseSIMDTableLookupTied<bit Q, bits<2> len, bit op, RegisterOperand vectype,
5968 let Inst{14-13} = len;
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5194 static bool breakDownVectorType(QualType type, uint64_t &len, in breakDownVectorType() argument
5198 len = vecType->getNumElements(); in breakDownVectorType()
5208 len = 1; in breakDownVectorType()
/minix/external/bsd/libc++/dist/libcxx/include/
H A Dregex148 basic_regex(const charT* p, size_t len, flag_type f);
172 basic_regex& assign(const charT* p, size_t len, flag_type f);
H A Dmemory3351 // Decrease len to the nearest multiple of 64, and operate on 64-byte chunks.
/minix/crypto/external/bsd/heimdal/dist/
H A DChangeLog.1999467 ret over the length-len
H A DChangeLog.2005865 variable len
/minix/external/bsd/flex/dist/doc/
H A Dflex.info-11796 len )
1797 scans `len' bytes (including possibly `NUL's) starting at location
3406 int len = yyget_leng( scanner );
3407 yyget_text( scanner )[len - 1] = '\0';
H A Dflex.texi2217 @deftypefun YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len )
2218 scans @code{len} bytes (including possibly @code{NUL}s) starting at location
4309 int len = yyget_leng( scanner );
4310 yyget_text( scanner )[len - 1] = '\0';
/minix/crypto/external/bsd/netpgp/dist/ref/
H A Drfc2440.txt2309 crc24 crc_octets(unsigned char *octets, size_t len)
2314 while (len--) {
H A Ddraft-ietf-openpgp-rfc2440bis-12.txt2680 crc24 crc_octets(unsigned char *octets, size_t len)
2691 while (len--) {
H A Ddraft-ietf-openpgp-rfc2440bis-13.txt2701 crc24 crc_octets(unsigned char *octets, size_t len)
2706 while (len--) {
H A Ddraft-ietf-openpgp-rfc2440bis-15.txt2701 crc24 crc_octets(unsigned char *octets, size_t len)
2706 while (len--) {
H A Ddraft-ietf-openpgp-rfc2440bis-12-ben.txt2664 crc24 crc_octets(unsigned char *octets, size_t len)
2675 while (len--) {
H A Ddraft-ietf-openpgp-rfc2440bis-14.txt2701 crc24 crc_octets(unsigned char *octets, size_t len)
2706 while (len--) {
H A Ddraft-ietf-openpgp-rfc2440bis-22.txt2848 crc24 crc_octets(unsigned char *octets, size_t len)
2859 while (len--) {
H A Drfc4880.txt2981 crc24 crc_octets(unsigned char *octets, size_t len)
2985 while (len--) {
/minix/external/bsd/libevent/dist/
H A DChangeLog39 o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (fb7e76a)
/minix/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh83 2. len
8466 2. len
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dretain-release.m56 static __inline__ __attribute__((always_inline)) CFRange CFRangeMake(CFIndex loc, CFIndex len) {
59 range.length = len;
152 …yEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
/minix/external/public-domain/xz/dist/
H A DChangeLog1017 assumes that the initial "len" may be greater than "limit".
/minix/external/bsd/bind/dist/
H A DCHANGES1443 3601. [bug] Added to PKCS#11 openssl patches a value len

1...<<121122123124125126127128129