OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_fmt
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c
86
char
type_fmt
[6] = " %x";
local
104
type_fmt
[2] = '.';
105
type_fmt
[3] = '9';
106
type_fmt
[4] = 'g';
107
type_fmt
[5] = '\0';
110
type_fmt
[2] = 'u';
112
type_fmt
[2] = 'i';
120
assert(strlen(format) + strlen(
type_fmt
) * length + 2 <= sizeof format);
124
util_strncat(format,
type_fmt
, sizeof(format) - strlen(format) - 1);
128
util_strncat(format,
type_fmt
, sizeof(format) - strlen(format) - 1)
[
all
...]
Completed in 645 milliseconds