Home
last modified time | relevance | path

Searched defs:page_start (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/
H A Dresultstore_download.proto352 oneof page_start { oneof
425 oneof page_start { oneof
524 oneof page_start { oneof
577 oneof page_start { oneof
633 oneof page_start { oneof
674 oneof page_start { oneof
774 oneof page_start { oneof
820 oneof page_start { oneof
882 oneof page_start { oneof
930 oneof page_start { oneof
/aosp_15_r20/external/cronet/base/memory/
H A Dprotected_memory_win.cc23 const uintptr_t page_start = reinterpret_cast<uintptr_t>(start) & page_mask; in SetMemory() local
35 const uintptr_t page_start = reinterpret_cast<uintptr_t>(ptr) & page_mask; in IsMemoryReadOnly() local
/aosp_15_r20/external/libchrome/base/memory/
H A Dprotected_memory_posix.cc32 const uintptr_t page_start = reinterpret_cast<uintptr_t>(start) & page_mask; in SetMemory() local
51 const uintptr_t page_start = reinterpret_cast<uintptr_t>(ptr) & page_mask; in AssertMemoryIsReadOnly() local
/aosp_15_r20/art/runtime/jit/
H A Djit.cc537 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), gPageSize); in NotifyZygoteCompilationDone() local
597 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), gPageSize); in NotifyZygoteCompilationDone() local
625 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), gPageSize); in NotifyZygoteCompilationDone() local
1014 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), gPageSize); in MapBootImageMethods() local
1130 uint8_t* page_start = AlignUp(header.GetImageBegin() + section.Offset(), gPageSize); in CreateThreadPool() local
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/bionic/libc/platform/bionic/
H A Dpage.h46 inline uintptr_t page_start(uintptr_t x) { in page_start() function
/aosp_15_r20/bionic/libc/platform/bionic/
H A Dpage.h46 inline uintptr_t page_start(uintptr_t x) { in page_start() function
/aosp_15_r20/cts/tests/tests/jni/libjnitest/
H A Dandroid_jni_cts_BasicLoaderTest.cpp57 uintptr_t page_start = reinterpret_cast<uintptr_t>(taxicab_number) & ~(kPageSize - 1); in run_test() local
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1alpha/
H A Dchunk.proto60 int32 page_start = 1; field
/aosp_15_r20/frameworks/libs/binary_translation/base/
Dmapped_file_fragment.cc32 off64_t page_start(off64_t offset) { in page_start() function
/aosp_15_r20/external/arm-trusted-firmware/drivers/mtd/nand/
H A Dcore.c29 unsigned int page_start = in nand_read() local
/aosp_15_r20/bionic/linker/
H A Dlinker_utils_test.cpp107 TEST(linker_utils, page_start) { in TEST() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/
Dbcm.c152 const uintptr_t page_start = in BORINGSSL_maybe_set_module_text_permissions() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/
Dbcm.c152 const uintptr_t page_start = in BORINGSSL_maybe_set_module_text_permissions() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/
H A Dbcm.c154 const uintptr_t page_start = in BORINGSSL_maybe_set_module_text_permissions() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/mtd/nand/
Dcore.c40 unsigned int page_start = in nand_read() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/
H A Dbcm.c154 const uintptr_t page_start = in BORINGSSL_maybe_set_module_text_permissions() local
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_hint_tables_unittest.cpp73 FX_FILESIZE page_start = 0; in TEST_F() local
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc169 int page_start = first_printable_char_index(); in FindMatchesUtf8() local
490 bool Page::FindMatch(const std::u32string& query, const int page_start, const int page_stop, in FindMatch()
/aosp_15_r20/external/perfetto/src/tracing/core/
H A Dshared_memory_abi_unittest.cc82 uint8_t* const page_start = buf() + page_idx * page_size(); in TEST_P() local
/aosp_15_r20/external/googleapis/google/cloud/documentai/v1beta3/
H A Ddocument.proto909 int32 page_start = 1; field
1007 int32 page_start = 1; field
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/cadence/nand/
Dcdns_nand.c394 uint32_t page_start = (offset % dev_info.block_size) / dev_info.page_size; in cdns_nand_read() local
/aosp_15_r20/external/rmi4utils/rmidevice/
H A Drmidevice.cpp298 unsigned int page_start = RMI_DEVICE_PAGE_SIZE * page; in ScanPDT() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_nand.c121 int page_start, int page_count) in uniphier_nand_read_pages()
/aosp_15_r20/external/arm-trusted-firmware/plat/socionext/uniphier/
H A Duniphier_nand.c121 int page_start, int page_count) in uniphier_nand_read_pages()
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dpage_iterator.py337 page_start=_do_nothing_page_start, argument

12