HomeSort by relevance Sort by last modified time
    Searched defs:flags (Results 51 - 75 of 3466) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/fuzz/
Fuzz.cpp 21 uint8_t flags; local
23 this->nextRange(&flags, 0, 0xF);
24 *cropRect = SkImageFilter::CropRect(rect, flags);
  /external/skqp/fuzz/
Fuzz.cpp 21 uint8_t flags; local
23 this->nextRange(&flags, 0, 0xF);
24 *cropRect = SkImageFilter::CropRect(rect, flags);
  /external/strace/
fanotify.c 43 unsigned int flags = tcp->u_arg[0]; local
45 printxval(fan_classes, flags & FAN_ALL_CLASS_BITS, "FAN_CLASS_???");
46 flags &= ~FAN_ALL_CLASS_BITS;
47 if (flags) {
49 printflags(fan_init_flags, flags, "FAN_???");
memfd_create.c 50 unsigned int flags = tcp->u_arg[1]; local
52 const unsigned int hugetlb_value = flags & mask;
53 flags &= ~mask;
55 if (flags || !hugetlb_value)
56 printflags(memfd_create_flags, flags, "MFD_???");
60 flags ? "|" : "",
mount.c 46 kernel_ulong_t flags = tcp->u_arg[3]; local
49 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) {
50 flags &= ~MS_MGC_MSK;
54 if (flags & MS_REMOUNT)
56 else if (flags & (MS_BIND | MS_MOVE | MS_SHARED
74 if (flags)
77 if (flags || !old_magic)
78 printflags64(mount_flags, flags, "MS_???");
  /external/strace/tests/
copy_file_range.c 50 const unsigned int flags = 0; local
53 fd_in, off_in, fd_out, off_out, len, flags);
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags,
mbind.c 45 const unsigned long flags = -1UL; local
47 long rc = syscall(__NR_mbind, 0, len, mode, nodemask, maxnode, flags);
51 (unsigned) flags & ~7, rc, errno2name());
riscv_flush_icache.c 56 } flags[] = { local
71 for (size_t k = 0; k < ARRAY_SIZE(flags); k++) {
75 flags[k].val);
78 addrs[i].str, addrs[j].str, flags[k].str,
splice.c 49 const unsigned int flags = 15; local
52 fd_in, off_in, fd_out, off_out, len, flags);
sync_file_range.c 44 const unsigned int flags = -1; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
sync_file_range2.c 44 const unsigned int flags = -1; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
tee.c 44 const unsigned int flags = 15; local
46 long rc = syscall(__NR_tee, fd_in, fd_out, len, flags);
  /external/strace/tests-m32/
copy_file_range.c 50 const unsigned int flags = 0; local
53 fd_in, off_in, fd_out, off_out, len, flags);
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags,
mbind.c 45 const unsigned long flags = -1UL; local
47 long rc = syscall(__NR_mbind, 0, len, mode, nodemask, maxnode, flags);
51 (unsigned) flags & ~7, rc, errno2name());
riscv_flush_icache.c 56 } flags[] = { local
71 for (size_t k = 0; k < ARRAY_SIZE(flags); k++) {
75 flags[k].val);
78 addrs[i].str, addrs[j].str, flags[k].str,
splice.c 49 const unsigned int flags = 15; local
52 fd_in, off_in, fd_out, off_out, len, flags);
sync_file_range.c 44 const unsigned int flags = -1; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
sync_file_range2.c 44 const unsigned int flags = -1; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
tee.c 44 const unsigned int flags = 15; local
46 long rc = syscall(__NR_tee, fd_in, fd_out, len, flags);
  /external/strace/tests-mx32/
copy_file_range.c 50 const unsigned int flags = 0; local
53 fd_in, off_in, fd_out, off_out, len, flags);
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags,
mbind.c 45 const unsigned long flags = -1UL; local
47 long rc = syscall(__NR_mbind, 0, len, mode, nodemask, maxnode, flags);
51 (unsigned) flags & ~7, rc, errno2name());
riscv_flush_icache.c 56 } flags[] = { local
71 for (size_t k = 0; k < ARRAY_SIZE(flags); k++) {
75 flags[k].val);
78 addrs[i].str, addrs[j].str, flags[k].str,
splice.c 49 const unsigned int flags = 15; local
52 fd_in, off_in, fd_out, off_out, len, flags);
sync_file_range.c 44 const unsigned int flags = -1; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
sync_file_range2.c 44 const unsigned int flags = -1; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);

Completed in 4531 milliseconds

1 23 4 5 6 7 8 91011>>