Home
last modified time | relevance | path

Searched refs:index_signeds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DBuffer.py416 def put_buffer_lookup_code(entry, index_signeds, index_cnames, directives, argument
440 for dim, (signed, cname, shape) in enumerate(zip(index_signeds, index_cnames,
475 for signed, cname, shape in zip(index_signeds, index_cnames,
DExprNodes.py3706 index_signeds=[i.type.signed for i in self.indices],