/haiku/headers/private/kernel/util/ |
H A D | Constructor.h | 38 void Construct(Pointer object, ArgType1 arg1, ArgType2 arg2) { in Construct() 48 void Construct(Pointer object, ArgType1 arg1, ArgType2 arg2, ArgType3 arg3) { in Construct() 59 void Construct(Pointer object, ArgType1 arg1, ArgType2 arg2, ArgType3 arg3, in Construct()
|
/haiku/src/bin/unzip/ |
H A D | crc_i386.S | 83 # define arg2 12(%ebp) macro 89 # define arg2 28(%esp) macro
|
/haiku/headers/private/graphics/common/ |
H A D | log_coll.h | 34 #define LOG2( li, what, arg1, arg2 ) log( li, what, 2, arg1, arg2 ); argument 35 #define LOG3( li, what, arg1, arg2, arg3 ) log( li, what, 3, arg1, arg2, arg3 ); argument
|
/haiku/src/libs/compat/freebsd_network/ |
H A D | fbsd_kern_mbuf.c | 119 void (*freef)(struct mbuf *, void *, void *), void *arg1, void *arg2, in m_extadd() argument
|
/haiku/src/system/kernel/arch/sparc/ |
H A D | arch_thread.cpp | 112 arch_thread_enter_userspace(Thread *thread, addr_t entry, void *arg1, void *arg2) in arch_thread_enter_userspace()
|
/haiku/src/system/kernel/arch/ppc/ |
H A D | arch_thread.cpp | 204 arch_thread_enter_userspace(Thread *thread, addr_t entry, void *arg1, void *arg2) in arch_thread_enter_userspace()
|
/haiku/src/system/kernel/arch/arm64/ |
H A D | arch_thread.cpp | 117 void *arg1, void *arg2) in arch_thread_enter_userspace()
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_thread.cpp | 228 arch_thread_enter_userspace(Thread *thread, addr_t entry, void *arg1, void *arg2) in arch_thread_enter_userspace()
|
/haiku/src/kits/support/ |
H A D | StringList.cpp | 307 BStringList::DoForEach(bool (*func)(const BString& string, void* arg2), in DoForEach()
|
/haiku/src/system/kernel/arch/riscv64/ |
H A D | arch_thread.cpp | 108 void *arg2) in arch_thread_enter_userspace()
|
/haiku/src/libs/iconv/ |
H A D | iconv.c | 521 static int compare_by_index (const void * arg1, const void * arg2) in compare_by_index() 528 static int compare_by_name (const void * arg1, const void * arg2) in compare_by_name()
|
/haiku/src/bin/pcmcia-cs/ |
H A D | cardctl.c | 270 ds_ioctl_arg_t arg1, arg2; in print_windows() local
|
/haiku/headers/posix/ |
H A D | math.h | 112 double arg2; member
|
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | sysctl.h | 106 const char *name, int kind, void *arg1, int arg2, in sysctl_add_oid()
|
H A D | mbuf.h | 196 #define MEXTADD(m, buf, size, free, arg1, arg2, flags, type) \ argument
|
H A D | ktr.h | 136 #define ktr_tracepoint(mask, file, line, format, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
/haiku/src/libs/compat/openbsd_wlan/net80211/ |
H A D | ieee80211_output.c | 1830 int type, int arg1, int arg2) in ieee80211_send_mgmt()
|
/haiku/src/build/libgnuregex/ |
H A D | regex.c | 2070 store_op2 (op, loc, arg1, arg2) in store_op2() argument 2104 insert_op2 (op, loc, arg1, arg2, end) in insert_op2() argument
|
/haiku/src/system/libnetwork/netresolv/net/ |
H A D | getaddrinfo.c | 1001 comp_dst(const void *arg1, const void *arg2) in comp_dst()
|
/haiku/src/add-ons/kernel/debugger/demangle/ |
H A D | gcc3+.cpp | 1572 Node* arg2 = arg1->Next(); in GetName() local
|