Home
last modified time | relevance | path

Searched defs:small_ints (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.take.while/
Dgeneral.pass.cpp23 auto small_ints = input | std::views::take_while(small); in main() local
/external/python/cpython3/Include/internal/
Dpycore_interp.h290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS]; member
/external/python/cpython2/Objects/
Dintobject.c79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable