Searched defs:usable (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testbounds.c | 26 SDL_Rect bounds = { -1,-1,-1,-1 }, usable = { -1,-1,-1,-1 }; in main() local
|
/third_party/mesa3d/src/glx/ |
D | glxextensions.c | 653 unsigned char usable[__GLX_EXT_BYTES]; in __glXCalculateUsableExtensions() local 733 unsigned char usable[__GL_EXT_BYTES]; in __glXCalculateUsableGLExtensions() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11modes.c | 1090 const SDL_Rect usable = { (int)p[0], (int)p[1], (int)p[2], (int)p[3] }; in X11_GetDisplayUsableBounds() local
|
/third_party/python/Objects/ |
D | dictobject.c | 506 Py_ssize_t usable = USABLE_FRACTION(keys->dk_size); in _PyDict_CheckConsistency() local 569 Py_ssize_t es, usable; in new_keys_object() local 3274 Py_ssize_t size, usable, res; in _PyDict_SizeOf() local
|
/third_party/sqlite/include/ |
D | sqlite3.h | 7230 unsigned char usable; /* True if this constraint is usable */ member
|
/third_party/sqlite/src/ |
D | sqlite3.c | 7539 unsigned char usable; /* True if this constraint is usable */ member
|
/third_party/node/tools/ |
D | lint-md.mjs | 22101 async function use(usable, value) { argument
|