HomeSort by relevance Sort by last modified time
    Searched full:string_pool_size (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 148 size_t string_pool_size = 1; local
158 string_pool_size += 5; // insert "root\0" for #rs_export_foreach_name
161 string_pool_size += getMetadataStringLength<2>(pragma);
162 string_pool_size += getMetadataStringLength<1>(export_var);
163 string_pool_size += getMetadataStringLength<1>(export_func);
164 string_pool_size += getMetadataStringLength<1>(export_foreach_name);
168 string_pool_size += ::strlen(LibBCCPath) + 1 + SHA1_DIGEST_LENGTH;
169 string_pool_size += ::strlen(LibCompilerRTPath) + 1 + SHA1_DIGEST_LENGTH;
170 string_pool_size += ::strlen(LibRSPath) + 1 + SHA1_DIGEST_LENGTH;
171 string_pool_size += ::strlen(LibCLCorePath) + 1 + SHA1_DIGEST_LENGTH
    [all...]

Completed in 37 milliseconds