Home
last modified time | relevance | path

Searched defs:end (Results 3801 - 3825 of 8343) sorted by relevance

1...<<151152153154155156157158159160>>...334

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp60 int end = words.size() - 1; // Read pointer ends at size - 1 in StringToDbQuery() local
87 Handle(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) Handle() argument
117 HandleExtra(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleExtra() argument
139 HandleEqualTo(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleEqualTo() argument
166 HandleNotEqualTo(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleNotEqualTo() argument
193 HandleGreaterThan(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleGreaterThan() argument
218 HandleLessThan(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleLessThan() argument
243 HandleGreaterThanOrEqualTo( const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleGreaterThanOrEqualTo() argument
269 HandleLessThanOrEqualTo( const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleLessThanOrEqualTo() argument
295 HandleIsNull(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleIsNull() argument
307 HandleIsNotNull(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleIsNotNull() argument
319 HandleIn(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleIn() argument
355 HandleNotIn(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleNotIn() argument
391 HandleLike(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleLike() argument
404 HandleNotLike(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleNotLike() argument
417 HandleAnd(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleAnd() argument
424 HandleOr(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleOr() argument
431 HandleOrderByAsc(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleOrderByAsc() argument
443 HandleOrderByDesc(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleOrderByDesc() argument
455 HandleOrderByWriteTime(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleOrderByWriteTime() argument
468 HandleLimit(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleLimit() argument
481 HandleBeginGroup(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleBeginGroup() argument
488 HandleEndGroup(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleEndGroup() argument
495 HandleKeyPrefix(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleKeyPrefix() argument
508 HandleInKeys(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleInKeys() argument
534 HandleSetSuggestIndex(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleSetSuggestIndex() argument
546 HandleDeviceId(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleDeviceId() argument
628 GetIntegerList(const std::vector<std::string> &words, int &elementPointer, int end) GetIntegerList() argument
648 GetLongList(const std::vector<std::string> &words, int &elementPointer, int end) GetLongList() argument
668 GetDoubleList(const std::vector<std::string> &words, int &elementPointer, int end) GetDoubleList() argument
688 GetStringList(const std::vector<std::string> &words, int &elementPointer, int end) GetStringList() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp249 size_t end = std::min(i + MAX_VALUE_SIZE, cloudGid.size()); in SetCloudGid() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp222 auto end = srcFile.rfind("/"); in Anonymous() local
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp317 uint32_t end = offset + size; in PutBlobOrString() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_adapter.c135 const uint8_t *end = buf + buflen; in CoapParseOptionsAndPayloadEx() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp57 const char* end = extensions + strlen(extensions); in CheckEglExtension() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp825 bool GetStartEndParams(napi_env env, napi_value arg, int64_t &start, int64_t &end) in GetStartEndParams() argument
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dioremap.c152 u64 start, end; in __ioremap_check_mem() local
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Desrt.c246 phys_addr_t end; in efi_esrt_init() local
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-topology.c175 u32 *next_sid, *end, q; in build_tree() local
/kernel/linux/linux-5.10/arch/loongarch/net/
H A Debpf_jit.c808 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() argument
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dcacheflush.h225 vivt_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) vivt_flush_cache_range() argument
334 flush_cache_vmap(unsigned long start, unsigned long end) flush_cache_vmap() argument
346 flush_cache_vunmap(unsigned long start, unsigned long end) flush_cache_vunmap() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dpci_link.c283 struct acpi_resource end; in acpi_pci_link_set() member
[all...]
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H A Dnuma.c161 static int __init numa_add_memblk_to(int nid, u64 start, u64 end, in numa_add_memblk_to() argument
198 int __init numa_add_memblk(int nid, u64 start, u64 end) in numa_add_memblk() argument
285 add_numamem_region(u64 start, u64 end, u32 type) add_numamem_region() argument
[all...]
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Ddiscontig.c73 unsigned long spfn, epfn, end = start + len; in build_node_maps() local
556 unsigned long rs, re, end = start + len; in call_pernode_memory() local
654 vmemmap_populate(unsigned long start, unsigned long end, int node, struct vmem_altmap *altmap) vmemmap_populate() argument
660 vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) vmemmap_free() argument
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dsalinfo.c547 unsigned int i, end = ARRAY_SIZE(salinfo_data); in salinfo_cpu_online() local
561 unsigned int i, end = ARRAY_SIZE(salinfo_data); in salinfo_cpu_pre_down() local
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dacpi.c157 acpi_parse_cpuintc(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_cpuintc() argument
173 acpi_parse_liointc(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_liointc() argument
188 acpi_parse_eiointc(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_eiointc() argument
205 acpi_parse_htintc(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_htintc() argument
221 acpi_parse_pch_pic(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_pch_pic() argument
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/powerpc/boot/
H A Ddevtree.c189 u32 end; in compare_reg() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dplpar_wrappers.h355 pseries_rpt_invalidate(u32 pid, u64 target, u64 type, u64 page_sizes, u64 start, u64 end) pseries_rpt_invalidate() argument
401 pseries_rpt_invalidate(u32 pid, u64 target, u64 type, u64 page_sizes, u64 start, u64 end) pseries_rpt_invalidate() argument
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dmem.c93 int __weak create_section_mapping(unsigned long start, unsigned long end, in create_section_mapping() argument
99 int __weak remove_section_mapping(unsigned long start, unsigned long end) in remove_section_mapping() argument
233 unsigned long end = __fix_to_virt(FIX_KMAP_BEGIN); in paging_init() local
594 phys_addr_t start, end; in add_system_ram_resources() local
[all...]
H A Dhugetlbpage.c297 free_hugepd_range(struct mmu_gather *tlb, hugepd_t *hpdp, int pdshift, unsigned long start, unsigned long end, unsigned long floor, unsigned long ceiling) free_hugepd_range() argument
333 hugetlb_free_pte_range(struct mmu_gather *tlb, pmd_t *pmd, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pte_range() argument
356 hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pmd_range() argument
415 hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pud_range() argument
469 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c195 unsigned long start, end; in mpc512x_release_bootmem() local
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c257 int index, end; in release_cached_info() local
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsetup.c145 unsigned long end; in init_initrd() local
268 unsigned long start, end; in bootmem_init() local
414 phys_addr_t start, end; early_parse_elfcorehdr() local
701 phys_addr_t start, end; resource_init() local
[all...]
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dcache.c652 unsigned long end in flush_kernel_vmap_range() local
485 __flush_tlb_range(unsigned long sid, unsigned long start, unsigned long end) __flush_tlb_range() argument
596 flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) flush_cache_range() argument
669 unsigned long end = start + size; invalidate_kernel_vmap_range() local
[all...]

Completed in 23 milliseconds

1...<<151152153154155156157158159160>>...334