Home
last modified time | relevance | path

Searched defs:_int (Results 1 – 10 of 10) sorted by relevance

/external/libopus/celt/arm/
Dmdct_arm.h52 #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/
Dxmlconfig.h46 int _int; /**< \brief Integer or Enum */ member
/external/python/cpython2/Lib/
Dsre_compile.py411 def _mk_bitmap(bits, _CODEBITS=_CODEBITS, _int=int): argument
Drandom.py177 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
Dstringold.py192 _int = int variable
Dstring.py380 _int = int variable
/external/python/cpython3/Lib/
Dsre_compile.py411 def _mk_bitmap(bits, _CODEBITS=_CODEBITS, _int=int): argument
Drandom.py174 def randrange(self, start, stop=None, step=1, _int=int): argument
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp109 static const Type _int; member
Dgl4cEnhancedLayoutsTests.cpp150 const Type Type::_int = Type::GetType(Type::Int, 1, 1); member in gl4cts::EnhancedLayouts::Utils::Type