Home
last modified time | relevance | path

Searched refs:digit_string (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dstringpool.c95 return digit_string (contents[0] - '0'); in ggc_alloc_string()
Dggc.h32 #define digit_string(d) (digit_vector + ((d) * 2)) macro
DChangeLog-20003484 digit_vector and digit_string.
3486 (ggc_alloc_string): Use digit_string.
3490 (expand_asm_operands): Use ggc.h's digit_string macro.