Searched refs:size_1 (Results 1 – 3 of 3) sorted by relevance
/third_party/node/src/ |
D | debug_utils.cc | 442 DWORD size_1 = 0; in GetLoadedLibraries() local 445 if (EnumProcessModules(process_handle, nullptr, 0, &size_1)) { in GetLoadedLibraries() 446 MallocedBuffer<HMODULE> modules(size_1); in GetLoadedLibraries() 449 if (EnumProcessModules(process_handle, modules.data, size_1, &size_2)) { in GetLoadedLibraries() 451 i < (size_1 / sizeof(HMODULE)) && i < (size_2 / sizeof(HMODULE)); in GetLoadedLibraries()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 164 unsigned int size_1, unsigned int size_2, unsigned int size_3, 168 unsigned int size_1, unsigned int size_2, 341 unsigned int size_1, unsigned int size_2, unsigned int size_3, 351 const T max_1 = (1 << size_1) - 1; in write3Channel() 387 unsigned int size_1, unsigned int size_2, 399 T max_1 = (1 << size_1) - 1; in write4Channel()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1734 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int o… 1745 static const T max_1 = (1 << size_1) - 1; in read3Channel() 1795 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int s… 1806 static const T max_1 = (1 << size_1) - 1; in read4Channel() 1978 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int o… 1988 static const T max_1 = (1 << size_1) - 1; in write3Channel() 2039 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int s… 2049 static const T max_1 = (1 << size_1) - 1; in write4Channel()
|