HomeSort by relevance Sort by last modified time
    Searched full:nchars (Results 1 - 25 of 37) sorted by null

1 2

  /external/speex/libspeex/
bits.c 112 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-bits->charPtr)
159 int nchars = nbytes\/BYTES_PER_CHAR; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
ins.h 6 #define nChars 256
re.h 23 CharPtn *rep[nChars];
24 CharPtn ptn[nChars];
actions.c 643 Char rep[nChars];
648 for(j = 0; j < nChars; ++j){
653 *(cs.freeTail = &cs.ptn[nChars-1].nxt) = NULL;
654 cs.ptn[0].card = nChars;
658 for(unsigned int k = 0; k < nChars;){
659 for(j = k; ++k < nChars && cs.rep[k] == cs.rep[j];);
664 for(j = 0; j < nChars; ++j){
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 116 float SVGTextContentElement::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionState& es)
126 return SVGTextQuery(renderer()).subStringLength(charnum, nchars);
183 void SVGTextContentElement::selectSubString(unsigned charnum, unsigned nchars, ExceptionState& es)
191 if (nchars > numberOfChars - charnum)
192 nchars = numberOfChars - charnum;
208 for (unsigned i = 0; i < nchars; ++i)
SVGTextContentElement.h 81 float getSubStringLength(unsigned charnum, unsigned nchars, ExceptionState&);
87 void selectSubString(unsigned charnum, unsigned nchars, ExceptionState&);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorCharacters.java 54 int nChars = m_accumulator.length();
56 if ((nChars > 0)
80 char[] chars = new char[nChars];
82 m_accumulator.getChars(0, nChars, chars, 0);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 126 int nChars = pat.length();
138 for (int i = 0; i < nChars; i++)
164 for (i++; (i < nChars) && ((c = pat.charAt(i)) != '\"'); i++);
166 if (c == '\"' && i < nChars)
198 for (i++; (i < nChars) && ((c = pat.charAt(i)) != '\''); i++);
200 if (c == '\'' && i < nChars)
365 posOfNSSep = mapNSTokens(pat, startSubstring, posOfNSSep, nChars);
369 addToTokenQueue(pat.substring(startSubstring, nChars));
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
  /external/icu4c/test/letest/
FontObject.h 193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
  /ndk/sources/host-tools/nawk-20071023/
b.c 36 #define HAT (NCHARS+2) /* matches ^ in regular expr */
37 /* NCHARS is 2**n */
167 for (i=0; i < NCHARS; i++)
477 /* assert(*p < NCHARS); */
508 /* assert(*q < NCHARS); */
540 for (i = 0; i < NCHARS; i++)
566 /* assert(*q < NCHARS); */
597 for (i = 0; i < NCHARS; i++)
823 for (i = 0; i < NCHARS; i++) {
855 assert(c == HAT || c < NCHARS);
    [all...]
awk.h 204 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */
219 uschar gototab[NSTATES][NCHARS];
FIXES 96 cranked up size of NCHARS; coverity thinks it can be overrun with
291 changed HAT to NCHARS-2. thanks again to santiago vila.
714 changed NCHARS to 256 to handle 8-bit characters in strings
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1062 int nchars; \/* number of characters *\/ member in struct:__anon38508
1079 int nchars; \/* number of characters *\/ member in struct:__anon38510
1106 int nchars; member in struct:__anon38513
1113 int nchars; member in struct:__anon38514
    [all...]
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1062 int nchars; \/* number of characters *\/ member in struct:__anon40098
1079 int nchars; \/* number of characters *\/ member in struct:__anon40100
1106 int nchars; member in struct:__anon40103
1113 int nchars; member in struct:__anon40104
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1062 int nchars; \/* number of characters *\/ member in struct:__anon41613
1079 int nchars; \/* number of characters *\/ member in struct:__anon41615
1106 int nchars; member in struct:__anon41618
1113 int nchars; member in struct:__anon41619
    [all...]
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 652 public String charAsString(int nchars) {
653 return buffer.substring(ptr, ptr + nchars);
  /sdk/emulator/qtools/
trace_reader.cpp 974 int nchars = strlen(clazz) + strlen(method) + strlen(sig) + 1; local
975 char *name = new char[nchars + 1];
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 624 CARD8 nChars;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 624 CARD8 nChars;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 624 CARD8 nChars;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp 899 uint32_t nChars = U16_LENGTH(src->currentRangeCp);
901 src->parsedToken.charsLen = nChars;
904 ucol_tok_addToExtraCurrent(src, buff, nChars, status);
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 893 uint32_t nChars = U16_LENGTH(src->currentRangeCp);
895 src->parsedToken.charsLen = nChars;
898 ucol_tok_addToExtraCurrent(src, buff, nChars, status);
    [all...]
  /external/v8/test/cctest/
test-api.cc 5808 int nchars; local
11947 int nchars = -1; local
    [all...]

Completed in 524 milliseconds

1 2