| /kernel/linux/linux-5.10/drivers/mfd/ |
| H A D | ab8500-debugfs.c | 107 * @first: the first address of the range 112 u8 first; member 164 .first = 0x00, 168 .first = 0x42, 172 .first = 0x80, 181 .first = 0x00, 185 .first = 0x0F, 189 .first = 0x30, 193 .first [all...] |
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| H A D | lexer_test.cpp | 33 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST() 34 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in TEST() 35 ASSERT_EQ(TokenTypeWhat(tok.first[2].type), "DEL_COMMA") << "DEL_COMMA expected"; in TEST() 36 ASSERT_EQ(TokenTypeWhat(tok.first[3].type), "ID") << "ID expected"; in TEST() 45 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST() 46 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in TEST() 55 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST() 56 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "OPERATION") << "OPERATION expected"; in TEST() 57 ASSERT_EQ(TokenTypeWhat(tok.first[2].type), "ID") << "ID expected"; in TEST() 58 ASSERT_EQ(TokenTypeWhat(tok.first[ in TEST() [all...] |
| H A D | parser_test.cpp | 32 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 33 v.push_back(l.TokenizeString("mov v1, v2}").first); in TEST() 49 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 50 v.push_back(l.TokenizeString("label:}").first); in TEST() 66 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 67 v.push_back(l.TokenizeString("jlt v10, lab123}").first); in TEST() 77 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 78 v.push_back(l.TokenizeString("11111111}").first); in TEST() 88 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 89 v.push_back(l.TokenizeString("addi 1}").first); in TEST() [all...] |
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_lexer_test.cpp | 41 EXPECT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in HWTEST_F() 42 EXPECT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in HWTEST_F() 43 EXPECT_EQ(TokenTypeWhat(tok.first[2].type), "DEL_COMMA") << "DEL_COMMA expected"; in HWTEST_F() 44 EXPECT_EQ(TokenTypeWhat(tok.first[3].type), "ID") << "ID expected"; in HWTEST_F() 59 EXPECT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in HWTEST_F() 60 EXPECT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in HWTEST_F() 75 EXPECT_EQ(TokenTypeWhat(tok.first[0].type), "ID") << "ID expected"; in HWTEST_F() 76 EXPECT_EQ(TokenTypeWhat(tok.first[1].type), "OPERATION") << "OPERATION expected"; in HWTEST_F() 77 EXPECT_EQ(TokenTypeWhat(tok.first[2].type), "ID") << "ID expected"; in HWTEST_F() 78 EXPECT_EQ(TokenTypeWhat(tok.first[ in HWTEST_F() [all...] |
| H A D | lexer_test.cpp | 30 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST() 31 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in TEST() 32 ASSERT_EQ(TokenTypeWhat(tok.first[2].type), "DEL_COMMA") << "DEL_COMMA expected"; in TEST() 33 ASSERT_EQ(TokenTypeWhat(tok.first[3].type), "ID") << "ID expected"; in TEST() 42 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST() 43 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in TEST() 52 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST() 53 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "OPERATION") << "OPERATION expected"; in TEST() 54 ASSERT_EQ(TokenTypeWhat(tok.first[2].type), "ID") << "ID expected"; in TEST() 55 ASSERT_EQ(TokenTypeWhat(tok.first[ in TEST() [all...] |
| H A D | parser_test.cpp | 29 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 30 v.push_back(l.TokenizeString("mov v1, v2}").first); in TEST() 46 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 47 v.push_back(l.TokenizeString("label:}").first); in TEST() 63 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 64 v.push_back(l.TokenizeString("jlt v10, lab123}").first); in TEST() 74 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 75 v.push_back(l.TokenizeString("11111111}").first); in TEST() 85 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST() 86 v.push_back(l.TokenizeString("addi 1}").first); in TEST() [all...] |
| H A D | assembler_parser_test.cpp | 43 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F() 44 v.push_back(l.TokenizeString("mov v1, v2}").first); in HWTEST_F() 65 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F() 66 v.push_back(l.TokenizeString("label:}").first); in HWTEST_F() 88 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F() 89 v.push_back(l.TokenizeString("jlt v10, lab123}").first); in HWTEST_F() 105 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F() 106 v.push_back(l.TokenizeString("11111111}").first); in HWTEST_F() 122 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F() 123 v.push_back(l.TokenizeString("addi 1}").first); in HWTEST_F() [all...] |
| /kernel/linux/linux-5.10/ipc/ |
| H A D | syscall.c | 20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument 30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc() 34 return ksys_semtimedop(first, ptr, second, in ksys_ipc() 37 return compat_ksys_semtimedop(first, ptr, second, in ksys_ipc() 43 return ksys_semget(first, second, third); in ksys_ipc() 50 return ksys_old_semctl(first, second, third, arg); in ksys_ipc() 54 return ksys_msgsnd(first, (struct msgbuf __user *) ptr, in ksys_ipc() 67 return ksys_msgrcv(first, tmp.msgp, second, in ksys_ipc() 71 return ksys_msgrcv(first, in ksys_ipc() 76 return ksys_msgget((key_t) first, secon in ksys_ipc() 130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument [all...] |
| /kernel/linux/linux-6.6/ipc/ |
| H A D | syscall.c | 20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument 30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc() 34 return ksys_semtimedop(first, ptr, second, in ksys_ipc() 37 return compat_ksys_semtimedop(first, ptr, second, in ksys_ipc() 43 return ksys_semget(first, second, third); in ksys_ipc() 50 return ksys_old_semctl(first, second, third, arg); in ksys_ipc() 54 return ksys_msgsnd(first, (struct msgbuf __user *) ptr, in ksys_ipc() 67 return ksys_msgrcv(first, tmp.msgp, second, in ksys_ipc() 71 return ksys_msgrcv(first, in ksys_ipc() 76 return ksys_msgget((key_t) first, secon in ksys_ipc() 130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument [all...] |
| /kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
| H A D | cpufreq.c | 264 struct cpufreq_available_governors *first = NULL; in cpufreq_get_available_governors() local 286 first = malloc(sizeof(*first)); in cpufreq_get_available_governors() 287 if (!first) in cpufreq_get_available_governors() 289 current = first; in cpufreq_get_available_governors() 291 current->first = first; in cpufreq_get_available_governors() 304 return first; in cpufreq_get_available_governors() 307 while (first) { in cpufreq_get_available_governors() 308 current = first in cpufreq_get_available_governors() 338 struct cpufreq_available_frequencies *first = NULL; cpufreq_get_available_frequencies() local 394 struct cpufreq_available_frequencies *first = NULL; cpufreq_get_boost_frequencies() local 470 struct cpufreq_affected_cpus *first = NULL; sysfs_get_cpu_list() local 701 struct cpufreq_stats *first = NULL; cpufreq_get_stats() local [all...] |
| H A D | cpufreq.h | 20 struct cpufreq_available_governors *first; member 26 struct cpufreq_available_frequencies *first; member 33 struct cpufreq_affected_cpus *first; member 40 struct cpufreq_stats *first; member 117 struct cpufreq_available_governors *first); 131 struct cpufreq_available_frequencies *first); 137 struct cpufreq_available_frequencies *first); 149 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *first); 161 void cpufreq_put_related_cpus(struct cpufreq_affected_cpus *first);
|
| /kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
| H A D | cpufreq.c | 273 struct cpufreq_available_governors *first = NULL; in cpufreq_get_available_governors() local 295 first = malloc(sizeof(*first)); in cpufreq_get_available_governors() 296 if (!first) in cpufreq_get_available_governors() 298 current = first; in cpufreq_get_available_governors() 300 current->first = first; in cpufreq_get_available_governors() 313 return first; in cpufreq_get_available_governors() 316 while (first) { in cpufreq_get_available_governors() 317 current = first in cpufreq_get_available_governors() 347 struct cpufreq_available_frequencies *first = NULL; cpufreq_get_available_frequencies() local 403 struct cpufreq_available_frequencies *first = NULL; cpufreq_get_boost_frequencies() local 479 struct cpufreq_affected_cpus *first = NULL; sysfs_get_cpu_list() local 710 struct cpufreq_stats *first = NULL; cpufreq_get_stats() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | switch_lowerer.cpp | 55 return left.first < right.first; in CasePairKeyLessThan() 65 float tmp2 = static_cast<float>(stmt->GetCasePair(static_cast<size_t>(static_cast<uint32>(j))).first) - in FindClusters() 66 static_cast<float>(stmt->GetCasePair(static_cast<size_t>(static_cast<uint32>(i))).first); in FindClusters() 90 if (i == front.first) { in InitSwitchItems() 110 node->SetTagOffset(static_cast<int32>(stmt->GetCasePair(static_cast<size_t>(startIdx)).first)); in BuildRangeGotoNode() 113 int64 lastCaseTag = stmt->GetSwitchTable().at(startIdx).first; in BuildRangeGotoNode() 119 while ((stmt->GetCasePair(i).first != (lastCaseTag + 1)) && (stmt->GetCasePair(i).first != lastCaseTag)) { in BuildRangeGotoNode() 126 curTag = static_cast<uint32>(stmt->GetCasePair(static_cast<size_t>(i)).first in BuildRangeGotoNode() [all...] |
| /base/request/request/frameworks/js/napi/src/ |
| H A D | utf8_utils.cpp | 24 // Given a first byte, determines how many bytes are in this UTF-8 character. 72 bool Check3Bytes(const std::vector<uint8_t> &v, const size_t &first, size_t &index) in Check3Bytes() argument 79 if (first == 0xE0 && next >= 0xA0 && next <= 0xBF) { in Check3Bytes() 80 } else if (first >= 0xE1 && first <= 0xEC && next >= 0x80 && next <= 0xBF) { in Check3Bytes() 81 } else if (first == 0xED && next >= 0x80 && next <= 0x9F) { in Check3Bytes() 82 } else if (first >= 0xEE && first <= 0xEF && next >= 0x80 && next <= 0xBF) { in Check3Bytes() 93 bool Check4Bytes(const std::vector<uint8_t> &v, const size_t &first, size_t &index) in Check4Bytes() argument 100 if (first in Check4Bytes() 116 uint8_t first = v[index]; RunUtf8Validation() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | ptr_list_ref.h | 232 explicit PtrListRef(pointer value) : first(value), last(value) {} in PtrListRef() 234 PtrListRef(pointer first, pointer last) : first(first), last(last == nullptr ? first : last) {} in PtrListRef() argument 240 return iterator(this->first); in begin() 245 return const_iterator(this->first); in begin() 250 return const_iterator(this->first); in cbegin() 285 return reverse_iterator(iterator(this->first == nullptr ? nullptr : this->first in rend() 511 T *first = nullptr; global() member in maple::PtrListRef [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | memory_coalescing.cpp | 85 << "v" << entry.first->GetId() << " = {" << entry.second.initial << ", " << entry.second.step << "}"; in VariableAnalysis() 90 << "v" << entry.first->GetId() << " = v" << entry.second.base->GetId() << " + " << entry.second.diff; in VariableAnalysis() 358 // We have already checked the second inst. We now want to check the first one in FindUpperInsertAfter() 361 checkInst = pair.first->IsPrecedingInSameBlock(pair.second) ? pair.first : pair.second; in FindUpperInsertAfter() 412 // We have already checked the first inst. We now want to check the second one in FindLowerInsertAfter() 415 checkInst = pair.first->IsPrecedingInSameBlock(pair.second) ? pair.second : pair.first; in FindLowerInsertAfter() 431 /// Add a pair if a difference between indices equals to one. The first in pair is with lower index. 434 Inst *first in TryAddCoalescedPair() local 649 InsertPair(Inst *first, Inst *second, Inst *insertAfter) InsertPair() argument 693 ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadArray() argument 710 ReplaceLoadObject(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadObject() argument 735 ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadArrayI() argument 752 ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreArray() argument 772 ReplaceStoreObject(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreObject() argument 799 ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreArrayI() argument [all...] |
| /kernel/linux/linux-5.10/lib/ |
| H A D | siphash.c | 114 * @first: first u64 117 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() argument 120 v3 ^= first; in siphash_1u64() 123 v0 ^= first; in siphash_1u64() 130 * @first: first u64 134 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 137 v3 ^= first; in siphash_2u64() 140 v0 ^= first; in siphash_2u64() 156 siphash_3u64(const u64 first, const u64 second, const u64 third, const siphash_key_t *key) siphash_3u64() argument 184 siphash_4u64(const u64 first, const u64 second, const u64 third, const u64 forth, const siphash_key_t *key) siphash_4u64() argument 208 siphash_1u32(const u32 first, const siphash_key_t *key) siphash_1u32() argument 216 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) siphash_3u32() argument 317 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) hsiphash_1u32() argument 331 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) hsiphash_2u32() argument 349 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument 370 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument 459 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) hsiphash_1u32() argument 475 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) hsiphash_2u32() argument 495 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument 520 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument [all...] |
| H A D | llist.c | 20 * @new_first: first entry in batch to be added 29 struct llist_node *first; in llist_add_batch() local 32 new_last->next = first = READ_ONCE(head->first); in llist_add_batch() 33 } while (cmpxchg(&head->first, first, new_first) != first); in llist_add_batch() 35 return !first; in llist_add_batch() 40 * llist_del_first - delete the first entry of lock-less list 43 * If list is empty, return NULL, otherwise, return the first entr [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | siphash.c | 113 * @first: first u64 116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() argument 119 v3 ^= first; in siphash_1u64() 122 v0 ^= first; in siphash_1u64() 129 * @first: first u64 133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 136 v3 ^= first; in siphash_2u64() 139 v0 ^= first; in siphash_2u64() 155 siphash_3u64(const u64 first, const u64 second, const u64 third, const siphash_key_t *key) siphash_3u64() argument 183 siphash_4u64(const u64 first, const u64 second, const u64 third, const u64 forth, const siphash_key_t *key) siphash_4u64() argument 207 siphash_1u32(const u32 first, const siphash_key_t *key) siphash_1u32() argument 215 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) siphash_3u32() argument 316 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) hsiphash_1u32() argument 330 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) hsiphash_2u32() argument 348 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument 369 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument 458 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) hsiphash_1u32() argument 474 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) hsiphash_2u32() argument 494 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument 519 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument [all...] |
| /base/telephony/core_service/frameworks/native/src/ |
| H A D | operator_config_types.cpp | 58 if (!parcel.WriteString16(valueIt->first)) { in MarshallingU16StringMap() 76 if (!parcel.WriteString(valueIt->first)) { in MarshallingStringMap() 94 if (!parcel.WriteString(valueIt->first)) { in MarshallingBoolMap() 112 if (!parcel.WriteString(valueIt->first)) { in MarshallingIntMap() 130 if (!parcel.WriteString(valueIt->first)) { in MarshallingLongMap() 148 if (!parcel.WriteString(valueIt->first)) { in MarshallingStringArrayMap() 166 if (!parcel.WriteString(valueIt->first)) { in MarshallingIntArrayMap() 184 if (!parcel.WriteString(valueIt->first)) { in MarshallingLongArrayMap() 242 std::u16string first = parcel.ReadString16(); in ReadFromU16StringMap() local 244 configValue.emplace(std::pair<std::u16string, std::u16string>(first, secon in ReadFromU16StringMap() 259 std::string first = parcel.ReadString(); ReadFromStringMap() local 276 std::string first = parcel.ReadString(); ReadFromIntMap() local 293 std::string first = parcel.ReadString(); ReadFromBoolMap() local 309 std::string first = parcel.ReadString(); ReadFromLongMap() local 325 std::string first = parcel.ReadString(); ReadFromStringArrayMap() local 342 std::string first = parcel.ReadString(); ReadFromIntArrayMap() local 359 std::string first = parcel.ReadString(); ReadFromLongArrayMap() local [all...] |
| /kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
| H A D | sysfillrect.c | 28 unsigned long first, last; in bitfill_aligned() local 33 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_aligned() 39 first &= last; in bitfill_aligned() 40 *dst = comp(pat, *dst, first); in bitfill_aligned() 45 if (first!= ~0UL) { in bitfill_aligned() 46 *dst = comp(pat, *dst, first); in bitfill_aligned() 84 unsigned long first, last; in bitfill_unaligned() local 89 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_unaligned() 95 first &= last; in bitfill_unaligned() 96 *dst = comp(pat, *dst, first); in bitfill_unaligned() 139 unsigned long first, last; bitfill_aligned_rev() local 195 unsigned long first, last; bitfill_unaligned_rev() local [all...] |
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| H A D | sysfillrect.c | 28 unsigned long first, last; in bitfill_aligned() local 33 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_aligned() 39 first &= last; in bitfill_aligned() 40 *dst = comp(pat, *dst, first); in bitfill_aligned() 45 if (first!= ~0UL) { in bitfill_aligned() 46 *dst = comp(pat, *dst, first); in bitfill_aligned() 74 unsigned long first, last; in bitfill_unaligned() local 79 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_unaligned() 85 first &= last; in bitfill_unaligned() 86 *dst = comp(pat, *dst, first); in bitfill_unaligned() 129 unsigned long first, last; bitfill_aligned_rev() local 185 unsigned long first, last; bitfill_unaligned_rev() local [all...] |
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-ins.cpp | 21 std::string panda::pandasm::Ins::RegsToString(bool &first, bool print_args, size_t first_arg_idx) const in RegsToString() argument 25 if (!first) { in RegsToString() 28 first = false; in RegsToString() 40 std::string panda::pandasm::Ins::ImmsToString(bool &first) const in ImmsToString() 44 if (!first) { in ImmsToString() 47 first = false; in ImmsToString() 61 std::string panda::pandasm::Ins::IdsToString(bool &first) const in IdsToString() 65 if (!first) { in IdsToString() 68 first = false; in IdsToString() 78 bool first in OperandsToString() local [all...] |
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-ins.cpp | 21 std::string ark::pandasm::Ins::RegsToString(bool &first, bool printArgs, size_t firstArgIdx) const in RegsToString() argument 25 if (!first) { in RegsToString() 28 first = false; in RegsToString() 40 std::string ark::pandasm::Ins::ImmsToString(bool &first) const in ImmsToString() 44 if (!first) { in ImmsToString() 47 first = false; in ImmsToString() 61 std::string ark::pandasm::Ins::IdsToString(bool &first) const in IdsToString() 65 if (!first) { in IdsToString() 68 first = false; in IdsToString() 78 bool first in OperandsToString() local [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | rculist_bl.h | 15 LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) != in hlist_bl_set_first_rcu() 17 rcu_assign_pointer(h->first, in hlist_bl_set_first_rcu() 24 ((unsigned long)rcu_dereference_check(h->first, hlist_bl_is_locked(h)) & ~LIST_BL_LOCKMASK); in hlist_bl_first_rcu() 74 struct hlist_bl_node *first; in hlist_bl_add_head_rcu() local 77 first = hlist_bl_first(h); in hlist_bl_add_head_rcu() 79 n->next = first; in hlist_bl_add_head_rcu() 80 if (first) in hlist_bl_add_head_rcu() 81 first->pprev = &n->next; in hlist_bl_add_head_rcu() 82 n->pprev = &h->first; in hlist_bl_add_head_rcu()
|