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

1 2 3 4 5 6 78 91011>>

  /external/v8/test/cctest/
test-compiler.cc 413 Address pc = f->code()->instruction_start(); local
417 Address end = pc + decode_size;
423 while (pc < end) {
424 int num_const = d.ConstantPoolSizeAt(pc);
426 pc += (num_const + 1) * kPointerSize;
428 pc += d.InstructionDecode(decode_buffer, pc);
  /external/wpa_supplicant_8/src/utils/
trace.c 116 bfd_vma pc; member in struct:bfd_data
137 if (data->pc < vma)
141 if (data->pc >= vma + size)
145 data->pc - vma,
152 static void wpa_trace_bfd_addr(void *pc)
163 data.pc = (bfd_hostptr_t) pc;
196 static const char * wpa_trace_bfd_addr2func(void *pc)
204 data.pc = (bfd_hostptr_t) pc;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 67 pc RN 15 label
148 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
omxVCM4P10_PredictIntra_4x4_s.s 61 pc RN 15 label
128 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 249 PointF pc = center(); local
250 return new Quad(factor * (mTopLeft.x - pc.x) + pc.x,
251 factor * (mTopLeft.y - pc.y) + pc.y,
252 factor * (mTopRight.x - pc.x) + pc.x,
253 factor * (mTopRight.y - pc.y) + pc.y,
254 factor * (mBottomLeft.x - pc.x) + pc.x
    [all...]
  /frameworks/native/libs/input/
Input.cpp 499 const PointerCoords* pc = mSamplePointerCoords.array(); local
503 status_t status = (pc++)->writeToParcel(parcel);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.c 143 struct inv_single_sensor_t *pc = &dl_out.sc.compass; local
146 memcpy(values, &pc->raw, sizeof(short) * 3);
148 *timestamp = pc->timestamp;
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 141 static bfd_vma pc;
165 if (pc < vma)
169 if (pc >= vma + size)
172 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma,
191 if (pc >= size)
194 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc,
215 pc = bfd_scan_vma (addr_hex, NULL, 16);
222 pc = bfd_scan_vma (*addr++, NULL, 16);
230 pc &= (sign << 1) - 1;
232 pc = (pc ^ sign) - sign
138 static bfd_vma pc; variable
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/include/gdb/
jit-reader.h 79 GDB_CORE_ADDR pc; member in struct:gdb_line_mapping
121 /* Adds a PC to line number mapping for the symbol table SYMTAB.
123 corresponding to one (PC, line) pair. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
kvm.h 27 __u64 pc; member in struct:kvm_regs
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
kvm.h 27 __u64 pc; member in struct:kvm_regs
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 612 PermissionCollection pc = super.getPermissions(codesource); local
634 pc.add(new FilePermission(path + "-", "read"));
636 pc.add(new FilePermission(path, "read"));
643 pc.add(new SocketPermission(host, "connect, accept"));
645 return pc;
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 977 sopno pc; local
984 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
985 s = g->strip[pc];
988 assert(pc == stop-1);
1034 pc -= OPND(s) + 1;
1035 INIT(here, pc);
1051 assert(OP(g->strip[pc+OPND(s)]) == OOR2)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 553 int pc = prefix.length(); local
556 if ((toffset < 0) || (toffset > tlim - pc))
561 while (--pc >= 0)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 42 SymbolizedStack *getSymbolizedLocation(uptr PC);
46 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC);
47 return getSymbolizedLocation(PC);
217 /// pc/bp are used to unwind the stack trace.
218 uptr pc; member in struct:__ubsan::ReportOptions
224 ReportOptions Opts = {die_after_report, pc, bp}
  /external/e2fsprogs/lib/ext2fs/
icount.c 755 struct test_program *pc; local
775 for (pc = prog; pc->cmd != EXIT; pc++) {
776 switch (pc->cmd) {
778 printf("icount_fetch(%u) = ", pc->ino);
781 retval = ext2fs_icount_store(icount, pc->ino, pc->arg);
787 printf("icount_store(%u, %u) = ", pc->ino, pc->arg)
    [all...]

Completed in 479 milliseconds

1 2 3 4 5 6 78 91011>>