Searched defs:length (Results 151 - 175 of 1105) sorted by relevance

1234567891011>>

/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_par.c120 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, argument
[all...]
/openbsd-current/lib/libcrypto/rc2/
H A Drc2_cbc.c63 RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
/openbsd-current/usr.bin/make/
H A Dcmd_exec.c133 size_t length; /* Total length of result. */ local
/openbsd-current/lib/libcurses/base/
H A Dwresize.c42 cleanup_lines(struct ldat *data, int length) argument
/openbsd-current/lib/libcurses/tinfo/
H A Dcomp_expand.c66 static size_t length; local
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DTokenConcatenation.cpp62 unsigned length = PP.getSpelling(Tok, TokPtr); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp35 CreateInstance( const lldb::ModuleSP &module_sp, lldb::DataBufferSP data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec *file, lldb::offset_t offset, lldb::offset_t length) argument
48 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/openbsd-current/gnu/llvm/lld/MachO/
H A DEhFrame.cpp109 createSubtraction(PointerUnion<Symbol *, InputSection *> a, PointerUnion<Symbol *, InputSection *> b, uint64_t off, uint8_t length, SmallVectorImpl<Reloc> *newRelocs) argument
126 makePcRel(uint64_t off, PointerUnion<Symbol *, InputSection *> target, uint8_t length) argument
132 makeNegativePcRel( uint64_t off, PointerUnion<Symbol *, InputSection *> target, uint8_t length) argument
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp52 DNBBreakpoint *DNBBreakpointList::Add(nub_addr_t addr, nub_size_t length, argument
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h26 static size_t length(const codeview::CVType &Item) { return Item.length(); } function in struct:llvm::BinaryItemTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h40 uint32_t length() const { return RecordData.size(); } function in class:llvm::codeview::CVRecord
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, argument
/openbsd-current/lib/libcrypto/dh/
H A Ddh_local.h87 long length; /* optional */ member in struct:dh_st
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Dmock_gtt.c60 mock_clear_range(struct i915_address_space *vm, u64 start, u64 length) argument
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_ggtt_gmch.c47 gmch_ggtt_clear_range(struct i915_address_space *vm, u64 start, u64 length) argument
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_displayid.c11 displayid_get_header(const u8 *displayid, int length, int index) argument
24 validate_displayid(const u8 *displayid, int length, int idx) argument
52 drm_find_displayid_extension(const struct drm_edid *drm_edid, int *length, int *idx, int *ext_index) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp30 uptr internal_mmap(void *addr, uptr length, int prot, int flags, int fd, argument
34 unsigned long length; member in struct:__sanitizer::s390_mmap_params
/openbsd-current/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack_platform.h93 inline void *Mmap(void *addr, size_t length, int prot, int flags, int fd, argument
104 inline int Munmap(void *addr, size_t length) { argument
113 inline int Mprotect(void *addr, size_t length, int prot) { argument
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__string.d/__string/
H A Dchar_traits.h107 size_t length(const char_type* __s) { function
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_mem_test.cpp20 void MemSetOOBTestTemplate(size_t length) { argument
127 void MemTransferOOBTestTemplate(size_t length) { argument
[all...]
/openbsd-current/lib/libkeynote/
H A Dkeynote-keygen.c68 print_key(FILE *fp, char *algname, char *key, int start, int length) argument
/openbsd-current/lib/libcrypto/des/
H A Dede_cbcm_enc.c77 DES_ede3_cbcm_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec1, DES_cblock *ivec2, int enc) argument
H A Dxcbc_enc.c64 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) argument
/openbsd-current/lib/libcrypto/aes/
H A Daes_ige.c80 AES_ige_encrypt(const unsigned char *in, unsigned char *out, size_t length, argument
H A Daes.c95 AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, argument
105 AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, argument
114 AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, argument
144 AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, argument
123 AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char ivec[AES_BLOCK_SIZE], unsigned char ecount_buf[AES_BLOCK_SIZE], unsigned int *num) argument
[all...]

Completed in 159 milliseconds

1234567891011>>