Home
last modified time | relevance | path

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

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