HomeSort by relevance Sort by last modified time
    Searched refs:pc (Results 276 - 300 of 711) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S 73 POP {r4-r10,pc}
83 POP {r4-r10,pc}
omxVCM4P10_TransformDequantLumaDCFromPair_s.S 58 POP {r4-r6,pc}
72 POP {r4-r6,pc}
omxVCM4P10_TransformDequantChromaDCFromPair_s.S 51 pop {r4-r10, pc}
  /frameworks/compile/libbcc/runtime/lib/
gcc_personality_v0.c 200 uintptr_t pc = _Unwind_GetIP(context)-1;
202 uintptr_t pcOffset = pc - funcStart;
213 /* Walk call-site table looking for range that includes current PC. */
227 /* Found landing pad for the PC.
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 145 ProcessClass pc = new ProcessClass(); local
146 assertTrue(pc.exitValue() == 0);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
mkheaders 22 target=i686-pc-linux-gnu
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.h 66 virtual void B(int cc, uint32_t* pc);
67 virtual void BL(int cc, uint32_t* pc);
ARMAssemblerProxy.cpp 98 void ARMAssemblerProxy::B(int cc, uint32_t* pc) {
99 mTarget->B(cc, pc);
101 void ARMAssemblerProxy::BL(int cc, uint32_t* pc) {
102 mTarget->BL(cc, pc);
  /dalvik/vm/interp/
InterpState.h 98 const u2* pc; // Dalvik PC member in struct:InterpSaveState
117 * the new dalvik PC. If so, chain the originating compilation with the
119 * the profile count for that Dalvik PC.
132 * profiling operation. If the new Dalvik PC is dominated by an already
136 * destination Dalvik PC is included by the trace itself.
172 kSVSTraceSelect = 5, // Exiting compiled code and compile the next pc
182 /* Number of low dalvik pc address bits to include in 2nd level filter key */
  /dalvik/vm/mterp/armv5te/
OP_DOUBLE_TO_INT.S 53 ldmfd sp!, {r4, r5, pc}
OP_DOUBLE_TO_LONG.S 53 ldmfd sp!, {r4, r5, pc}
  /dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S 53 ldmfd sp!, {r4, r5, pc}
OP_DOUBLE_TO_LONG.S 53 ldmfd sp!, {r4, r5, pc}
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
JndiLoginModuleTest.java 300 PasswordCallback pc = (PasswordCallback) callbacks[i]; local
301 pc.setPassword("passw0rd".toCharArray());
318 PasswordCallback pc = (PasswordCallback) callbacks[i]; local
319 pc.setPassword("password".toCharArray());
LdapLoginModuleTest.java 306 PasswordCallback pc = (PasswordCallback)callbacks[i]; local
307 pc.setPassword("secret".toCharArray());
326 PasswordCallback pc = (PasswordCallback)callbacks[i]; local
327 pc.setPassword("password".toCharArray());
  /external/chromium/chrome/browser/ui/views/
cookie_info_view.cc 98 net::CookieMonster::ParsedCookie pc(cookie_line);
99 net::CookieMonster::CanonicalCookie cookie(url, pc);
100 SetCookie(pc.HasDomain() ? pc.Domain() : url.host(), cookie);
  /external/chromium/net/base/
cookie_monster_perftest.cc 31 CookieMonster::ParsedCookie pc(cookie);
32 EXPECT_TRUE(pc.IsValid());
42 CookieMonster::ParsedCookie pc(cookie);
43 EXPECT_TRUE(pc.IsValid());
  /external/skia/src/opts/
memset.arm.S 109 pop {pc}
  /external/v8/src/
ic-inl.h 41 Address result = pc() - Assembler::kCallTargetAddressOffset;
  /frameworks/base/opengl/libagl/
iterators.S 88 ldmfd sp!, {r4, r5, r6, r7, r8, pc}
  /sdk/emulator/qtools/
armdis.h 42 extern char *disasm_insn_thumb(uint32_t pc, uint32_t insn1, uint32_t insn2, char *result);
thumbdis.cpp 90 %O print Thumb register mask (with PC)
96 %<bitfield>a print (bitfield * 4) as a pc-rel offset + decoded symbol
162 /* TODO: Disassemble PC relative "LDR rD,=<symbolic>" */
163 {0x4800, 0xF800, OP_THUMB_LDR, "ldr\t%8-10r, [pc, #%0-7W]\t(%0-7a)"},
176 {0xA000, 0xF800, OP_THUMB_ADD, "add\t%8-10r, pc, #%0-7W\t(adr %8-10r,%0-7a)"},
236 { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", "r8", "r9", "sl", "fp", "ip", "sp", "lr", "pc" }},
238 { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", "r8", "r9", "r10", "r11", "r12", "sp", "lr", "pc" }},
240 { "a1", "a2", "a3", "a4", "v1", "v2", "v3", "v4", "v5", "v6", "sl", "fp", "ip", "sp", "lr", "pc" }},
242 { "a1", "a2", "a3", "a4", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "IP", "SP", "LR", "PC" }},
244 { "a1", "a2", "a3", "a4", "v1", "v2", "v3", "WR", "v5", "SB", "SL", "FP", "IP", "SP", "LR", "PC" }}
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86.cpp 77 * Export another copy of the PC on every instruction; this is largely
83 # define EXPORT_EXTRA_PC() (self->currentPc2 = pc)
91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
94 * branch, because we do want to have to unroll the PC if there's an
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
106 myoff, (int) (pc - curMethod->insns), \
111 pc += myoff; \
116 pc += _offset; \
132 self->threadId, (int)(pc - curMethod->insns), debugStrBuf);
396 #define pc macro
2474 #undef pc macro
    [all...]
  /external/libpng/
pngwutil.c 2599 int a, b, c, pa, pb, pc, p; local
2673 int a, b, c, pa, pb, pc, p; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 2552 int a, b, c, pa, pb, pc, p; local
2626 int a, b, c, pa, pb, pc, p; local
    [all...]

Completed in 1808 milliseconds

<<11121314151617181920>>