HomeSort by relevance Sort by last modified time
    Searched refs:NCHARS (Results 1 - 13 of 13) 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++) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
additional_proximity_chars.h 44 const int NCHARS = NELEMS(LOCALE_EN_US);
45 if (locale->size() < NCHARS) {
48 for (int i = 0; i < NCHARS; ++i) {
  /external/one-true-awk/
awk.h 204 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */
219 uschar gototab[NSTATES][NCHARS];
b.c 36 #define HAT (NCHARS+2) /* matches ^ in regular expr */
37 /* NCHARS is 2**n */
167 for (i=0; i < NCHARS; i++)
477 /* assert(*p < NCHARS); */
508 /* assert(*q < NCHARS); */
540 for (i = 0; i < NCHARS; i++)
566 /* assert(*q < NCHARS); */
597 for (i = 0; i < NCHARS; i++)
826 for (i = 0; i < NCHARS; i++) {
858 assert(c == HAT || c < NCHARS);
    [all...]
FIXES 182 cranked up size of NCHARS; coverity thinks it can be overrun with
377 changed HAT to NCHARS-2. thanks again to santiago vila.
800 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/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.27/texinfo/
texinfo.tex     [all...]

Completed in 407 milliseconds