Searched refs:nchars (Results 1 - 18 of 18) sorted by relevance

/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock_dgen.c11 int i, j, k, nlines, nchars, ctype; local
23 nchars = atoi(argv[2]);
24 if (nchars > BUFSIZ) {
40 for (j = 0; j < nchars; j++)
/external/speex/libspeex/
H A Dbits.c112 int nchars = len / BYTES_PER_CHAR; local
113 if (nchars > bits->buf_size)
118 char *tmp = (char*)speex_realloc(bits->chars, nchars);
121 bits->buf_size=nchars;
124 nchars=bits->buf_size;
129 nchars=bits->buf_size;
138 for (i=0;i<nchars;i++)
141 bits->nbBits=nchars<<LOG2_BITS_PER_CHAR;
149 int nchars = ((bits->nbBits+BITS_PER_CHAR-1)>>LOG2_BITS_PER_CHAR); local
151 SPEEX_MOVE(bits->chars, &bits->chars[bits->charPtr], nchars
159 int nchars = nbytes/BYTES_PER_CHAR; local
[all...]
/external/syslinux/com32/lib/
H A Dvsnprintf.c55 int ndigits = 0, nchars; local
98 nchars = ndigits;
101 nchars++; /* Need space for sign */
103 nchars += 2; /* Add 0x for hex */
107 if (!(flags & (FL_MINUS | FL_ZERO)) && width > nchars) {
108 while (width > nchars) {
129 while (width > nchars) {
160 while ((flags & FL_MINUS) && width > nchars) {
/external/toybox/toys/posix/
H A Duniq.c32 long nchars;
39 long nchars = TT.nchars, nfields; local
48 while (*str && nchars--) str++;
81 if (TT.nfields || TT.nchars) {
/external/syslinux/com32/lib/sys/vesa/
H A Dinitvesa.c136 size_t nchars; local
148 nchars = (__vesacon_text_cols+2) * (__vesacon_text_rows+2);
150 __vesacon_text_display = ptr = malloc(nchars * sizeof(struct vesa_char));
155 vesacon_fill(ptr, def_char, nchars);
/external/curl/lib/
H A Dmemdebug.c465 int nchars; local
476 nchars = vsnprintf(buf, LOGLINE_BUFSIZE, format, ap);
479 if(nchars > LOGLINE_BUFSIZE - 1)
480 nchars = LOGLINE_BUFSIZE - 1;
482 if(nchars > 0)
483 fwrite(buf, 1, nchars, logfile);
/external/python/cpython2/Objects/stringlib/
H A Dformatter.h308 calc_padding(Py_ssize_t nchars, Py_ssize_t width, STRINGLIB_CHAR align, argument
313 if (nchars > width)
314 *n_total = nchars;
320 *n_total = nchars;
326 *n_lpadding = *n_total - nchars;
328 *n_lpadding = (*n_total - nchars) / 2;
337 *n_rpadding = *n_total - nchars - *n_lpadding;
343 fill_padding(STRINGLIB_CHAR *p, Py_ssize_t nchars, STRINGLIB_CHAR fill_char, argument
352 STRINGLIB_FILL(p + nchars + n_lpadding, fill_char, n_rpadding);
/external/python/cpython2/PC/
H A Dgetpathp.c659 Py_ssize_t nchars; local
667 nchars = lookEnd-look;
668 strncpy(lookBuf, look+1, nchars);
669 lookBuf[nchars] = '\0';
/external/libedit/src/
H A Dcommon.c831 int nchars = c_hpos(el); local
856 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n';
874 int nchars = c_hpos(el); local
890 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n';
/external/toybox/generated/
H A Dglobals.h1365 long nchars; member in struct:uniq_data
/external/python/cpython2/Objects/
H A Dunicodeobject.c7220 Py_ssize_t nchars; local
7240 nchars = len * str->length;
7241 nbytes = ((size_t)nchars + 1u) * sizeof(Py_UNICODE);
7242 if (nbytes / sizeof(Py_UNICODE) != ((size_t)nchars + 1u)) {
7247 u = _PyUnicode_New(nchars);
7257 if (done < nchars) {
7261 while (done < nchars) {
7262 Py_ssize_t n = (done <= nchars-done) ? done : nchars-done;
/external/mksh/src/
H A Dedit.c2266 x_push(size_t nchars) argument
2269 strndupx(killstack[killsp], xcp, nchars, AEDIT);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1109 milliseconds