HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 251 - 275 of 884) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_gpsk_common.h 42 #pragma pack(push, 1)
eap_pax_common.h 19 #pragma pack(push, 1)
eap_psk_common.h 35 #pragma pack(push, 1)
eap_tlv_common.h 45 #pragma pack(push, 1)
  /frameworks/base/media/libstagefright/omx/
OMXPVCodecsPlugin.cpp 88 roles->push(s);
  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.cpp 52 mTracks.push(Attribs());
53 mFormats.push(AString("[root]"));
120 mTracks.push(Attribs());
121 mFormats.push(AString(line, 2, line.size() - 2));
  /hardware/qcom/media/mm-video/vidc/vdec/src/
queue.c 79 int push(Queue *q, void * element) function
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingDeque.java 615 void push(E e); method in interface:BlockingDeque
  /libcore/luni/src/main/java/org/apache/xml/utils/
ObjectStack.java 72 public Object push(Object i) method in class:ObjectStack
SuballocatedIntVector.java 282 int push; local
291 push=0;
296 push=block[m_blocksize-1];
300 value=push;
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilt/darwin-x86/sdl/include/SDL/
begin_code.h 108 #pragma pack(push,4)
  /prebuilt/linux-x86/sdl/include/SDL/
begin_code.h 108 #pragma pack(push,4)
  /prebuilt/windows/sdl/host/include/SDL/
begin_code.h 91 #pragma pack(push,4)
  /prebuilt/windows/sdl/include/SDL/
begin_code.h 108 #pragma pack(push,4)
  /sdk/emulator/qtools/
q2dm.cpp 27 void push(int stackLevel, uint64_t time, CallStackBase *base);
42 void push(symbol_type *sym) { function in class:FunctionStack
71 void MyFrame::push(int stackLevel, uint64_t time, CallStackBase *base) function in class:MyFrame
77 fprintf(stderr, "native push t %llu p %d s %d fid %d 0x%x %s\n",
88 fstack->push(function);
  /system/core/libpixelflinger/
col32cb16blend.S 41 push {r4-r10, lr} // stack ARM regs
  /external/libvpx/vp8/common/x86/
subpixel_mmx.asm 32 push rbp
36 push rsi
37 push rdi
131 push rbp
135 push rsi
136 push rdi
140 push rbx
220 push rbp
224 push rsi
225 push rd
    [all...]
subpixel_sse2.asm 37 push rbp
42 push rsi
43 push rdi
157 push rbp
162 push rsi
163 push rdi
333 push rbp
338 push rsi
339 push rdi
428 push rb
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 333 __ push(rsi);
334 __ push(rdi);
336 __ push(backtrack_stackpointer());
640 __ push(rbp);
652 __ push(rsi);
653 __ push(rdi);
654 __ push(rbx);
657 // Push register parameters on stack for reference.
664 __ push(rdi);
665 __ push(rsi)
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 271 // Push the content of the memory location to the stack.
277 push(Operand::StaticVariable(reg_addr));
381 push(eax);
401 push(ebp);
403 push(esi);
404 push(Immediate(Smi::FromInt(type)));
405 push(Immediate(CodeObject()));
427 push(ebp);
430 // Reserve room for entry stack pointer and push the debug marker.
432 push(Immediate(0)); // Saved entry sp, patched before call
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 135 __ push(Immediate(12));
136 __ push(Immediate(23456));
137 __ push(ecx);
138 __ push(esi);
139 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
140 __ push(Operand(ebx, ecx, times_4, 0));
141 __ push(Operand(ebx, ecx, times_4, 0));
142 __ push(Operand(ebx, ecx, times_4, 10000));
184 __ push(Operand(ebx, ecx, times_4, 10000));
  /libcore/luni/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 133 m_processors.push(m_schema.getElementProcessor());
136 // m_includeStack.push(SystemIDResolver.getAbsoluteURI(this.getBaseIdentifier(), null));
400 * This is called by the parser to push a locator for the
413 m_stylesheetLocatorStack.push(new SAXSourceLocator(locator));
    [all...]
  /external/libvpx/vp8/decoder/x86/
dequantize_mmx.asm 18 push rbp
21 push rsi
22 push rdi
56 push rbp
60 push rsi
61 push rdi
253 push rbp
257 push rsi
258 push rdi

Completed in 714 milliseconds

<<11121314151617181920>>