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

  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/
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++) {
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++) {
  /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];

Completed in 194 milliseconds