Searched refs:RESULT_BYTES (Results 1 – 5 of 5) sorted by relevance
/external/libffi/src/powerpc/ |
D | darwin_closure.S | 65 #define RESULT_BYTES MODE_CHOICE(16,176) macro 68 #define SAVE_SIZE (((LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)+15) & -16LL) 69 #define PAD_SIZE (SAVE_SIZE-(LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)) 178 addi r4,r1,(SAVE_SIZE-RESULT_BYTES) 201 addi r5,r1,(SAVE_SIZE-RESULT_BYTES) /* Otherwise, our return is here. */ 399 addi r11,r1,(SAVE_SIZE-RESULT_BYTES)
|
D | darwin.S | 56 #define RESULT_BYTES 16 macro
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | darwin_closure.S | 65 #define RESULT_BYTES MODE_CHOICE(16,176) macro 68 #define SAVE_SIZE (((LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)+15) & -16LL) 69 #define PAD_SIZE (SAVE_SIZE-(LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)) 178 addi r4,r1,(SAVE_SIZE-RESULT_BYTES) 201 addi r5,r1,(SAVE_SIZE-RESULT_BYTES) /* Otherwise, our return is here. */ 399 addi r11,r1,(SAVE_SIZE-RESULT_BYTES)
|
D | darwin.S | 56 #define RESULT_BYTES 16 macro
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/ |
D | Base64BinaryParsingTest.java | 327 final byte[] RESULT_BYTES = RESULT.getBytes("US-ASCII"); in _testSimple() 350 assertArrayEquals(RESULT_BYTES, data); in _testSimple()
|