/third_party/skia/tools/gpu/ |
H A D | FlushFinishTracker.cpp | 20 auto end = begin; in waitTillFinished() local 21 while (!fIsFinished && (end - begin) < std::chrono::seconds(2)) { in waitTillFinished() 23 end = std::chrono::steady_clock::now(); in waitTillFinished()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_meta_common.c | 167 cl_emit(rcl, END_OF_LOADS, end); in emit_frame_setup() 181 cl_emit(rcl, END_OF_TILE_MARKER, end); in emit_frame_setup() 506 cl_emit(cl, END_OF_LOADS, end); in emit_copy_layer_to_buffer_per_tile_list() 545 cl_emit(cl, END_OF_TILE_MARKER, end); in emit_copy_layer_to_buffer_per_tile_list() 551 branch.end = v3dv_cl_get_address(cl); in emit_copy_layer_to_buffer_per_tile_list() 581 cl_emit(rcl, END_OF_RENDERING, end); in meta_emit_copy_image_to_buffer_rcl() 614 cl_emit(cl, END_OF_LOADS, end); in emit_resolve_image_layer_per_tile_list() 632 cl_emit(cl, END_OF_TILE_MARKER, end); in emit_resolve_image_layer_per_tile_list() 638 branch.end = v3dv_cl_get_address(cl); in emit_resolve_image_layer_per_tile_list() 668 cl_emit(rcl, END_OF_RENDERING, end); in meta_emit_resolve_image_rcl() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 495 EXPECT_TRUE(it == t.end()); in TEST() 500 EXPECT_TRUE(t.find(0) == t.end()); in TEST() 510 EXPECT_TRUE(t.find(0) == t.end()); in TEST() 515 EXPECT_TRUE(t.find(1) == t.end()); in TEST() 526 EXPECT_TRUE(t.find(1) == t.end()); in TEST() 532 EXPECT_TRUE(t.find(2) == t.end()); in TEST() 597 t.insert(dup_range.begin(), dup_range.end()); in TEST() 724 std::iota(elem_vector.begin(), elem_vector.end(), 0); in TestDecompose() 794 DecomposeSet set2(elem_vector.begin(), elem_vector.end()); in TestDecompose() 805 std::list<DecomposeType> elem_list(elem_vector.begin(), elem_vector.end()); in TestDecompose() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | interworking.c | 366 const u8 *end) in nai_realm_parse_eap() 371 if (end - pos < 3) { in nai_realm_parse_eap() 377 if (elen > end - pos || elen < 2) { in nai_realm_parse_eap() 390 if (end - pos < 2) { in nai_realm_parse_eap() 398 if (len > end - pos) { in nai_realm_parse_eap() 463 const u8 *end) in nai_realm_parse_realm() 469 if (end - pos < 4) { in nai_realm_parse_realm() 477 if (len > end - pos || len < 3) { in nai_realm_parse_realm() 480 len, (unsigned int) (end - pos)); in nai_realm_parse_realm() 526 const u8 *pos, *end; in nai_realm_parse() local 365 nai_realm_parse_eap(struct nai_realm_eap *e, const u8 *pos, const u8 *end) nai_realm_parse_eap() argument 462 nai_realm_parse_realm(struct nai_realm *r, const u8 *pos, const u8 *end) nai_realm_parse_realm() argument 569 char *tmp, *pos, *end; nai_realm_match() local 733 const u8 *pos, *end; plmn_id_match() local 817 char *end, *pos; build_root_nai() local 1080 const u8 *pos, *end; roaming_consortium_element_match() local 1122 const u8 *pos, *end; roaming_consortium_anqp_match() local 1294 has_proto_match(const u8 *pos, const u8 *end, u8 proto) has_proto_match() argument 1306 has_proto_port_match(const u8 *pos, const u8 *end, u8 proto, u16 port) has_proto_port_match() argument 1327 const u8 *capab, *end; cred_conn_capab_missing() local 2193 const u8 *pos, *end; domain_name_list_contains() local 2855 const u8 *pos = data, *end = data + len; interworking_parse_venue_url() local 3053 const u8 *end; anqp_resp_cb() local [all...] |
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 144 BGTASK_LOGI("BgContinuousTaskMgr reclaimProcessMemory pid: %{public}d end.", pid);
in ReclaimProcessMemory() 231 while (iter != continuousTaskInfosMap_.end()) {
in CheckPersistenceData() 243 if (cachedBundleInfos_.find(iter->second->GetUid()) == cachedBundleInfos_.end()) {
in CheckPersistenceData() 270 auto findPidIter = find_if(allProcesses.begin(), allProcesses.end(), findPid);
in checkPidCondition() 271 return findPidIter != allProcesses.end();
in checkPidCondition() 281 auto findLabelIter = find_if(notificationLabels.begin(), notificationLabels.end(), findLabel);
in checkNotificationCondition() 282 return findLabelIter != notificationLabels.end();
in checkNotificationCondition() 513 if (cachedBundleInfos_.find(uid) != cachedBundleInfos_.end()) {
in GetBackgroundModeInfo() 516 cachedBundleInfo.abilityBgMode_.end()) {
in GetBackgroundModeInfo() 710 if (iter == continuousTaskInfosMap_.end()) {
in UpdateBackgroundRunningInner() [all...] |
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 162 static inline void fixNumericLocale(char* begin, char* end) { in fixNumericLocale() argument 163 while (begin < end) { in fixNumericLocale() 249 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() argument 250 for (; begin < end; ++begin) in containsNewLine() 273 const char* end = begin + document_.length(); in parse() local 274 return parse(begin, end, root, collectComments); in parse() 279 // std::istream_iterator<char> end; in parse() 541 static std::string normalizeEOL(Reader::Location begin, Reader::Location end) { in normalizeEOL() argument 543 normalized.reserve(end - begin); in normalizeEOL() 545 while (current != end) { in normalizeEOL() 561 addComment(Location begin, Location end, CommentPlacement placement) addComment() argument 3371 resolveReference(char const* key, char const* end) resolveReference() argument 3447 get(char const* key, char const* end, Value const& defaultValue) const get() argument 3462 removeMember(const char* key, const char* end, Value* removed) removeMember() argument 3742 Value::const_iterator Value::end() const { end() function in Value 3768 Value::iterator Value::end() { end() function in Value 3815 const char* end = current + path.length(); makePath() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 162 static inline void fixNumericLocale(char* begin, char* end) { in fixNumericLocale() argument 163 while (begin < end) { in fixNumericLocale() 249 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() argument 250 for (; begin < end; ++begin) in containsNewLine() 273 const char* end = begin + document_.length(); in parse() local 274 return parse(begin, end, root, collectComments); in parse() 279 // std::istream_iterator<char> end; in parse() 541 static std::string normalizeEOL(Reader::Location begin, Reader::Location end) { in normalizeEOL() argument 543 normalized.reserve(end - begin); in normalizeEOL() 545 while (current != end) { in normalizeEOL() 561 addComment(Location begin, Location end, CommentPlacement placement) addComment() argument 3371 resolveReference(char const* key, char const* end) resolveReference() argument 3447 get(char const* key, char const* end, Value const& defaultValue) const get() argument 3462 removeMember(const char* key, const char* end, Value* removed) removeMember() argument 3742 Value::const_iterator Value::end() const { end() function in Value 3768 Value::iterator Value::end() { end() function in Value 3815 const char* end = current + path.length(); makePath() local [all...] |
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 162 static inline void fixNumericLocale(char* begin, char* end) { in fixNumericLocale() argument 163 while (begin < end) { in fixNumericLocale() 249 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() argument 250 for (; begin < end; ++begin) in containsNewLine() 273 const char* end = begin + document_.length(); in parse() local 274 return parse(begin, end, root, collectComments); in parse() 279 // std::istream_iterator<char> end; in parse() 541 static std::string normalizeEOL(Reader::Location begin, Reader::Location end) { in normalizeEOL() argument 543 normalized.reserve(end - begin); in normalizeEOL() 545 while (current != end) { in normalizeEOL() 561 addComment(Location begin, Location end, CommentPlacement placement) addComment() argument 3371 resolveReference(char const* key, char const* end) resolveReference() argument 3447 get(char const* key, char const* end, Value const& defaultValue) const get() argument 3462 removeMember(const char* key, const char* end, Value* removed) removeMember() argument 3742 Value::const_iterator Value::end() const { end() function in Value 3768 Value::iterator Value::end() { end() function in Value 3815 const char* end = current + path.length(); makePath() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
H A D | relative_container_layout_algorithm.cpp | 85 if (idNodeMap_.find(childId) == idNodeMap_.end()) { in TopologicalResultHit() 188 } else if (guidelineInfo.end.has_value()) { in CalcHorizontalGuideline() 192 auto end = ConvertToPx(guidelineInfo.end.value(), scaleProperty, containerHeight); in CalcHorizontalGuideline() local 194 std::make_pair(LineDirection::HORIZONTAL, (containerHeight - end.value_or(0.0f))); in CalcHorizontalGuideline() 211 } else if (guidelineInfo.end.has_value()) { in CalcVerticalGuideline() 215 auto end = ConvertToPx(guidelineInfo.end.value(), scaleProperty, containerWidth); in CalcVerticalGuideline() local 217 std::make_pair(LineDirection::VERTICAL, (containerWidth - end.value_or(0.0f))); in CalcVerticalGuideline() 236 (idNodeMap_.find(barrierInfo.id) != idNodeMap_.end())) { in CalcBarrier() 792 float end = 0.0f; CalcOffsetInChain() local 910 float end = 0.0f; InitRemainingSpace() local [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_continuation.cpp | 66 if (iterSession != continuationMap_.end()) {
in PushAbilityToken() 83 if (iter == continuationMap_.end()) {
in PopAbilityToken() 127 if (iter != freeInstall_.end()) {
in IsFreeInstall() 138 if (iterSession != callbackMap_.end()) {
in IsInContinuationProgress() 149 if (iter != continuationDevices_.end()) {
in GetTargetDevice() 169 for (auto ele = continuationCallbackArr_.begin(); ele != continuationCallbackArr_.end(); ++ele) {
in PushCallback() 201 if (iterSession != callbackMap_.end()) {
in PushCallback() 226 for (auto ele = continuationCallbackArr_.begin(); ele != continuationCallbackArr_.end(); ++ele) {
in CleanupCallback() 241 if (iter == callbackMap_.end()) {
in PopCallback() 248 if (iteration != continuationDevices_.end()) {
in PopCallback() [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | rtp_enc_demo.cpp | 117 const uint8_t *FindNextNal(const uint8_t *start, const uint8_t *end) in FindNextNal() argument 120 while (start <= end - 3) { in FindNextNal() 130 return end; in FindNextNal() 133 std::pair<const uint8_t *, int> FindH264Frame(const uint8_t *start, const uint8_t *end) in FindH264Frame() argument 135 const uint8_t *frame = FindNextNal(start, end); in FindH264Frame() 136 if (frame >= end) { in FindH264Frame() 139 const uint8_t *next = FindNextNal(frame + 3, end); in FindH264Frame() 151 infile.seekg(0, std::ios::end); in ReadH264File() 186 std::pair<const uint8_t *, int> FindAACFrame(uint8_t *begin, uint8_t *end) in FindAACFrame() argument 190 while (p <= (end in FindAACFrame() [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_mouse_key.cpp | 143 if (std::find(MOUSE_KEYCODE_V.begin(), MOUSE_KEYCODE_V.end(), pressedKeys[0]) != MOUSE_KEYCODE_V.end()) { in IsMouseKey() 149 if (std::find(MOUSE_MOVE_KEYCODE_V.begin(), MOUSE_MOVE_KEYCODE_V.end(), pressedKeys[i]) == in IsMouseKey() 150 MOUSE_MOVE_KEYCODE_V.end()) { in IsMouseKey() 155 if (std::find(CTRL_SHIFT_KEYCODE_V.begin(), CTRL_SHIFT_KEYCODE_V.end(), pressedKeys[Index]) != in IsMouseKey() 156 CTRL_SHIFT_KEYCODE_V.end()) { in IsMouseKey() 163 if (std::find(MOUSE_MOVE_KEYCODE_V.begin(), MOUSE_MOVE_KEYCODE_V.end(), pressedKeys[i]) == in IsMouseKey() 164 MOUSE_MOVE_KEYCODE_V.end()) { in IsMouseKey() 170 if ((std::find(CTRL_SHIFT_KEYCODE_V.begin(), CTRL_SHIFT_KEYCODE_V.end(), pressedKeys[Index1]) != in IsMouseKey() 171 CTRL_SHIFT_KEYCODE_V.end()) in IsMouseKey() [all...] |
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_gesture_manager.cpp | 103 for (auto iter = handlers_.begin(); iter != handlers_.end(); ++iter) { in RemoveHandler() 169 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in TriggerHandlers() 193 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in NotifyHandlers() 252 if (auto iter = handlers_.begin(); iter != handlers_.end()) { in Dump() 254 for (++iter; iter != handlers_.end(); ++iter) { in Dump() 268 if (!haveForeground || (foregroundPids.find(handler.GetPid()) != foregroundPids.end())) { in RunPendingHandlers() 283 if ((keys_.find(keyEvent->GetKeyCode()) != keys_.end()) && in Intercept() 329 if (auto keyIter = keys_.begin(); keyIter != keys_.end()) { in Dump() 331 for (++keyIter; keyIter != keys_.end(); ++keyIter) { in Dump() 336 if (auto iter = handlers_.begin(); iter != handlers_.end()) { in Dump() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_service_manager.cpp | 101 if (iter == mServiceDllMap.end()) { in GetServiceDll() 110 for (auto iter = mServiceDllMap.begin(); iter != mServiceDllMap.end(); ++iter) { in CheckPreLoadService() 283 if (iter != mStaServiceHandle.pService.end()) { in GetStaServiceInst() 298 if (iter != mWifiProServiceHandle.pService.end()) { in GetWifiProServiceInst() 313 if (iter != mSelfCureServiceHandle.pService.end()) { in GetSelfCureServiceInst() 328 if (iter != mScanServiceHandle.pService.end()) { in GetScanServiceInst() 342 if (iter == mApServiceHandle.pService.end()) { in ApServiceSetHotspotConfig() 354 if (iter != mApServiceHandle.pService.end()) { in GetApServiceInst() 396 if (iter != mWifiProServiceHandle.pService.end()) { in UnloadWifiProService() 418 if (iter != mSelfCureServiceHandle.pService.end()) { in UnloadSelfCureService() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
H A D | meta_data_manager.cpp | 101 std::string key(entry.key.begin(), entry.key.end()); in OnChange() 105 observer_(key, { entry.value.begin(), entry.value.end() }, action); in OnChange() 194 auto status = isLocal ? metaStore_->PutLocal({ key.begin(), key.end() }, { data.begin(), data.end() }) in SaveMeta() 195 : metaStore_->Put({ key.begin(), key.end() }, { data.begin(), data.end() }); in SaveMeta() 222 auto status = isLocal ? metaStore_->GetLocal({ key.begin(), key.end() }, data) in LoadMeta() 223 : metaStore_->Get({ key.begin(), key.end() }, data); in LoadMeta() 233 Serializable::Unmarshall({ data.begin(), data.end() }, value); in LoadMeta() 243 auto status = isLocal ? metaStore_->GetLocalEntries({ prefix.begin(), prefix.end() }, dbEntrie in GetEntries() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_rfcomm.cpp | 89 if (this->handleMap_.find(addr) != this->handleMap_.end()) { in AcceptConnection() 102 if (this->handleMap_.find(addr) != this->handleMap_.end()) { in RejectConnection() 209 if (transport->addressMap_.find(handle) != transport->addressMap_.end()) { in TransportRfcConnectSuccess() 228 if (transport->transportMap_.find(handle) != transport->transportMap_.end()) { in TransportRfcConnectFail() 235 for (it = transport->handleMap_.begin(); it != transport->handleMap_.end(); ++it) { in TransportRfcConnectFail() 258 if (transport->transportMap_.find(handle) != transport->transportMap_.end()) { in TransportRfcDisconnected() 260 for (it = transport->handleMap_.begin(); it != transport->handleMap_.end(); ++it) { in TransportRfcDisconnected() 274 if (transport->addressMap_.find(handle) != transport->addressMap_.end()) { in TransportRfcDisconnected() 292 if (transport->transportMap_.find(handle) != transport->transportMap_.end()) { in TransportRfcDisconnectSuccess() 294 for (it = transport->handleMap_.begin(); it != transport->handleMap_.end(); in TransportRfcDisconnectSuccess() [all...] |
/third_party/curl/src/ |
H A D | tool_writeout.c | 62 { NULL, 0} /* end of list */ 537 char *end; in ourWriteOut() local 542 end = strchr(ptr, '}'); in ourWriteOut() 544 if(!end) { in ourWriteOut() 548 vlen = end - ptr; in ourWriteOut() 590 ptr = end + 1; /* pass the end */ in ourWriteOut() 594 end = strchr(ptr, '}'); in ourWriteOut() 595 if(end) { in ourWriteOut() 598 vlen = end in ourWriteOut() [all...] |
/third_party/icu/tools/unicode/c/genprops/ |
H A D | emojipropsbuilder.cpp | 48 and the limit (exclusive end) of the previous one. 111 void setBit(UChar32 start, UChar32 end, int32_t shift, bool on, UErrorCode &errorCode); 112 void setBits(UChar32 start, UChar32 end, uint32_t value, uint32_t mask, UErrorCode &errorCode); 234 setBit(props.start, props.end, p2b.shift, props.binProps[p2b.prop], errorCode); 241 EmojiPropsBuilder::setBit(UChar32 start, UChar32 end, int32_t shift, bool on, 245 setBits(start, end, value, mask, errorCode); 249 EmojiPropsBuilder::setBits(UChar32 start, UChar32 end, uint32_t value, uint32_t mask, 253 if (start == end) { 261 while (start <= end && U_SUCCESS(errorCode)) { 265 if (rangeEnd > end) { [all...] |
/third_party/libwebsockets/lib/jose/jwk/ |
H A D | jose_key.c | 456 char *start = p, *end = &p[*len - 1]; in lws_jwk_export() local 467 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "{"); in lws_jwk_export() 501 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "\"%s\":\"%s\"", in lws_jwk_export() 511 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), in lws_jwk_export() 533 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), in lws_jwk_export() 551 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "\"%s\":\"", in lws_jwk_export() 554 jwk->meta[l->idx].len, end - p); in lws_jwk_export() 556 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "\""); in lws_jwk_export() 567 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "\"%s\":\"", l->name); in lws_jwk_export() 573 jwk->e[l->idx].len, end in lws_jwk_export() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_bb.cpp | 64 for (ArrayList::Iterator it = allInsns.iterator(); !it.end(); it.next()) in ~Function() 67 for (ArrayList::Iterator it = allLValues.iterator(); !it.end(); it.next()) in ~Function() 70 for (ArrayList::Iterator BBs = allBBlocks.iterator(); !BBs.end(); BBs.next()) in ~Function() 106 for (Graph::EdgeIterator it = cfg.outgoing(); !it.end(); it.next()) { in clone() 313 while (!cfg.outgoing(true).end()) { in splitCommon() 378 for (Graph::EdgeIterator ei = cfg.outgoing(); !ei.end(); ei.next()) in initiatesSimpleConditional() 421 for (IteratorRef it = cfg.iteratorCFG(); !it->end(); it->next()) { in orderInstructions() 438 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next()) in buildLiveSets() 448 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next()) in buildDefSets() 464 !it->end(); i in doRun() [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 120 goto end; in SSKDF_hash_kdm() 123 goto end; in SSKDF_hash_kdm() 136 goto end; in SSKDF_hash_kdm() 139 goto end; in SSKDF_hash_kdm() 146 goto end; in SSKDF_hash_kdm() 152 end: in SSKDF_hash_kdm() 235 goto end; in SSKDF_mac_kdm() 240 goto end; in SSKDF_mac_kdm() 244 goto end; in SSKDF_mac_kdm() 258 goto end; in SSKDF_mac_kdm() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rehash.c | 245 /* Does it end with a recognized extension? */ in do_file() 247 goto end; in do_file() 253 goto end; in do_file() 260 goto end; in do_file() 265 goto end; in do_file() 273 goto end; in do_file() 282 goto end; in do_file() 290 goto end; in do_file() 294 goto end; in do_file() 316 end in do_file() [all...] |
/third_party/libabigail/src/ |
H A D | abg-corpus-priv.h | 28 }// end namespace sptr_utils 110 i != fns_suppress_regexps_.end(); in compiled_regex_fns_suppress() 132 i != fns_keep_regexps_.end(); in compiled_regex_fns_keep() 154 i != vars_suppress_regexps_.end(); in compiled_regex_vars_suppress() 176 i != vars_keep_regexps_.end(); in compiled_regex_vars_keep() 275 if (i == m.end()) in fn_id_is_in_id_fns_map() 312 i != fns.end(); in fn_is_in_fns() 385 return i != m.end(); in var_id_is_in_id_var_map() 469 i != sym_id_of_fns_to_keep().end(); in keep_wrt_id_of_fns_to_keep() 509 i != compiled_regex_fns_suppress().end(); in keep_wrt_regex_of_fns_to_suppress() [all...] |
/third_party/openssl/apps/ |
H A D | rehash.c | 248 /* Does it end with a recognized extension? */ in do_file() 250 goto end; in do_file() 256 goto end; in do_file() 263 goto end; in do_file() 268 goto end; in do_file() 276 goto end; in do_file() 285 goto end; in do_file() 293 goto end; in do_file() 297 goto end; in do_file() 319 end in do_file() [all...] |
/third_party/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 120 goto end; in SSKDF_hash_kdm() 123 goto end; in SSKDF_hash_kdm() 136 goto end; in SSKDF_hash_kdm() 139 goto end; in SSKDF_hash_kdm() 146 goto end; in SSKDF_hash_kdm() 152 end: in SSKDF_hash_kdm() 235 goto end; in SSKDF_mac_kdm() 240 goto end; in SSKDF_mac_kdm() 244 goto end; in SSKDF_mac_kdm() 258 goto end; in SSKDF_mac_kdm() [all...] |