HomeSort by relevance Sort by last modified time
    Searched defs:nch (Results 1 - 11 of 11) sorted by null

  /bionic/libc/dns/resolv/
res_comp.c 175 int nch = *dn++; local
182 } else if (periodchar(nch) || nch == '\0') {
189 pch = ch, ch = nch;
  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 183 int nch = color ? 3 : 1; local
184 int width3 = m_width*nch;
309 while( (max_count -= nch) > 0 );
319 data += len1*nch;
324 len = (len + 1)*nch;
grfmt_bmp.cpp 197 int nch = color ? 3 : 1; local
198 int width3 = m_width*nch;
272 uchar* end = data + len*nch;
282 while( (data += nch) < end );
286 if( data + code*nch > line_end ) goto decode_rle4_bad;
300 x_shift3 = m_strm.GetByte()*nch;
353 len *= nch;
372 int code3 = code*nch;
393 x_shift3 = m_strm.GetByte()*nch;
grfmt_pxm.cpp 206 int nch = m_iscolor ? 3 : 1; local
207 int width3 = m_width*nch;
grfmt_jpeg.cpp 1117 int nch = color ? 3 : 1; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
fft4g.c 673 int j, nch; local
678 nch = nc >> 1;
679 delta = (float)atan(1.0f) / nch;
680 c[0] = (float)cos(delta * nch);
681 c[nch] = 0.5f * c[0];
682 for (j = 1; j < nch; j++) {
    [all...]
  /external/jhead/
jpgfile.c 51 int nch; local
54 nch = 0;
64 Comment[nch++] = (char)ch;
66 Comment[nch++] = '?';
70 Comment[nch] = '\0'; // Null terminate
  /external/libedit/src/
tty.c 61 Int nch, och; /* Internal and termio rep of chars */ member in struct:ttymap_t
920 for (tp = tty_map; tp->nch != (Int)-1; tp++) {
921 new[0] = t_n[tp->nch];
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 150 static int nch(struct parse *p, cset *cs);
828 if (nch(p, cs) == 1) { /* optimize singleton sets */
1386 nch( function
    [all...]
  /external/llvm/lib/Support/
regcomp.c 92 static int nch(struct parse *, cset *);
729 if (nch(p, cs) == 1) { /* optimize singleton sets */
1183 - nch - number of characters in a set
1186 nch(struct parse *p, cset *cs) function
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 308 int nch = CV_MAT_CN( img->type ); local
313 assert( img && (nch == 1 || nch == 3) && CV_MAT_DEPTH(img->type) == CV_8U );
319 ptr += img->step*2 + 2*nch;
402 if( nch == 3 )
576 //assert( img && (nch == 1 || nch == 3) && CV_MAT_DEPTH(img->type) == CV_8U );
    [all...]

Completed in 1848 milliseconds