Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 20 of 20) sorted by relevance

/haiku/headers/private/kernel/util/
H A DConstructor.h38 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 Dcrc_i386.S83 # define arg2 12(%ebp) macro
89 # define arg2 28(%esp) macro
/haiku/headers/private/graphics/common/
H A Dlog_coll.h34 #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 Dfbsd_kern_mbuf.c119 void (*freef)(struct mbuf *, void *, void *), void *arg1, void *arg2, in m_extadd() argument
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp112 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 Darch_thread.cpp204 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 Darch_thread.cpp117 void *arg1, void *arg2) in arch_thread_enter_userspace()
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp228 arch_thread_enter_userspace(Thread *thread, addr_t entry, void *arg1, void *arg2) in arch_thread_enter_userspace()
/haiku/src/kits/support/
H A DStringList.cpp307 BStringList::DoForEach(bool (*func)(const BString& string, void* arg2), in DoForEach()
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp108 void *arg2) in arch_thread_enter_userspace()
/haiku/src/libs/iconv/
H A Diconv.c521 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 Dcardctl.c270 ds_ioctl_arg_t arg1, arg2; in print_windows() local
/haiku/headers/posix/
H A Dmath.h112 double arg2; member
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsysctl.h106 const char *name, int kind, void *arg1, int arg2, in sysctl_add_oid()
H A Dmbuf.h196 #define MEXTADD(m, buf, size, free, arg1, arg2, flags, type) \ argument
H A Dktr.h136 #define ktr_tracepoint(mask, file, line, format, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c1830 int type, int arg1, int arg2) in ieee80211_send_mgmt()
/haiku/src/build/libgnuregex/
H A Dregex.c2070 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 Dgetaddrinfo.c1001 comp_dst(const void *arg1, const void *arg2) in comp_dst()
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp1572 Node* arg2 = arg1->Next(); in GetName() local