/external/valgrind/main/none/tests/ |
stackgrowth.c | 5 #define FRAME (1024) 9 volatile char frame[FRAME]; local 11 memset((char *)frame, 0xff, sizeof(frame));
|
thread-exits.c | 45 #define FRAME 4096 49 volatile char frame[FRAME]; local 51 memset((char *)frame, 0xff, sizeof(frame));
|
/external/openssl/crypto/sha/asm/ |
sha1-ppc.pl | 46 $FRAME=24*$SIZE_T; 166 $STU $sp,`-($FRAME+64)`($sp) 167 $PUSH r0,`$FRAME-$SIZE_T*18`($sp) 168 $PUSH r15,`$FRAME-$SIZE_T*17`($sp) 169 $PUSH r16,`$FRAME-$SIZE_T*16`($sp) 170 $PUSH r17,`$FRAME-$SIZE_T*15`($sp) 171 $PUSH r18,`$FRAME-$SIZE_T*14`($sp) 172 $PUSH r19,`$FRAME-$SIZE_T*13`($sp) 173 $PUSH r20,`$FRAME-$SIZE_T*12`($sp) 174 $PUSH r21,`$FRAME-$SIZE_T*11`($sp [all...] |
sha512-ppc.pl | 90 $FRAME=32*$SIZE_T; 183 $STU $sp,`-($FRAME+16*$SZ)`($sp) 186 $PUSH $ctx,`$FRAME-$SIZE_T*22`($sp) 188 $PUSH r0,`$FRAME-$SIZE_T*21`($sp) 189 $PUSH $toc,`$FRAME-$SIZE_T*20`($sp) 190 $PUSH r13,`$FRAME-$SIZE_T*19`($sp) 191 $PUSH r14,`$FRAME-$SIZE_T*18`($sp) 192 $PUSH r15,`$FRAME-$SIZE_T*17`($sp) 193 $PUSH r16,`$FRAME-$SIZE_T*16`($sp) 194 $PUSH r17,`$FRAME-$SIZE_T*15`($sp [all...] |
/sdk/emulator/qtools/ |
callstack.h | 18 // Define a template class for the stack frame. The template parameter 46 template <class FRAME, class BASE = CallStackBase> 49 typedef FRAME frame_type; 50 typedef typename FRAME::symbol_type symbol_type; 51 typedef typename FRAME::symbol_type::region_type region_type; 73 FRAME *mFrames; 74 int mTop; // index of the next stack frame to write 114 template<class FRAME, class BASE> 115 MethodRec CallStack<FRAME, BASE>::sCurrentMethod; 116 template<class FRAME, class BASE [all...] |
/external/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 53 $FRAME= $SIZE_T*12+8*12; 63 $FRAME= $SIZE_T*12+8*12; 79 $FRAME=($FRAME+63)&~63; 197 addi $tp,$tp,`$FRAME+$TRANSFER+8+64+$RZONE` 230 addi $tp,$sp,`$FRAME+$TRANSFER+8+64` 242 addi $tp,$sp,`$FRAME+$TRANSFER-8` 251 std $t0,`$FRAME+0`($sp) 252 std $t1,`$FRAME+8`($sp) 253 std $t2,`$FRAME+16`($sp [all...] |
ppc-mont.pl | 34 $FRAME= $SIZE_T*16; 54 $FRAME= $SIZE_T*16; 121 addi $ovf,$num,`$FRAME+$RZONE` 147 addi $tp,$sp,$FRAME 210 addi $tp,$sp,$FRAME 211 $LD $tj,$FRAME($sp) ; tp[0] 280 addi $tp,$sp,$FRAME
|
/external/openssl/crypto/aes/asm/ |
aes-ppc.pl | 53 $FRAME=32*$SIZE_T; 332 $STU $sp,-$FRAME($sp) 334 $PUSH r0,`$FRAME-$SIZE_T*21`($sp) 335 $PUSH $toc,`$FRAME-$SIZE_T*20`($sp) 336 $PUSH r13,`$FRAME-$SIZE_T*19`($sp) 337 $PUSH r14,`$FRAME-$SIZE_T*18`($sp) 338 $PUSH r15,`$FRAME-$SIZE_T*17`($sp) 339 $PUSH r16,`$FRAME-$SIZE_T*16`($sp) 340 $PUSH r17,`$FRAME-$SIZE_T*15`($sp) 341 $PUSH r18,`$FRAME-$SIZE_T*14`($sp [all...] |
/external/openssl/crypto/ |
sparccpuid.S | 10 # define FRAME -192 13 # define FRAME -96 26 save %sp,FRAME,%sp 141 save %sp,FRAME,%sp 178 save %sp,FRAME,%sp
|
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.h | 61 FRAME = 256, 180 // applies to the frame where the click took place.
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLFrameElement01.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The frameBorder attribute specifies the request for frame borders. 82 Retrieve the frameBorder attribute of the first FRAME element and examine 101 doc = load(docRef, "doc", "frame"); 102 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement02.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 79 of this image or frame. 81 Retrieve the longDesc attribute of the first FRAME element and examine 100 doc = load(docRef, "doc", "frame"); 101 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement03.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The marginHeight attribute specifies the frame margin height, in pixels. 80 Retrieve the marginHeight attribute of the first FRAME element and examine 99 doc = load(docRef, "doc", "frame"); 100 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement04.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The marginWidth attribute specifies the frame margin width, in pixels. 80 Retrieve the marginWidth attribute of the first FRAME element and examine 99 doc = load(docRef, "doc", "frame"); 100 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement05.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The name attribute specifies the frame name(object of the target 81 Retrieve the name attribute of the first FRAME element and examine 100 doc = load(docRef, "doc", "frame"); 101 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement06.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The noResize attribute specifies if the user can resize the frame. When 79 true, forbid user from resizing frame. 81 Retrieve the noResize attribute of the first FRAME element and examine 100 doc = load(docRef, "doc", "frame"); 101 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement07.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The scrolling attribute specifies whether or not the frame should have 81 Retrieve the scrolling attribute of the first FRAME element and examine 100 doc = load(docRef, "doc", "frame"); 101 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement08.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The src attribute specifies a URI designating the initial frame contents. 80 Retrieve the src attribute of the first FRAME element and examine 99 doc = load(docRef, "doc", "frame"); 100 nodeList = doc.getElementsByTagName("frame");
|
HTMLIFrameElement05.js | 78 The marginWidth attribute specifies the frame margin width, in pixels. 80 Retrieve the marginWidth attribute of the first FRAME element and examine
|
HTMLIFrameElement08.js | 78 The scrolling attribute specifies whether or not the frame should have 81 Retrieve the scrolling attribute of the first FRAME element and examine
|
HTMLIFrameElement09.js | 78 The src attribute specifies a URI designating the initial frame contents. 80 Retrieve the src attribute of the first FRAME element and examine
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLFrameElement01.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The frameBorder attribute specifies the request for frame borders. 82 Retrieve the frameBorder attribute of the first FRAME element and examine 101 doc = load(docRef, "doc", "frame"); 102 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement02.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 79 of this image or frame. 81 Retrieve the longDesc attribute of the first FRAME element and examine 100 doc = load(docRef, "doc", "frame"); 101 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement03.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The marginHeight attribute specifies the frame margin height, in pixels. 80 Retrieve the marginHeight attribute of the first FRAME element and examine 99 doc = load(docRef, "doc", "frame"); 100 nodeList = doc.getElementsByTagName("frame");
|
HTMLFrameElement04.js | 49 docsLoaded += preload(docRef, "doc", "frame"); 78 The marginWidth attribute specifies the frame margin width, in pixels. 80 Retrieve the marginWidth attribute of the first FRAME element and examine 99 doc = load(docRef, "doc", "frame"); 100 nodeList = doc.getElementsByTagName("frame");
|