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

  /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
  /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
  /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/ltp/testcases/kernel/syscalls/setxattr/
setxattr02.c 72 #define CHR "setxattr02chr"
120 .fname = CHR,
209 SAFE_MKNOD(CHR, S_IFCHR | 0777, dev);
  /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);
  /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...]

Completed in 2339 milliseconds