Searched refs:size_t (Results 201 - 225 of 603) sorted by relevance

1234567891011>>

/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcslen.c39 size_t
H A Dwcsncmp.c42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n)
H A Dwmemcpy.c41 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n)
H A Dwmemmove.c41 wmemmove(wchar_t *d, const wchar_t *s, size_t n)
/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstpncpy.c38 stpncpy(char *dst, const char *src, size_t n)
H A Dstrcspn.c39 size_t
H A Dstrdup.c41 size_t siz;
H A Dstrncat.c41 strncat(char *dst, const char *src, size_t n)
H A Dstrspn.c36 size_t
H A Dstrstr.c43 size_t len;
H A Dwcswidth.c35 wcswidth(const wchar_t *s, size_t n)
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dshmbuf.h23 size_t shm_segsz;
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dagpgart.h51 size_t aper_size;
52 size_t pg_total;
53 size_t pg_system;
54 size_t pg_used;
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dshmbuf.h23 size_t shm_segsz;
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dshmbuf.h23 size_t shm_segsz;
/bionic/linker/
H A Dlinker_mapped_file_fragment.cpp48 bool MappedFileFragment::Map(int fd, off64_t base_offset, size_t elf_offset, size_t size) {
58 size_t map_size = static_cast<size_t>(end_offset - page_min);
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-mips/asm/
H A Dshmbuf.h23 size_t shm_segsz;
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dagpgart.h51 size_t aper_size;
52 size_t pg_total;
53 size_t pg_system;
54 size_t pg_used;
/bionic/tools/versioner/dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dshmbuf.h23 size_t shm_segsz;
/bionic/tools/versioner/dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dshmbuf.h23 size_t shm_segsz;
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dhsearch_r.c44 hsearch_lookup_free(struct __hsearch *hsearch, size_t hash)
46 size_t index, i;
59 static size_t
60 hsearch_hash(size_t offset_basis, const char *str)
62 size_t hash;
67 if (sizeof(size_t) * CHAR_BIT <= 32)
80 size_t hash, index, i, old_hash, old_count, new_count;
/bionic/tests/
H A Dleak_test.cpp38 static void WaitUntilAllExited(pid_t* pids, size_t pid_count) {
43 for (size_t i = 0; i < pid_count; ++i) {
78 size_t previous_size_;
88 size_t GetMappingSize() {
93 size_t result = 0;
111 for (size_t pass = 0; pass < 2; ++pass) {
128 for (size_t pass = 0; pass < 2; ++pass) {
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Darc4random.c54 size_t rs_have; /* valid bytes at end of rs_buf */
55 size_t rs_count; /* bytes till reseed */
68 static inline void _rs_rekey(u_char *dat, size_t datlen);
71 _rs_init(u_char *buf, size_t n)
107 _rs_stir_if_needed(size_t len)
119 _rs_rekey(u_char *dat, size_t datlen)
129 size_t i, m;
142 _rs_random_buf(void *_buf, size_t n)
146 size_t m;
192 arc4random_buf(void *buf, size_t
[all...]
/bionic/libc/include/
H A Dstdio.h116 size_t fread(void* __buf, size_t __size, size_t __count, FILE* __fp);
118 size_t fwrite(const void* __buf, size_t __size, size_t __count, FILE* __fp);
121 ssize_t getdelim(char** __line_ptr, size_t* __line_length_ptr, int __delimiter, FILE* __fp) __INTRODUCED_IN(18);
122 ssize_t getline(char** __line_ptr, size_t* __line_length_ptr, FILE* __fp) __INTRODUCED_IN(18);
133 int setvbuf(FILE* __fp, char* __buf, int __mode, size_t __size);
219 int snprintf(char* __buf, size_t __siz
[all...]
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregerror.c106 static const char *regatoi(const regex_t *preg, char *localbuf, size_t buflen);
158 * extern size_t regerror(int, const regex_t *, char *, size_t);
161 size_t
166 size_t errbuf_size)
169 size_t len;
205 * size_t buflen);
211 size_t buflen)

Completed in 216 milliseconds

1234567891011>>