Home
last modified time | relevance | path

Searched refs:nchars (Results 1 – 15 of 15) sorted by relevance

/external/speex/libspeex/
Dbits.c112 int nchars = len / BYTES_PER_CHAR; in speex_bits_read_from() local
113 if (nchars > bits->buf_size) in speex_bits_read_from()
118 char *tmp = (char*)speex_realloc(bits->chars, nchars); in speex_bits_read_from()
121 bits->buf_size=nchars; in speex_bits_read_from()
124 nchars=bits->buf_size; in speex_bits_read_from()
129 nchars=bits->buf_size; in speex_bits_read_from()
138 for (i=0;i<nchars;i++) in speex_bits_read_from()
141 bits->nbBits=nchars<<LOG2_BITS_PER_CHAR; in speex_bits_read_from()
149 int nchars = ((bits->nbBits+BITS_PER_CHAR-1)>>LOG2_BITS_PER_CHAR); in speex_bits_flush() local
151 SPEEX_MOVE(bits->chars, &bits->chars[bits->charPtr], nchars-bits->charPtr); in speex_bits_flush()
[all …]
/external/toybox/toys/posix/
Duniq.c32 long nchars;
39 long nchars = TT.nchars, nfields; local
48 while (*str && nchars--) str++;
81 if (TT.nfields || TT.nchars) { in uniq_main()
/external/curl/lib/
Dmemdebug.c466 int nchars; in curl_memlog() local
477 nchars = vsnprintf(buf, LOGLINE_BUFSIZE, format, ap); in curl_memlog()
480 if(nchars > LOGLINE_BUFSIZE - 1) in curl_memlog()
481 nchars = LOGLINE_BUFSIZE - 1; in curl_memlog()
483 if(nchars > 0) in curl_memlog()
484 fwrite(buf, 1, nchars, logfile); in curl_memlog()
/external/libedit/src/
Dcommon.c831 int nchars = c_hpos(el); in ed_prev_line() local
856 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n'; in ed_prev_line()
874 int nchars = c_hpos(el); in ed_next_line() local
890 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n'; in ed_next_line()
/external/nist-sip/java/gov/nist/core/
DLexerCore.java652 public String charAsString(int nchars) { in charAsString() argument
653 return buffer.substring(ptr, ptr + nchars); in charAsString()
/external/toybox/generated/
Dglobals.h1271 long nchars; member
/external/mksh/src/
Dedit.c2263 x_push(int nchars) in x_push() argument
2266 strndupx(killstack[killsp], xcp, nchars, AEDIT); in x_push()
/external/v8/test/cctest/
Dtest-api.cc14946 int nchars = -1; in THREADED_TEST() local
14947 CHECK_EQ(129, cons->WriteUtf8(utf_buffer, -1, &nchars)); in THREADED_TEST()
14948 CHECK_EQ(128, nchars); in THREADED_TEST()
/external/netperf/doc/
Dtexinfo.tex5276 % @deffn Command forward-char nchars
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...