OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualWrapperLen
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp
151
size_t
actualWrapperLen
= writeAndroidBitcodeWrapper(
154
if (!
actualWrapperLen
) {
159
mTranslatedBitcodeSize =
actualWrapperLen
+ Buffer.size();
161
memcpy(c, &wrapper,
actualWrapperLen
);
162
memcpy(c +
actualWrapperLen
, Buffer.c_str(), Buffer.size());
/frameworks/compile/slang/
slang_backend.cpp
241
size_t
actualWrapperLen
= bcinfo::writeAndroidBitcodeWrapper(
245
slangAssert(
actualWrapperLen
> 0);
248
FormattedOutStream.write(reinterpret_cast<char*>(&wrapper),
actualWrapperLen
);
Completed in 181 milliseconds