HomeSort by relevance Sort by last modified time
    Searched defs:pc (Results 226 - 250 of 445) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glx/
indirect_vertex_array.c 496 GLubyte *pc; local
504 pc = gc->pc;
506 (void) memcpy(pc, begin_cmd, 4);
507 *(int *) (pc + 4) = mode;
509 pc += 8;
512 if ((pc + single_vertex_size) >= gc->bufEnd) {
513 pc = __glXFlushRenderBuffer(gc, pc);
516 pc = emit_element_none(pc, arrays, first + i)
562 GLubyte *pc; local
666 GLubyte *pc; local
730 GLubyte *pc; local
795 GLubyte *pc; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 225 int pc = FXSYS_abs(p - c); local
226 if (pa <= pb && pa <= pc) {
229 if (pb <= pc) {
    [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 358 Child pc = kLeft_Child; // suppress uninit warning local
364 gpc = pc;
365 pc = fComp(x->fItem, n->fItem) ? kLeft_Child : kRight_Child;
366 first = first && kLeft_Child == pc;
367 last = last && kRight_Child == pc;
370 n = p->fChildren[pc];
386 p->fChildren[pc] = x;
396 // make sure pc and gpc are correct
397 SkASSERT(NULL == p || p->fChildren[pc] == x);
430 pc = (p->fChildren[kLeft_Child] == x) ? kLeft_Child
639 Child pc; local
    [all...]
  /external/v8/src/ic/
ic.h 135 Address pc() const { return *pc_address_; } function in class:v8::internal::IC
  /external/v8/src/
sampler.cc 95 uint64_t pc; member in struct:__anon19182
237 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
250 state->pc = reinterpret_cast<Address>(simulator_->pc());
254 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
260 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
375 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_EIP]);
379 state.pc = reinterpret_cast<Address>(mcontext.gregs[REG_RIP]);
387 state.pc = reinterpret_cast<Address>(mcontext.gregs[R15]);
391 state.pc = reinterpret_cast<Address>(mcontext.arm_pc)
    [all...]
  /external/valgrind/coregrind/
m_stacktrace.c 1016 Addr pc = uregs.r15; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 60 pc RN 15 label
199 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
omxVCM4P10_PredictIntra_16x16_s.s 64 pc RN 15 label
203 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
omxVCM4P10_PredictIntra_4x4_s.s 55 pc RN 15 label
187 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 43 VP8_COMMON *const pc = & pbi->common; local
47 pc->Y1dequant[Q][0] = (short)vp8_dc_quant(Q, pc->y1dc_delta_q);
48 pc->Y2dequant[Q][0] = (short)vp8_dc2quant(Q, pc->y2dc_delta_q);
49 pc->UVdequant[Q][0] = (short)vp8_dc_uv_quant(Q, pc->uvdc_delta_q);
51 pc->Y1dequant[Q][1] = (short)vp8_ac_yquant(Q);
52 pc->Y2dequant[Q][1] = (short)vp8_ac2quant(Q, pc->y2ac_delta_q)
62 VP8_COMMON *const pc = & pbi->common; local
501 VP8_COMMON *const pc = & pbi->common; local
774 VP8_COMMON* pc = &pbi->common; local
904 VP8_COMMON *const pc = & pbi->common; local
974 VP8_COMMON *const pc = &pbi->common; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 467 VP8_COMMON *const pc = & pbi->common; local
472 pc->Width = ctx->si.w;
473 pc->Height = ctx->si.h;
475 int prev_mb_rows = pc->mb_rows;
486 if (pc->Width <= 0)
488 pc->Width = w;
489 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME,
493 if (pc->Height <= 0)
495 pc->Height = h;
496 vpx_internal_error(&pc->error, VPX_CODEC_CORRUPT_FRAME
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 289 Object p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pa, pb, pc, pd, pe, pf; field in class:Exchanger.Node
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 109 uintptr_t pc = _Unwind_GetIP(context); local
110 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd);
448 unw_word_t pc; local
449 unw_get_reg(&cursor1, UNW_REG_IP, &pc);
451 "unwind_phase1(ex_ojb=%p): pc=0x%llX, start_ip=0x%llX, func=%s, "
453 exception_object, (long long)pc, (long long)frameInfo.start_ip,
615 unw_word_t pc; local
616 unw_get_reg(&cursor2, UNW_REG_IP, &pc);
620 exception_object, (long long)pc,
627 unw_word_t pc; local
    [all...]
  /art/disassembler/
disassembler_arm.cc 141 os << "pc";
431 uintptr_t pc = RoundDown(reinterpret_cast<intptr_t>(instr_ptr) + 4, 4); local
432 uintptr_t lit_adr = U ? pc + imm32 : pc - imm32;
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
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);
  /external/compiler-rt/lib/asan/
asan_report.cc 35 uptr pc; member in struct:__asan::ReportData
182 void MaybeDumpInstructionBytes(uptr pc) {
183 if (!flags()->dump_instruction_bytes || (pc < GetPageSizeCached()))
186 str.append("First 16 instruction bytes at pc: ");
187 if (IsAccessibleMemoryRange(pc, 16)) {
189 PrintMemoryByte(&str, "", ((u8 *)pc)[i], /*in_shadow*/false, " ");
661 " (pc %p bp %p sp %p T%d)\n",
662 (void *)sig.addr, (void *)sig.pc, (void *)sig.bp, (void *)sig.sp,
676 " (pc %p bp %p sp %p T%d)\n",
677 description, (void *)sig.addr, (void *)sig.pc, (void *)sig.bp
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 23 // - __sanitizer_cov(): record that we've executed the PC (GET_CALLER_PC).
82 void Add(uptr pc, u32 *guard);
110 // Maximal size pc array may ever grow.
114 // The amount file mapping for the pc array is grown by.
124 // Current file mapped size of the pc array.
126 // Descriptor of the file mapped pc array.
137 // Vector of module and compilation unit pc ranges.
291 // Extend coverage PC array to fit additional npcs elements.
368 // we insert the global counter into the first 16 bits of the PC.
369 uptr BundlePcAndCounter(uptr pc, uptr counter)
718 uptr pc = UnbundlePc(pc_array[i]); local
750 uptr pc = UnbundlePc(pc_array[i]); local
    [all...]
sanitizer_win.cc 544 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) {
554 // Skip the RTL frames by searching for the PC in the stacktrace.
555 uptr pc_location = LocatePcInTrace(pc);
559 void BufferedStackTrace::SlowUnwindStackWithContext(uptr pc, void *context,
626 uptr pc = (uptr)exception_record->ExceptionAddress; local
636 return SignalContext(context, access_addr, pc, sp, bp);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 416 void ForkBefore(ThreadState *thr, uptr pc) {
421 void ForkParentAfter(ThreadState *thr, uptr pc) {
426 void ForkChildAfter(ThreadState *thr, uptr pc) {
442 ThreadIgnoreBegin(thr, pc);
443 ThreadIgnoreSyncBegin(thr, pc);
463 u32 CurrentStackId(ThreadState *thr, uptr pc) {
466 if (pc != 0) {
473 thr->shadow_stack_pos[0] = pc;
478 if (pc != 0)
501 uptr pc = events[thr->fast_state.GetTracePos()] local
    [all...]
  /external/elfutils/src/libdwfl/
libdwflP.h 256 /* PC field is valid. */
258 /* PC field is undefined, this means the next (inner) frame was the
264 Dwarf_Addr pc; member in struct:Dwfl_Frame
  /external/icu/icu4c/source/common/
dictbe.cpp 335 UChar32 pc; local
339 pc = utext_next32(text);
347 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
567 UChar32 pc; local
572 pc = utext_next32(text);
580 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
760 UChar32 pc; local
765 pc = utext_next32(text);
773 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
966 UChar32 pc; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 1704 const char *pc; local
    [all...]
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 45 static pint_t findFDE(pint_t mh, pint_t pc);
99 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) {
104 if ((p->ip_start <= pc) && (pc < p->ip_end)) {
442 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
446 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
457 bool getInfoFromCompactEncodingSection(pint_t pc,
688 pint_t pc,
695 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc);
817 bool UnwindCursor<A, R>::getInfoFromDwarfSection(pint_t pc,
1148 pint_t pc = (pint_t)this->getReg(UNW_REG_IP); local
    [all...]
  /external/libpcap/
pcap.c 1723 pcap_t *pc, *prevpc; local
    [all...]
  /external/libpng/
pngwutil.c 2807 int a, b, c, pa, pb, pc, p; local
2884 int a, b, c, pa, pb, pc, p; local
    [all...]

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 91011>>