Home
last modified time | relevance | path

Searched refs:new_flags (Results 1 - 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cp.c161 struct ir3_register *reg, unsigned new_flags) in lower_immed()
163 if (!(new_flags & IR3_REG_IMMED)) in lower_immed()
166 new_flags &= ~IR3_REG_IMMED; in lower_immed()
167 new_flags |= IR3_REG_CONST; in lower_immed()
169 if (!ir3_valid_flags(instr, n, new_flags)) in lower_immed()
179 if (f_opcode && (new_flags & IR3_REG_HALF)) in lower_immed()
185 if (new_flags & IR3_REG_SABS) { in lower_immed()
187 new_flags &= ~IR3_REG_SABS; in lower_immed()
190 if (new_flags & IR3_REG_FABS) { in lower_immed()
192 new_flags in lower_immed()
160 lower_immed(struct ir3_cp_ctx *ctx, struct ir3_instruction *instr, unsigned n, struct ir3_register *reg, unsigned new_flags) lower_immed() argument
274 try_swap_mad_two_srcs(struct ir3_instruction *instr, unsigned new_flags) try_swap_mad_two_srcs() argument
354 unsigned new_flags = reg->flags; reg_cp() local
382 unsigned new_flags = reg->flags; reg_cp() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_event_kqueue.c137 ares_event_flags_t new_flags) in ares_evsys_kqueue_event_process()
151 if (new_flags & ARES_EVENT_FLAG_READ && !(old_flags & ARES_EVENT_FLAG_READ)) { in ares_evsys_kqueue_event_process()
155 if (!(new_flags & ARES_EVENT_FLAG_READ) && old_flags & ARES_EVENT_FLAG_READ) { in ares_evsys_kqueue_event_process()
159 if (new_flags & ARES_EVENT_FLAG_WRITE && in ares_evsys_kqueue_event_process()
164 if (!(new_flags & ARES_EVENT_FLAG_WRITE) && in ares_evsys_kqueue_event_process()
182 ares_event_flags_t new_flags) in ares_evsys_kqueue_event_mod()
184 ares_evsys_kqueue_event_process(event, event->flags, new_flags); in ares_evsys_kqueue_event_mod()
135 ares_evsys_kqueue_event_process(ares_event_t *event, ares_event_flags_t old_flags, ares_event_flags_t new_flags) ares_evsys_kqueue_event_process() argument
181 ares_evsys_kqueue_event_mod(ares_event_t *event, ares_event_flags_t new_flags) ares_evsys_kqueue_event_mod() argument
H A Dares_event_epoll.c128 ares_event_flags_t new_flags) in ares_evsys_epoll_event_mod()
137 if (new_flags & ARES_EVENT_FLAG_READ) { in ares_evsys_epoll_event_mod()
140 if (new_flags & ARES_EVENT_FLAG_WRITE) { in ares_evsys_epoll_event_mod()
127 ares_evsys_epoll_event_mod(ares_event_t *event, ares_event_flags_t new_flags) ares_evsys_epoll_event_mod() argument
H A Dares_event_select.c64 ares_event_flags_t new_flags) in ares_evsys_select_event_mod()
67 (void)new_flags; in ares_evsys_select_event_mod()
63 ares_evsys_select_event_mod(ares_event_t *event, ares_event_flags_t new_flags) ares_evsys_select_event_mod() argument
H A Dares_event_poll.c62 ares_event_flags_t new_flags) in ares_evsys_poll_event_mod()
65 (void)new_flags; in ares_evsys_poll_event_mod()
61 ares_evsys_poll_event_mod(ares_event_t *event, ares_event_flags_t new_flags) ares_evsys_poll_event_mod() argument
H A Dares_event.h78 void (*event_mod)(ares_event_t *event, ares_event_flags_t new_flags);
H A Dares_event_win32.c515 ares_event_flags_t new_flags) in ares_evsys_win32_event_mod()
527 ares_evsys_win32_afd_enqueue(event, new_flags); in ares_evsys_win32_event_mod()
514 ares_evsys_win32_event_mod(ares_event_t *event, ares_event_flags_t new_flags) ares_evsys_win32_event_mod() argument
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tracker.c243 xa_flags_compat(unsigned int old_flags, unsigned int new_flags) in xa_flags_compat() argument
245 unsigned int flag_diff = (old_flags ^ new_flags); in xa_flags_compat()
256 return ((new_flags & XA_FLAG_RENDER_TARGET) == 0); in xa_flags_compat()
262 return ((new_flags & XA_FLAG_SCANOUT) == 0); in xa_flags_compat()
445 unsigned int new_flags, in xa_surface_redefine()
465 xa_flags_compat(srf->flags, new_flags)) in xa_surface_redefine()
469 if (new_flags & XA_FLAG_SHARED) in xa_surface_redefine()
471 if (new_flags & XA_FLAG_RENDER_TARGET) in xa_surface_redefine()
473 if (new_flags & XA_FLAG_SCANOUT) in xa_surface_redefine()
517 srf->flags = new_flags; in xa_surface_redefine()
439 xa_surface_redefine(struct xa_surface *srf, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int new_flags, int copy_contents) xa_surface_redefine() argument
[all...]
/third_party/benchmark/
H A D.ycm_extra_conf.py48 new_flags = []
70 new_flags.append( new_flag )
71 return new_flags
/third_party/ltp/testcases/kernel/io/aio/
H A Daio02.c206 int status, new_flags; in test_io() local
209 new_flags = tc->flags; in test_io()
213 new_flags &= ~O_DIRECT; in test_io()
216 status = io_tio("file", new_flags, tc->operation); in test_io()
/third_party/node/deps/v8/src/objects/
H A Ddebug-objects.cc54 int new_flags = flags(kRelaxedLoad); in ClearBreakInfo() local
55 new_flags &= ~kHasBreakInfo & ~kPreparedForDebugExecution; in ClearBreakInfo()
56 new_flags &= ~kBreakAtEntry & ~kCanBreakAtEntry; in ClearBreakInfo()
57 new_flags &= ~kDebugExecutionMode; in ClearBreakInfo()
58 set_flags(new_flags, kRelaxedStore); in ClearBreakInfo()
217 int new_flags = flags(kRelaxedLoad) & ~kHasCoverageInfo; in ClearCoverageInfo() local
218 set_flags(new_flags, kRelaxedStore); in ClearCoverageInfo()
H A Dfeedback-vector.cc420 int32_t new_flags = flags(); in set_tiering_state() local
421 new_flags = TieringStateBits::update(new_flags, state); in set_tiering_state()
422 set_flags(new_flags); in set_tiering_state()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c3671 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; variable
3672 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, new_flags));
3677 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; variable
3678 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_int, new_flags));
3723 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; variable
3724 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, new_flags));
3729 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; variable
3730 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_int, new_flags));
3776 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; variable
3777 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, new_flags));
3782 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
3829 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
3835 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
3882 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
3888 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
3935 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
3941 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
4066 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
4186 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
4306 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
4426 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
4537 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
4648 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
4759 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
4870 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; global() variable
[all...]
/third_party/rust/crates/nix/test/sys/
H A Dtest_termios.rs122 let new_flags = in test_local_flags()
124 fcntl::fcntl(pty.master, fcntl::F_SETFL(new_flags)).unwrap(); in test_local_flags()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c1959 uint64_t new_flags = 0; in anv_device_import_bo() local
1960 new_flags |= (bo->flags | bo_flags) & EXEC_OBJECT_WRITE; in anv_device_import_bo()
1961 new_flags |= (bo->flags & bo_flags) & EXEC_OBJECT_ASYNC; in anv_device_import_bo()
1962 new_flags |= (bo->flags & bo_flags) & EXEC_OBJECT_SUPPORTS_48B_ADDRESS; in anv_device_import_bo()
1963 new_flags |= (bo->flags | bo_flags) & EXEC_OBJECT_PINNED; in anv_device_import_bo()
1964 new_flags |= (bo->flags | bo_flags) & EXEC_OBJECT_CAPTURE; in anv_device_import_bo()
1985 if ((new_flags & EXEC_OBJECT_PINNED) && in anv_device_import_bo()
2008 bo->flags = new_flags; in anv_device_import_bo()
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSSettings.py341 new_flags = "{} {}".format(tool_settings["AdditionalOptions"], flag)
343 new_flags = flag
344 tool_settings["AdditionalOptions"] = new_flags
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSSettings.py341 new_flags = "{} {}".format(tool_settings["AdditionalOptions"], flag)
343 new_flags = flag
344 tool_settings["AdditionalOptions"] = new_flags
/third_party/python/Python/
H A Dfileutils.c1340 int flags, new_flags; in set_inheritable()
1441 new_flags = flags & ~FD_CLOEXEC; in set_inheritable()
1444 new_flags = flags | FD_CLOEXEC; in set_inheritable()
1447 if (new_flags == flags) { in set_inheritable()
1452 res = fcntl(fd, F_SETFD, new_flags); in set_inheritable()
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc1001 UnoptimizedCompileFlags new_flags = in PatchScript() local
1003 new_flags.set_is_eager(true); in PatchScript()
1004 ParseInfo new_parse_info(isolate, new_flags, &new_compile_state, in PatchScript()
/third_party/python/Modules/
H A D_ssl.c3434 unsigned long new_flags, flags, set, clear; in set_verify_flags() local
3436 if (!PyArg_Parse(arg, "k", &new_flags)) in set_verify_flags()
3440 clear = flags & ~new_flags; in set_verify_flags()
3441 set = ~flags & new_flags; in set_verify_flags()
3661 unsigned int new_flags = 0; in set_host_flags() local
3663 if (!PyArg_Parse(arg, "I", &new_flags)) in set_host_flags()
3667 self->hostflags = new_flags; in set_host_flags()
3668 X509_VERIFY_PARAM_set_hostflags(param, new_flags); in set_host_flags()
/third_party/python/Lib/test/
H A Dtest_tempfile.py1672 new_flags = os.stat(file1).st_flags
1673 self.assertEqual(new_flags, old_flags)
1679 new_flags = os.stat(dir1).st_flags
1680 self.assertEqual(new_flags, old_flags)
H A Dtest_imaplib.py686 new_flags = args[2].strip('(').strip(')').split()
687 self.flags.extend(new_flags)
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc1556 UINT new_flags = in EnsureConsoleOutputWin32() local
1558 UINT existing_flags = SetErrorMode(new_flags); in EnsureConsoleOutputWin32()
1559 SetErrorMode(existing_flags | new_flags); in EnsureConsoleOutputWin32()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1672 Handle<String> new_flags = flags; in RUNTIME_FUNCTION() local
1674 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, new_flags, in RUNTIME_FUNCTION()
1684 argv[1] = new_flags; in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc1327 const TNode<String> new_flags = FlagsGetter(context, pattern, true); in TF_BUILTIN() local
1331 var_flags = new_flags; in TF_BUILTIN()

Completed in 50 milliseconds

12