HomeSort by relevance Sort by last modified time
    Searched defs:PRE (Results 1 - 25 of 33) sorted by null

1 2

  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-solaris.c 549 PRE/POST wrappers for AMD64/Solaris-specific syscalls
552 #define PRE(name) DEFN_PRE_TEMPLATE(amd64_solaris, name)
557 #undef PRE
syswrap-amd64-linux.c 325 PRE/POST wrappers for AMD64/Linux-specific syscalls
328 #define PRE(name) DEFN_PRE_TEMPLATE(amd64_linux, name)
345 PRE(sys_clone)
447 PRE(sys_rt_sigreturn)
489 PRE(sys_arch_prctl)
541 PRE(sys_ptrace)
620 PRE(sys_fadvise64)
627 PRE(sys_mmap)
643 PRE/POST wrappers for AMD64/Linux-variant specific syscalls
646 PRE(sys_syscall184
    [all...]
syswrap-arm-linux.c 319 PRE/POST wrappers for arm/Linux-specific syscalls
322 #define PRE(name) DEFN_PRE_TEMPLATE(arm_linux, name)
344 PRE(sys_mmap2)
371 PRE(sys_lstat64)
387 PRE(sys_stat64)
400 PRE(sys_fstatat64)
415 PRE(sys_fstat64)
427 PRE(sys_clone)
521 PRE(sys_sigreturn)
523 /* See comments on PRE(sys_rt_sigreturn) in syswrap-amd64-linux.c fo
    [all...]
syswrap-arm64-linux.c 382 PRE/POST wrappers for arm/Linux-specific syscalls
385 #define PRE(name) DEFN_PRE_TEMPLATE(arm64_linux, name)
408 //ZZ PRE(sys_mmap2)
432 PRE(sys_fadvise64)
440 PRE(sys_mmap)
460 //ZZ PRE(sys_lstat64)
476 //ZZ PRE(sys_stat64)
489 //ZZ PRE(sys_fstatat64)
503 //ZZ PRE(sys_fstat64)
525 PRE(sys_clone
    [all...]
syswrap-ppc32-linux.c 378 PRE/POST wrappers for ppc32/Linux-specific syscalls
381 #define PRE(name) DEFN_PRE_TEMPLATE(ppc32_linux, name)
403 PRE(sys_mmap)
419 PRE(sys_mmap2)
442 PRE(sys_stat64)
455 PRE(sys_lstat64)
471 PRE(sys_fstatat64)
486 PRE(sys_fstat64)
500 //.. PRE(old_select, MayBlock)
533 PRE(sys_clone
    [all...]
syswrap-ppc64-linux.c 530 PRE/POST wrappers for ppc64/Linux-specific syscalls
533 #define PRE(name) DEFN_PRE_TEMPLATE(ppc64_linux, name)
552 PRE(sys_mmap)
568 //zz PRE(sys_mmap2)
591 //zz PRE(sys_stat64)
604 //zz PRE(sys_lstat64)
620 //zz PRE(sys_fstat64)
633 PRE(sys_clone)
718 PRE(sys_fadvise64)
725 PRE(sys_rt_sigreturn
    [all...]
syswrap-tilegx-linux.c 449 PRE/POST wrappers for tilegx/Linux-specific syscalls
451 #define PRE(name) DEFN_PRE_TEMPLATE(tilegx_linux, name)
499 PRE(sys_clone)
587 PRE(sys_rt_sigreturn)
629 PRE(sys_arch_prctl)
646 PRE(sys_ptrace)
722 PRE(sys_socket)
735 PRE(sys_setsockopt)
745 PRE(sys_getsockopt)
761 PRE(sys_connect
    [all...]
syswrap-mips32-linux.c 506 PRE/POST wrappers for mips/Linux-specific syscalls
508 #define PRE(name) DEFN_PRE_TEMPLATE(mips_linux, name)
530 PRE(sys_mmap2)
546 PRE(sys_mmap)
562 PRE (sys_lstat64)
579 PRE (sys_stat64)
592 PRE (sys_fstatat64)
609 PRE (sys_fstat64)
621 PRE (sys_clone)
711 PRE (sys_sigreturn)
    [all...]
syswrap-mips64-linux.c 289 PRE/POST wrappers for mips/Linux-specific syscalls
292 #define PRE(name) DEFN_PRE_TEMPLATE(mips_linux, name)
321 PRE(sys_tee)
328 PRE(sys_splice)
337 PRE(sys_vmsplice)
344 PRE(sys_unshare)
350 PRE(sys_sched_rr_get_interval)
358 PRE(sys_ustat)
364 PRE(sys_swapon)
370 PRE(sys_swapoff
    [all...]
syswrap-s390x-linux.c 306 PRE/POST wrappers for s390x/Linux-specific syscalls
309 #define PRE(name) DEFN_PRE_TEMPLATE(s390x_linux, name)
332 PRE(sys_ptrace)
432 PRE(sys_mmap)
455 PRE(sys_clone)
548 PRE(sys_sigreturn)
576 PRE(sys_rt_sigreturn)
578 /* See comments on PRE(sys_rt_sigreturn) in syswrap-amd64-linux.c for
607 PRE(sys_fadvise64)
614 #undef PRE
    [all...]
syswrap-x86-solaris.c 618 PRE/POST wrappers for x86/Solaris-specific syscalls
621 #define PRE(name) DEFN_PRE_TEMPLATE(x86_solaris, name)
626 PRE(sys_fstatat64)
649 PRE(sys_openat64)
688 PRE(sys_llseek32)
700 PRE(sys_mmap64)
733 PRE(sys_stat64)
748 PRE(sys_lstat64)
763 PRE(sys_fstat64)
797 PRE(sys_statvfs64
    [all...]
syswrap-x86-linux.c 760 PRE/POST wrappers for x86/Linux-specific syscalls
763 #define PRE(name) DEFN_PRE_TEMPLATE(x86_linux, name)
790 PRE(old_select)
823 PRE(sys_clone)
954 PRE(sys_sigreturn)
956 /* See comments on PRE(sys_rt_sigreturn) in syswrap-amd64-linux.c for
    [all...]
syswrap-xen.c 65 #define PRE(name) static DEFN_PRE_TEMPLATE(xen, name)
112 PRE(memory_op)
255 PRE(mmuext_op)
345 PRE(xsm_op)
392 PRE(sched_op)
450 PRE(evtchn_op)
456 PRE(evtchn_op_compat)
466 PRE(physdev_op)
520 PRE(xen_version)
545 PRE(grant_table_op
    [all...]
syswrap-linux.c 135 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
507 PRE/POST wrappers for arch-generic, Linux-specific syscalls
510 // Nb: See the comment above the generic PRE/POST wrappers in
513 #define PRE(name) DEFN_PRE_TEMPLATE(linux, name)
534 PRE(sys_mount)
551 PRE(sys_oldumount)
558 PRE(sys_umount)
568 PRE(sys_pivot_root)
581 PRE(sys_setfsuid16)
587 PRE(sys_setfsuid
    [all...]
syswrap-generic.c     [all...]
syswrap-solaris.c 123 invoked later from PRE(sys_getsetcontext)() when setucontext()
162 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
348 in the PRE wrapper of lwp_create). */
442 process. This mapping should have already been pre-arranged during process
749 /* Hook called during PRE door_call()
898 PRE/POST wrappers for Solaris-specific syscalls
901 #define PRE(name) DEFN_PRE_TEMPLATE(solaris, name)
    [all...]
syswrap-darwin.c 192 "run_a_thread_NORETURN(tid=%u): pre-thread_wrapper\n",
    [all...]
  /external/valgrind/none/tests/arm64/
integer.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 196 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset)))
200 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
238 int pre_stride = x->e_mbd.pre.y_stride;
239 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
358 #undef PRE
381 int pre_stride = x->e_mbd.pre.y_stride;
382 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
692 int pre_stride = x->e_mbd.pre.y_stride;
693 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
874 int pre_stride = x->e_mbd.pre.y_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 192 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset)))
196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
234 int pre_stride = x->e_mbd.pre.y_stride;
235 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
354 #undef PRE
377 int pre_stride = x->e_mbd.pre.y_stride;
378 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
688 int pre_stride = x->e_mbd.pre.y_stride;
689 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
870 int pre_stride = x->e_mbd.pre.y_stride
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 839 bool requiresAdvancedBlendEq (const BlendState& pre, const BlendState post, const vector<DrawBufferInfo>& drawBuffers)
843 if (pre.blendEq && pre.blendEq->is<BlendEq>())
844 requiresAdvancedBlendEq |= isAdvancedBlendEq(pre.blendEq->get<BlendEq>());
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 173 static INLINE const uint8_t *pre(const uint8_t *buf, int stride, int r, int c, function
180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \
284 const int y_stride = xd->plane[0].pre[0].stride;
286 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
356 vfp->svaf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), \
383 const int y_stride = xd->plane[0].pre[0].stride;
385 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
461 #undef PRE
516 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
707 const struct buf_2d *const in_what = &xd->plane[0].pre[0]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 171 static INLINE const uint8_t *pre(const uint8_t *buf, int stride, int r, int c) { function
179 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
182 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
292 const int y_stride = xd->plane[0].pre[0].stride; \
294 const uint8_t *const y = xd->plane[0].pre[0].buf; \
662 const int y_stride = xd->plane[0].pre[0].stride;
664 const uint8_t *const y = xd->plane[0].pre[0].buf;
793 #undef PRE
834 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0];
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.h 316 PRE,
  /external/clang/lib/Sema/
SemaChecking.cpp 8797 ObjCPropertyRefExpr *pre local
    [all...]

Completed in 426 milliseconds

1 2