Searched defs:_int (Results 1 – 10 of 10) sorted by relevance
/external/libopus/celt/arm/ |
D | mdct_arm.h | 52 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ argument 54 #define clt_mdct_backward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ argument
|
/external/mesa3d/src/util/ |
D | xmlconfig.h | 46 int _int; /**< \brief Integer or Enum */ member
|
/external/python/cpython2/Lib/ |
D | sre_compile.py | 411 def _mk_bitmap(bits, _CODEBITS=_CODEBITS, _int=int): argument
|
D | random.py | 177 def randrange(self, start, stop=None, step=1, _int=int, _maxwidth=1L<<BPF): argument 246 def _randbelow(self, n, _log=_log, _int=int, _maxwidth=1L<<BPF, argument
|
D | stringold.py | 192 _int = int variable
|
D | string.py | 380 _int = int variable
|
/external/python/cpython3/Lib/ |
D | sre_compile.py | 411 def _mk_bitmap(bits, _CODEBITS=_CODEBITS, _int=int): argument
|
D | random.py | 174 def randrange(self, start, stop=None, step=1, _int=int): argument
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 109 static const Type _int; member
|
D | gl4cEnhancedLayoutsTests.cpp | 150 const Type Type::_int = Type::GetType(Type::Int, 1, 1); member in gl4cts::EnhancedLayouts::Utils::Type
|