Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py721 def optimize_node(self, e, macros=None): argument
722 if macros is None:
723 macros = {}
728 if macros.has_key(name):
729 if macros[name] == kCppUndefinedMacro:
733 value = int(macros[name])
736 return ("defined", macros[name])
745 if macros.has_key(name):
747 value = int(macros[name])
750 expanded = ("ident", macros[name])
[all …]
Dclean_header.py108 macros = kernel_known_macros.copy()
110 macros.update(kernel_default_arch_macros[arch])
115 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/docs/
Ddefines.md54 work around issues with some of them, use these macros to detect the versinon of
60 macros to conditionally compile. Note that the ABI usually called `arm64` uses
66 64-bit -- use these macros to conditionally compile.
/bionic/tests/
Dlimits_test.cpp21 TEST(limits, macros) { in TEST() argument
Dfloat_test.cpp21 TEST(float_h, macros) { in TEST() argument