Searched refs:flags (Results 1 - 25 of 6258) sorted by relevance

1234567891011>>

/external/minijail/
H A Dsyscall_wrapper.h17 int sys_seccomp(unsigned int operation, unsigned int flags, void *args);
/external/parameter-framework/asio/include/asio/ip/
H A Dresolver_query_base.hpp29 enum flags enum in class:asio::ip::resolver_query_base
42 friend flags operator&(flags x, flags y)
44 return static_cast<flags>(
48 friend flags operator|(flags x, flags y)
50 return static_cast<flags>(
54 friend flags operato
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dresolver_query_base.hpp29 enum flags enum in class:asio::ip::resolver_query_base
42 friend flags operator&(flags x, flags y)
44 return static_cast<flags>(
48 friend flags operator|(flags x, flags y)
50 return static_cast<flags>(
54 friend flags operato
[all...]
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DBitFlags.java17 * Convenience method for working with {@code int} bitwise flags.
22 * Returns {@code true} iff <b>all</b> bits in {@code bitmask} are set in {@code flags}.
25 public static boolean isSet(int flags, int bitmask) { argument
26 return (flags & bitmask) == bitmask;
30 * Returns {@code true} iff <b>none</b> of the bits in {@code bitmask} are set in {@code flags}.
33 public static boolean noneSet(int flags, int bitmask) { argument
34 return (flags & bitmask) == 0;
/external/syslinux/com32/modules/
H A Dcpuidtest.c55 if (cpu.flags.fpu)
57 if (cpu.flags.vme)
59 if (cpu.flags.de)
61 if (cpu.flags.pse)
63 if (cpu.flags.tsc)
65 if (cpu.flags.msr)
67 if (cpu.flags.pae)
69 if (cpu.flags.mce)
71 if (cpu.flags.cx8)
73 if (cpu.flags
[all...]
/external/strace/
H A Dswapon.c9 unsigned int flags = tcp->u_arg[1]; local
10 unsigned int prio = flags & SWAP_FLAG_PRIO_MASK;
11 flags &= ~SWAP_FLAG_PRIO_MASK;
15 if (flags) {
16 printflags(swap_flags, flags, "SWAP_FLAG_???");
/external/elfutils/libebl/
H A Deblmachineflagcheck.c38 ebl_machine_flag_check (Ebl *ebl, Elf64_Word flags) argument
40 return ebl != NULL ? ebl->machine_flag_check (flags) : (flags == 0);
H A Deblmachinesectionflagcheck.c1 /* Check SHF_MASKPROC flags.
37 ebl_machine_section_flag_check (Ebl *ebl, GElf_Xword flags) argument
39 return ebl != NULL ? ebl->machine_section_flag_check (flags) : (flags == 0);
/external/syslinux/com32/lib/syslinux/video/
H A Dreportmode.c36 void syslinux_report_video_mode(uint16_t flags, uint16_t xsize, uint16_t ysize) argument
38 if (flags > 0x0f)
41 using_vga(flags, xsize, ysize);
/external/compiler-rt/test/BlocksRuntime/
H A Dflagsisa.c14 __block int flags; local
17 ^{ flags=1; isa = (void *)isa; };
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dmman.h3 #define arch_mmap_check(addr, len, flags) \
4 (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)
/external/libnetfilter_conntrack/src/expect/
H A Dcompare.c16 unsigned int flags,
19 unsigned int flags))
25 return cmp(exp1, exp2, flags);
28 } else if (flags & NFCT_CMP_MASK &&
31 } else if (flags & NFCT_CMP_STRICT) {
39 unsigned int flags)
42 (struct nf_conntrack *)&exp2->master, flags);
47 unsigned int flags)
50 (struct nf_conntrack *)&exp2->expected, flags);
55 unsigned int flags)
13 exp_cmp(int attr, const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags, int (*cmp)(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags)) argument
38 cmp_exp_master(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
46 cmp_exp_expected(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
54 cmp_exp_mask(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
63 cmp_exp_zone(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
70 cmp_exp_flags(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
77 cmp_exp_hname(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
84 cmp_exp_class(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
91 cmp_exp_natt(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
100 cmp_exp_natdir(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
107 cmp_exp_expfn(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
114 __cmp_expect(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags) argument
[all...]
/external/syslinux/com32/lib/syslinux/
H A Dlocalboot.c35 void syslinux_local_boot(int16_t flags) argument
37 local_boot(flags);
/external/valgrind/none/tests/amd64/
H A Dbt_flags.stdout.exp0 flags 0x000(------) val 0x8000 ix 14 -> flags 0x000(------)
2 flags 0x004(-----p) val 0x8000 ix 14 -> flags 0x004(-----p)
3 flags 0x001(----c-) val 0x8000 ix 14 -> flags 0x000(------)
4 flags 0x005(----cp) val 0x8000 ix 14 -> flags 0x004(-----p)
5 flags 0x010(---a--) val 0x8000 ix 14 -> flags
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Darm_cpudetect.c24 static int arm_cpu_env_flags(int *flags) { argument
28 *flags = (int)strtol(env, NULL, 0);
31 *flags = 0;
47 int flags; local
49 if (!arm_cpu_env_flags(&flags)) {
50 return flags;
54 flags |= HAS_NEON;
56 return flags & mask;
70 int flags; local
72 if (!arm_cpu_env_flags(&flags)) {
98 int flags; local
119 int flags; local
[all...]
/external/mesa3d/src/compiler/glsl/
H A Dast_type.cpp45 subroutine_only.flags.i = 0;
46 subroutine_only.flags.q.subroutine = 1;
47 subroutine_only.flags.q.subroutine_def = 1;
49 subroutine_only.flags.q.explicit_index = 1;
51 return (this->qualifier.flags.i & ~subroutine_only.flags.i) != 0;
56 return this->flags.q.smooth
57 || this->flags.q.flat
58 || this->flags.q.noperspective;
64 return this->flags
[all...]
/external/syslinux/com32/lua/src/
H A Dcpu.c26 snprintf(buffer,sizeof(buffer), "flags.%s",value_str);
57 add_flag(L, lua_cpu.flags.fpu, "fpu");
58 add_flag(L, lua_cpu.flags.vme, "vme");
59 add_flag(L, lua_cpu.flags.de, "de");
60 add_flag(L, lua_cpu.flags.pse, "pse");
61 add_flag(L, lua_cpu.flags.tsc, "tsc");
62 add_flag(L, lua_cpu.flags.msr, "msr");
63 add_flag(L, lua_cpu.flags.pae, "pae");
64 add_flag(L, lua_cpu.flags.mce, "mce");
65 add_flag(L, lua_cpu.flags
[all...]
/external/clang/test/CodeGen/
H A D2008-08-07-AlignPadding2.c7 int flags; member in struct:__anon2097
/external/kmod/tools/
H A Dport.c6 int darwin_delete_module(const char *name, int flags) argument
/external/libmojo/mojo/edk/system/ports/
H A Dname.cc12 std::ios::fmtflags flags(stream.flags());
16 stream.flags(flags);
/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify.h44 static int fanotify_init(unsigned int flags, unsigned int event_f_flags) argument
46 return syscall(__NR_fanotify_init, flags, event_f_flags);
49 static long fanotify_mark(int fd, unsigned int flags, uint64_t mask, argument
52 return syscall(__NR_fanotify_mark, fd, flags, mask, dfd, pathname);
/external/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2.h21 static inline int umount2_retry(const char *target, int flags) argument
26 ret = umount2(target, flags);
32 target, flags, i);
38 target, flags);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texturebarrier.c76 unsigned flags = 0; local
79 flags |= PIPE_BARRIER_VERTEX_BUFFER;
81 flags |= PIPE_BARRIER_INDEX_BUFFER;
83 flags |= PIPE_BARRIER_CONSTANT_BUFFER;
85 flags |= PIPE_BARRIER_TEXTURE;
87 flags |= PIPE_BARRIER_IMAGE;
89 flags |= PIPE_BARRIER_INDIRECT_BUFFER;
96 flags |= PIPE_BARRIER_TEXTURE;
114 flags |= PIPE_BARRIER_MAPPED_BUFFER;
116 flags |
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_none.cpp12 SkBlitRow::Proc32 SkBlitRow::PlatformProcs32(unsigned flags) { argument
/external/syslinux/com32/lib/
H A Dfopen.c11 int flags = O_RDONLY; local
18 flags = O_RDONLY;
21 flags = O_WRONLY | O_CREAT | O_TRUNC;
24 flags = O_WRONLY | O_CREAT | O_APPEND;
34 flags = (flags & ~(O_RDONLY | O_WRONLY)) | O_RDWR;
37 fd = open(file, flags, 0666);

Completed in 2614 milliseconds

1234567891011>>