Searched refs:padded_len (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.h404 void string_pad(char *s, int padded_len);
H A DMIPSAssembler.cpp1310 void MIPSAssembler::string_pad(char *s, int padded_len) argument
1314 for (int i = padded_len - len; i > 0; --i) {

Completed in 57 milliseconds