/external/openssl/crypto/perlasm/ |
cbc.pl | 44 &push("ebp"); 45 &push("ebx"); 46 &push("esi"); 47 &push("edi"); 62 &push($out); 63 &push($in); 64 &push($out); # used in decrypt for iv[1] 65 &push($in); # used in decrypt for iv[0] 72 # We have loaded them all, how lets push things 77 &comment("get and push parameter $p3") [all...] |
readme | 7 push(@INC,"perlasm","../../perlasm"); 40 &wparam(num) Parameter number num, that was push 62 push(@INC,"perlasm","../../perlasm"); 85 &push( $tmp1);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
push.h | 0 // push.h 18 // Class to reweight/push an FST. 41 void Push(MutableFst<Arc> *fst, ReweightType type) { 57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) { 61 Push(ofst, rtype);
|
/external/stlport/test/unit/ |
swap_test.cpp | 93 v1.push( Obj() ); 95 v1.push( Obj() ); 98 v2.push( Obj() ); 100 v2.push( Obj() ); 102 v2.push( Obj() );
|
/external/v8/src/ia32/ |
builtins-ia32.cc | 60 __ push(edi); 61 __ push(scratch); // Restore return address. 115 __ push(eax); 117 // Push the function to invoke on the stack. 118 __ push(edi); 271 __ push(edi); 285 // Push the allocated receiver to the stack. We need two copies 288 __ push(ebx); 289 __ push(ebx); 299 __ push(Operand(ebx, ecx, times_4, 0)) [all...] |
/build/tools/droiddoc/templates/assets/ |
prettify.js | 13 a.tagName.toLowerCase();b.push(I,c);for(var d=0;d<a.attributes.length;++d){var g=a.attributes[d];if(g.specified){b.push(xb);W(g,b)}}b.push(J);for(var i=a.firstChild;i;i=i.nextSibling)W(i,b);if(a.firstChild||!/^(?:br|link|img)$/.test(c))b.push(zb,c,J);break;case 2:b.push(a.name.toLowerCase(),Ab,Ld(a.value),wb);break;case 3:case 4:b.push(ga(a.nodeValue));break}}function Na(a){for(var b=0,c=z,d=z,g=0,i=a.length;g<i;++g){var m=a[g];if(m.ignoreCase)d=o;else if(/[a-z]/i.test(m.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi, 15 f===L||f===Tb)f=Q+f;return f}function q(j){for(var f=j.substring(1,j.length-1).match(new RegExp(Ub,R)),s=[],k=[],h=f[0]===M,e=h?1:0,p=f.length;e<p;++e){var t=f[e];switch(t){case Vb:case Wb:case Xb:case Yb:case Zb:case $b:case ac:case bc:s.push(t);continue}var u=l(t),x;if(e+2<p&&Sb===f[e+1]){x=l(f[e+2]);e+=2}else x=u;k.push([u,x]);if(!(x<65||u>122)){x<65||u>90||k.push([Math.max(65,u)|32,Math.min(x,90)|32]);x<97||u>122||k.push([Math.max(97,u)&-33,Math.min(x,122)&-33])}}k.sort(function(Oa,Pa){return Oa[0] [all...] |
/external/v8/src/x64/ |
builtins-x64.cc | 58 __ push(rdi); 59 __ push(kScratchRegister); // Restore return address. 72 __ push(rbp); 76 __ Push(Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR)); 78 // Push the function on the stack. 79 __ push(rdi); 85 __ push(rcx); 101 __ push(rcx); 133 __ push(Operand(rax, 0)); 152 __ push(Operand(rdi, 0)) [all...] |
/external/webkit/WebCore/rendering/ |
RenderView.h | 131 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too. 231 // Stack-based class to assist with LayoutState push/pop 234 // ctor to push now 241 push(root, offset); 244 // ctor to maybe push later 255 ASSERT(m_didStart == m_didEnd); // if this fires, it means that someone did a push(), but forgot to pop(). 258 void push(RenderBox* root, IntSize offset) function in class:WebCore::LayoutStateMaintainer 261 // We push state even if disabled, because we still need to store layoutDelta 284 bool m_didStart : 1; // true if we did a push or disable
|
/bootable/recovery/ |
verifier_test.sh | 65 $ADB push $ANDROID_PRODUCT_OUT/system/bin/verifier_test \ 70 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip 76 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ldc/ |
Test_ldc.java | 28 * @title push string into stack 39 * @title push float into stack 50 * @title push int into stack
|
/dalvik/vm/mterp/x86-atom/ |
OP_CONST_CLASS.S | 55 movl $$1, -4(%esp) # push parameter true 56 movl %ecx, -8(%esp) # push parameter 57 movl %edx, -12(%esp) # push parameter glue->method->clazz
|
OP_FLOAT_TO_INT.S | 34 flds (rFP, rINST, 4) # push vB to floating point stack 35 fildl .LintMax # push max int value 36 fildl .LintMin # push min int value
|
binopDivRemLong.S | 37 movl %eax, -8(%esp) # push arg vCC 41 movl %ecx, -4(%esp) # push arg vCC+1 46 movq %xmm0, -16(%esp) # push arg vBB,vBB+1
|
binopDivRemLong2Addr.S | 38 movl %eax, -12(%esp) # push arg vB 42 movl %ecx, -8(%esp) # push arg vB+1 47 movq %xmm0, -20(%esp) # push arg vA, vA+1
|
OP_INVOKE_INTERFACE.S | 49 movl %ecx, -12(%esp) # push argument method index 57 movl %eax, -4(%esp) # push parameter class 65 movl %ecx, -8(%esp) # push parameter method 67 movl %edx, -16(%esp) # push parameter
|
stub.S | 21 pushl rGLUE # push parameter glue
|
/external/skia/include/core/ |
SkTDStack.h | 46 T* push() function in class:SkTDStack 59 void push(const T& elem) { *this->push() = elem; } function in class:SkTDStack
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
MemoryHandlerTest.java | 93 props.put("java.util.logging.MemoryHandler.push", "WARNING"); 132 method = "push", 169 handler.push(); 335 props.put("java.util.logging.MemoryHandler.push", "badname"); 452 // change push level don't trigger push action 468 method = "push", 473 // loggable but don't trig push 476 // trig push 486 // push nothin [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_stdlib.c | 45 push ebp 97 push ebp 99 push edi 100 push esi 101 push ebx 131 push edi 132 push esi 133 push ebx 214 push ebx 215 push es [all...] |
/dalvik/tests/etc/ |
push-and-run-test-jar | 108 adb push test.jar /data 109 adb push test-ex.jar /data 111 adb push test.jar /data >/dev/null 2>&1 112 adb push test-ex.jar /data >/dev/null 2>&1
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MEM_OP_DECODE.S | 10 push {r0-r12,lr} @ save out all registers
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_MEM_OP_DECODE.S | 11 push {r0-r12,lr} @ save out all registers
|
/dalvik/vm/mterp/x86/ |
entry.S | 28 push %ebp 30 push %edi 31 push %esi 32 push %ebx
|
/external/bluetooth/bluez/test/ |
service-opp.xml | 35 <text value="OBEX Object Push" name="name"/>
|
/external/openssl/crypto/des/t/ |
test | 3 BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }
|