Searched refs:pc (Results 626 - 650 of 1052) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/boringssl/linux-arm/crypto/modes/
H A Dghash-armv4.S20 sub r2,pc,#8
30 sub r12,pc,#8
171 ldmia sp!,{r4-r11,pc}
175 moveq pc,lr @ be binary compatible with V4, yet
306 ldmia sp!,{r4-r11,pc}
310 moveq pc,lr @ be binary compatible with V4, yet
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.mk331 LIBS-$(BUILD_LIBVPX) += vpx.pc
332 vpx.pc: config.mk libs.mk
352 INSTALL-LIBS-yes += $(LIBSUBDIR)/pkgconfig/vpx.pc
353 INSTALL_MAPS += $(LIBSUBDIR)/pkgconfig/%.pc %.pc
354 CLEAN-OBJS += vpx.pc
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxext.c936 (void) __glXFlushRenderBuffer(gc, gc->pc);
962 * \param pc Pointer to first unused buffer location.
965 * Modify this function to use \c ctx->pc instead of the explicit
966 * \c pc parameter.
969 __glXFlushRenderBuffer(struct glx_context * ctx, GLubyte * pc) argument
977 const GLint size = pc - ctx->buf;
998 ctx->pc = ctx->buf;
999 return ctx->pc;
1114 GLubyte *end = ctx->pc;
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_mode_3_to_9.s130 add r7,r7,pc
135 add r8,r8,pc
143 add r14,r14,pc
156 add r12,r12,pc
302 addle r14,r14,pc
346 addle r14,r14,pc
/external/libvpx/libvpx/
H A Dlibs.mk327 LIBS-$(BUILD_LIBVPX) += vpx.pc
328 vpx.pc: config.mk libs.mk
348 INSTALL-LIBS-yes += $(LIBSUBDIR)/pkgconfig/vpx.pc
349 INSTALL_MAPS += $(LIBSUBDIR)/pkgconfig/%.pc %.pc
350 CLEAN-OBJS += vpx.pc
/external/mesa3d/src/glx/
H A Dglxext.c936 (void) __glXFlushRenderBuffer(gc, gc->pc);
962 * \param pc Pointer to first unused buffer location.
965 * Modify this function to use \c ctx->pc instead of the explicit
966 * \c pc parameter.
969 __glXFlushRenderBuffer(struct glx_context * ctx, GLubyte * pc) argument
977 const GLint size = pc - ctx->buf;
998 ctx->pc = ctx->buf;
999 return ctx->pc;
1114 GLubyte *end = ctx->pc;
/external/openssl/crypto/modes/asm/
H A Dghash-armv4.S17 sub r2,pc,#8
26 sub r12,pc,#8
167 ldmia sp!,{r4-r11,pc}
171 moveq pc,lr @ be binary compatible with V4, yet
301 ldmia sp!,{r4-r11,pc}
305 moveq pc,lr @ be binary compatible with V4, yet
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h511 // Read/Modify the code target in the relative branch/call instruction at pc.
518 static inline Address target_address_at(Address pc,
520 static inline void set_target_address_at(Address pc,
525 static inline Address target_address_at(Address pc, Code* code) {
527 return target_address_at(pc, constant_pool);
529 static inline void set_target_address_at(Address pc, argument
535 set_target_address_at(pc, constant_pool, target, icache_flush_mode);
540 static inline Address target_address_from_return_address(Address pc);
543 inline static Address break_address_from_return_address(Address pc);
561 inline Handle<Object> code_target_object_handle_at(Address pc);
[all...]
H A Ddisasm-x64.cc1895 for (byte* pc = begin; pc < end;) {
1898 byte* prev_pc = pc;
1899 pc += d.InstructionDecode(buffer, pc);
1903 for (byte* bp = prev_pc; bp < pc; bp++) {
1906 for (int i = 6 - static_cast<int>(pc - prev_pc); i >= 0; i--) {
/external/lldb/source/Expression/
H A DDWARFExpression.cpp1133 DWARFExpression::GetLocation (addr_t base_addr, addr_t pc, lldb::offset_t &offset, lldb::offset_t &length) argument
1142 if (base_addr != LLDB_INVALID_ADDRESS && pc != LLDB_INVALID_ADDRESS)
1162 if (length > 0 && lo_pc <= pc && pc < hi_pc)
1227 addr_t pc; local
1230 pc = reg_ctx->GetPC();
1239 pc = reg_ctx_sp->GetPC();
1244 if (pc == LLDB_INVALID_ADDRESS)
1269 if (length > 0 && lo_pc <= pc && pc < hi_p
[all...]
/external/pcre/dist/
H A DMakefile.am663 # We have .pc files for pkg-config users.
665 pkgconfig_DATA = libpcre.pc libpcreposix.pc
667 pkgconfig_DATA += libpcre16.pc
670 pkgconfig_DATA += libpcre32.pc
673 pkgconfig_DATA += libpcrecpp.pc
/external/chromium_org/third_party/libpng/
H A Dpngrutil.c3021 int a, b, c, pa, pb, pc, p; local
3028 pc = a - c;
3032 pb = abs(pc);
3033 pc = abs(p + pc);
3036 pb = pc < 0 ? -pc : pc;
3037 pc = (p + pc) <
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c643 GLuint pc, numExec = 0; local
658 for (pc = 0; pc < numInst; pc++) {
659 const struct prog_instruction *inst = program->Instructions + pc;
722 /* subtract 1 here since pc is incremented by for(pc) loop */
725 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */
734 /* Subtract 1 here since we'll do pc++ below */
735 pc
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof621 # each pc somehow.
1125 while (my ($pc, $name) = each(%{$symbols})) {
1127 print '0x', $pc;
1356 foreach my $pc (@pclist) {
1358 print(($symbols->{$pc}->[0] || "??") . "\n");
2742 # that pc. Otherwise, returns undef.
2879 # care of by the general 2nd-pc mechanism below.
3142 my $pc = HexExtend($e);
3143 $pcs->{$pc} = 1;
3144 push @k, $pc;
[all...]
H A Ddebugallocation.cc691 // Symbolizes the previous address of pc because pc may be in the
694 char *pc = reinterpret_cast<char*>(queue_entry.deleter_pcs[i]); local
695 symbolization_table->Add(pc - 1);
700 char *pc = reinterpret_cast<char*>(queue_entry.deleter_pcs[i]); local
702 pc, symbolization_table->GetSymbol(pc - 1));
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c643 GLuint pc, numExec = 0; local
658 for (pc = 0; pc < numInst; pc++) {
659 const struct prog_instruction *inst = program->Instructions + pc;
722 /* subtract 1 here since pc is incremented by for(pc) loop */
725 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */
734 /* Subtract 1 here since we'll do pc++ below */
735 pc
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c3037 int a, b, c, pa, pb, pc, p; local
3044 pc = a - c;
3048 pb = abs(pc);
3049 pc = abs(p + pc);
3052 pb = pc < 0 ? -pc : pc;
3053 pc = (p + pc) <
[all...]
/external/qemu/
H A Dexec.c205 static void breakpoint_invalidate(CPUArchState *env, target_ulong pc) argument
212 addr = cpu_get_phys_page_debug(env, pc);
219 ram_addr = (pd & TARGET_PAGE_MASK) | (pc & ~TARGET_PAGE_MASK);
309 int cpu_breakpoint_insert(CPUArchState *env, target_ulong pc, int flags, argument
317 bp->pc = pc;
327 breakpoint_invalidate(env, pc);
339 int cpu_breakpoint_remove(CPUArchState *env, target_ulong pc, int flags) argument
345 if (bp->pc == pc
1550 target_ulong pc, cs_base; local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc419 sample1.pc = ToAddress(0x1600);
425 sample2.pc = ToAddress(0x1925);
433 sample3.pc = ToAddress(0x1510);
485 sample1.pc = ToAddress(0x1600);
490 sample2.pc = ToAddress(0x1925);
497 sample3.pc = ToAddress(0x1510);
527 sample1.pc = ToAddress(0x1600);
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h766 // Distance in bytes between the current pc and the first instruction
775 // pc. The size will include the branch over the pool if it was requested.
777 // Emit the literal pool at the current pc with a branch over the pool if
793 // values, pc offset(s) of entries which can be shared.
797 // values, pc offset of entries which cannot be shared.
845 // possible to align the pc offset to a multiple
852 // Bind a label to the current pc. Note that labels can only be bound once,
864 // the branch/call instruction at pc.
865 inline static Address target_pointer_address_at(Address pc);
867 // Read/Modify the code target address in the branch/call instruction at pc
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc687 // Symbolizes the previous address of pc because pc may be in the
690 char *pc = reinterpret_cast<char*>(queue_entry.deleter_pcs[i]); local
691 symbolization_table->Add(pc - 1);
696 char *pc = reinterpret_cast<char*>(queue_entry.deleter_pcs[i]); local
698 pc, symbolization_table->GetSymbol(pc - 1));
/external/chromium_org/v8/src/heap/
H A Dincremental-marking.cc69 void IncrementalMarking::RecordCodeTargetPatch(Code* host, Address pc, argument
72 RelocInfo rinfo(pc, RelocInfo::CODE_TARGET, 0, host);
78 void IncrementalMarking::RecordCodeTargetPatch(Address pc, HeapObject* value) { argument
82 ->GcSafeFindCodeForInnerPointer(pc);
83 RelocInfo rinfo(pc, RelocInfo::CODE_TARGET, 0, host);
/external/javassist/src/main/javassist/
H A DCtBehavior.java888 int pc = b.currentPc();
921 return b.currentPc() - pc;
1110 LineNumberAttribute.Pc pc = ainfo.toNearPc(lineNum);
1111 lineNum = pc.line;
1112 int index = pc.index;
/external/qemu/target-i386/
H A Dkvm.c803 if (cpu_memory_rw_debug(cpu, bp->pc, (uint8_t *)&bp->saved_insn, 1, 0) ||
804 cpu_memory_rw_debug(cpu, bp->pc, (uint8_t *)&int3, 1, 1))
813 if (cpu_memory_rw_debug(cpu, bp->pc, &int3, 1, 0) || int3 != 0xcc ||
814 cpu_memory_rw_debug(cpu, bp->pc, (uint8_t *)&bp->saved_insn, 1, 1))
930 } else if (kvm_find_sw_breakpoint(current_cpu, arch_info->pc))
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc531 // the specified pc. If found, sets |start_address| to the start address
540 static int OpenObjectFileContainingPc(uint64_t pc, uint64_t& start_address, argument
562 if (region.start <= pc && pc < region.end) {

Completed in 1627 milliseconds

<<21222324252627282930>>