/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common.h | 52 #define HDI_HANDLE_CIPHER_INFO(ret, start, end, delim, format) \ 53 ret = HdiTxtPrintf(pos, (end) - (pos), format, \ 55 if (HdiCheckError((end) - pos, ret)) \ 59 #define HDI_HANDLE_CIPHER_POS_INFO(flag, ret, pos, end, delim, format) \ 61 ret = HdiTxtPrintf(pos, (end) - (pos), format, \ 63 if (HdiCheckError((end) - (pos), ret)) \ 119 char* HdiGetWifiCategoryTxt(char *pos, char* end, const struct HdiElems *elems); 121 char* HdiGetIeTxt(char *pos, char *end, const char *proto, 130 char* HdiGetWapiTxt(char *pos, char *end, const uint8_t *ie);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | collection.cpp | 28 std::transform(lowerCaseName.begin(), lowerCaseName.end(), lowerCaseName.begin(), [](unsigned char c) { in Collection() 42 key.assign(id.begin(), id.end()); in InsertUntilSuccess() 46 key.assign(docKey.key.begin(), docKey.key.end()); in InsertUntilSuccess() 65 Value valSet(document.begin(), document.end()); in InsertDocument() 69 key.assign(id.begin(), id.end()); in InsertDocument() 127 Value valSet(newDocument.begin(), newDocument.end()); in UpsertDocument() 131 key.assign(id.begin(), id.end()); in UpsertDocument() 150 Key keyId(id.begin(), id.end()); in UpdateDocument() 151 Value valSet(newDocument.begin(), newDocument.end()); in UpdateDocument()
|
/kernel/linux/linux-5.10/drivers/dax/ |
H A D | kmem.c | 29 r->end = ALIGN_DOWN(range->end + 1, memory_block_size_bytes()) - 1; in dax_kmem_range() 30 if (r->start >= r->end) { in dax_kmem_range() 32 r->end = range->end; in dax_kmem_range() 79 i, range.start, range.end); in dev_dax_kmem_probe() 87 i, range.start, range.end); in dev_dax_kmem_probe() 116 i, range.start, range.end); in dev_dax_kmem_probe() 171 i, range.start, range.end); in dev_dax_kmem_remove()
|
/kernel/linux/linux-5.10/arch/m68k/amiga/ |
H A D | platform.c | 26 .end = 0x00efffff, 31 .end = 0x009fffff, 38 .end = 0xffffffff, 43 .end = 0x7fffffff, 89 .end = 0xdd00ff, 96 .end = 0xdd0fff, 103 .end = 0xda1fff, 116 .end = 0xdd3fff, 129 .end = 0x00dcffff,
|
/kernel/linux/linux-5.10/arch/mips/sni/ |
H A D | a20r.c | 46 .end = 0x1c081fff, 60 .end = 0x18000004, 65 .end = 0x18010004, 70 .end = 0x1ff00020, 75 .end = 22, 92 .end = 0x190fffff, 97 .end = 19, 111 .end = 0x1c0700ff, 116 .end = 20,
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/770x/ |
H A D | setup.c | 72 .end = PA_MRSHPC_IO + 0x1f0 + 8, 77 .end = PA_MRSHPC_IO + 0x1f0 + 8 + 0x206 + 8, 102 .end = PA_LED, 127 .end = SH_ETH0_BASE + 0x1B8 - 1, 132 .end = SH_TSU_BASE + 0x200 - 1, 137 .end = SH_ETH0_IRQ, 155 .end = SH_ETH1_BASE + 0x1B8 - 1, 160 .end = SH_TSU_BASE + 0x200 - 1, 165 .end = SH_ETH1_IRQ,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sys_x86_64.c | 101 unsigned long *begin, unsigned long *end) in find_start_end() 112 *end = 0x80000000; in find_start_end() 121 *end = task_size_32bit(); in find_start_end() 123 *end = task_size_64bit(addr > DEFAULT_MAP_WINDOW); in find_start_end() 133 unsigned long begin, end; in arch_get_unmapped_area() local 138 find_start_end(addr, flags, &begin, &end); in arch_get_unmapped_area() 140 if (len > end) in arch_get_unmapped_area() 146 if (end - len >= addr && in arch_get_unmapped_area() 154 info.high_limit = end; in arch_get_unmapped_area() 100 find_start_end(unsigned long addr, unsigned long flags, unsigned long *begin, unsigned long *end) find_start_end() argument
|
/kernel/linux/linux-5.10/arch/sparc/boot/ |
H A D | piggyback.c | 90 * Find address for start and end in System.map. 98 * Return 0 if either start or end is not found 101 unsigned int *end) in get_start_end() 107 *end = 0; in get_start_end() 115 *end = strtoul(buffer, NULL, 16); in get_start_end() 119 if (*start == 0 || *end == 0) in get_start_end() 177 unsigned int i, start, end; in main() local 189 if (!get_start_end(argv[3], &start, &end)) { in main() 190 fprintf(stderr, "Could not determine start and end from %s\n", in main() 226 st4(buffer + 8, align(end in main() 100 get_start_end(const char *filename, unsigned int *start, unsigned int *end) get_start_end() argument [all...] |
/kernel/linux/linux-6.6/arch/m68k/amiga/ |
H A D | platform.c | 26 .end = 0x00efffff, 31 .end = 0x009fffff, 38 .end = 0xffffffff, 43 .end = 0x7fffffff, 89 .end = 0xdd00ff, 96 .end = 0xdd0fff, 103 .end = 0xda1fff, 116 .end = 0xdd3fff, 129 .end = 0x00dcffff,
|
/kernel/linux/linux-6.6/arch/mips/sni/ |
H A D | a20r.c | 46 .end = 0x1c081fff, 60 .end = 0x18000004, 65 .end = 0x18010004, 70 .end = 0x1ff00020, 75 .end = 22, 92 .end = 0x190fffff, 97 .end = 19, 111 .end = 0x1c0700ff, 116 .end = 20,
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/770x/ |
H A D | setup.c | 72 .end = PA_MRSHPC_IO + 0x1f0 + 8, 77 .end = PA_MRSHPC_IO + 0x1f0 + 8 + 0x206 + 8, 102 .end = PA_LED, 127 .end = SH_ETH0_BASE + 0x1B8 - 1, 132 .end = SH_TSU_BASE + 0x200 - 1, 137 .end = SH_ETH0_IRQ, 155 .end = SH_ETH1_BASE + 0x1B8 - 1, 160 .end = SH_TSU_BASE + 0x200 - 1, 165 .end = SH_ETH1_IRQ,
|
/kernel/linux/linux-6.6/arch/sparc/boot/ |
H A D | piggyback.c | 90 * Find address for start and end in System.map. 98 * Return 0 if either start or end is not found 101 unsigned int *end) in get_start_end() 107 *end = 0; in get_start_end() 115 *end = strtoul(buffer, NULL, 16); in get_start_end() 119 if (*start == 0 || *end == 0) in get_start_end() 181 unsigned int i, start, end; in main() local 193 if (!get_start_end(argv[3], &start, &end)) { in main() 194 fprintf(stderr, "Could not determine start and end from %s\n", in main() 230 st4(buffer + 8, align(end in main() 100 get_start_end(const char *filename, unsigned int *start, unsigned int *end) get_start_end() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | vmlinux-kallsyms.c | 110 * end addresses too. in test__vmlinux_matches_kallsyms() 117 if (sym->start == sym->end) in test__vmlinux_matches_kallsyms() 121 mem_end = vmlinux_map->unmap_ip(vmlinux_map, sym->end); in test__vmlinux_matches_kallsyms() 130 * kallsyms don't have the symbol end, so we in test__vmlinux_matches_kallsyms() 138 s64 skew = mem_end - UM(pair->end); in test__vmlinux_matches_kallsyms() 140 pr_debug("WARN: %#" PRIx64 ": diff end addr for %s v: %#" PRIx64 " k: %#" PRIx64 "\n", in test__vmlinux_matches_kallsyms() 142 UM(pair->end)); in test__vmlinux_matches_kallsyms() 147 * possible to get proper function end from in test__vmlinux_matches_kallsyms() 166 } else if (mem_start == kallsyms.vmlinux_map->end) { in test__vmlinux_matches_kallsyms() 168 * Ignore aliases to _etext, i.e. to the end o in test__vmlinux_matches_kallsyms() [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | sys_x86_64.c | 97 unsigned long *begin, unsigned long *end) in find_start_end() 108 *end = 0x80000000; in find_start_end() 117 *end = task_size_32bit(); in find_start_end() 119 *end = task_size_64bit(addr > DEFAULT_MAP_WINDOW); in find_start_end() 129 unsigned long begin, end; in arch_get_unmapped_area() local 134 find_start_end(addr, flags, &begin, &end); in arch_get_unmapped_area() 136 if (len > end) in arch_get_unmapped_area() 142 if (end - len >= addr && in arch_get_unmapped_area() 150 info.high_limit = end; in arch_get_unmapped_area() 96 find_start_end(unsigned long addr, unsigned long flags, unsigned long *begin, unsigned long *end) find_start_end() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 62 static int check_diff(struct timeval start, struct timeval end) in check_diff() argument 66 diff = end.tv_usec - start.tv_usec; in check_diff() 67 diff += (end.tv_sec - start.tv_sec) * USECS_PER_SEC; in check_diff() 80 struct timeval start, end; in check_itimer() local 124 err = gettimeofday(&end, NULL); in check_itimer() 130 if (!check_diff(start, end)) in check_itimer() 142 struct timeval start, end; in check_timer_create() local 177 err = gettimeofday(&end, NULL); in check_timer_create() 183 if (!check_diff(start, end)) in check_timer_create()
|
/foundation/communication/nfc/services/src/notification/ |
H A D | nfc_notification.cpp | 182 if (g_resourceMap.find(KEY_TAG_DEFAULT_NTF_TITLE) != g_resourceMap.end() &&
in SetTitleAndTextForOtherNotificationId() 183 g_resourceMap.find(KEY_TAG_DEFAULT_NTF_TEXT) != g_resourceMap.end()) {
in SetTitleAndTextForOtherNotificationId() 189 if (g_resourceMap.find(KEY_TAG_DEFAULT_NTF_TITLE) != g_resourceMap.end() &&
in SetTitleAndTextForOtherNotificationId() 190 g_resourceMap.find(NFC_OPEN_LINK_TEXT_HEAD) != g_resourceMap.end()) {
in SetTitleAndTextForOtherNotificationId() 196 if (g_resourceMap.find(KEY_HCE_AID_CONFLICTED_TITLE) != g_resourceMap.end() &&
in SetTitleAndTextForOtherNotificationId() 197 g_resourceMap.find(KEY_HCE_AID_CONFLICTED_TEXT) != g_resourceMap.end()) {
in SetTitleAndTextForOtherNotificationId() 203 if (g_resourceMap.find(KEY_NO_HAP_TITLE) != g_resourceMap.end() &&
in SetTitleAndTextForOtherNotificationId() 204 g_resourceMap.find(KEY_NO_HAP_TEXT) != g_resourceMap.end()) {
in SetTitleAndTextForOtherNotificationId() 227 if (g_resourceMap.find(KEY_TRANSPORT_CARD_NTF_TITLE) != g_resourceMap.end() &&
in SetTitleAndText() 228 g_resourceMap.find(KEY_TRANSPORT_CARD_NTF_TEXT) != g_resourceMap.end() in SetTitleAndText() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | truncate.c | 202 * folio that's within the [start, end] range, and then split the folio if 210 bool truncate_inode_partial_folio(struct folio *folio, loff_t start, loff_t end) in truncate_inode_partial_folio() argument 220 if (pos + length <= (u64)end) in truncate_inode_partial_folio() 223 length = end + 1 - pos - offset; in truncate_inode_partial_folio() 306 * truncate_inode_pages_range - truncate range of pages specified by start & end byte offsets 333 pgoff_t end; /* exclusive */ in truncate_inode_pages_range() local 345 * 'start' and 'end' always covers the range of pages to be fully in truncate_inode_pages_range() 347 * start of the range and 'partial_end' at the end of the range. in truncate_inode_pages_range() 348 * Note that 'end' is exclusive while 'lend' is inclusive. in truncate_inode_pages_range() 353 * lend == -1 indicates end in truncate_inode_pages_range() 497 mapping_try_invalidate(struct address_space *mapping, pgoff_t start, pgoff_t end, unsigned long *nr_failed) mapping_try_invalidate() argument 555 invalidate_mapping_pages(struct address_space *mapping, pgoff_t start, pgoff_t end) invalidate_mapping_pages() argument 618 invalidate_inode_pages2_range(struct address_space *mapping, pgoff_t start, pgoff_t end) invalidate_inode_pages2_range() argument [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
H A D | cast_local_file_channel_server.cpp | 62 for (auto it = fileMap_.begin(); it != fileMap_.end(); it++) { in ClearAllMapInfo() 179 int64_t end = 0; in ProcessRequestData() local 181 ret = ret && ParseStringToInt64(request[HTTP_REQ_RANGE_END], end); in ProcessRequestData() 183 CLOGE("Invalid request param, start:%{public}" PRId64 ", end: %{public}" PRId64, start, end); in ProcessRequestData() 187 ResponseFileRequest(request[HTTP_REQ_URI], start, end); in ProcessRequestData() 195 if (it != fileMap_.end()) { in FindLocalFileInfo() 236 if (it == fileMap_.end()) { in FindFileLengthByUri() 280 int64_t end) in ResponseFileDataRequest() 282 int64_t newEnd = end; in ResponseFileDataRequest() 279 ResponseFileDataRequest(const std::string &uri, int64_t fileLen, int64_t start, int64_t end) ResponseFileDataRequest() argument 327 ResponseFileRequest(const std::string &uri, int64_t start, int64_t end) ResponseFileRequest() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/ |
H A D | theme_mock.cpp | 97 if (elementItr == STATE_ELEMENTS.end()) { in Initialize() 118 if (styleItr == g_componentStyles.end()) { in Initialize() 134 if (findIter == g_themes.end()) { in GetTheme() 145 if (findIter == RESOURCES.end()) { in GetColor() 154 if (findIter == RESOURCES.end()) { in GetDimension() 163 if (findIter == RESOURCES.end()) { in GetString() 178 if (findIter == RESOURCES.end()) { in GetDouble() 187 if (findIter == RESOURCES.end()) { in GetInt() 196 if (findIter == RESOURCES_WITH_NAME.end()) { in GetColorByName() 205 if (findIter == RESOURCES_WITH_NAME.end()) { in GetDimensionByName() [all...] |
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | theme_mock.cpp | 97 if (elementItr == STATE_ELEMENTS.end()) { in Initialize() 118 if (styleItr == g_componentStyles.end()) { in Initialize() 134 if (findIter == g_themes.end()) { in GetTheme() 145 if (findIter == RESOURCES.end()) { in GetColor() 154 if (findIter == RESOURCES.end()) { in GetDimension() 163 if (findIter == RESOURCES.end()) { in GetString() 178 if (findIter == RESOURCES.end()) { in GetDouble() 187 if (findIter == RESOURCES.end()) { in GetInt() 196 if (findIter == RESOURCES_WITH_NAME.end()) { in GetColorByName() 205 if (findIter == RESOURCES_WITH_NAME.end()) { in GetDimensionByName() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | for_each_node.cpp | 29 while (idsIter != ids.end() && nodeIter != nodes.end()) { in MakeNodeMapById() 65 tempChildrenOfRepeat_ = std::vector<RefPtr<UINode>>(tempChildren_.begin(), tempChildren_.end()); in CreateTempItems() 71 tempOldIdsSet_.insert(tempIds_.begin(), tempIds_.end()); in CollectRemovingIds() 76 if (oldIdIt != tempOldIdsSet_.end()) { in CollectRemovingIds() 83 if (iter != oldNodeByIdMap_.end()) { in CollectRemovingIds() 98 std::unordered_set<std::string> newIdsSet(ids_.begin(), ids_.end()); in CompareAndUpdateChildren() 102 std::unordered_set<std::string> oldIdsSet(tempIds_.begin(), tempIds_.end()); in CompareAndUpdateChildren() 115 if (iter != oldNodeByIdMap_.end()) { in CompareAndUpdateChildren() 150 if (oldIdIt == oldIdsSet.end()) { in MappingChildWithId() [all...] |
/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/src/ |
H A D | napi_subscriber_manager.cpp | 32 std::for_each(uris.begin(), uris.end(), [&keys, &templateId](auto &uri) { in AddObservers() 43 std::for_each(firstAddKeys.begin(), firstAddKeys.end(), [&firstAddUris](auto &result) { in AddObservers() 76 std::for_each(uris.begin(), uris.end(), [&keys, &templateId](auto &uri) { in DelObservers() 83 std::for_each(lastDelKeys.begin(), lastDelKeys.end(), [&lastDelUris, this](auto &result) { in DelObservers() 91 opResult.insert(opResult.end(), unsubResult.begin(), unsubResult.end()); in DelObservers() 111 if (it != lastChangeNodeMap_.end()) { in Emit() 127 std::for_each(uris.begin(), uris.end(), [&keys, &subscriberId](auto &uri) { in AddObservers() 138 std::for_each(firstAddKeys.begin(), firstAddKeys.end(), [&firstAddUris](auto &result) { in AddObservers() 171 std::for_each(uris.begin(), uris.end(), [ [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | r4kcache.h | 211 unsigned long end = start + current_cpu_data.desc.waysize; \ 218 for (addr = start; addr < end; addr += lsize * 32) \ 226 unsigned long end = page + PAGE_SIZE; \ 231 } while (start < end); \ 238 unsigned long end = start + PAGE_SIZE; \ 245 for (addr = start; addr < end; addr += lsize * 32) \ 275 unsigned long end = page + PAGE_SIZE; \ 280 } while (start < end); \ 296 unsigned long end) \ 300 unsigned long aend = (end [all...] |
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | acpi.c | 157 acpi_parse_cpuintc(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_cpuintc() argument 162 if (BAD_MADT_ENTRY(processor, end)) in acpi_parse_cpuintc() 173 acpi_parse_liointc(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_liointc() argument 179 if (BAD_MADT_ENTRY(liointc, end)) in acpi_parse_liointc() 188 acpi_parse_eiointc(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_eiointc() argument 195 if (BAD_MADT_ENTRY(eiointc, end)) in acpi_parse_eiointc() 205 acpi_parse_htintc(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_htintc() argument 211 if (BAD_MADT_ENTRY(htintc, end)) in acpi_parse_htintc() 221 acpi_parse_pch_pic(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_pch_pic() argument 228 if (BAD_MADT_ENTRY(pchpic, end)) in acpi_parse_pch_pic() 237 acpi_parse_pch_msi(union acpi_subtable_headers *header, const unsigned long end) acpi_parse_pch_msi() argument 253 acpi_parse_pch_lpc(union acpi_subtable_headers *header, const unsigned long end) acpi_parse_pch_lpc() argument [all...] |
/kernel/linux/linux-5.10/arch/m68k/sun3/ |
H A D | sun3dvma.c | 43 unsigned long end; member 94 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0)) in print_holes() 97 pr_info("hole: start %08lx end %08lx size %08lx\n", in print_holes() 98 hole->start, hole->end, hole->size); in print_holes() 101 pr_info("end of hole listing...\n"); in print_holes() 121 if(hole->end == prev->start) { in refill() 123 hole->end = prev->end; in refill() 172 newlen = len + ((hole->end - len) & (align-1)); in get_baddr() 177 hole->end in get_baddr() [all...] |