Searched refs:RES (Results 1 – 10 of 10) sorted by relevance
/haiku/src/system/libroot/posix/glibc/arch/x86/ |
H A D | mul_1.S | 27 #define RES PARMS macro 28 #define S1 RES+PTR_SIZE 46 movl RES(%esp), %res_ptr 52 CHECK_BOUNDS_BOTH_WIDE (%res_ptr, RES(%esp), %size)
|
H A D | addmul_1.S | 27 #define RES PARMS macro 28 #define S1 RES+PTR_SIZE 46 movl RES(%esp), %res_ptr 52 CHECK_BOUNDS_BOTH_WIDE (%res_ptr, RES(%esp), %size)
|
H A D | submul_1.S | 27 #define RES PARMS macro 28 #define S1 RES+PTR_SIZE 46 movl RES(%esp), %res_ptr 52 CHECK_BOUNDS_BOTH_WIDE (%res_ptr, RES(%esp), %sizeP)
|
H A D | sub_n.S | 27 #define RES PARMS macro 28 #define S1 RES+PTR_SIZE 41 movl RES(%esp),%edi 47 CHECK_BOUNDS_BOTH_WIDE (%edi, RES(%esp), %ecx)
|
H A D | add_n.S | 27 #define RES PARMS macro 28 #define S1 RES+PTR_SIZE 41 movl RES(%esp),%edi 47 CHECK_BOUNDS_BOTH_WIDE (%edi, RES(%esp), %ecx)
|
H A D | rshift.S | 26 #define RES PARMS macro 27 #define S RES+PTR_SIZE 40 movl RES(%esp),%edi 46 CHECK_BOUNDS_BOTH_WIDE (%edi, RES(%esp), %ebx)
|
H A D | lshift.S | 26 #define RES PARMS macro 27 #define S RES+PTR_SIZE 40 movl RES(%esp),%edi 46 CHECK_BOUNDS_BOTH_WIDE (%edi, RES(%esp), %ebx)
|
/haiku/headers/tools/cppunit/ |
H A D | TestUtils.h | 11 #define RES DecodeResult macro
|
/haiku/src/tests/kits/support/barchivable/ |
H A D | InstantiateObjectTester.cpp | 478 RES(fAddonId); in LoadAddon()
|
/haiku/src/tests/kits/storage/ |
H A D | MimeSnifferTest.cpp | 1087 RES(error); in ParserTest()
|