Home
last modified time | relevance | path

Searched defs:usable (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestbounds.c26 SDL_Rect bounds = { -1,-1,-1,-1 }, usable = { -1,-1,-1,-1 }; in main() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11modes.c1090 const SDL_Rect usable = { (int)p[0], (int)p[1], (int)p[2], (int)p[3] }; in X11_GetDisplayUsableBounds() local
/third_party/python/Objects/
Ddictobject.c480 Py_ssize_t usable = USABLE_FRACTION(keys->dk_size); in _PyDict_CheckConsistency() local
542 Py_ssize_t es, usable; in new_keys_object() local
3167 Py_ssize_t size, usable, res; in _PyDict_SizeOf() local
/third_party/sqlite/include/
Dsqlite3.h6996 unsigned char usable; /* True if this constraint is usable */ member
/third_party/sqlite/src/
Dsqlite3.c8091 unsigned char usable; /* True if this constraint is usable */ member
/third_party/node/tools/
Dlint-md.mjs22101 async function use(usable, value) { argument