Searched refs:nmax (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetndelim2.h39 size_t nmax, int delim1, int delim2,
H A Dgetndelim2.c71 getndelim2 (char **lineptr, size_t *linesize, size_t offset, size_t nmax, argument
83 size = nmax < MIN_CHUNK ? nmax : MIN_CHUNK;
95 if (nbytes_avail == 0 && nmax <= size)
110 Also nbytes_avail > 0 || size < nmax. */
149 if (nbytes_avail < buffer_len + 1 && size < nmax)
160 /* Respect nmax. This handles possible integer overflow. */
161 if (! (size < newsize && newsize <= nmax))
162 newsize = nmax;
181 /* Here, if size < nmax, nbytes_avai
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dphix_manager.c87 int len, lenp, tileno, version, i, nmax, size_of_coding; /* 4 or 8 */ local
109 nmax = 0;
111 nmax += cstr_info.tile[0].ph[i] * cstr_info.tile[0].pw[i] * cstr_info.numlayers;
113 cio_write( cio, nmax, size_of_coding); /* NMAX */
157 while( num_packet < nmax){
H A Dppix_manager.c91 int len, lenp, tileno, version, i, nmax, size_of_coding; /* 4 or 8*/ local
113 nmax = 0;
115 nmax += cstr_info.tile[0].ph[i] * cstr_info.tile[0].pw[i] * cstr_info.numlayers;
117 cio_write( cio, nmax, size_of_coding); /* NMAX */
160 while( num_packet < nmax){ /* PADDING */
/haiku-fatelf/src/bin/bash/lib/readline/
H A Ddisplay.c1270 update_line (old, new, current_line, omax, nmax, inv_botlin)
1272 int current_line, omax, nmax, inv_botlin;
1370 temp = (omax < nmax) ? omax : nmax;
1381 if (omax == nmax && STREQN (new, old, omax))
1384 nfd = new + nmax;
1412 for (nd = nfd - new, ne = nfd; nd < nmax && *ne; ne++, nd++);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c448 unsigned nmax, omax, cp; local
465 nmax = store->nyomi + (diff = nlen - (olen = bun->nb_curlen));
477 d = store->yomi + nmax;
488 store->yomi[nmax] = (WCHAR_T)0;
489 store->nyomi = nmax;
/haiku-fatelf/src/bin/gdb/readline/
H A Ddisplay.c1038 update_line (old, new, current_line, omax, nmax, inv_botlin)
1040 int current_line, omax, nmax, inv_botlin;
1158 for (nd = nfd - new, ne = nfd; nd < nmax && *ne; ne++, nd++);

Completed in 75 milliseconds