Home
last modified time | relevance | path

Searched refs:size_t (Results 26 – 50 of 5203) sorted by relevance

12345678910>>...209

/dragonfly/lib/libc/locale/
H A Dnone.c62 size_t, size_t, mbstate_t * __restrict);
95 static size_t
111 static size_t
127 static size_t
132 size_t nchr; in _none_mbsnrtowcs()
213 size_t dlen, size_t *slen, int flags __unused) in _none_mbintowcr()
215 size_t i; in _none_mbintowcr()
216 size_t j; in _none_mbintowcr()
254 size_t dlen, size_t *slen, int flags __unused) in _none_wcrtombin()
256 size_t i; in _none_wcrtombin()
[all …]
H A Dmblocal.h50 size_t, mbstate_t * __restrict);
53 size_t, size_t, mbstate_t * __restrict);
56 size_t, size_t, mbstate_t * __restrict);
57 size_t (*__mbintowcr)(wchar_t * __restrict dst,
58 const char * __restrict src, size_t dlen, size_t *slen,
60 size_t (*__wcrtombin)(char * __restrict dst,
61 const wchar_t * __restrict src, size_t dlen, size_t *slen,
85 typedef size_t (*mbrtowc_pfn_t)(wchar_t * __restrict,
87 typedef size_t (*wcrtomb_pfn_t)(char * __restrict, wchar_t,
90 size_t, size_t, mbstate_t * __restrict, mbrtowc_pfn_t);
[all …]
H A Dascii.c57 const char ** __restrict src, size_t nms, size_t len,
62 size_t, size_t, mbstate_t * __restrict);
89 static size_t
98 return ((size_t)-2); in _ascii_mbrtowc()
108 static size_t
124 static size_t
126 size_t nms, size_t len, mbstate_t * __restrict ps __unused) in _ascii_mbsnrtowcs()
129 size_t nchr; in _ascii_mbsnrtowcs()
161 static size_t
163 size_t nwc, size_t len, mbstate_t * __restrict ps __unused) in _ascii_wcsnrtombs()
[all …]
/dragonfly/crypto/libressl/crypto/modes/
H A Dcbc128.c73 size_t n; in CRYPTO_cbc128_encrypt()
78 ((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0) { in CRYPTO_cbc128_encrypt()
91 *(size_t*)(out+n) = in CRYPTO_cbc128_encrypt()
92 *(size_t*)(in+n) ^ *(size_t*)(iv+n); in CRYPTO_cbc128_encrypt()
120 size_t n; in CRYPTO_cbc128_decrypt()
121 union { size_t t[16/sizeof(size_t)]; unsigned char c[16]; } tmp; in CRYPTO_cbc128_decrypt()
128 ((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0) { in CRYPTO_cbc128_decrypt()
140 size_t *out_t=(size_t *)out, *iv_t=(size_t *)iv; in CRYPTO_cbc128_decrypt()
154 ((size_t)in|(size_t)out|(size_t)ivec)%sizeof(size_t) != 0) { in CRYPTO_cbc128_decrypt()
169 size_t c, *out_t=(size_t *)out, *ivec_t=(size_t *)ivec; in CRYPTO_cbc128_decrypt()
[all …]
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dlibgomp_g.h279 size_t, void **, size_t *, unsigned char *);
280 extern void GOMP_target_ext (int, void (*) (void *), size_t, void **, size_t *,
283 size_t, void **, size_t *, unsigned char *);
284 extern void GOMP_target_data_ext (int, size_t, void **, size_t *,
288 size_t, void **, size_t *, unsigned char *);
289 extern void GOMP_target_update_ext (int, size_t, void **, size_t *,
291 extern void GOMP_target_enter_exit_data (int, size_t, void **, size_t *,
300 extern void GOACC_parallel (int, void (*) (void *), size_t, void **, size_t *,
302 extern void GOACC_data_start (int, size_t, void **, size_t *,
307 extern void GOACC_update (int, size_t, void **, size_t *,
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dvalarray_array.h282 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, in _GLIBCXX_VISIBILITY()
293 size_t __n, size_t __s) in _GLIBCXX_VISIBILITY()
303 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1, in _GLIBCXX_VISIBILITY()
434 __valarray_copy_construct(_Array<_Tp> __a, size_t __n, size_t __s, in _GLIBCXX_VISIBILITY()
445 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) in _GLIBCXX_VISIBILITY()
463 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) in _GLIBCXX_VISIBILITY()
469 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) in _GLIBCXX_VISIBILITY()
476 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s1, in _GLIBCXX_VISIBILITY()
498 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i, in _GLIBCXX_VISIBILITY()
562 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY()
[all …]
H A Dgslice.h80 gslice(size_t __o, const valarray<size_t>& __l, in _GLIBCXX_VISIBILITY()
108 size_t _M_count; in _GLIBCXX_VISIBILITY()
109 size_t _M_start; in _GLIBCXX_VISIBILITY()
110 valarray<size_t> _M_size; in _GLIBCXX_VISIBILITY()
117 _Indexer(size_t, const valarray<size_t>&, in _GLIBCXX_VISIBILITY()
124 size_t in _GLIBCXX_VISIBILITY()
134 inline size_t in _GLIBCXX_VISIBILITY()
138 inline valarray<size_t> in _GLIBCXX_VISIBILITY()
142 inline valarray<size_t> in _GLIBCXX_VISIBILITY()
153 gslice::gslice(size_t __o, const valarray<size_t>& __l, in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dvalarray_array.h278 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, in _GLIBCXX_VISIBILITY()
289 size_t __n, size_t __s) in _GLIBCXX_VISIBILITY()
299 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1, in _GLIBCXX_VISIBILITY()
431 __valarray_copy_construct(_Array<_Tp> __a, size_t __n, size_t __s, in _GLIBCXX_VISIBILITY()
442 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) in _GLIBCXX_VISIBILITY()
460 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) in _GLIBCXX_VISIBILITY()
466 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) in _GLIBCXX_VISIBILITY()
473 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s1, in _GLIBCXX_VISIBILITY()
495 __valarray_copy(_Array<_Tp> __src, size_t __n, _Array<size_t> __i, in _GLIBCXX_VISIBILITY()
559 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY()
[all …]
H A Dfunctional_hash.h69 size_t in _GLIBCXX_VISIBILITY()
133 static size_t in _GLIBCXX_VISIBILITY()
135 size_t __seed = static_cast<size_t>(0xc70f6907UL)) in _GLIBCXX_VISIBILITY()
139 static size_t in _GLIBCXX_VISIBILITY()
144 static size_t in _GLIBCXX_VISIBILITY()
151 static size_t in _GLIBCXX_VISIBILITY()
153 size_t __seed = static_cast<size_t>(2166136261UL)) in _GLIBCXX_VISIBILITY()
157 static size_t in _GLIBCXX_VISIBILITY()
162 static size_t in _GLIBCXX_VISIBILITY()
171 size_t in _GLIBCXX_VISIBILITY()
[all …]
H A Dgslice.h81 gslice(size_t __o, const valarray<size_t>& __l, in _GLIBCXX_VISIBILITY()
109 size_t _M_count; in _GLIBCXX_VISIBILITY()
110 size_t _M_start; in _GLIBCXX_VISIBILITY()
111 valarray<size_t> _M_size; in _GLIBCXX_VISIBILITY()
118 _Indexer(size_t, const valarray<size_t>&, in _GLIBCXX_VISIBILITY()
125 size_t in _GLIBCXX_VISIBILITY()
135 inline size_t in _GLIBCXX_VISIBILITY()
139 inline valarray<size_t> in _GLIBCXX_VISIBILITY()
143 inline valarray<size_t> in _GLIBCXX_VISIBILITY()
154 gslice::gslice(size_t __o, const valarray<size_t>& __l, in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/grep/src/
H A Dsearch.h59 extern void *GEAcompile (char *, size_t, reg_syntax_t);
60 extern size_t EGexecute (void *, char const *, size_t, size_t *, char const *);
63 extern void *Fcompile (char *, size_t, reg_syntax_t);
64 extern size_t Fexecute (void *, char const *, size_t, size_t *, char const *);
67 extern void *Pcompile (char *, size_t, reg_syntax_t);
68 extern size_t Pexecute (void *, char const *, size_t, size_t *, char const *);
72 extern void fgrep_to_grep_pattern (char **, size_t *);
78 SEARCH_INLINE size_t
79 mb_clen (char const *s, size_t n, mbstate_t *mbs) in mb_clen()
81 size_t len = localeinfo.sbclen[to_uchar (*s)]; in mb_clen()
[all …]
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_nettle.c55 size_t i; in nettle_digest_vector()
108 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
112 size_t i; in hmac_md5_vector()
133 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
137 size_t i; in hmac_sha1_vector()
160 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
164 size_t i; in hmac_sha256_vector()
189 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
193 size_t i; in hmac_sha384_vector()
222 size_t i; in hmac_sha512_vector()
[all …]
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c240 size_t ZSTD_frameHeaderSize(const void* src, size_t srcSize) in ZSTD_frameHeaderSize()
587 static size_t ZSTD_copyRawBlock(void* dst, size_t dstCapacity, in ZSTD_copyRawBlock()
600 static size_t ZSTD_setRleBlock(void* dst, size_t dstCapacity, in ZSTD_setRleBlock()
822 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t in ZSTD_decompressDCtx()
828 size_t ZSTD_decompress(void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTD_decompress()
897 size_t ZSTD_decompressContinue(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, siz… in ZSTD_decompressContinue()
1067 size_t
1404 size_t const min = (size_t)1 << bounds.lowerBound; in ZSTD_DCtx_setMaxWindowSize()
1405 size_t const max = (size_t)1 << bounds.upperBound; in ZSTD_DCtx_setMaxWindowSize()
1534 size_t const minRBSize = (size_t) neededSize; in ZSTD_decodingBufferSize_min()
[all …]
/dragonfly/usr.bin/fmt/
H A Dfmt.c195 static size_t
204 static size_t
238 static size_t indent_length (const wchar_t *, size_t);
240 static void new_paragraph (size_t, size_t);
241 static void output_word (size_t, size_t, const wchar_t *, size_t,
242 size_t);
257 size_t len; in main()
477 static size_t
479 size_t n=0; in indent_length()
500 new_paragraph(size_t old_indent, size_t indent) { in new_paragraph()
[all …]
/dragonfly/contrib/zstd/lib/deprecated/
H A Dzbuff.h76 …ED("use ZSTD_initCStream_usingDict") size_t ZBUFF_compressInitDictionary(ZBUFF_CCtx* cctx, const v…
78 … ZSTD_compressStream") size_t ZBUFF_compressContinue(ZBUFF_CCtx* cctx, void* dst, size_t* dstCapac…
79 ZBUFF_DEPRECATED("use ZSTD_flushStream") size_t ZBUFF_compressFlush(ZBUFF_CCtx* cctx, void* dst,…
80 ZBUFF_DEPRECATED("use ZSTD_endStream") size_t ZBUFF_compressEnd(ZBUFF_CCtx* cctx, void* dst, s…
128 …D("use ZSTD_initDStream_usingDict") size_t ZBUFF_decompressInitDictionary(ZBUFF_DCtx* dctx, const …
131 void* dst, size_t* dstCapacityPtr,
132 const void* src, size_t* srcSizePtr);
163 ZBUFF_DEPRECATED("use ZSTD_isError") unsigned ZBUFF_isError(size_t errorCode);
168 ZBUFF_DEPRECATED("use ZSTD_CStreamInSize") size_t ZBUFF_recommendedCInSize(void);
170 ZBUFF_DEPRECATED("use ZSTD_DStreamInSize") size_t ZBUFF_recommendedDInSize(void);
[all …]
/dragonfly/contrib/zstd/lib/common/
H A Dfse.h67 FSE_PUBLIC_API size_t FSE_compress(void* dst, size_t dstCapacity,
80 FSE_PUBLIC_API size_t FSE_decompress(void* dst, size_t dstCapacity,
87 FSE_PUBLIC_API size_t FSE_compressBound(size_t size); /* maximum compressed size */
105 FSE_PUBLIC_API size_t FSE_compress2 (void* dst, size_t dstSize, const void* src, size_t srcSize, un…
160 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
180 FSE_PUBLIC_API size_t FSE_compress_usingCTable (void* dst, size_t dstCapacity, const void* src, siz…
260 FSE_PUBLIC_API size_t FSE_decompress_usingDTable(void* dst, size_t dstCapacity, const void* cSrc, s…
328 size_t FSE_compress_wksp (void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxS…
357 size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsign…
360 size_t FSE_decompress_wksp_bmi2(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, u…
[all …]
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dcover.h35 size_t liveJobs;
37 size_t dictSize;
39 size_t compressedSize;
64 size_t dictSize;
65 size_t totalCompressedSize;
87 void COVER_warnOnSmallCorpus(size_t maxDictSize, size_t nbDmers, int displayLevel);
94 size_t *offsets,
95 size_t nbTrainSamples, size_t nbSamples,
101 size_t COVER_sum(const size_t *samplesSizes, unsigned nbSamples) ;
156size_t dictContentSize, const BYTE* samplesBuffer, const size_t* samplesSizes, unsigned nbFinalize…
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dprintf-parse.h60 size_t width_arg_index;
65 size_t arg_index;
72 size_t count;
90 size_t width_arg_index;
95 size_t arg_index;
102 size_t count;
118 size_t width_arg_index;
123 size_t arg_index;
130 size_t count;
151 size_t arg_index;
[all …]
H A Dxalloc.h53 void *xmalloc (size_t s)
57 void *xcalloc (size_t n, size_t s)
96 XALLOC_INLINE void *xnmalloc (size_t n, size_t s)
99 xnmalloc (size_t n, size_t s) in xnmalloc()
109 XALLOC_INLINE void *xnrealloc (void *p, size_t n, size_t s)
112 xnrealloc (void *p, size_t n, size_t s) in xnrealloc()
174 x2nrealloc (void *p, size_t *pn, size_t s) in x2nrealloc()
176 size_t n = *pn; in x2nrealloc()
216 xcharalloc (size_t n) in xcharalloc()
235 xnrealloc (T *p, size_t n, size_t s) in xnrealloc()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc.h69 size_t nelt;
70 size_t stride;
85 size_t nelt;
86 size_t stride;
148 extern size_t ggc_round_alloc_size (size_t requested_size);
166 extern void ggc_record_overhead (size_t, size_t, void * MEM_STAT_DECL);
180 ggc_internal_vec_alloc_stat (size_t s, size_t c MEM_STAT_DECL) in ggc_internal_vec_alloc_stat()
186 ggc_internal_cleared_vec_alloc_stat (size_t s, size_t c MEM_STAT_DECL) in ggc_internal_cleared_vec_alloc_stat()
205 extern void * ggc_cleared_alloc_htab_ignore_args (size_t, size_t);
207 extern void * ggc_cleared_alloc_ptr_array_two_args (size_t, size_t);
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_common/
H A Dikev2_common.h254 size_t key_len;
255 size_t hash_len;
260 size_t key_len;
261 size_t hash_len;
266 size_t key_len;
275 size_t num_elem, const u8 *addr[], const size_t *len,
297 size_t sa_len;
299 size_t ke_len;
301 size_t idi_len;
303 size_t idr_len;
[all …]
/dragonfly/contrib/mdocml/
H A Dterm.h55 size_t lastcol; /* Last byte in buf. */
57 size_t rmargin; /* Current right margin. */
58 size_t offset; /* Current left margin. */
71 size_t maxrmargin; /* Max right margin. */
72 size_t col; /* Byte position in buf. */
116 void (*advance)(struct termp *, size_t);
118 size_t (*width)(const struct termp *, int);
134 void term_setcol(struct termp *, size_t);
148 size_t term_len(const struct termp *, size_t);
151 void term_tab_iset(size_t);
[all …]
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dwchar.h751 _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
752 _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
755 _GL_FUNCDECL_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
757 _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
814 (wchar_t *dest, const char **srcp, size_t srclen, size_t len,
1100 _GL_FUNCDECL_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen)
1103 _GL_CXXALIAS_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen));
1591 _GL_FUNCDECL_RPL (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize,
1594 _GL_CXXALIAS_RPL (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize,
1598 _GL_FUNCDECL_SYS (wcsftime, size_t, (wchar_t *__buf, size_t __bufsize,
[all …]
/dragonfly/contrib/grep/lib/
H A Dxalloc.h53 void *xmalloc (size_t s)
57 void *xcalloc (size_t n, size_t s)
96 XALLOC_INLINE void *xnmalloc (size_t n, size_t s)
99 xnmalloc (size_t n, size_t s) in xnmalloc()
109 XALLOC_INLINE void *xnrealloc (void *p, size_t n, size_t s)
112 xnrealloc (void *p, size_t n, size_t s) in xnrealloc()
174 x2nrealloc (void *p, size_t *pn, size_t s) in x2nrealloc()
176 size_t n = *pn; in x2nrealloc()
216 xcharalloc (size_t n) in xcharalloc()
235 xnrealloc (T *p, size_t n, size_t s) in xnrealloc()
[all …]
/dragonfly/gnu/usr.bin/gdb/libgnu/
H A Dwchar.h563 _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
564 _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
567 _GL_FUNCDECL_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
569 _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
622 (wchar_t *dest, const char **srcp, size_t srclen, size_t len,
626 (wchar_t *dest, const char **srcp, size_t srclen, size_t len,
631 (wchar_t *dest, const char **srcp, size_t srclen, size_t len,
636 (wchar_t *dest, const char **srcp, size_t srclen, size_t len,
715 (char *dest, const wchar_t **srcp, size_t srclen, size_t len,
890 _GL_FUNCDECL_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen)
[all …]

12345678910>>...209