Searched refs:FRAME (Results 1 - 25 of 29) sorted by relevance

12

/external/valgrind/none/tests/
H A Dstackgrowth.c5 #define FRAME (1024) macro
9 volatile char frame[FRAME];
H A Dthread-exits.c45 #define FRAME 4096 macro
49 volatile char frame[FRAME];
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
H A DAbstractInsnNode.java116 public static final int FRAME = 14; field in class:AbstractInsnNode
/external/boringssl/src/crypto/fipsmodule/aes/asm/
H A Daesp8-ppc.pl73 $FRAME=8*$SIZE_T;
373 $STU $sp,-$FRAME($sp)
375 $PUSH r10,`$FRAME+$LRSAVE`($sp)
411 addi $sp,$sp,$FRAME
681 $STU $sp,-`($FRAME+21*16+6*$SIZE_T)`($sp)
682 li r10,`$FRAME+8*16+15`
683 li r11,`$FRAME+8*16+31`
707 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
709 $PUSH r26,`$FRAME+21*16+0*$SIZE_T`($sp)
711 $PUSH r27,`$FRAME
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
H A DAbstractMatcher.java80 while (cursor != null && (cursor.getType() == AbstractInsnNode.FRAME
H A DFinallyFilter.java108 case AbstractInsnNode.FRAME:
221 } while (i != null && (AbstractInsnNode.FRAME == i.getType()
/external/python/cpython2/Lib/plat-irix5/
H A DCL_old.py188 FRAME = 1 variable
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
H A Dwin64.asm16 ffi_closure_OUTER PROC FRAME
75 ffi_call_AMD64 PROC FRAME
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
H A Dwin64.asm16 ffi_closure_OUTER PROC FRAME
75 ffi_call_AMD64 PROC FRAME
/external/libavc/common/
H A Dih264_defs.h114 * @enum FRAME-FIELD types
122 FRAME, enumerator in enum:__anon10326
/external/libffi/src/pa/
H A Dhpux32.S57 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
272 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
H A Dlinux.S50 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
263 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/
H A Dhpux32.S57 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
272 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
H A Dlinux.S50 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
263 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
/external/python/cpython3/Modules/_ctypes/libffi/src/pa/
H A Dhpux32.S57 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
272 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
H A Dlinux.S50 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
263 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
/external/boringssl/src/crypto/fipsmodule/modes/asm/
H A Dghashp8-ppc.pl56 $FRAME=6*$SIZE_T+13*16; # 13*16 is for v20-v31 offload
384 $STU $sp,-$FRAME($sp)
411 stw $vrsave,`$FRAME-4`($sp) # save vrsave
643 addi $sp,$sp,$FRAME
/external/libffi/src/x86/
H A Dwin64.S35 ffi_closure_win64 PROC FRAME
83 ffi_call_win64 PROC FRAME
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dwin64.S35 ffi_closure_win64 PROC FRAME
83 ffi_call_win64 PROC FRAME
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dwin64.S35 ffi_closure_win64 PROC FRAME
83 ffi_call_win64 PROC FRAME
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/AbstractInsnNode.class " package org.objectweb.asm ...
/external/python/cpython3/Lib/
H A Dpickle.py179 FRAME = b'\x95' # indicate the beginning of a new frame variable
207 write(FRAME)
1078 dispatch[FRAME[0]] = load_frame
/external/python/cpython3/Lib/test/
H A Dpickletester.py502 2: \x95 FRAME 168
965 # 2: \x95 FRAME 5
1169 b'\x95', # FRAME
2044 Check the arguments of FRAME opcodes in a protocol 4+ pickle.
2049 if op.name != 'FRAME':
2070 count_opcode(pickle.FRAME, pickled))
2085 n_frames = count_opcode(pickle.FRAME, pickled)
2099 if opcode.name == 'FRAME':
2120 self.assertEqual(count_opcode(pickle.FRAME, frameless_pickle), 0)
2124 self.assertLess(count_opcode(pickle.FRAME, some_frames_pickl
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 905 milliseconds

12