Home
last modified time | relevance | path

Searched refs:scclass (Results 1 – 13 of 13) sorted by relevance

/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathBasicTypes.cpp27 …class_<SignedCharArray> scclass = SignedCharArray::register_("Fixed length array of signed chars"); in register_basicTypes() local
28 add_arithmetic_math_functions(scclass); in register_basicTypes()
29 add_mod_math_functions(scclass); in register_basicTypes()
30 add_comparison_functions(scclass); in register_basicTypes()
31 add_ordered_comparison_functions(scclass); in register_basicTypes()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_syswrap/
H A Dsyscall-amd64-darwin.S217 #define FOO(scclass,labelno) L_##scclass##_##labelno argument
218 #define MK_L_SCCLASS_N(scclass,labelno) FOO(scclass,labelno) argument
H A Dsyscall-x86-darwin.S215 #define FOO(scclass,labelno) L_##scclass##_##labelno argument
216 #define MK_L_SCCLASS_N(scclass,labelno) FOO(scclass,labelno) argument
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_syswrap/
H A Dsyscall-amd64-darwin.S217 #define FOO(scclass,labelno) L_##scclass##_##labelno argument
218 #define MK_L_SCCLASS_N(scclass,labelno) FOO(scclass,labelno) argument
H A Dsyscall-x86-darwin.S215 #define FOO(scclass,labelno) L_##scclass##_##labelno argument
216 #define MK_L_SCCLASS_N(scclass,labelno) FOO(scclass,labelno) argument
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_syscall.c203 SysRes VG_(mk_SysRes_x86_darwin) ( UChar scclass, Bool isErr, in VG_()
212 switch (scclass) { in VG_()
236 SysRes VG_(mk_SysRes_amd64_darwin) ( UChar scclass, Bool isErr, in VG_()
245 switch (scclass) { in VG_()
1096 UChar scclass = VG_DARWIN_SYSNO_CLASS(sysno); in VG_()
1097 switch (scclass) { in VG_()
1118 return VG_(mk_SysRes_x86_darwin)( scclass, err ? True : False, wHI, wLO ); in VG_()
1122 UChar scclass = VG_DARWIN_SYSNO_CLASS(sysno); in VG_()
1123 switch (scclass) { in VG_()
1138 return VG_(mk_SysRes_amd64_darwin)( scclass, err ? True : False, wHI, wLO ); in VG_()
H A Dpub_core_syscall.h82 extern SysRes VG_(mk_SysRes_x86_darwin) ( UChar scclass, Bool isErr,
84 extern SysRes VG_(mk_SysRes_amd64_darwin)( UChar scclass, Bool isErr,
H A Dm_signals.c416 UWord scclass ) { in VG_UCONTEXT_SYSCALL_SYSRES() argument
429 switch (scclass) { in VG_UCONTEXT_SYSCALL_SYSRES()
445 return VG_(mk_SysRes_x86_darwin)( scclass, err ? True : False, in VG_UCONTEXT_SYSCALL_SYSRES()
474 UWord scclass ) { in VG_UCONTEXT_SYSCALL_SYSRES() argument
485 switch (scclass) { in VG_UCONTEXT_SYSCALL_SYSRES()
501 return VG_(mk_SysRes_amd64_darwin)( scclass, err ? True : False, in VG_UCONTEXT_SYSCALL_SYSRES()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_syscall.c203 SysRes VG_(mk_SysRes_x86_darwin) ( UChar scclass, Bool isErr, in VG_()
212 switch (scclass) { in VG_()
236 SysRes VG_(mk_SysRes_amd64_darwin) ( UChar scclass, Bool isErr, in VG_()
245 switch (scclass) { in VG_()
1096 UChar scclass = VG_DARWIN_SYSNO_CLASS(sysno); in VG_()
1097 switch (scclass) { in VG_()
1118 return VG_(mk_SysRes_x86_darwin)( scclass, err ? True : False, wHI, wLO ); in VG_()
1122 UChar scclass = VG_DARWIN_SYSNO_CLASS(sysno); in VG_()
1123 switch (scclass) { in VG_()
1138 return VG_(mk_SysRes_amd64_darwin)( scclass, err ? True : False, wHI, wLO ); in VG_()
H A Dpub_core_syscall.h82 extern SysRes VG_(mk_SysRes_x86_darwin) ( UChar scclass, Bool isErr,
84 extern SysRes VG_(mk_SysRes_amd64_darwin)( UChar scclass, Bool isErr,
H A Dm_signals.c416 UWord scclass ) { in VG_UCONTEXT_SYSCALL_SYSRES() argument
429 switch (scclass) { in VG_UCONTEXT_SYSCALL_SYSRES()
445 return VG_(mk_SysRes_x86_darwin)( scclass, err ? True : False, in VG_UCONTEXT_SYSCALL_SYSRES()
474 UWord scclass ) { in VG_UCONTEXT_SYSCALL_SYSRES() argument
485 switch (scclass) { in VG_UCONTEXT_SYSCALL_SYSRES()
501 return VG_(mk_SysRes_amd64_darwin)( scclass, err ? True : False, in VG_UCONTEXT_SYSCALL_SYSRES()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DScale.c388 XmScaleWidgetClass scclass = (XmScaleWidgetClass)widget_class; in class_part_initialize() local
392 (XmGenericClassExt *)&(scclass->composite_class.extension), in class_part_initialize()
400 ext->next_extension = scclass->composite_class.extension; in class_part_initialize()
408 scclass->composite_class.extension = (XtPointer)ext; in class_part_initialize()
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_printC.c912 static VN_pair scclass[ ] = variable
931 VN_pair *vn = scclass; in supported_shortcut()