Searched defs:size (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_attr_setstacksize.c3 int pthread_attr_setstacksize(pthread_attr_t* a, size_t size) { argument
H A Dpthread_attr_setguardsize.c3 int pthread_attr_setguardsize(pthread_attr_t* a, size_t size) { argument
/fuchsia/zircon/kernel/lib/heap/include/lib/
H A Dheap.h30 __MALLOC static inline void *malloc_debug_caller(size_t size, void *caller) { argument
/fuchsia/zircon/kernel/lib/libc/string/
H A Dmemscan.c11 void *memscan(void *addr, int c, size_t size) argument
/fuchsia/zircon/system/ulib/fit/include/lib/fit/
H A Dfunction_traits.h26 static constexpr size_t size = sizeof...(T); member in struct:fit::parameter_pack
/fuchsia/zircon/system/utest/core/echo/
H A Dmessage.c14 bool mojo_validate_message_header(const mojo_struct_header_t* header, size_t size) { argument
H A Dstruct.c11 bool mojo_validate_struct_header(const void* data, size_t size) { argument
/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A Dbtalloc.c4 btalloc(size_t size, unsigned bits) argument
/fuchsia/zircon/third_party/ulib/musl/src/ipc/
H A Dshmget.c6 int shmget(key_t key, size_t size, int flag) { argument
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dlockf.c5 int lockf(int fd, int op, off_t size) { argument
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dsetvbuf.c12 int setvbuf(FILE* restrict f, char* restrict buf, int type, size_t size) { argument
H A Dsetbuffer.c4 void setbuffer(FILE* f, char* buf, size_t size) { argument
H A Dfwrite.c31 size_t fwrite(const void* restrict src, size_t size, size_t nmemb, FILE* restrict f) { argument
/fuchsia/zircon/third_party/ulib/musl/src/unistd/
H A Dgetlogin_r.c5 int getlogin_r(char* name, size_t size) { argument
/fuchsia/zircon/system/private/zircon/
H A Dstack.h14 compute_initial_stack_pointer(uintptr_t base, size_t size) argument
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dinteger_sequence.h20 static constexpr size_t size() { return sizeof...(Is); } function in struct:fbl::integer_sequence
/fuchsia/zircon/system/ulib/zx/
H A Dvmo.cpp11 zx_status_t vmo::create(uint64_t size, uint32_t options, vmo* result) { argument
/fuchsia/zircon/third_party/ulib/musl/src/sched/
H A Dsched_cpucount.c4 int __sched_cpucount(size_t size, const cpu_set_t* set) { argument
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregerror.c28 size_t regerror(int e, const regex_t* restrict preg, char* restrict buf, size_t size) { argument
/fuchsia/zircon/kernel/lib/mtrace/
H A Dmtrace.cpp17 mtrace_control(uint32_t kind, uint32_t action, uint32_t options, user_inout_ptr<void> arg, size_t size) argument
/fuchsia/zircon/kernel/platform/
H A Dinit.cpp32 __WEAK void* platform_get_ramdisk(size_t* size) { argument
/fuchsia/zircon/system/dev/tee/optee/
H A Dutil.cpp13 UuidView::UuidView(const uint8_t* data, size_t size) argument
/fuchsia/zircon/system/utest/fs-host/
H A Dutil.cpp68 size_t size = stats.st_size /= minfs::kMinfsBlockSize; local
/fuchsia/zircon/system/utest/perftest/
H A Dmemcpy-test.cpp14 bool MemcpyTest(perftest::RepeatState* state, size_t size) { argument
[all...]
/fuchsia/zircon/system/utest/processor/
H A Dprocessor.c14 unsigned short size; member in struct:desc_ptr

Completed in 147 milliseconds

1234567891011>>