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

  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/
create_short_dirs.c 41 /* NCHARS = 10 + 26 + 26 = 62 */
42 #define NCHARS 62
70 for (i = 0; i < NCHARS; i++) {
87 for (i = 0; i < NCHARS; i++) {
89 for (j = 0; j < NCHARS; j++) {
107 for (i = 0; i < NCHARS; i++) {
109 for (j = 0; j < NCHARS; j++) {
111 for (k = 0; k < NCHARS; k++) {
create_long_dirs.c 36 #define NCHARS 62
42 char chars[NCHARS + 1] =
99 for (i = 0; i < NCHARS; i++) {
108 for (j = 0; j < NCHARS; j++) {
117 for (k = 0; k < NCHARS; k++) {
  /external/one-true-awk/
awk.h 212 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */
227 uschar gototab[NSTATES][NCHARS];
b.c 37 #define HAT (NCHARS+2) /* matches ^ in regular expr */
38 /* NCHARS is 2**n */
168 for (i=0; i < NCHARS; i++)
478 /* assert(*p < NCHARS); */
509 /* assert(*q < NCHARS); */
541 for (i = 0; i < NCHARS; i++)
567 /* assert(*q < NCHARS); */
598 for (i = 0; i < NCHARS; i++)
867 assert(c == HAT || c < NCHARS);
934 for (i = 0; i < NCHARS; i++
    [all...]
FIXES 256 cranked up size of NCHARS; coverity thinks it can be overrun with
451 changed HAT to NCHARS-2. thanks again to santiago vila.
876 changed NCHARS to 256 to handle 8-bit characters in strings
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex 942 % @paragraphindent NCHARS
943 % We'll use ems for NCHARS, close enough.
944 % NCHARS can also be the word `asis' or `none'.
963 % @exampleindent NCHARS
964 % We'll use ems for NCHARS like @paragraphindent.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 942 % @paragraphindent NCHARS
943 % We'll use ems for NCHARS, close enough.
944 % NCHARS can also be the word `asis' or `none'.
963 % @exampleindent NCHARS
964 % We'll use ems for NCHARS like @paragraphindent.
    [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]

Completed in 1013 milliseconds