HomeSort by relevance Sort by last modified time
    Searched refs:CHR (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 89 #define CHR(C) ctx->dump_printf( ctx, "%c", C )
118 CHR( '[' );
120 CHR( '[' );
126 CHR( '+' );
129 CHR( ']' );
131 CHR( '(' );
133 CHR( ')' );
136 CHR('[');
138 CHR(']');
142 CHR( '[' );
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_dump.c 87 #define CHR(C) ctx->dump_printf( ctx, "%c", C )
114 CHR( '[' );
116 CHR( '[' );
122 CHR( '+' );
125 CHR( ']' );
127 CHR( '(' );
129 CHR( ')' );
132 CHR('[');
134 CHR(']');
138 CHR( '[' );
    [all...]
  /external/ltp/testcases/kernel/syscalls/getxattr/
getxattr02.c 65 #define CHR "getxattr02chr"
74 CHR, /* case 01, get attr from char special */
144 if (mknod(CHR, S_IFCHR | 0777, dev) == -1)
146 " failed", CHR);
  /external/autotest/client/deps/glbench/src/
utils.h 52 using CHR = typename std::string::value_type;
53 CHR outbuf[kOutputBufSize];
59 CHR* end = outbuf + kOutputBufSize;
60 CHR* i = end;
64 *i = static_cast<CHR>((res % 10) + '0');
70 *i = static_cast<CHR>('-');
  /external/ltp/testcases/kernel/syscalls/setxattr/
setxattr02.c 72 #define CHR "setxattr02chr"
120 .fname = CHR,
209 SAFE_MKNOD(CHR, S_IFCHR | 0777, dev);
  /external/libchrome/base/strings/
string_number_conversions.cc 34 using CHR = typename STR::value_type;
35 CHR outbuf[kOutputBufSize];
42 CHR* end = outbuf + kOutputBufSize;
43 CHR* i = end;
47 *i = static_cast<CHR>((res % 10) + '0');
53 *i = static_cast<CHR>('-');
  /external/ltp/testcases/kernel/syscalls/fgetxattr/
fgetxattr02.c 64 #define CHR MNTPOINT"/fgetxattr02chr"
126 .fname = CHR,
222 SAFE_MKNOD(CHR, S_IFCHR | 0777, dev);
  /external/ltp/testcases/kernel/syscalls/fsetxattr/
fsetxattr02.c 57 #define CHR MNTPOINT"/fsetxattr02chr"
112 .fname = CHR,
208 SAFE_MKNOD(CHR, S_IFCHR | 0777, dev);
  /bionic/libc/arch-x86/silvermont/string/
sse2-memset-slm.S 56 #define CHR (DST+4)
57 #define LEN (CHR+4)
113 movzbl CHR(%esp), %eax
  /bionic/libc/arch-x86/atom/string/
sse2-memset-atom.S 56 #define CHR (DST+4)
57 #define LEN (CHR+4)
107 movzbl CHR(%esp), %eax

Completed in 4233 milliseconds