Home
last modified time | relevance | path

Searched defs:internal_function (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/elfutils/lib/
H A Deu-config.h72 # define internal_function __attribute__ ((regparm (3), stdcall)) macro
74 # define internal_function /* nothing */ macro
/aosp_15_r20/bionic/tests/libs/
H A Dns_hidden_child_internal.cpp29 extern "C" void internal_function() {} in internal_function() function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_sources.py34 def internal_function(self): function