HomeSort by relevance Sort by last modified time
    Searched defs:pc (Results 151 - 175 of 204) sorted by null

1 2 3 4 5 67 8 9

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 239 TBH [pc, $v, LSL#1]
241 TBB [pc, $v]
246 ADD pc, pc, $v, LSL #2 variable
757 LDM$cc.FD sp!, {$_RRegList, pc}
  /frameworks/base/opengl/tests/angeles/
demo.c 243 VECTOR3 pa, pb, pc, pd; local
251 superShapeMap(&pc, r2, r3, t2, p2);
325 result->vertexArray[currentVertex * 3] = FIXED(pc.x);
326 result->vertexArray[currentVertex * 3 + 1] = FIXED(pc.y);
327 result->vertexArray[currentVertex * 3 + 2] = FIXED(pc.z);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 1118 char pc = line.charAt(j); local
    [all...]
  /sdk/emulator/qtools/
trace_reader.cpp 392 uint32_t pc = decoder_->Decode(false); local
393 if ((time_diff | pc) == 0) {
405 *current_pc = pc;
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 174 uint32_t* pc() const { return 0; } // XXX function in class:android::GGLAssembler
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 64 * t -> pc-relative target
119 "add", "r!0d, pc, #!1E", 1),
230 | IS_LOAD, "ldr", "r!0d, [pc, #!1E]", 1),
957 intptr_t pc = (lir->generic.offset + 4) & ~3; local
987 intptr_t pc = lir->generic.offset + 4; local
1020 intptr_t pc = lir->generic.offset + 4; local
1034 intptr_t pc = lir->generic.offset + 4; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 1543 ASN1Sequence pc = null; local
1598 ASN1Sequence pc = null; local
2321 ASN1Sequence pc = null; local
    [all...]
  /external/javassist/src/main/javassist/
CtBehavior.java 888 int pc = b.currentPc(); local
1110 LineNumberAttribute.Pc pc = ainfo.toNearPc(lineNum); local
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 279 int pc = ret[0]; local
280 bc.write16bit(pc, bc.currentPc() - pc + 1);
286 bc.addIndex(pc + 3 - bc.currentPc());
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 1079 int pc = code.currentPc(); local
    [all...]
  /external/jhead/
exif.c 1037 unsigned pc = isprint(c) ? c : ' '; local
    [all...]
  /external/libpng/
pngrutil.c 1064 png_bytep pC;
3031 int a, b, c, pa, pb, pc, p; local
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 637 uintptr_t pc = _Unwind_GetIP(context)-1; local
642 uintptr_t pcOffset = pc - funcStart;
667 // includes current PC.
740 // Found landing pad for the PC.
    [all...]
  /external/pcre/
pcre_compile.c 3439 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE\/2 : 0); local
    [all...]
  /external/qemu/android/config/linux-x86/asm/
kvm.h 222 __u64 pc; member in struct:kvm_debug_exit_arch
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 222 __u64 pc; member in struct:kvm_debug_exit_arch
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 992 png_bytep pC;
1077 pC = (png_bytep)(chunkdata+prefix_length);
1078 profile_size = ((*(pC ))<<24) |
1079 ((*(pC+1))<<16) |
1080 ((*(pC+2))<< 8) |
1081 ((*(pC+3)) );
3269 int a, b, c, pa, pb, pc, p; local
3828 int a, b, c, pa, pb, pc, p; local
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 425 tcg_target_long pc = (tcg_target_long)s->code_ptr + 5 + ~rm; local
426 tcg_target_long disp = offset - pc;
    [all...]
  /external/v8/src/arm/
assembler-arm.h 143 const Register pc = { 15 }; member in namespace:v8::internal
629 // bind(&L); // bind label to the current pc
648 // the branch/call instruction at pc.
649 INLINE(static Address target_address_address_at(Address pc));
651 // Read/Modify the code target address in the branch/call instruction at pc.
652 INLINE(static Address target_address_at(Address pc));
653 INLINE(static void set_target_address_at(Address pc, Address target));
679 // ldr ip, [pc, #...] @ call address
685 // mov lr, pc
686 // ldr pc, [pc, #...] @ call addres
    [all...]
  /external/v8/src/
debug.h 90 void FindBreakLocationFromAddress(Address pc);
107 return static_cast<int>(pc() - debug_info_->code()->entry());
112 inline Address pc() { return reloc_iterator_->rinfo()->pc(); } function in class:v8::internal::BreakLocationIterator
    [all...]
runtime.cc 1895 Address pc = code->address() + offset; local
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 154 Instr* pc = reinterpret_cast<Instr*>(pc_); local
157 *(pc + i) = *(instr + i);
165 // Patch the code at the current PC with a call to the target address.
486 // EndOfChain sentinel is returned directly, not relative to pc or pos.
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 831 UInt* pc = (UInt*)VG_(get_IP)(tid); local
839 if (pc[0] == i1 && pc[1] == i2) return;
840 if (pc[0] == i2 && pc[-1] == i1) return;
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 97 string PcToRtnName(uintptr_t pc, bool demangle) {
99 if(VG_(get_fnname)(pc, (Char*)g_buff1, kBuffSize)) {
103 if(VG_(get_fnname_no_cxx_demangle)(pc, (Char*)g_buff1, kBuffSize)) {
110 void PcToStrings(uintptr_t pc, bool demangle,
117 (pc, (Char*)g_buff1, kBuffSize, (Char*)g_buff2, kBuffSize,
122 VG_(get_linenum)(pc, (UInt *)line_no);
123 if (VG_(get_filename)(pc, (Char*)g_buff1, kBuffSize)) {
129 *rtn_name = PcToRtnName(pc, demangle);
131 if (VG_(get_objname)(pc, (Char*)g_buff1, kBuffSize)) {
155 Addr pc = VG_(threads)[vg_tid].arch.vex.VG_INSTR_PTR local
189 Addr pc; member in struct:CallStackRecord
529 uintptr_t pc = GetVgPc(vg_tid); local
592 uintptr_t pc = GetVgPc(vg_tid); local
1260 uintptr_t pc = closure->readdr; local
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 635 "mov lr, pc" "\n"
636 "mov pc, r0" "\n"
640 "mov pc, lr" "\n"
657 "mov pc, lr" "\n"
718 mov lr, pc
1977 ReturnAddressPtr pc = callFrame->returnPC(); local
2036 ReturnAddressPtr pc = callFrame->returnPC(); local
    [all...]

Completed in 1476 milliseconds

1 2 3 4 5 67 8 9