Home
last modified time | relevance | path

Searched refs:length (Results 2276 – 2300 of 3178) sorted by relevance

1...<<919293949596979899100>>...128

/openbsd/gnu/llvm/libcxx/include/
H A Diomanip435 __x.__fmt_, __x.__fmt_ + _Traits::length(__x.__fmt_));
495 __x.__fmt_, __x.__fmt_ + _Traits::length(__x.__fmt_)).failed())
/openbsd/lib/libssl/
H A Dssl_local.h626 unsigned short length; member
1092 unsigned int length; /* How many bytes available */ member
/openbsd/sys/arch/arm64/arm64/
H A Dcryptox.c77 extern void aes_v8_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length,
/openbsd/sys/lib/libkern/arch/hppa/
H A Dbcopy.m4110 dnl $6 length
/openbsd/gnu/llvm/llvm/docs/PDB/
H A DCodeViewSymbols.rst37 as there are with types. Every symbol record describes is own length.
/openbsd/sys/dev/usb/
H A Dif_otusreg.h703 uint16_t length; member
/openbsd/sys/dev/ic/
H A Dstireg.h180 u_int length :14; /* size in pages */ member
/openbsd/gnu/usr.bin/perl/t/io/
H A Dperlio.t205 $rv = read($fh, $buf, 1, length($buf));
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dutime.t43 if (defined $fs[0] && length($fs[0])) {
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Dencoding.t48 print "not " unless length($c) == 2;
/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp373 return std::min(path_max_len - 1, result.length()); in GetPath()
/openbsd/lib/libcrypto/x509/
H A Dx_all.c495 return EVP_Digest(key->data, key->length, md, len, type, NULL); in X509_pubkey_digest()
/openbsd/sys/dev/pci/
H A Dixgb_hw.h567 uint16_t length; member
H A Dixgbe_type.h3185 uint16_t length; member
3194 uint16_t length; member
3248 __le16 length; /* Data buffer length */ member
3280 __le16 length; /* Length of data DMAed into data buffer */ member
3312 __le16 length; /* Packet length */ member
/openbsd/usr.bin/awk/
H A DREADME.md25 this affects `length`, `substr`, `index`, `match`, `split`,
/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_helper.h93 unsigned char length; member
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5300delta.pod22 =head2 Limited variable length lookbehind in regular expression pattern matching is now experimenta…
1113 zero-length SV produced.
1196 Regular expression matching no longer leaves stale UTF-8 length magic
1197 when updating C<$^R>. This could result in C<length($^R)> returning
1283 An EXACTFish regnode has a finite length it can hold for the string
1284 being matched. If that length is exceeded, a second node is used for
H A Dperl5005delta.pod216 strings of the same length;
241 zero-length match;
274 /RE/g may match at the same position (with non-zero length)
275 after a zero-length match (bug fix).
829 (W) You are blessing a reference to a zero length string. This has
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymtab.c1535 int length = (global ? pst->n_global_syms : pst->n_static_syms); in lookup_partial_symbol() local
1538 if (length == 0) in lookup_partial_symbol()
1557 top = start + length - 1; in lookup_partial_symbol()
1599 for (psym = start; psym < start + length; psym++) in lookup_partial_symbol()
/openbsd/gnu/usr.bin/binutils/cpu/
H A Dfrv.opc1513 print_hi (cd, dis_info, value, attrs, pc, length)
1519 int length ATTRIBUTE_UNUSED;
1529 print_lo (cd, dis_info, value, attrs, pc, length)
1535 int length ATTRIBUTE_UNUSED;
/openbsd/gnu/gcc/gcc/
H A Dreorg.c462 emit_delay_sequence (rtx insn, rtx list, int length) in emit_delay_sequence() argument
469 rtvec seqv = rtvec_alloc (length + 1); in emit_delay_sequence()
555 NEXT_INSN (XVECEXP (seq, 0, length)) = NEXT_INSN (seq_insn); in emit_delay_sequence()
575 gcc_assert (i == length + 1); in emit_delay_sequence()
/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1024 it != end && it->offset + it->length <= endAddr; ++it) in collectDataInCodeEntries()
1028 it->length, it->kind}); in collectDataInCodeEntries()
1520 write32be(&superBlob->length, signatureSize); in writeTo()
1528 write32be(&codeDirectory->length, signatureSize - blobHeadersSize); in writeTo()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_gpu_error.c72 sg->length = len; in __sg_set_buf()
106 e->cur->length = 0; in __i915_error_grow()
1023 len = sg->length; in i915_gpu_coredump_copy_to_buffer()
1038 GEM_BUG_ON(!len || len > sg->length); in i915_gpu_coredump_copy_to_buffer()
/openbsd/usr.sbin/unbound/sldns/
H A Dstr2wire.c2772 size_t length = 0; in sldns_str2wire_long_str_buf() local
2776 if(*len < length+1) in sldns_str2wire_long_str_buf()
2778 rd[length++] = ch; in sldns_str2wire_long_str_buf()
2782 *len = length; in sldns_str2wire_long_str_buf()
/openbsd/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c2772 size_t length = 0; in sldns_str2wire_long_str_buf() local
2776 if(*len < length+1) in sldns_str2wire_long_str_buf()
2778 rd[length++] = ch; in sldns_str2wire_long_str_buf()
2782 *len = length; in sldns_str2wire_long_str_buf()

1...<<919293949596979899100>>...128