Searched refs:val3 (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | futex.h | 36 int val3) in sys_futex() argument 39 return syscall(SYS_futex, addr1, op, val1, timeout, addr2, val3); in sys_futex() 47 (void) val3; in sys_futex()
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | QuantUtils.cpp | 43 int64_t val3 = rescaled * layer_norm_weights[j] + bias[j]; in ApplyLayerNorm() local 44 int32_t val4 = static_cast<int32_t>((val3 > 0 ? val3 + 512 : val3 - 512) / 1024); in ApplyLayerNorm()
|
/aosp12/frameworks/av/media/libaaudio/examples/utils/ |
H A D | AAudioExampleUtils.h | 163 struct timespec *timeout, void *addr2, int val3) { in sys_futex() argument 166 addr2, val3); in sys_futex()
|
/aosp12/art/runtime/base/ |
H A D | mutex-inl.h | 42 volatile int *uaddr2, int val3) { in futex() argument 43 return syscall(SYS_futex, uaddr, op, val, timeout, uaddr2, val3); in futex()
|
/aosp12/bionic/libc/ |
H A D | SECCOMP_ALLOWLIST_COMMON.TXT | 11 …futex(int *uaddr, int futex_op, int val, const struct timespec *timeout, int *uaddr2, int val3) all
|