Home
last modified time | relevance | path

Searched refs:CHR (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c79 #define CHR(C) ctx->dump_printf( ctx, "%c", C ) macro
104 CHR( '[' ); in _dump_register_src()
106 CHR( '[' ); in _dump_register_src()
112 CHR( '+' ); in _dump_register_src()
115 CHR( ']' ); in _dump_register_src()
117 CHR('['); in _dump_register_src()
119 CHR(']'); in _dump_register_src()
123 CHR( '[' ); in _dump_register_src()
125 CHR( '[' ); in _dump_register_src()
131 CHR( '+' ); in _dump_register_src()
[all …]
/external/libweave/third_party/chromium/base/strings/
Dstring_number_conversions.cc32 using CHR = typename STR::value_type; in IntToString() typedef
33 CHR outbuf[kOutputBufSize]; in IntToString()
39 CHR* end = outbuf + kOutputBufSize; in IntToString()
40 CHR* i = end; in IntToString()
44 *i = static_cast<CHR>((res % 10) + '0'); in IntToString()
50 *i = static_cast<CHR>('-'); in IntToString()
/external/libchrome/base/strings/
Dstring_number_conversions.cc33 using CHR = typename STR::value_type; in IntToString() typedef
34 CHR outbuf[kOutputBufSize]; in IntToString()
40 CHR* end = outbuf + kOutputBufSize; in IntToString()
41 CHR* i = end; in IntToString()
45 *i = static_cast<CHR>((res % 10) + '0'); in IntToString()
51 *i = static_cast<CHR>('-'); in IntToString()
/external/bison/
DNEWS1185 %token <character> CHR
2038 LocalWords: CHR chr printf stdout namespace preprocessing enum pre include's
/external/bison/doc/
Dbison.texi4753 %token <character> CHR
4882 %token <character> CHR
12334 @c LocalWords: lvalue nonnegative XNUM CHR chr TAGLESS tagless stdout api TOK
Dbison.info4814 %token <character> CHR
4914 %token <character> CHR