Home
last modified time | relevance | path

Searched defs:modes (Results 1 – 25 of 241) sorted by relevance

12345678910

/third_party/musl/include/fortify/linux/
Dfcntl.h56 int open(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, unsigned modes) in open()
76 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat()
97 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in open64()
117 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat64()
/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h56 int open(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, unsigned modes) in open()
76 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat()
97 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in open64()
117 int openat64(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat64()
/third_party/mesa3d/src/compiler/nir/
Dnir_remove_dead_variables.c97 add_var_use_shader(nir_shader *shader, struct set *live, nir_variable_mode modes) in add_var_use_shader()
146 remove_dead_vars(struct exec_list *var_list, nir_variable_mode modes, in remove_dead_vars()
172 nir_remove_dead_variables(nir_shader *shader, nir_variable_mode modes, in nir_remove_dead_variables()
Dnir_lower_memory_model.c34 get_intrinsic_info(nir_intrinsic_instr *intrin, nir_variable_mode *modes, in get_intrinsic_info()
121 nir_variable_mode modes; in visit_instr() local
236 uint32_t modes = 0; in nir_lower_memory_model() local
Dnir_lower_vec3_to_vec4.c29 nir_variable_mode modes = *((nir_variable_mode *)data); in lower_vec3_to_vec4_instr() local
115 nir_lower_vec3_to_vec4(nir_shader *shader, nir_variable_mode modes) in nir_lower_vec3_to_vec4()
Dnir_lower_array_deref_of_vec.c29 nir_variable_mode modes, in nir_lower_array_deref_of_vec_impl()
153 nir_lower_array_deref_of_vec(nir_shader *shader, nir_variable_mode modes, in nir_lower_array_deref_of_vec()
Dnir_lower_indirect_derefs.c116 nir_variable_mode modes, in lower_indirect_derefs_block()
193 lower_indirects_impl(nir_function_impl *impl, nir_variable_mode modes, in lower_indirects_impl()
218 nir_lower_indirect_derefs(nir_shader *shader, nir_variable_mode modes, in nir_lower_indirect_derefs()
Dnir_split_vars.c253 nir_variable_mode modes, in split_struct_derefs_impl()
349 nir_split_struct_vars(nir_shader *shader, nir_variable_mode modes) in nir_split_struct_vars()
482 nir_variable_mode modes) in get_array_deref_info()
497 nir_variable_mode modes, in mark_array_deref_used()
522 nir_variable_mode modes, in mark_array_usage_impl()
756 nir_variable_mode modes, in split_array_copies_impl()
800 nir_variable_mode modes, in split_array_access_impl()
911 nir_split_array_vars(nir_shader *shader, nir_variable_mode modes) in nir_split_array_vars()
1059 nir_variable_mode modes, in get_vec_deref_usage()
1076 nir_variable_mode modes, in mark_deref_if_complex()
[all …]
Dnir_lower_mediump.c32 get_io_intrinsic(nir_instr *instr, nir_variable_mode modes, in get_io_intrinsic()
68 nir_recompute_io_bases(nir_shader *nir, nir_variable_mode modes) in nir_recompute_io_bases()
173 nir_lower_mediump_io(nir_shader *nir, nir_variable_mode modes, in nir_lower_mediump_io()
303 nir_force_mediump_io(nir_shader *nir, nir_variable_mode modes, in nir_force_mediump_io()
363 nir_unpack_16bit_varying_slots(nir_shader *nir, nir_variable_mode modes) in nir_unpack_16bit_varying_slots()
410 try_lower_mediump_var(nir_variable *var, nir_variable_mode modes, struct set *set) in try_lower_mediump_var()
427 nir_lower_mediump_vars_impl(nir_function_impl *impl, nir_variable_mode modes, in nir_lower_mediump_vars_impl()
570 nir_lower_mediump_vars(nir_shader *shader, nir_variable_mode modes) in nir_lower_mediump_vars()
Dnir_opt_combine_stores.c68 nir_variable_mode modes; member
184 nir_variable_mode modes) in combine_stores_with_modes()
414 nir_opt_combine_stores(nir_shader *shader, nir_variable_mode modes) in nir_opt_combine_stores()
Dnir_lower_io.c40 nir_variable_mode modes; member
854 nir_variable_mode modes, in nir_lower_io_impl()
894 nir_lower_io(nir_shader *shader, nir_variable_mode modes, in nir_lower_io()
918 nir_variable_mode modes, in nir_build_addr_iadd()
1005 nir_variable_mode modes, in nir_build_addr_iadd_imm()
1413 canonicalize_generic_modes(nir_variable_mode modes) in canonicalize_generic_modes()
1461 nir_variable_mode modes, in build_explicit_io_load()
1713 nir_variable_mode modes, in build_explicit_io_store()
1881 nir_variable_mode modes) in build_explicit_io_atomic()
2387 nir_lower_explicit_io_impl(nir_function_impl *impl, nir_variable_mode modes, in nir_lower_explicit_io_impl()
[all …]
Dnir_lower_variable_initializers.c61 nir_variable_mode modes) in lower_const_initializer()
93 nir_lower_variable_initializers(nir_shader *shader, nir_variable_mode modes) in nir_lower_variable_initializers()
/third_party/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom01.c12 static int modes[] = {0, GRND_RANDOM, GRND_NONBLOCK, variable
Dgetrandom02.c15 static int modes[] = { 0, GRND_RANDOM, GRND_NONBLOCK, variable
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime01.c64 unsigned int modes; member
226 unsigned int modes = ADJ_ALL; in cleanup() local
Dclock_adjtime02.c69 unsigned int modes; member
231 unsigned int modes = ADJ_ALL; in cleanup() local
/third_party/toybox/toys/lsb/
Dmknod.c39 mode_t modes[] = {S_IFIFO, S_IFCHR, S_IFCHR, S_IFBLK}; in mknod_main() local
/third_party/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod01.c17 static int modes[] = { 0, 07, 070, 0700, 0777, 02777, 04777, 06777 }; variable
/third_party/rust/rust/tests/ui/runtime/
Dout-of-stack.rs65 let mut modes = vec![ in main() localVariable
/third_party/glfw/tests/
Dmonitors.c102 const GLFWvidmode* modes = glfwGetVideoModes(monitor, &count); in list_modes() local
138 const GLFWvidmode* modes = glfwGetVideoModes(monitor, &count); in test_modes() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixModeTest.cpp54 std::vector<GLenum> modes = {GL_PROJECTION, GL_MODELVIEW, GL_TEXTURE}; in TEST_P() local
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dmeson.build68 modes = ['unix', 'windows', 'oldmac', 'bizarro'] variable
/third_party/typescript/tests/baselines/reference/
DmoduleVisibilityTest3.js21 constructor(p1: modes, p2: modes.Mode) {// should be an error on p2 - it's not exported
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_derivatives.cpp81 const auto* modes = state.GetExecutionModes(entry_point->id()); in DerivativesPass() local
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind02.c91 static const int modes[] = { variable

12345678910