OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIN_RES_NULL_ENTRY_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
WindowsResource.h
51
const size_t
WIN_RES_NULL_ENTRY_SIZE
= 16;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp
44
size_t LeadingSize = WIN_RES_MAGIC_SIZE +
WIN_RES_NULL_ENTRY_SIZE
;
51
if (Source.getBufferSize() < WIN_RES_MAGIC_SIZE +
WIN_RES_NULL_ENTRY_SIZE
)
Completed in 1618 milliseconds