Searched refs:size_t (Results 476 - 500 of 7910) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/contrib/wpa/src/crypto/
H A Dsha256-prf.c29 void sha256_prf(const u8 *key, size_t key_len, const char *label,
30 const u8 *data, size_t data_len, u8 *buf, size_t buf_len)
33 size_t pos, plen;
36 size_t len[4];
/freebsd-10.2-release/contrib/xz/src/liblzma/common/
H A Dfilter_buffer_encoder.c18 const uint8_t *in, size_t in_size, uint8_t *out,
19 size_t *out_pos, size_t out_size)
32 const size_t out_start = *out_pos;
35 size_t in_pos = 0;
/freebsd-10.2-release/lib/libedit/
H A Dkey.h79 protected size_t key__decode_str(const char *, char *, size_t,
81 protected size_t key__decode_char(char *, size_t, size_t, int);
/freebsd-10.2-release/contrib/gcc/config/
H A Dhost-darwin.c34 darwin_gt_pch_get_address (size_t sz, int fd ATTRIBUTE_UNUSED)
46 darwin_gt_pch_use_address (void *addr, size_t sz, int fd, size_t off)
48 const size_t pagesize = getpagesize();
52 gcc_assert ((size_t)pch_address_space % pagesize == 0
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_subr.c34 ctf_data_alloc(size_t size)
41 ctf_data_free(void *buf, size_t size)
47 ctf_data_protect(void *buf, size_t size)
53 ctf_alloc(size_t size)
60 ctf_free(void *buf, __unused size_t size)
/freebsd-10.2-release/sys/boot/ia64/common/
H A Dlibia64.h65 ssize_t ia64_copyin(const void *, vm_offset_t, size_t);
66 ssize_t ia64_copyout(vm_offset_t, void *, size_t);
67 void ia64_sync_icache(vm_offset_t, size_t);
68 ssize_t ia64_readin(int, vm_offset_t, size_t);
69 void *ia64_va2pa(vm_offset_t, size_t *);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_subr.c41 ctf_data_alloc(size_t size)
52 ctf_data_free(void *buf, size_t size)
59 ctf_data_protect(void *buf, size_t size)
65 ctf_alloc(size_t size)
72 ctf_free(void *buf, size_t size)
/freebsd-10.2-release/sys/sys/
H A Dsockopt.h55 size_t sopt_valsize; /* (almost) fifth arg of [gs]etsockopt */
61 int sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen);
62 int sooptcopyout(struct sockopt *sopt, const void *buf, size_t len);
70 void *optval, size_t optlen);
/freebsd-10.2-release/include/
H A Dregex.h47 typedef __size_t size_t; typedef
53 size_t re_nsub; /* number of parenthesized subexpressions */
105 size_t regerror(int, const regex_t * __restrict, char * __restrict, size_t);
111 int regexec(const regex_t * __restrict, const char * __restrict, size_t,
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h41 /// AppendBytesToCache (const uint8_t *src, size_t src_len, bool broadcast);
65 /// size_t Communication::ReadFromConnection (void *, size_t, uint32_t);
97 typedef void (*ReadThreadBytesReceived) (void *baton, const void *src, size_t src_len);
204 /// @see size_t Connection::Read (void *, size_t);
206 size_t
208 size_t dst_len,
230 size_t
232 size_t src_le
[all...]
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dxmalloc.c22 @deftypefn Replacement void* xmalloc (size_t)
32 @deftypefn Replacement void* xrealloc (void *@var{ptr}, size_t @var{size})
38 @deftypefn Replacement void* xcalloc (size_t @var{nelem}, size_t @var{elsize})
53 @deftypefn Replacement void xmalloc_failed (size_t)
86 void *malloc (size_t);
87 void *realloc (void *, size_t);
88 void *calloc (size_t, size_t);
117 xmalloc_failed (size_t siz
[all...]
/freebsd-10.2-release/contrib/gcclibs/libssp/ssp/
H A Dstdio.h53 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
55 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
65 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
66 size_t __slen, __const char *__restrict__ __format,
68 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
69 size_t __slen, __const char *__restrict__ __format,
77 extern char *__gets_chk (char *__str, size_t);
83 if (__ssp_bos (__str) != (size_t) -1)
95 if (__ssp_bos (__s) != (size_t) -1 && (size_t) __
[all...]
/freebsd-10.2-release/contrib/wpa/src/eap_peer/
H A Deap_tls_common.h29 size_t tls_out_pos;
34 size_t tls_out_limit;
44 size_t tls_in_left;
49 size_t tls_in_total;
96 const char *label, size_t len);
99 u8 id, const u8 *in_data, size_t in_len,
105 char *buf, size_t buflen, int verbose);
111 size_t *len, u8 *flags);
124 size_t *num_types);
125 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_type
[all...]
/freebsd-10.2-release/contrib/sendmail/include/sm/
H A Drpool.h82 size_t sm_poolsize;
92 size_t sm_bigobjectsize;
102 size_t sm_poolavail;
118 size_t sm_ravail;
142 size_t _size,
151 size_t _size,
161 size_t _size));
165 size_t _size));
186 size_t _poolsize,
187 size_t _bigobjectsiz
[all...]
/freebsd-10.2-release/contrib/diff/lib/
H A Dcmpbuf.c68 # define SIZE_MAX TYPE_MAXIMUM (size_t)
83 size_t
84 block_read (int fd, char *buf, size_t nbytes)
88 size_t readlim = SSIZE_MAX;
92 size_t bytes_to_read = MIN (buflim - bp, readlim);
128 size_t
129 buffer_lcm (size_t a, size_t b, size_t lcm_max)
131 size_t lc
[all...]
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dhost-mingw32.c33 static void * mingw32_gt_pch_get_address (size_t, int);
34 static int mingw32_gt_pch_use_address (void *, size_t, int, size_t);
35 static size_t mingw32_gt_pch_alloc_granularity (void);
47 static const size_t pch_VA_max_size = 128 * 1024 * 1024;
50 static const size_t va_granularity = 0x10000;
71 static size_t mingw32_gt_pch_alloc_granularity (void)
81 mingw32_gt_pch_get_address (size_t size, int fd ATTRIBUTE_UNUSED)
114 mingw32_gt_pch_use_address (void *addr, size_t size, int fd,
115 size_t offse
[all...]
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dxmalloc.c22 @deftypefn Replacement void* xmalloc (size_t)
32 @deftypefn Replacement void* xrealloc (void *@var{ptr}, size_t @var{size})
38 @deftypefn Replacement void* xcalloc (size_t @var{nelem}, size_t @var{elsize})
53 @deftypefn Replacement void xmalloc_failed (size_t)
86 void *malloc (size_t);
87 void *realloc (void *, size_t);
88 void *calloc (size_t, size_t);
117 xmalloc_failed (size_t siz
[all...]
/freebsd-10.2-release/usr.bin/fmt/
H A Dfmt.c192 #define SILLY ((size_t)-1)
200 static size_t
206 return (size_t) result;
209 static size_t
215 return (size_t) result;
221 static size_t goal_length=0; /* Target length for output lines */
222 static size_t max_length=0; /* Maximum length for output lines */
226 static size_t output_tab_width=8; /* Ditto, when squashing leading spaces */
233 static size_t x; /* Horizontal position in output line */
234 static size_t x
[all...]
/freebsd-10.2-release/lib/libc/iconv/
H A Dcitrus_none.c58 const void *var __unused, size_t lenvar __unused,
86 _csid_t *csid, _index_t *idx, char **s, size_t n,
87 void *ps __unused, size_t *nresult, struct iconv_hooks *hooks)
91 *nresult = (size_t)-2;
107 char *s, size_t n, _csid_t csid, _index_t idx, void *ps __unused,
108 size_t *nresult, struct iconv_hooks *hooks __unused)
120 *nresult = (size_t)-1;
127 *nresult = (size_t)-1;
136 *nresult = (size_t)-1;
146 *nresult = (size_t)
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSpec.h377 size_t
378 GetPath (char *path, size_t max_path_length) const;
480 size_t
512 MemoryMapFileContents (off_t offset = 0, size_t length = SIZE_MAX) const;
542 ReadFileContents (off_t offset = 0, size_t length = SIZE_MAX, Error *error_ptr = NULL) const;
544 size_t
545 ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const;
616 size_t
639 static size_t
640 Resolve (const char *src_path, char *dst_path, size_t dst_le
[all...]
/freebsd-10.2-release/contrib/libstdc++/src/
H A Dpool_allocator.cc47 __pool_alloc_base::_M_get_free_list(size_t __bytes)
49 size_t __i = ((__bytes + (size_t)_S_align - 1) / (size_t)_S_align - 1);
61 __pool_alloc_base::_M_allocate_chunk(size_t __n, int& __nobjs)
64 size_t __total_bytes = __n * __nobjs;
65 size_t __bytes_left = _S_end_free - _S_start_free;
91 size_t __bytes_to_get = (2 * __total_bytes
102 size_t __i = __n;
103 for (; __i <= (size_t) _S_max_byte
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c45 void myfunc3(size_t ncalls);
46 void myfunc2(size_t ncalls);
47 void myfunc1(size_t origcalls, volatile size_t ncalls);
48 void myfunc(size_t ncalls);
53 myfunc3(size_t ncalls)
69 size_t j, nptrs, min_frames, max_frames;
81 ATF_REQUIRE(nptrs != (size_t)-1);
101 for (size_t i = 0; j < nptrs; i++, j++) {
117 myfunc2(size_t ncall
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dcrypto.h74 size_t bits;
75 size_t size;
76 size_t schedule_size;
80 void (*random_to_key)(krb5_context, krb5_keyblock*, const void*, size_t);
88 size_t blocksize;
89 size_t checksumsize;
93 const void *buf, size_t len,
98 const void *buf, size_t len,
106 size_t blocksize;
107 size_t padsiz
[all...]
/freebsd-10.2-release/contrib/wpa/src/utils/
H A Dwpabuf.h21 size_t size; /* total size of the allocated buffer */
22 size_t used; /* length of data in the buffer */
29 int wpabuf_resize(struct wpabuf **buf, size_t add_len);
30 struct wpabuf * wpabuf_alloc(size_t len);
31 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len);
32 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len);
35 void * wpabuf_put(struct wpabuf *buf, size_t len);
37 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len);
46 static inline size_t wpabuf_size(const struct wpabuf *buf)
56 static inline size_t wpabuf_le
[all...]
/freebsd-10.2-release/lib/libc/stdio/
H A Dgetdelim.c42 static inline size_t
43 p2roundup(size_t n)
65 expandtofit(char ** __restrict linep, size_t len, size_t * __restrict capp)
68 size_t newcap;
70 if (len > (size_t)SSIZE_MAX + 1) {
75 if (len == (size_t)SSIZE_MAX + 1) /* avoid overflow */
76 newcap = (size_t)SSIZE_MAX + 1;
96 sappend(char ** __restrict dstp, size_t * __restrict dstlenp,
97 size_t * __restric
[all...]

Completed in 509 milliseconds

<<11121314151617181920>>