Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/kernel/tools/
Dcpp.py723 def optimize_node(self, e, macros=None): argument
724 if macros is None:
725 macros = {}
730 if name in macros:
731 if macros[name] == kCppUndefinedMacro:
735 value = int(macros[name])
738 return ("defined", macros[name])
747 if name in macros:
749 value = int(macros[name])
752 expanded = ("ident", macros[name])
[all …]
Dclean_header.py108 macros = kernel_known_macros.copy()
110 macros.update(kernel_default_arch_macros[arch])
113 blocks.optimizeMacros(macros)
Dkernel.py135 macros = kernel_known_macros.copy()
137 macros.update(self.config)
139 macros.update(kernel_default_arch_macros[arch])
140 list.optimizeMacros(macros)
/bionic/tests/
Dsys_wait_test.cpp47 TEST(sys_wait, macros) { in TEST() argument
Dlimits_test.cpp21 TEST(limits, macros) { in TEST() argument
Dfloat_test.cpp21 TEST(float_h, macros) { in TEST() argument
/bionic/docs/
Ddefines.md54 work around issues with some of them, use these macros to detect the versinon of
60 these macros to conditionally compile. Note that the ABI usually called
70 or 64-bit -- use these macros to conditionally compile. Note the extra
Dclang_fortify_anatomy.md62 requires things like macros that expand to unbalanced braces depending on your
170 Expanding some of the important macros here, this function expands to roughly:
410 With some macros expanded, the FORTIFY-hardened header implementation is:
568 The [full header implementation of `poll`] is, with some macros expanded:
/bionic/
DREADME.md205 macros without breaking things), avoid abbreviations, and ideally try to