Home
last modified time | relevance | path

Searched refs:end (Results 1626 - 1650 of 12209) sorted by relevance

1...<<61626364656667686970>>...489

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp96 return dbg_inst_it == id_to_dbg_inst_.end() ? nullptr : dbg_inst_it->second; in GetDbgInst()
117 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
128 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
142 if (dbg_decl_itr == var_id_to_dbg_decl_.end()) { in RegisterDbgDeclare()
310 // Put |new_dbg_inlined_at_id| into the end of the chain. in BuildDebugInlinedAtChain()
451 return dbg_decl_itr != var_id_to_dbg_decl_.end(); in IsVariableDebugDeclared()
457 if (dbg_decl_itr != var_id_to_dbg_decl_.end()) { in KillDebugDeclares()
474 assert(dbg_scope_itr != id_to_dbg_inst_.end()); in GetParentScope()
534 assert(dbg_local_var_itr != id_to_dbg_inst_.end()); in IsDeclareVisibleToInstr()
556 if (dbg_decl_itr == var_id_to_dbg_decl_.end()) retur in AddDebugValueIfVarDeclIsVisible()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.cpp96 return dbg_inst_it == id_to_dbg_inst_.end() ? nullptr : dbg_inst_it->second; in GetDbgInst()
117 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
128 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
142 if (dbg_decl_itr == var_id_to_dbg_decl_.end()) { in RegisterDbgDeclare()
310 // Put |new_dbg_inlined_at_id| into the end of the chain. in BuildDebugInlinedAtChain()
451 return dbg_decl_itr != var_id_to_dbg_decl_.end(); in IsVariableDebugDeclared()
457 if (dbg_decl_itr != var_id_to_dbg_decl_.end()) { in KillDebugDeclares()
474 assert(dbg_scope_itr != id_to_dbg_inst_.end()); in GetParentScope()
534 assert(dbg_local_var_itr != id_to_dbg_inst_.end()); in IsDeclareVisibleToInstr()
556 if (dbg_decl_itr == var_id_to_dbg_decl_.end()) retur in AddDebugValueIfVarDeclIsVisible()
[all...]
/third_party/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp97 return dbg_inst_it == id_to_dbg_inst_.end() ? nullptr : dbg_inst_it->second; in GetDbgInst()
118 fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
129 assert(fn_id_to_dbg_fn_.find(fn_id) == fn_id_to_dbg_fn_.end() && in RegisterDbgFunction()
143 if (dbg_decl_itr == var_id_to_dbg_decl_.end()) { in RegisterDbgDeclare()
322 // Put |new_dbg_inlined_at_id| into the end of the chain. in BuildDebugInlinedAtChain()
463 return dbg_decl_itr != var_id_to_dbg_decl_.end(); in IsVariableDebugDeclared()
469 if (dbg_decl_itr != var_id_to_dbg_decl_.end()) { in KillDebugDeclares()
486 assert(dbg_scope_itr != id_to_dbg_inst_.end()); in GetParentScope()
546 assert(dbg_local_var_itr != id_to_dbg_inst_.end()); in IsDeclareVisibleToInstr()
568 if (dbg_decl_itr == var_id_to_dbg_decl_.end()) retur in AddDebugValueForVariable()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_privsep.c134 u8 *buf, *pos, *end; in wpa_driver_privsep_get_scan_results2() local
159 end = buf + reply_len; in wpa_driver_privsep_get_scan_results2()
180 while (results->num < (size_t) num && end - pos > (int) sizeof(int)) { in wpa_driver_privsep_get_scan_results2()
184 if (len < 0 || len > 10000 || len > end - pos) in wpa_driver_privsep_get_scan_results2()
413 u8 *pos, *end; in wpa_driver_privsep_event_assoc() local
419 end = buf + len; in wpa_driver_privsep_event_assoc()
421 if (end - pos < (int) sizeof(int)) in wpa_driver_privsep_event_assoc()
425 if (ie_len < 0 || ie_len > end - pos) in wpa_driver_privsep_event_assoc()
656 char *end; in wpa_driver_privsep_set_param() local
660 end in wpa_driver_privsep_set_param()
674 char *end; wpa_driver_privsep_set_param() local
[all...]
H A Ddriver_wext.c187 * can thus end up missing the last octet of the SSID if the in wpa_driver_wext_set_ssid()
417 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local
420 end = data + len; in wpa_driver_wext_event_wireless()
422 while ((size_t) (end - pos) >= IW_EV_LCP_LEN) { in wpa_driver_wext_event_wireless()
428 if (iwe->len <= IW_EV_LCP_LEN || iwe->len > end - pos) in wpa_driver_wext_event_wireless()
472 if (iwe->u.data.length > end - custom) { in wpa_driver_wext_event_wireless()
481 if (iwe->u.data.length > end - custom) { in wpa_driver_wext_event_wireless()
500 if (iwe->u.data.length > end - custom) { in wpa_driver_wext_event_wireless()
509 if (iwe->u.data.length > end - custom) { in wpa_driver_wext_event_wireless()
518 if (iwe->u.data.length > end in wpa_driver_wext_event_wireless()
1210 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_ssid() argument
1301 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) wext_get_scan_rate() argument
1330 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_iwevgenie() argument
1356 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) wext_get_scan_custom() argument
1431 u8 *pos, *end, *ssid_ie = NULL, *rate_ie = NULL; wpa_driver_wext_add_scan_entry() local
1505 char *pos, *end, *custom; wpa_driver_wext_get_scan_results() local
2462 char *pos, *end; wpa_driver_wext_status() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_eke.c424 const u8 *pos, *end; in eap_eke_process_identity() local
435 end = payload + payloadlen; in eap_eke_process_identity()
437 if (pos + 2 + 4 + 1 > end) { in eap_eke_process_identity()
470 data->peerid = os_memdup(pos, end - pos); in eap_eke_process_identity()
476 data->peerid_len = end - pos; in eap_eke_process_identity()
519 const u8 *pos, *end, *dhcomp, *pnonce; in eap_eke_process_commit() local
530 end = payload + payloadlen; in eap_eke_process_commit()
532 if (pos + data->sess.dhcomp_len + data->sess.pnonce_len > end) { in eap_eke_process_commit()
545 wpa_hexdump(MSG_DEBUG, "EAP-EKE: CBValue", pos, end - pos); in eap_eke_process_commit()
689 const u8 *pos, *end; in eap_eke_process() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_group.c178 const u8 *pos, *end; in p2p_group_encaps_probe_resp() local
191 end = pos + wpabuf_len(subelems); in p2p_group_encaps_probe_resp()
193 while (end > pos) { in p2p_group_encaps_probe_resp()
194 size_t frag_len = end - pos; in p2p_group_encaps_probe_resp()
258 const u8 *pos, *end; in wifi_display_encaps() local
268 end = pos + wpabuf_len(subelems); in wifi_display_encaps()
270 while (end > pos) { in wifi_display_encaps()
271 size_t frag_len = end - pos; in wifi_display_encaps()
288 const u8 *pos, *end; in wifi_display_add_dev_info_descr() local
299 end in wifi_display_add_dev_info_descr()
719 const u8 *pos, *end; p2p_match_dev_type_member() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_privsep.c134 u8 *buf, *pos, *end; in wpa_driver_privsep_get_scan_results2() local
159 end = buf + reply_len; in wpa_driver_privsep_get_scan_results2()
180 while (results->num < (size_t) num && end - pos > (int) sizeof(int)) { in wpa_driver_privsep_get_scan_results2()
184 if (len < 0 || len > 10000 || len > end - pos) in wpa_driver_privsep_get_scan_results2()
419 u8 *pos, *end; in wpa_driver_privsep_event_assoc() local
425 end = buf + len; in wpa_driver_privsep_event_assoc()
427 if (end - pos < (int) sizeof(int)) in wpa_driver_privsep_event_assoc()
431 if (ie_len < 0 || ie_len > end - pos) in wpa_driver_privsep_event_assoc()
662 char *end; in wpa_driver_privsep_set_param() local
666 end in wpa_driver_privsep_set_param()
680 char *end; wpa_driver_privsep_set_param() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_eke.c424 const u8 *pos, *end; in eap_eke_process_identity() local
435 end = payload + payloadlen; in eap_eke_process_identity()
437 if (pos + 2 + 4 + 1 > end) { in eap_eke_process_identity()
470 data->peerid = os_memdup(pos, end - pos); in eap_eke_process_identity()
476 data->peerid_len = end - pos; in eap_eke_process_identity()
519 const u8 *pos, *end, *dhcomp, *pnonce; in eap_eke_process_commit() local
530 end = payload + payloadlen; in eap_eke_process_commit()
532 if (pos + data->sess.dhcomp_len + data->sess.pnonce_len > end) { in eap_eke_process_commit()
545 wpa_hexdump(MSG_DEBUG, "EAP-EKE: CBValue", pos, end - pos); in eap_eke_process_commit()
690 const u8 *pos, *end; in eap_eke_process() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc102 virtual void VerifyPointers(ObjectSlot start, ObjectSlot end) = 0;
103 virtual void VerifyPointers(MaybeObjectSlot start, MaybeObjectSlot end) = 0;
105 virtual void VerifyRootPointers(FullObjectSlot start, FullObjectSlot end) = 0;
112 ObjectSlot end) override {
113 VerifyPointers(start, end);
117 MaybeObjectSlot end) override {
118 VerifyPointers(start, end);
127 FullObjectSlot start, FullObjectSlot end) override {
128 VerifyRootPointers(start, end);
136 void VerifyMarkingOnPage(const Page* page, Address start, Address end);
149 VerifyMarkingOnPage(const Page* page, Address start, Address end) VerifyMarkingOnPage() argument
292 VerifyPointersImpl(TSlot start, TSlot end) VerifyPointersImpl() argument
359 VerifyEvacuationOnPage(Address start, Address end) VerifyEvacuationOnPage() argument
420 VerifyPointersImpl(TSlot start, TSlot end) VerifyPointersImpl() argument
2897 Address end = array.GetDescriptorSlot(old_nof_all_descriptors).address(); RightTrimDescriptorArray() local
4253 ToSpaceUpdatingItem(Heap* heap, MemoryChunk* chunk, Address start, Address end, MarkingState* marking_state) ToSpaceUpdatingItem() argument
4929 VerifyPointersImpl(TSlot start, TSlot end) VerifyPointersImpl() argument
4966 VerifyPointersImpl(TSlot start, TSlot end) VerifyPointersImpl() argument
5070 VisitPointersImpl(HeapObject host, TSlot start, TSlot end) VisitPointersImpl() argument
5510 Address end = page->Contains(space_end) ? space_end : page->area_end(); CollectToSpaceUpdatingItems() local
5518 CreateToSpaceUpdatingItem(MemoryChunk* chunk, Address start, Address end) CreateToSpaceUpdatingItem() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwnm_sta.c227 u8 *ptr, *end; in wnm_sleep_mode_exit_success() local
237 end = ptr + key_len_total; in wnm_sleep_mode_exit_success()
246 while (end - ptr > 1) { in wnm_sleep_mode_exit_success()
247 if (2 + ptr[1] > end - ptr) { in wnm_sleep_mode_exit_success()
250 if (end > ptr) { in wnm_sleep_mode_exit_success()
252 ptr, end - ptr); in wnm_sleep_mode_exit_success()
641 goto end; in get_mbo_transition_candidate()
649 goto end; in get_mbo_transition_candidate()
657 goto end; in get_mbo_transition_candidate()
673 goto end; in get_mbo_transition_candidate()
1364 ieee802_11_rx_bss_trans_mgmt_req(struct wpa_supplicant *wpa_s, const u8 *pos, const u8 *end, int reply) ieee802_11_rx_bss_trans_mgmt_req() argument
1640 const u8 *pos, *end, *next; ieee802_11_rx_wnm_notif_req_wfa() local
1772 const u8 *pos, *end; ieee802_11_rx_wnm_notif_req() local
1852 const u8 *pos, *end; ieee802_11_rx_wnm_action() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwnm_sta.c236 u8 *ptr, *end; in wnm_sleep_mode_exit_success() local
246 end = ptr + key_len_total; in wnm_sleep_mode_exit_success()
255 while (end - ptr > 1) { in wnm_sleep_mode_exit_success()
256 if (2 + ptr[1] > end - ptr) { in wnm_sleep_mode_exit_success()
259 if (end > ptr) { in wnm_sleep_mode_exit_success()
261 ptr, end - ptr); in wnm_sleep_mode_exit_success()
658 goto end; in get_mbo_transition_candidate()
666 goto end; in get_mbo_transition_candidate()
674 goto end; in get_mbo_transition_candidate()
690 goto end; in get_mbo_transition_candidate()
1396 ieee802_11_rx_bss_trans_mgmt_req(struct wpa_supplicant *wpa_s, const u8 *pos, const u8 *end, int reply) ieee802_11_rx_bss_trans_mgmt_req() argument
1672 const u8 *pos, *end, *next; ieee802_11_rx_wnm_notif_req_wfa() local
1804 const u8 *pos, *end; ieee802_11_rx_wnm_notif_req() local
1890 const u8 *pos, *end; ieee802_11_rx_wnm_action() local
[all...]
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp59 auto peerNode = std::find_if(pipe.nodeSpecSet_.begin(), pipe.nodeSpecSet_.end(), in SetUpBasicOutPortFormat()
63 if (peerNode == pipe.nodeSpecSet_.end()) { in SetUpBasicOutPortFormat()
67 auto peerPort = std::find_if(peerNode->portSpecSet_.begin(), peerNode->portSpecSet_.end(), in SetUpBasicOutPortFormat()
71 if (peerPort == peerNode->portSpecSet_.end()) { in SetUpBasicOutPortFormat()
82 auto outPort = std::find_if(nodeSpec.portSpecSet_.begin(), nodeSpec.portSpecSet_.end(), in SetUpBasicInPortFormat()
86 if (outPort == nodeSpec.portSpecSet_.end()) { in SetUpBasicInPortFormat()
207 pipelineSpec_->nodeSpecSet_.end(), in PrintConnection()
211 if (nextNode != pipelineSpec_->nodeSpecSet_.end()) { in PrintConnection()
224 auto node = std::find_if(pipelineSpec_->nodeSpecSet_.begin(), pipelineSpec_->nodeSpecSet_.end(), in CombineSpecs()
228 if (node == pipelineSpec_->nodeSpecSet_.end()) { in CombineSpecs()
[all...]
/third_party/ffmpeg/libswscale/
H A Dslice.c156 const int end[4] = {lumY +lumH, in ff_init_slice_from_src() local
168 int lines = end[i] - start[i]; in ff_init_slice_from_src()
169 int tot_lines = end[i] - first; in ff_init_slice_from_src()
190 int i, j, k, size, end; in fill_ones() local
196 end = (n>>1) + 1; in fill_ones()
197 for (k = 0; k < end; ++k) in fill_ones()
200 end = (n>>2) + 1; in fill_ones()
201 for (k = 0; k < end; ++k) in fill_ones()
204 end = n + 1; in fill_ones()
205 for (k = 0; k < end; in fill_ones()
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dbidipropsbuilder.cpp180 int32_t encodeBidiMirroringGlyph(UChar32 src, UChar32 end, UChar32 mirror, UErrorCode &errorCode);
229 BiDiPropsBuilder::encodeBidiMirroringGlyph(UChar32 src, UChar32 end, UChar32 mirror, in encodeBidiMirroringGlyph() argument
234 if(src!=end) { in encodeBidiMirroringGlyph()
238 (long)src, (long)end, (long)mirror); in encodeBidiMirroringGlyph()
276 UChar32 end=props.end; in setProps() local
287 int32_t delta=encodeBidiMirroringGlyph(start, end, props.bmg, errorCode); in setProps()
301 utrie2_setRange32(pTrie, start, end, value, true, &errorCode); in setProps()
310 for(UChar32 c=start; c<=end; ++c) { in setProps()
317 (long)start, (long)end); in setProps()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dformattedval_sbimpl.cpp104 // Signal the end of the string using a field that doesn't exist and that is
137 int32_t end = i - fString.fZero; in nextPositionImpl() local
140 end = trimBack(i - fString.fZero); in nextPositionImpl()
142 if (end <= fieldStart) { in nextPositionImpl()
153 cfpos.setState(currField.getCategory(), currField.getField(), start, end); in nextPositionImpl()
158 // Special case: emit normalField if we are pointing at the end of spanField. in nextPositionImpl()
169 int32_t end = fieldStart + spanIndices[si].length; in nextPositionImpl() local
174 end); in nextPositionImpl()
185 // Special case: coalesce the INTEGER if we are pointing at the end of the INTEGER. in nextPositionImpl()
201 // Special case: coalesce NUMERIC if we are pointing at the end o in nextPositionImpl()
240 int32_t end = fieldStart + length; nextPositionImpl() local
251 int32_t end = fieldStart + length; nextPositionImpl() local
[all...]
/third_party/mbedtls/library/
H A Dpem.c275 const unsigned char *s1, *s2, *end; in mbedtls_pem_read_buffer() local
313 end = s2; in mbedtls_pem_read_buffer()
314 end += strlen(footer); in mbedtls_pem_read_buffer()
315 if (*end == ' ') { in mbedtls_pem_read_buffer()
316 end++; in mbedtls_pem_read_buffer()
318 if (*end == '\r') { in mbedtls_pem_read_buffer()
319 end++; in mbedtls_pem_read_buffer()
321 if (*end == '\n') { in mbedtls_pem_read_buffer()
322 end++; in mbedtls_pem_read_buffer()
324 *use_len = (size_t) (end in mbedtls_pem_read_buffer()
[all...]
/third_party/node/test/parallel/
H A Dtest-stream-writable-destroy.js29 write.end('asd');
115 this.end();
264 write.end();
267 write.end();
310 // Call end(cb) after error & destroy
318 write.end(common.mustCall((err) => {
328 // Call end(cb) after finish & destroy
336 write.end(common.mustCall((err) => {
342 write.end();
346 // Call end(c
[all...]
/third_party/node/src/
H A Dnode_options-inl.h142 CHECK_NE(it, options_.end()); in Implies()
152 CHECK_NE(it, options_.end()); in ImpliesNot()
214 std::end(child_options_parser.aliases_)); in Insert()
269 // '--' is a special case here since its purpose is to end `exec_argv`, in pop_first()
343 auto it = aliases_.end(); in Parse()
349 while ((it = aliases_.find(name)) != aliases_.end() || in Parse()
351 (it = aliases_.find(name + '=')) != aliases_.end()) || in Parse()
355 (it = aliases_.find(name + " <arg>")) != aliases_.end())) { in Parse()
367 expansion.end()); in Parse()
376 if ((it == options_.end() || in Parse()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedval_sbimpl.cpp104 // Signal the end of the string using a field that doesn't exist and that is
137 int32_t end = i - fString.fZero; in nextPositionImpl() local
140 end = trimBack(i - fString.fZero); in nextPositionImpl()
142 if (end <= fieldStart) { in nextPositionImpl()
153 cfpos.setState(currField.getCategory(), currField.getField(), start, end); in nextPositionImpl()
158 // Special case: emit normalField if we are pointing at the end of spanField. in nextPositionImpl()
169 int32_t end = fieldStart + spanIndices[si].length; in nextPositionImpl() local
174 end); in nextPositionImpl()
185 // Special case: coalesce the INTEGER if we are pointing at the end of the INTEGER. in nextPositionImpl()
201 // Special case: coalesce NUMERIC if we are pointing at the end o in nextPositionImpl()
240 int32_t end = fieldStart + length; nextPositionImpl() local
251 int32_t end = fieldStart + length; nextPositionImpl() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c37 struct fd_hw_sample *start, *end; member
94 hq->period->end = NULL;
104 assert(hq->period && !hq->period->end);
107 hq->period->end = get_sample(batch, ring, hq->base.type);
118 fd_hw_sample_reference(ctx, &period->end, NULL); in destroy_periods()
205 ASSERTED struct fd_hw_sample *end = period->end; in fd_hw_get_query_result() local
208 /* start and end samples should be from same batch: */ in fd_hw_get_query_result()
209 assert(start->prsc == end->prsc); in fd_hw_get_query_result()
210 assert(start->num_tiles == end in fd_hw_get_query_result()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_conf.c54 goto end; in TS_CONF_load_cert()
56 end: in TS_CONF_load_cert()
71 goto end; in STACK_OF()
73 goto end; in STACK_OF()
83 goto end; in STACK_OF()
88 end: in STACK_OF()
102 goto end; in TS_CONF_load_key()
104 end: in TS_CONF_load_key()
227 goto end; in TS_CONF_set_certs()
233 end in TS_CONF_set_certs()
[all...]
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c63 void **object; /* Where the result should end up */ in DEFINE_STACK_OF()
76 int i, end; in decoder_construct_pkey() local
100 * For stuff that should end up in an EVP_PKEY, we only accept an object in decoder_construct_pkey()
114 end = sk_EVP_KEYMGMT_num(data->keymgmts); in decoder_construct_pkey()
115 for (i = 0; i < end; i++) { in decoder_construct_pkey()
124 if (i < end) { in decoder_construct_pkey()
317 int i, end; in ossl_decoder_ctx_setup_for_pkey() local
354 end = sk_EVP_KEYMGMT_num(process_data->keymgmts); in ossl_decoder_ctx_setup_for_pkey()
355 for (i = 0; i < end; i++) { in ossl_decoder_ctx_setup_for_pkey()
376 end in ossl_decoder_ctx_setup_for_pkey()
[all...]
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c63 void **object; /* Where the result should end up */ in DEFINE_STACK_OF()
76 int i, end; in decoder_construct_pkey() local
100 * For stuff that should end up in an EVP_PKEY, we only accept an object in decoder_construct_pkey()
114 end = sk_EVP_KEYMGMT_num(data->keymgmts); in decoder_construct_pkey()
115 for (i = 0; i < end; i++) { in decoder_construct_pkey()
124 if (i < end) { in decoder_construct_pkey()
313 int i, end; in ossl_decoder_ctx_setup_for_pkey() local
350 end = sk_EVP_KEYMGMT_num(process_data->keymgmts); in ossl_decoder_ctx_setup_for_pkey()
351 for (i = 0; i < end; i++) { in ossl_decoder_ctx_setup_for_pkey()
372 end in ossl_decoder_ctx_setup_for_pkey()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp127 bool isExtensionStructSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required);
133 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required);
314 inline void fillBits (IterT beg, const IterT end, const deUint8 pattern = 0xdeu) in fillBits() argument
316 for (; beg < end; ++beg) in fillBits()
322 bool checkBits (IterT beg, const IterT end, const deUint8 pattern = 0xdeu) in checkBits() argument
324 for (; beg < end; ++beg) in checkBits()
341 bool isExtensionStructSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required) in isExtensionStructSupported() argument
343 for (ExtensionIterator cur = begin; cur != end; ++cur) in isExtensionStructSupported()
352 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported() argument
354 for (LayerIterator cur = begin; cur != end; in isLayerSupported()
[all...]

Completed in 28 milliseconds

1...<<61626364656667686970>>...489