Searched defs:bytes (Results 26 - 50 of 386) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_mem_pool.h64 uint8_t *bytes; member in struct:ctl_mem_element
/freebsd-10.0-release/sys/crypto/siphash/
H A Dsiphash.h60 uint64_t bytes; member in struct:_SIPHASH_CTX
/freebsd-10.0-release/usr.bin/tail/
H A Dread.c65 bytes(FILE *fp, const char *fn, off_t off) function
/freebsd-10.0-release/usr.sbin/bhyve/
H A Ddbgport.c54 dbg_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, argument
H A Dconsport.c102 console_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, argument
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h65 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits */ member in struct:__anon1172
[all...]
H A Ddecimal32.h57 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits */ member in struct:__anon1173
H A Ddecimal64.h61 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits */ member in struct:__anon1174
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp68 int bytes = 0; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h66 Opcode (uint8_t *bytes, size_t length) argument
183 SetOpcodeBytes (const void *bytes, size_t length) argument
[all...]
/freebsd-10.0-release/contrib/tnftp/src/
H A Dprogressbar.h52 GLOBAL off_t bytes; /* current # of bytes read */ variable
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dn-fold.c39 int bytes = (len + 7) / 8; local
/freebsd-10.0-release/crypto/openssh/
H A Dentropy.c164 seed_from_prngd(unsigned char *buf, size_t bytes) argument
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_rand.c121 int ret=0,bit,bytes,mask; local
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Devp_pkey.c217 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
226 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *bytes, int len) argument
235 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) argument
/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A Drandfile.c109 int RAND_load_file(const char *file, long bytes) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/whrlpool/
H A Dwp_dgst.c64 int WHIRLPOOL_Update (WHIRLPOOL_CTX *c,const void *_inp,size_t bytes) argument
255 unsigned char *WHIRLPOOL(const void *inp, size_t bytes,unsigned char *md) argument
/freebsd-10.0-release/lib/libc/inet/
H A Dinet_cidr_ntop.c76 decoct(const u_char *src, int bytes, char *dst, size_t size) { argument
113 size_t bytes; local
/freebsd-10.0-release/lib/libc/locale/
H A DcXXrtomb_iconv.h47 char bytes[sizeof(charXX_t) * SRCBUF_LEN]; member in union:__anon5417::__anon5418
H A Dgb18030.c55 u_char bytes[4]; member in struct:__anon5421
H A Dgb2312.c51 u_char bytes[2]; member in struct:__anon5422
H A DmbrtocXX_iconv.h51 char bytes[sizeof(charXX_t) * DSTBUF_LEN]; member in union:__anon5425::__anon5426
/freebsd-10.0-release/lib/libstand/
H A Dzalloc_malloc.c54 Malloc(size_t bytes, const char *file, int line) argument
91 size_t bytes; local
129 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2; local
[all...]
/freebsd-10.0-release/usr.bin/dtc/
H A Dchecking.hh237 property_size_checker(const char* name, string property_name, uint32_t bytes) argument
/freebsd-10.0-release/usr.bin/make/
H A Dbuf.c116 Buf_AddBytes(Buffer *bp, size_t len, const Byte *bytes) argument

Completed in 309 milliseconds

1234567891011>>