Home
last modified time | relevance | path

Searched defs:dummy_ptr (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/c10/test/core/
H A DCompileTimeFunctionPointer_test.cpp14 using dummy_ptr = TORCH_FN_TYPE(dummy); typedef
22 constexpr auto dummy_ptr = TORCH_FN(dummy); variable
29 using dummy_ptr = TORCH_FN_TYPE(&dummy); typedef
37 constexpr auto dummy_ptr = TORCH_FN(&dummy); variable
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dehci.c678 const u32 dummy_ptr = virt_to_phys(EHCI_INST( in ehci_create_intr_queue() local
706 const u32 dummy_ptr = virt_to_phys(EHCI_INST( in ehci_destroy_intr_queue() local
H A Dohci.c736 const u32 dummy_ptr = virt_to_phys(ohci->periodic_ed); in ohci_create_intr_queue() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/vertex_input/
Dimpl_vertex.rs65 let dummy_ptr = (&dummy) as *const _; localVariable
/aosp_15_r20/external/libchrome/base/
H A Dsafe_numerics_unittest.cc187 Dst* dummy_ptr = &dummy_value; in TestStrictPointerMath() local
/aosp_15_r20/external/libxml2/
H A Dnanohttp.c1769 char * dummy_ptr = NULL; in xmlNanoHTTPFetchContent() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dnanohttp.c1785 char * dummy_ptr = NULL; in xmlNanoHTTPFetchContent() local
/aosp_15_r20/external/libpng/
H A Dpngtest.c1780 png_structp dummy_ptr; in main() local
/aosp_15_r20/external/cronet/base/
H A Dsafe_numerics_unittest.cc241 Dst* dummy_ptr = &dummy_value; in TestStrictPointerMath() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_test.cc1667 intptr_t dummy_ptr = kDefaultTensorAlignment - 1; in TEST_F() local