Searched refs:blocks (Results 1 – 9 of 9) sorted by relevance
1169 def __init__(self, blocks): argument1170 self.blocks = blocks1173 return len(self.blocks)1176 return self.blocks[n]1179 return repr(self.blocks)1182 result = '\n'.join([str(b) for b in self.blocks])1188 for i, b in enumerate(self.blocks):1195 self.blocks = optimize_if01(self.blocks)1199 for b in self.blocks:1207 num_blocks = len(self.blocks)[all …]
103 blocks = parser.parseFile(src_file)112 blocks.removeStructs(kernel_structs_to_remove)113 blocks.optimizeMacros(macros)114 blocks.optimizeIf01()115 blocks.removeVarsAndFuncs(kernel_known_generic_statics)116 blocks.replaceTokens(kernel_token_replacements)127 blocks.write(out)
24 __u32 blocks; member
27 __u32 blocks; member
16 uint64_t blocks; member47 uint64_t blocks; member60 uint64_t blocks; member
352 int blocks; member
19 unsigned int blocks; member
109 `__tls_get_addr` may reallocate the DTV or free blocks for unloaded modules.510 iterates its module list to lazily allocate and free TLS blocks.522 The DTV and blocks for dlopen'ed modules are instead allocated using the Bionic loader's
122 prose (namely, multiline code blocks are exempted from this):