HomeSort by relevance Sort by last modified time
    Searched defs:vfp (Results 1 - 8 of 8) sorted by null

  /external/kernel-headers/original/asm-arm/
ucontext.h 94 struct vfp_sigframe vfp; member in struct:aux_sigframe
  /external/compiler-rt/
Android.mk 226 # Add ARM runtimes implemented in VFP
227 define add-libcompiler-rt-arm-vfp-source-files
238 $(call add-libcompiler-rt-arm-vfp-source-files,
  /external/blktrace/btreplay/
btrecord.c 80 * @vfp: Verbose output file
91 FILE *ofp, *vfp; member in struct:io_stream
584 assert(stream->vfp);
585 fprintf(stream->vfp, "------------------\n");
586 fprintf(stream->vfp, "%4llu.%09llu %3llu\n",
590 fprintf(stream->vfp, "------------------\n");
611 assert(stream->vfp);
613 fprintf(stream->vfp, "\t%1d %10llu\t%10llu\n",
711 stream->vfp = fopen(vfile_name, "w");
712 if (!stream->vfp) {
    [all...]
btreplay.c 102 * @vfp: For verbose dumping of actions performed
114 FILE *vfp; member in struct:thr_info
546 fprintf(tip->vfp, "Pinned to CPU %02d ", tip->cpu);
548 fprintf(tip->vfp, "%1d", CPU_ISSET(i, &now));
549 fprintf(tip->vfp, "\n");
791 tip->vfp = fopen(fn, "w");
792 if (!tip->vfp) {
797 setlinebuf(tip->vfp);
1182 fprintf(tip->vfp, " stall(%lld.%09lld, %lld.%09lld)\n",
1192 fprintf(tip->vfp, "++ stall(%lld.%09lld) ++\n"
    [all...]
  /external/valgrind/main/VEX/priv/
main_main.c 1199 Bool vfp = ((hwcaps & (VEX_HWCAPS_ARM_VFP | local
    [all...]
  /bionic/libc/kernel/common/video/
dsscomp.h 89 __u16 vfp; member in struct:omap_video_timings
  /external/kernel-headers/original/video/
dsscomp.h 87 __u16 vfp; /* Vertical front porch */ member in struct:omap_video_timings
  /external/qemu/target-arm/
cpu.h 76 Doing runtime conversions is tricky because VFP registers may contain
179 /* VFP coprocessor state. */
205 } vfp; member in struct:CPUARMState
346 /* VFP system registers. */
525 | (env->vfp.vec_len << ARM_TBFLAG_VECLEN_SHIFT)
526 | (env->vfp.vec_stride << ARM_TBFLAG_VECSTRIDE_SHIFT)
536 if (env->vfp.xregs[ARM_VFP_FPEXC] & (1 << 30)) {

Completed in 150 milliseconds