Home
last modified time | relevance | path

Searched defs:initval (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace07.c51 static void check_regs_loop(uint32_t initval) in check_regs_loop()
/third_party/nghttp2/bpf/
Dreuseport_kern.c409 static inline __u32 __jhash_nwords(__u32 a, __u32 b, __u32 c, __u32 initval) { in __jhash_nwords()
422 static inline __u32 jhash_2words(__u32 a, __u32 b, __u32 initval) { in jhash_2words()
498 static __u32 hash(const __u8 *data, __u32 datalen, __u32 initval) { in hash()
/third_party/ltp/testcases/kernel/syscalls/eventfd/
Deventfd01.c72 static int myeventfd(unsigned int initval, int flags) in myeventfd()
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.c2727 …* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw initval) in sljit_emit_const()
/third_party/python/Modules/_decimal/libmpdec/
Dmpdecimal.c87 #define MPD_NEW_CONST(name, flags, exp, digits, len, alloc, initval) \ argument
/third_party/python/Modules/clinic/
Dposixmodule.c.h7841 unsigned int initval; in os_eventfd() local
/third_party/python/Modules/
Dposixmodule.c13048 os_eventfd_impl(PyObject *module, unsigned int initval, int flags) in os_eventfd_impl()