Home
last modified time | relevance | path

Searched refs:CHR (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c89 #define CHR(C) ctx->dump_printf( ctx, "%c", C ) macro
118 CHR( '[' ); in _dump_register_src()
120 CHR( '[' ); in _dump_register_src()
126 CHR( '+' ); in _dump_register_src()
129 CHR( ']' ); in _dump_register_src()
131 CHR( '(' ); in _dump_register_src()
133 CHR( ')' ); in _dump_register_src()
136 CHR('['); in _dump_register_src()
138 CHR(']'); in _dump_register_src()
142 CHR( '[' ); in _dump_register_src()
[all...]
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr02.c65 #define CHR "getxattr02chr" macro
74 CHR, /* case 01, get attr from char special */
135 if (mknod(CHR, S_IFCHR | 0777, dev) == -1) in setup()
137 " failed", CHR); in setup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp49 cl::desc("Apply CHR for all functions"));
53 cl::desc("CHR considers a branch bias greater than this ratio as biased"));
57 cl::desc("CHR merges a group of N branches/selects where N >= this value"));
61 cl::desc("Specify file to retrieve the list of modules to apply CHR to"));
65 cl::desc("Specify file to retrieve the list of functions to apply CHR to"));
157 // branches / selects in the hot paths due to CHR.
173 // CHRScope - a sequence of regions to CHR together. It corresponds to a
295 // The instruction at which to insert the CHR conditional branch (and hoist
322 class CHR { class
324 CHR(Functio function in __anon25060::CHR
[all...]
/third_party/ltp/testcases/kernel/syscalls/setxattr/
H A Dsetxattr02.c53 #define CHR "setxattr02chr" macro
101 .fname = CHR,
190 SAFE_MKNOD(CHR, S_IFCHR | 0777, dev); in setup()
/third_party/gn/src/base/strings/
H A Dstring_number_conversions.cc34 using CHR = typename STR::value_type; in IntToString()
35 CHR outbuf[kOutputBufSize]; in IntToString()
42 CHR* end = outbuf + kOutputBufSize; in IntToString()
43 CHR* i = end; in IntToString()
47 *i = static_cast<CHR>((res % 10) + '0'); in IntToString()
53 *i = static_cast<CHR>('-'); in IntToString()
/third_party/ltp/testcases/kernel/syscalls/fsetxattr/
H A Dfsetxattr02.c57 #define CHR MNTPOINT"/fsetxattr02chr" macro
112 .fname = CHR,
208 SAFE_MKNOD(CHR, S_IFCHR | 0777, dev); in setup()
/third_party/ltp/testcases/kernel/syscalls/fgetxattr/
H A Dfgetxattr02.c64 #define CHR MNTPOINT"/fgetxattr02chr" macro
126 .fname = CHR,
215 SAFE_MKNOD(CHR, S_IFCHR | 0777, chr_dev); in setup()
/third_party/ffmpeg/libavcodec/
H A Dtruemotion2.c448 #define TM2_RECALC_BLOCK(CHR, stride, last, CD) {\
449 CD[0] = (unsigned)CHR[ 1] - (unsigned)last[1];\
450 CD[1] = (unsigned)CHR[stride + 1] - (unsigned) CHR[1];\
451 last[0] = (int)CHR[stride + 0];\
452 last[1] = (int)CHR[stride + 1];}
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLanguageTag.java71 CHR("Cherokee", "chr"), enum constant

Completed in 8 milliseconds