Searched refs:n_end (Results 1 – 7 of 7) sorted by relevance
220 char *n, *n_start, *n_end; /* pointers to string */ in phonetic() local232 for (n = ntrans + 4, n_end = ntrans + 35; !iswordbreak( *Word ) && in phonetic()233 n < n_end; Word++) { in phonetic()242 n_end = n; /* Set n_end to end of string */ in phonetic()291 n <= n_end && Metaph < metaph_end; n++) { in phonetic()309 if (n == (n_end - 1) && *(n - 1) != 'M') in phonetic()350 (*(n + 1) != 'N' || ((n + 1) < n_end && in phonetic()
2452 caddr_t n_end; member2466 native->n_end = buf + buflen; in nvs_native_create()2472 native->n_curr = native->n_base = native->n_end = NULL; in nvs_native_create()2491 if (native->n_curr + size > native->n_end) in native_cp()2567 if (native->n_curr + sizeof (int) > native->n_end) in nvs_native_nvl_fini()2759 if (native->n_curr + sizeof (int32_t) > native->n_end) in nvs_native_nvpair()2765 decode_len > native->n_end - native->n_curr) in nvs_native_nvpair()
1977 uint n_end, n_start = m->extended->sector; in mbr_fixup_ext_chain() local1979 n_end = m->extended->extended->sector; in mbr_fixup_ext_chain()1981 n_end = ext_end; in mbr_fixup_ext_chain()1984 m->mbr.mbr_parts[1].mbrp_size = n_end - n_start; in mbr_fixup_ext_chain()
466 struct symbolic_number *toinc_n_ptr, *n_end; in perform_symbolic_merge() local513 n_end = (end2 > end1) ? n2 : n1; in perform_symbolic_merge()517 toinc_n_ptr = (n_end == n1) ? n2 : n1; in perform_symbolic_merge()
3455 n_end=`echo "$n" | sed -n 's/.*-\(.*\)/\1/p'`3459 n_end=$n3462 if test $GMP_NAIL_BITS -ge $n_start && test $GMP_NAIL_BITS -le $n_end; then
25478 n_end=`echo "$n" | sed -n 's/.*-\(.*\)/\1/p'`25482 n_end=$n25485 if test $GMP_NAIL_BITS -ge $n_start && test $GMP_NAIL_BITS -le $n_end; then