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

1234567891011>>

/external/tensorflow/tensorflow/compiler/aot/
H A Dflags.cc16 #include "tensorflow/compiler/aot/flags.h"
21 void AppendMainFlags(std::vector<Flag>* flag_list, MainFlags* flags) { argument
23 {"graph", &flags->graph,
27 {"config", &flags->config,
31 {"dump_fetch_nodes", &flags->dump_fetch_nodes,
32 "If set, only flags related to fetches are processed, and the resulting "
39 // TODO(toddw): The following flags also need to be supported:
42 {"target_triple", &flags->target_triple,
46 {"target_cpu", &flags->target_cpu,
49 {"target_features", &flags
[all...]
/external/minijail/
H A Dsyscall_wrapper.h6 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/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/tensorflow/tensorflow/compiler/jit/legacy_flags/
H A Dmark_for_compilation_pass_flags.cc16 // Legacy flags for the XLA bridge's mark_for_compilation_pass module.
29 // Pointers to the parsed value of the flags and flag descriptors, initialized
31 static MarkForCompilationPassFlags* flags; member in namespace:tensorflow::legacy_flags
35 // Allocate *flags. Called via call_once(&flags_init,...).
37 flags = new MarkForCompilationPassFlags;
38 flags->tf_xla_auto_jit = 0;
39 flags->tf_xla_min_cluster_size = 2;
40 flags->tf_xla_max_cluster_size = std::numeric_limits<int32>::max();
41 flags->tf_xla_clustering_debug = false;
42 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_???");
H A Dmemfd_create.c50 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 ? "|" : "",
/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:__anon2418
/external/kmod/tools/
H A Dport.c6 int darwin_delete_module(const char *name, int flags) argument
/external/linux-kselftest/tools/testing/selftests/membarrier/
H A Dmembarrier_test.c11 static int sys_membarrier(int cmd, int flags) argument
13 return syscall(__NR_membarrier, cmd, flags);
18 int cmd = -1, flags = 0; local
20 if (sys_membarrier(cmd, flags) != -1) {
22 "sys membarrier invalid command test: command = %d, flags = %d. Should fail, but passed\n",
23 cmd, flags);
27 "sys membarrier invalid command test: command = %d, flags = %d. Failed as expected\n",
28 cmd, flags);
34 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; local
36 if (sys_membarrier(cmd, flags) !
50 int cmd = MEMBARRIER_CMD_SHARED, flags = 0; local
83 int flags = 0, ret; local
[all...]
/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...]

Completed in 779 milliseconds

1234567891011>>