Searched refs:param (Results 1 - 25 of 65) sorted by relevance

123

/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dparam.h19 #include <asm-generic/param.h>
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dparam.h19 #include <asm-generic/param.h>
/bionic/libc/kernel/uapi/linux/
H A Dparam.h21 #include <asm/param.h>
H A Dacct.h22 #include <asm/param.h>
H A Dscc.h140 unsigned param; member in struct:scc_kiss_cmd
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dparam.h22 #include <asm-generic/param.h>
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dparam.h22 #include <asm-generic/param.h>
/bionic/libc/bionic/
H A Dpthread_getschedparam.cpp34 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) { argument
42 int rc = sched_getparam(thread->tid, param);
H A Dpthread_setschedparam.cpp34 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) { argument
42 int rc = sched_setscheduler(thread->tid, policy, param);
H A Djemalloc_wrapper.cpp17 #include <sys/param.h>
H A Dpthread_attr.cpp81 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) { argument
82 attr->sched_priority = param->sched_priority;
86 int pthread_attr_getschedparam(const pthread_attr_t* attr, sched_param* param) { argument
87 param->sched_priority = attr->sched_priority;
H A Dmbrtoc32.cpp30 #include <sys/param.h>
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_lnaof.c31 #include <sys/param.h>
H A Dinet_netof.c31 #include <sys/param.h>
H A Dinet_makeaddr.c31 #include <sys/param.h>
H A Dinet_addr.c55 #include <sys/param.h>
/bionic/tests/
H A Dstack_unwinding_test_impl.c41 static void noinline foo_cleanup(char* param unused) {
59 static void noinline sigsegv_handler(int param unused) {
/bionic/libc/tools/
H A Dgensyscalls.py202 def param_uses_64bits(param):
205 param = param.strip()
206 # First, check that the param type begins with one of the known
209 param.startswith("int64_t") or param.startswith("uint64_t") or \
210 param.startswith("loff_t") or param.startswith("off64_t") or \
211 param.startswith("long long") or param
[all...]
/bionic/libc/include/
H A Dresolv.h31 #include <sys/param.h>
/bionic/libc/include/sys/
H A Dparam.h32 #include <linux/param.h>
/bionic/libc/dns/resolv/
H A Dherror.c64 #include <sys/param.h>
/bionic/libc/kernel/uapi/drm/
H A Domap_drm.h25 uint64_t param; member in struct:drm_omap_param
H A Dqxl_drm.h90 uint64_t param; member in struct:drm_qxl_getparam
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dutmp.c39 #include <sys/param.h>
/bionic/libc/upstream-netbsd/lib/libc/inet/
H A Dnsap_addr.c33 #include <sys/param.h>

Completed in 411 milliseconds

123