/external/iputils/Modules/ |
pg3.c | 348 int pc, lcount; local 361 pc = 0; 374 pc++; 438 pc, skb->len, skb_shinfo(skb)->nr_frags, 439 ((pc*1000)/(total/1000)), 440 (((pc*1000)/(total/1000))*pkt_size)/1024/1024
|
/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.c | 409 VP8_COMMON * const pc = &pbi->common; local 411 pc->mi, pc->prev_mi, 412 pc->mb_rows, pc->mb_cols,
|
threading.c | 43 VP8_COMMON *const pc = & pbi->common; local 54 mbd->mode_info_context = pc->mi + pc->mode_info_stride * (i + 1); 55 mbd->mode_info_stride = pc->mode_info_stride; 57 mbd->frame_type = pc->frame_type; 83 if (pc->full_pixel) 88 for (i = 0; i < pc->mb_rows; i++) 301 VP8_COMMON *pc = &pbi->common; local 303 const int first_row_no_sync_above = pc->mb_cols + nsync; 337 for (mb_row = start_mb_row; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1) 777 VP8_COMMON *const pc = & pbi->common; local 867 VP8_COMMON *pc = &pbi->common; local [all...] |
decodeframe.c | 44 VP8_COMMON *const pc = & pbi->common; local 48 pc->Y1dequant[Q][0] = (short)vp8_dc_quant(Q, pc->y1dc_delta_q); 49 pc->Y2dequant[Q][0] = (short)vp8_dc2quant(Q, pc->y2dc_delta_q); 50 pc->UVdequant[Q][0] = (short)vp8_dc_uv_quant(Q, pc->uvdc_delta_q); 52 pc->Y1dequant[Q][1] = (short)vp8_ac_yquant(Q); 53 pc->Y2dequant[Q][1] = (short)vp8_ac2quant(Q, pc->y2ac_delta_q) 63 VP8_COMMON *const pc = & pbi->common; local 502 VP8_COMMON *const pc = & pbi->common; local 783 VP8_COMMON* pc = &pbi->common; local 913 VP8_COMMON *const pc = & pbi->common; local 983 VP8_COMMON *const pc = &pbi->common; local [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 409 VP8_COMMON *const pc = & pbi->common; local 414 pc->Width = ctx->si.w; 415 pc->Height = ctx->si.h; 417 int prev_mb_rows = pc->mb_rows; 429 if (pc->Width <= 0) 431 pc->Width = w; 432 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME, 436 if (pc->Height <= 0) 438 pc->Height = h; 439 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME [all...] |
/external/lldb/source/Expression/ |
DWARFExpression.cpp | 1227 addr_t pc; local [all...] |
/external/lldb/source/Plugins/Process/POSIX/ |
POSIXThread.cpp | 394 // corresponding to our current PC. 396 lldb::addr_t pc = GetRegisterContext()->GetPC(); local 398 log->Printf ("POSIXThread::%s () PC=0x%8.8" PRIx64, __FUNCTION__, pc); 399 lldb::BreakpointSiteSP bp_site(GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); 403 // will be taken care of when the thread resumes and notices that there's a breakpoint under the pc.
|
/external/lldb/source/Target/ |
StackFrameList.cpp | 123 // FIXME: We probably also have to do something special if the PC is at the END 194 // So first we check whether we have more than one inlined block sharing this PC: 291 lldb::addr_t pc; local 304 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc); 311 pc = reg_ctx_sp->GetPC(); 319 pc, 332 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc); 339 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(), m_frames.size(), idx, cfa, pc, NULL)); 534 addr_t pc, cfa; local 535 if (unwinder->GetFrameInfoAtIndex(idx, cfa, pc)) [all...] |
/external/mesa3d/src/mesa/program/ |
prog_execute.c | 643 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 = inst->BranchTarget - 1 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_PredictIntra_16x16_s.s | 57 pc RN 15 label 144 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_Interpolate_Chroma_s.s | 61 pc RN 15 label 179 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
error_concealment.c | 411 VP8_COMMON * const pc = &pbi->common; local 413 pc->mi, pc->prev_mi, 414 pc->mb_rows, pc->mb_cols,
|
threading.c | 43 VP8_COMMON *const pc = & pbi->common; local 54 mbd->mode_info_context = pc->mi + pc->mode_info_stride * (i + 1); 55 mbd->mode_info_stride = pc->mode_info_stride; 57 mbd->frame_type = pc->frame_type; 83 if (pc->full_pixel) 88 for (i = 0; i < pc->mb_rows; i++) 301 VP8_COMMON *pc = &pbi->common; local 303 const int first_row_no_sync_above = pc->mb_cols + nsync; 337 for (mb_row = start_mb_row; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1) 777 VP8_COMMON *const pc = & pbi->common; local 867 VP8_COMMON *pc = &pbi->common; local [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 847 sopno pc; local 852 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { 853 s = g->strip[pc]; 856 assert(pc == stop-1); 902 pc -= OPND(s) + 1; 903 INIT(here, pc); 919 assert(OP(g->strip[pc+OPND(s)]) == OOR2) [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 60 uint32_t* ARMAssembler::pc() const function in class:android::ARMAssembler 91 size_t count = pc()-base(); 149 uint32_t* pc = mPC; local 152 mPC = pc; 158 uint32_t* pc = mPC; local 161 mPC = pc; 176 int32_t offset = int32_t(target_pc - (bt.pc+2)); 177 *bt.pc |= offset & 0xFFFFFF; 180 mAssembly->resize( int(pc()-base())*4 ); 185 ALOGI(format, name, int(pc()-base()), base(), pc(), duration) [all...] |
/art/compiler/dex/quick/x86/ |
assemble_x86.cc | 1653 CodeOffset pc; local 1685 CodeOffset pc = lir->offset + 6 \/* 2 byte opcode + rel32 *\/; local 1701 CodeOffset pc; local 1713 CodeOffset pc; local 1744 CodeOffset pc = lir->offset + 5 \/* opcode + rel32 *\/; local [all...] |
/external/clang/test/Sema/ |
uninit-variables.c | 256 void **pc; // expected-note{{initialize the variable 'pc' to silence this warning}} local 259 goto *pc; // expected-warning{{variable 'pc' is uninitialized when used here}} 261 goto *pc;
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_report.cc | 113 const uptr pc = trace.trace[si]; local 114 uptr pc1 = pc; 117 if ((pc & kExternalPCBit) == 0) 118 pc1 = StackTrace::GetPreviousInstructionPc(pc); 123 last->info.address = pc; // restore original pc for report 126 last->info.address = pc; // restore original pc for report 395 DPrintf2(" #%02zu: pc=%zx\n", i, stack[i]); 404 uptr pc = (uptr)(ev & ((1ull << 61) - 1)) local [all...] |
/external/elfutils/src/src/ |
stack.c | 60 Dwarf_Addr pc; member in struct:frame 178 if (! dwfl_frame_pc (state, &frames->frame[nr].pc, 216 print_frame (int nr, Dwarf_Addr pc, bool isactivation, 222 printf ("#%-2u 0x%0*" PRIx64, nr, width, (uint64_t) pc); 319 print_inline_frames (int *nr, Dwarf_Addr pc, bool isactivation, 330 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname, 346 print_frame ((*nr)++, pc, isactivation, pc_adjusted, mod, symname, 370 Dwarf_Addr pc = frames->frame[nr].pc; local 372 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1) 429 Dwarf_Addr pc = frames->frame[nr].pc; local [all...] |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
CollectionUtilities.java | 431 char pc = other.charAt(i); local 433 if (pc != tc) return -1;
|
/external/libcxxabi/src/Unwind/ |
Unwind-EHABI.cpp | 114 uintptr_t pc = _Unwind_GetIP(context); local 115 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); 480 unw_word_t pc; local 481 unw_get_reg(&cursor1, UNW_REG_IP, &pc); 483 "unwind_phase1(ex_ojb=%p): pc=0x%llX, start_ip=0x%llX, func=%s, " 485 static_cast<void *>(exception_object), (long long)pc, 652 unw_word_t pc; local 653 unw_get_reg(&cursor2, UNW_REG_IP, &pc); 658 (long long)pc, (long long)sp) 664 unw_word_t pc; local [all...] |
/external/lldb/source/Plugins/Disassembler/llvm/ |
DisassemblerLLVMC.cpp | 75 lldb::addr_t pc = m_address.GetFileAddress(); local 83 pc, 203 const addr_t pc = m_address.GetFileAddress(); local 209 pc, 255 lldb::addr_t pc = m_address.GetFileAddress(); local 275 pc = load_addr; 289 pc, 522 lldb::addr_t pc, 525 LLDBDisasmMemoryObject memory_object (opcode_data, opcode_data_len, pc); 532 pc, [all...] |
/external/lldb/source/Plugins/Process/Utility/ |
RegisterContextLLDB.cpp | 112 // this will strip bit zero in case we read a PC from memory or from the LR. 153 // else treat the current pc value as the start_pc and record no offset. 216 UnwindLogMsg ("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 " using %s UnwindPlan", 223 // to provide things like its current pc value. 246 addr_t pc; local 247 if (!ReadGPRValue (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc)) 249 UnwindLogMsg ("could not get pc value"); 256 UnwindLogMsg ("pc = 0x%16.16" PRIx64, pc); 264 // A pc of 0x0 means it's the end of the stack craw [all...] |
/external/ltrace/ |
output.c | 579 Dwarf_Addr pc; local 584 if (!dwfl_frame_pc(state, &pc, &isactivation)) 588 pc--; 591 Dwfl_Module *mod = dwfl_addrmodule(dwfl, pc); 599 symname = dwfl_module_addrinfo(mod, pc, &off, &sym, 605 modname, symname, off, pc); 610 Dwfl_Line *l = dwfl_module_getsrc(mod, pc);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 262 int pc; member in struct:lp_exec_mask::__anon16288 335 int pc; member in struct:lp_build_tgsi_context 495 int *pc);
|