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

  /external/mesa3d/src/glsl/
ralloc.c 389 printf_length(const char *fmt, va_list untouched_args) function
417 size_t size = printf_length(fmt, args) + 1;
472 new_length = printf_length(fmt, args);

Completed in 81 milliseconds