Home
last modified time | relevance | path

Searched defs:new_flags (Results 1 – 16 of 16) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/test/
DCMakeLists.txt15 set(new_flags "") variable
19 set(new_flags "${new_flags} ${flag}") variable
21 set(new_flags "${new_flags} -O0") variable
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c125 struct ir3_register *reg, unsigned new_flags) in lower_immed()
214 try_swap_two_srcs(struct ir3_instruction *instr, unsigned n, unsigned new_flags, in try_swap_two_srcs()
250 unsigned new_flags) in try_swap_cat3_two_srcs()
309 unsigned new_flags = reg->flags; in reg_cp() local
336 unsigned new_flags = reg->flags; in reg_cp() local
/third_party/cares/src/lib/event/
Dares_event_kqueue.c136 ares_event_flags_t new_flags) in ares_evsys_kqueue_event_process()
181 ares_event_flags_t new_flags) in ares_evsys_kqueue_event_mod()
Dares_event_poll.c61 ares_event_flags_t new_flags) in ares_evsys_poll_event_mod()
Dares_event_select.c69 ares_event_flags_t new_flags) in ares_evsys_select_event_mod()
Dares_event_epoll.c122 ares_event_flags_t new_flags) in ares_evsys_epoll_event_mod()
Dares_event_win32.c781 ares_event_flags_t new_flags) in ares_evsys_win32_event_mod()
/third_party/mesa3d/src/intel/vulkan/i915/
Danv_gem.c107 uint32_t new_flags = 0; in anv_i915_gem_import_bo_alloc_flags_to_bo_flags() local
/third_party/rust/crates/nix/test/sys/
Dtest_termios.rs122 let new_flags = in test_local_flags() localVariable
/third_party/ltp/testcases/kernel/io/aio/
Daio02.c206 int status, new_flags; in test_io() local
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3671 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo() local
3677 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo() local
3723 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB() local
3729 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB() local
3776 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA() local
3782 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA() local
3829 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeARGB() local
3835 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeARGB() local
3882 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeBGR() local
3888 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeBGR() local
[all …]
/third_party/skia/m133/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3671 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo() local
3677 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo() local
3723 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB() local
3729 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB() local
3776 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA() local
3782 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA() local
3829 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeARGB() local
3835 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeARGB() local
3882 int new_flags = SWIG_IsNewObj(res3) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeBGR() local
3888 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeBGR() local
[all …]
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.c243 xa_flags_compat(unsigned int old_flags, unsigned int new_flags) in xa_flags_compat()
445 unsigned int new_flags, in xa_surface_redefine()
/third_party/mesa3d/src/intel/vulkan_hasvk/
Danv_allocator.c1813 uint64_t new_flags = 0; in anv_device_import_bo() local
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dtranslate.rs624 let mut new_flags = Flags::from_ast(ast_flags); in set_flags() localVariable
/third_party/python/Modules/
D_ssl.c3434 unsigned long new_flags, flags, set, clear; in set_verify_flags() local
3661 unsigned int new_flags = 0; in set_host_flags() local