HomeSort by relevance Sort by last modified time
    Searched defs:POP (Results 1 - 11 of 11) sorted by null

  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 83 #define POP(REG) popl REG; CFI_POP (REG)
98 # define RETURN_END POP (%ebx); ret
331 POP (%ebx)
339 POP (%ebx)
433 POP (%ebx)
ssse3-memcpy5.S 97 #define POP(REG) popl REG; CFI_POP (REG)
102 # define RETURN_END POP (%ebx); ret
230 POP (%esi)
270 POP (%edi)
287 POP (%edi)
431 POP (%esi)
463 POP (%edi)
474 POP (%esi)
506 POP (%edi)
517 POP (%esi
    [all...]
ssse3-strcmp.S 79 #define POP(REG) popl REG; CFI_POP (REG)
91 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp)
    [all...]
ssse3-memcmp3.S 87 #define POP(REG) popl REG; CFI_POP (REG)
93 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
210 POP (%edi)
211 POP (%esi)
256 POP (%edi)
257 POP (%esi)
286 POP (%edi)
287 POP (%esi
    [all...]
  /external/bluetooth/glib/glib/
gqsort.c 76 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi)))
209 POP (lo, hi);
  /sdk/emulator/qtools/
callstack.h 21 // and defines push() and pop() methods. This derived class is then
30 virtual void pop(int stackLevel, uint64_t time, CallStackBase *base) {}; function in class:StackFrame
77 enum Action { NONE, PUSH, POP, NATIVE_PUSH };
186 } else if (action == POP) {
191 // Pop off native functions before pushing or popping Java methods.
192 if (action == POP && mPrevFunction->vm_sym == NULL) {
193 // Pop off the previous function first.
195 if (methodAction == POP) {
196 doPop(event, function, POP);
202 // If the method trace has a push or pop, then do it
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 114 public static final int POP = 0x57;
441 "57 - pop;" +
  /prebuilt/common/asm/
asm-3.1.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 123 milliseconds