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

1 2 3 4 5 6 7 891011>>

  /external/javassist/src/main/javassist/bytecode/
ExceptionTable.java 261 private static int shiftPc(int pc, int where, int gapLength,
263 if (pc > where || (exclusive && pc == where))
264 pc += gapLength;
266 return pc;
  /external/kernel-headers/original/asm-x86/
desc_32.h 198 static inline void load_LDT_nolock(mm_context_t *pc)
200 set_ldt(pc->ldt, pc->size);
203 static inline void load_LDT(mm_context_t *pc)
206 load_LDT_nolock(pc);
  /external/qemu/hw/
armv7m.c 164 uint32_t pc; local
227 pc = ldl_phys(4);
229 pc = entry;
231 env->thumb = pc & 1;
232 env->regs[15] = pc & ~1;
  /frameworks/base/libs/utils/
CallStack.cpp 123 const char *map_to_name(uint64_t pc, const char* def, uint64_t* start) {
126 if ((pc >= mi->start) && (pc < mi->end)) {
191 static const char *mapAddressToName(const void* pc, const char* def,
195 char const* name = sMapInfo.map_to_name(uint64_t(uintptr_t(pc)), def, &s);
314 snprintf(tmp, 256, "pc %08lx %s",
  /system/core/nexus/
CommandListener.cpp 196 android::List<char *> *pc; local
202 if (!(pc = NetworkManager::Instance()->getPropMngr()->createPropertyList(prefix))) {
210 for (it = pc->begin(); it != pc->end(); ++it) {
231 delete pc;
  /external/grub/
config.guess 273 "EV5.6 (21164PC)")
275 "EV5.7 (21164PC)")
305 echo alpha-pc-interix
359 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
519 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
575 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
772 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
784 echo ${UNAME_MACHINE}-pc-cygwin
787 echo ${UNAME_MACHINE}-pc-mingw32
790 echo ${UNAME_MACHINE}-pc-pw3
    [all...]
  /external/strace/
config.guess 273 "EV5.6 (21164PC)")
275 "EV5.7 (21164PC)")
305 echo alpha-pc-interix
359 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
519 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
575 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
772 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
784 echo ${UNAME_MACHINE}-pc-cygwin
787 echo ${UNAME_MACHINE}-pc-mingw32
790 echo ${UNAME_MACHINE}-pc-pw3
    [all...]
  /external/srtp/
config.guess 273 "EV5.6 (21164PC)")
275 "EV5.7 (21164PC)")
305 echo alpha-pc-interix
356 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
516 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
572 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
769 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
781 echo ${UNAME_MACHINE}-pc-cygwin
784 echo ${UNAME_MACHINE}-pc-mingw32
787 echo ${UNAME_MACHINE}-pc-pw3
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 1534 final PointerCoords pc[] = gSharedTempPointerCoords; local
2696 final PointerCoords[] pc = gSharedTempPointerCoords; local
2759 final PointerCoords[] pc = gSharedTempPointerCoords; local
2804 final PointerCoords[] pc = gSharedTempPointerCoords; local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 55 r15, pc = r15 enumerator in enum:JSC::ARMRegisters::__anon13028
482 m_buffer.putIntWithConstantInt(static_cast<ARMWord>(cc) | DTR | DT_LOAD | DT_UP | RN(ARMRegisters::pc) | RD(rd), imm, true);
487 m_buffer.putIntWithConstantInt(static_cast<ARMWord>(cc) | DTR | DT_LOAD | DT_UP | RN(ARMRegisters::pc) | RD(rd), imm);
621 mov_r(ARMRegisters::pc, RM(rm), cc);
632 mov_r(ARMRegisters::lr, ARMRegisters::pc, cc);
640 ASSERT(reg <= ARMRegisters::pc);
647 ASSERT(reg <= ARMRegisters::pc);
654 ASSERT(reg <= ARMRegisters::pc);
661 ASSERT(reg <= ARMRegisters::pc);
662 ASSERT(shiftReg <= ARMRegisters::pc);
    [all...]
  /external/clang/test/CodeGenCXX/
member-function-pointers.cpp 12 void (C::*pc)(); variable
43 // CHECK: store { i64, i64 } [[RES]], { i64, i64 }* @pc, align 8
44 pc = pa;
46 // CHECK: [[TMP:%.*]] = load { i64, i64 }* @pc, align 8
51 pa = static_cast<void (A::*)()>(pc);
  /external/valgrind/main/coregrind/
m_libcbase.c 562 Char *pa, *pb, *pc, *pd, *pl, *pm, *pn, *pv; local
588 pc = pd = a + (n-1)*es;
590 while (pb <= pc && (r = cmp(pb, pv)) <= 0) {
594 while (pc >= pb && (r = cmp(pc, pv)) >= 0) {
595 if (r == 0) { BM_SWAP(pc, pd); pd -= es; }
596 pc -= es;
598 if (pb > pc) break;
599 BM_SWAP(pb, pc);
601 pc -= es
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.S 19 ADD pc,pc,r12,LSL #2
101 POP {r4-r6,pc}
  /external/chromium/net/base/
cookie_monster.cc 234 const CookieMonster::ParsedCookie& pc,
237 if (pc.HasDomain())
238 domain_string = pc.Domain();
273 const CookieMonster::ParsedCookie& pc) {
275 if (pc.HasPath())
276 path_string = pc.Path();
280 Time CanonExpirationInternal(const CookieMonster::ParsedCookie& pc,
284 if (pc.HasMaxAge() &&
290 pc.MaxAge().c_str(), " %" PRIu64, &max_age) == 1) {
295 if (pc.HasExpires()
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 129 Instr* pc = reinterpret_cast<Instr*>(pc_); local
132 *(pc + i) = *(instr + i);
140 // Patch the code at the current PC with a call to the target address.
234 // mov lr, pc
235 const Instr kMovLrPc = al | MOV | pc.code() | lr.code() * B12;
236 // ldr rd, [pc, #offset]
238 const Instr kLdrPCPattern = al | 5 * B24 | L | pc.code() * B16;
488 // ldr<cond> <Rd>, [pc +/- offset_12].
825 // condition code), then replace it with a 'ldr rd, [pc]'.
832 ldr(rd, MemOperand(pc, 0), cond)
    [all...]
assembler-arm-inl.h 55 // We do not use pc relative addressing on ARM, so there is
175 // ldr ip, [pc, #0]
181 // mov lr, pc
182 // ldr pc, [pc, #-4]
299 Address Assembler::target_address_address_at(Address pc) {
300 Address target_pc = pc;
329 Address Assembler::target_address_at(Address pc) {
330 return Memory::Address_at(target_address_address_at(pc));
340 void Assembler::set_target_address_at(Address pc, Address target)
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 51 add pc, pc, r0, lsl #3 @ computed goto, 2 instrs each
63 ldr pc, [rINST, r10, lsl #4] @ sizeof=16, "func" is first entry
OP_EXECUTE_INLINE_RANGE.S 43 add pc, pc, r0, lsl #3 @ computed goto, 2 instrs each
55 ldr pc, [r9, r10, lsl #4] @ sizeof=16, "func" is first entry
  /external/libpcap/
config.guess 262 "EV5.6 (21164PC)")
264 "EV5.7 (21164PC)")
296 echo alpha-pc-interix
347 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
504 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
560 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
757 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
783 echo ${UNAME_MACHINE}-pc-cygwin
786 echo ${UNAME_MACHINE}-pc-mingw32
789 echo ${UNAME_MACHINE}-pc-pw3
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
copymem8x4_v6.asm 76 mov pc, lr
101 mov pc, lr
124 mov pc, lr
copymem8x8_v6.asm 76 mov pc, lr
101 mov pc, lr
124 mov pc, lr
  /external/llvm/test/MC/ARM/
simple-fp-encoding.s 186 @ CHECK: vldr.64 d3, [pc] @ encoding: [0x00,0x3b,0x9f,0xed]
187 @ CHECK: vldr.64 d3, [pc] @ encoding: [0x00,0x3b,0x9f,0xed]
188 @ CHECK: vldr.64 d3, [pc, #-0] @ encoding: [0x00,0x3b,0x1f,0xed]
189 vldr.64 d3, [pc]
190 vldr.64 d3, [pc,#0]
191 vldr.64 d3, [pc,#-0]
204 @ CHECK: vldr.32 s5, [pc] @ encoding: [0x00,0x2a,0xdf,0xed]
205 @ CHECK: vldr.32 s5, [pc] @ encoding: [0x00,0x2a,0xdf,0xed]
206 @ CHECK: vldr.32 s5, [pc, #-0] @ encoding: [0x00,0x2a,0x5f,0xed]
207 vldr.32 s5, [pc]
    [all...]
  /external/tcpdump/
config.guess 262 "EV5.6 (21164PC)")
264 "EV5.7 (21164PC)")
296 echo alpha-pc-interix
347 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
504 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
560 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
757 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
783 echo ${UNAME_MACHINE}-pc-cygwin
786 echo ${UNAME_MACHINE}-pc-mingw32
789 echo ${UNAME_MACHINE}-pc-pw3
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 44 mov lr, pc
45 ldr pc, .LdvmFastMethodTraceEnter
  /external/clang/test/Sema/
scope-check.c 220 void test15(int n, void *pc) {
223 goto *pc; // expected-error {{indirect goto might cross protected scope}}

Completed in 1249 milliseconds

1 2 3 4 5 6 7 891011>>