Searched refs:CHR (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_dump.c | 89 #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 D | getxattr02.c | 65 #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 D | ControlHeightReduction.cpp | 49 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 D | setxattr02.c | 53 #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 D | string_number_conversions.cc | 34 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 D | fsetxattr02.c | 57 #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 D | fgetxattr02.c | 64 #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 D | truemotion2.c | 448 #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 D | LanguageTag.java | 71 CHR("Cherokee", "chr"), enum constant
|
Completed in 9 milliseconds