Home
last modified time | relevance | path

Searched refs:is_first (Results 1 – 25 of 61) sorted by relevance

123

/third_party/boost/boost/spirit/home/qi/detail/
Dexpect_function.hpp35 , is_first(true) in expect_function()
44 if (!is_first) in operator ()()
52 if (is_first) in operator ()()
54 is_first = false; in operator ()()
62 is_first = false; in operator ()()
71 if (!is_first) in operator ()()
79 if (is_first) in operator ()()
81 is_first = false; in operator ()()
89 is_first = false; in operator ()()
97 mutable bool is_first; member
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.cpp29 bool is_first = true; in ForEachSuccessorLabel() local
30 br->ForEachInId([&is_first, &f](const uint32_t* idp) { in ForEachSuccessorLabel()
31 if (!is_first) f(*idp); in ForEachSuccessorLabel()
32 is_first = false; in ForEachSuccessorLabel()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.cpp125 bool is_first = true; in WhileEachSuccessorLabel() local
126 return br->WhileEachInId([&is_first, &f](const uint32_t* idp) { in WhileEachSuccessorLabel()
127 if (!is_first) return f(*idp); in WhileEachSuccessorLabel()
128 is_first = false; in WhileEachSuccessorLabel()
148 bool is_first = true; in ForEachSuccessorLabel() local
149 br->ForEachInId([&is_first, &f](uint32_t* idp) { in ForEachSuccessorLabel()
150 if (!is_first) f(idp); in ForEachSuccessorLabel()
151 is_first = false; in ForEachSuccessorLabel()
/third_party/spirv-tools/source/opt/
Dbasic_block.cpp125 bool is_first = true; in WhileEachSuccessorLabel() local
126 return br->WhileEachInId([&is_first, &f](const uint32_t* idp) { in WhileEachSuccessorLabel()
127 if (!is_first) return f(*idp); in WhileEachSuccessorLabel()
128 is_first = false; in WhileEachSuccessorLabel()
148 bool is_first = true; in ForEachSuccessorLabel() local
149 br->ForEachInId([&is_first, &f](uint32_t* idp) { in ForEachSuccessorLabel()
150 if (!is_first) f(idp); in ForEachSuccessorLabel()
151 is_first = false; in ForEachSuccessorLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.cpp125 bool is_first = true; in WhileEachSuccessorLabel() local
126 return br->WhileEachInId([&is_first, &f](const uint32_t* idp) { in WhileEachSuccessorLabel()
127 if (!is_first) return f(*idp); in WhileEachSuccessorLabel()
128 is_first = false; in WhileEachSuccessorLabel()
148 bool is_first = true; in ForEachSuccessorLabel() local
149 br->ForEachInId([&is_first, &f](uint32_t* idp) { in ForEachSuccessorLabel()
150 if (!is_first) f(idp); in ForEachSuccessorLabel()
151 is_first = false; in ForEachSuccessorLabel()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c147 bool *is_first, unsigned *packet_flags) in si_cp_dma_prepare() argument
169 if (*is_first && sctx->flags) in si_cp_dma_prepare()
172 if (user_flags & SI_OP_SYNC_CPDMA_BEFORE && *is_first && !(*packet_flags & CP_DMA_CLEAR)) in si_cp_dma_prepare()
175 *is_first = false; in si_cp_dma_prepare()
195 bool is_first = true; in si_cp_dma_clear_buffer() local
219 si_cp_dma_prepare(sctx, dst, NULL, byte_count, size, user_flags, coher, &is_first, in si_cp_dma_clear_buffer()
245 bool *is_first) in si_cp_dma_realign_engine() argument
268 user_flags, coher, is_first, &dma_flags); in si_cp_dma_realign_engine()
289 bool is_first = true; in si_cp_dma_copy_buffer() local
358 coher, &is_first, &dma_flags); in si_cp_dma_copy_buffer()
[all …]
/third_party/benchmark/src/
Dperf_counters.cc51 const bool is_first = i == 0; in Create() local
54 const int group_id = !is_first ? counter_ids[0] : -1; in Create()
69 attr.disabled = is_first; in Create()
74 attr.pinned = is_first; in Create()
/third_party/boost/boost/spirit/home/x3/support/traits/
Dprint_attribute.hpp33 : out(out), is_first(true) {} in print_fusion_sequence()
40 if (is_first) in operator ()()
41 is_first = false; in operator ()()
48 mutable bool is_first; member
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/resources/
Dsymbolize_stack_trace.py56 is_first = True
62 if is_first:
66 is_first = False
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
Dsymbolize_stack_trace.py61 is_first = True
67 if is_first:
71 is_first = False
/third_party/mindspore/mindspore/core/ir/
Dprimitive.cc99 bool is_first = true; in GetAttrsText() local
101 if (is_first) { in GetAttrsText()
102 is_first = false; in GetAttrsText()
/third_party/boost/libs/poly_collection/test/
Dtest_insertion.cpp111 is_first( in test_insertion()
124 is_first( in test_insertion()
132 is_first<Types>( in test_insertion()
280 BOOST_TEST(is_first( in test_insertion()
289 BOOST_TEST(is_first( in test_insertion()
298 BOOST_TEST(is_first<type>( in test_insertion()
307 BOOST_TEST(is_first<type>( in test_insertion()
330 BOOST_TEST(is_first<type>( in test_insertion()
Dtest_utilities.hpp246 bool is_first( in is_first() function
253 bool is_first(const PolyCollection& p,const std::type_info& info,Iterator it) in is_first() function
265 bool is_first(const PolyCollection& p,Iterator it) in is_first() function
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/
Dcopy_memory_variable_pointers.amber108 %is_first = OpIEqual %bool %index_val %first
110 %is_first_or_second = OpLogicalOr %bool %is_first %is_second
116 %dst = OpSelect %half_array_wg_ptr %is_first %ptr_to_array_wg_0 %ptr_to_array_wg_1
121 OpBranchConditional %is_first %src_for_first %next
164 OpBranchConditional %is_first %output_copy %after_output_copy
Dcopy_memory_two_invocations.amber105 %is_first = OpIEqual %bool %index_val %first
113 OpBranchConditional %is_first %first_copy %after_first_copy
/third_party/gstreamer/gstplugins_bad/gst/accurip/
Dgstaccurip.c152 accurip->is_first = FALSE; in gst_accurip_reset()
247 if (accurip->is_first && accurip->num_samples < IGNORED_SAMPLES_COUNT) in gst_accurip_transform_ip()
306 accurip->is_first = g_value_get_boolean (value); in gst_accurip_set_property()
336 g_value_set_boolean (value, accurip->is_first); in gst_accurip_get_property()
Dgstaccurip.h67 gboolean is_first; member
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioringbuffer.cpp51 gboolean is_first; member
177 if (self->is_first) { in gst_asio_buffer_switch_cb()
187 self->is_first = FALSE; in gst_asio_buffer_switch_cb()
353 self->is_first = TRUE; in gst_asio_ring_buffer_start()
394 self->is_first = TRUE; in gst_asio_ring_buffer_stop()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dhash_map.hpp187 bool is_first = (it == buckets_[bucket].first); in erase() local
189 if (is_first && is_last) in erase()
191 else if (is_first) in erase()
/third_party/boost/boost/asio/detail/
Dhash_map.hpp187 bool is_first = (it == buckets_[bucket].first); in erase() local
189 if (is_first && is_last) in erase()
191 else if (is_first) in erase()
/third_party/ffmpeg/libavfilter/
Dvf_hue.c76 int is_first; member
236 hue->is_first = 1; in init()
429 if (hue->is_first || (old_hue_sin != hue->hue_sin || old_hue_cos != hue->hue_cos)) in filter_frame()
432 if (hue->is_first || (old_brightness != hue->brightness && hue->brightness)) in filter_frame()
467 hue->is_first = 0; in filter_frame()
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.h147 bool is_first() { in is_first() function
207 bool needs_newline = !element_->is_first(); in Pop()
/third_party/boost/libs/graph/src/
Dgraphml.cpp43 bool is_first = is_root; in get_graphs() local
51 if (is_first) in get_graphs()
53 is_first = false; in get_graphs()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstclocksync.h63 gboolean is_first; member
Dgstclocksync.c409 clocksync->is_first = TRUE; in gst_clock_sync_sink_event()
428 if (!clocksync->sync_to_first || !clocksync->is_first || !clocksync->sync) in gst_clock_sync_update_ts_offset()
449 clocksync->is_first = FALSE; in gst_clock_sync_update_ts_offset()
617 clocksync->is_first = TRUE; in gst_clocksync_change_state()

123