Searched defs:CurStrLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp418 unsigned CurStrLength = StrIdx[StrIdxI] - StrIdx[StrIdxI - 1]; local
419 ::memcpy(StrTab, *I, CurStrLength);
421 StrTab += CurStrLength;

Completed in 27 milliseconds