Searched refs:nch (Results 1 - 22 of 22) sorted by relevance

/external/python/cpython2/Modules/
H A Dparsermodule.c1033 int nch = NCH(tree); local
1034 int res = (nch && validate_ntype(tree, ntype)
1040 if (is_even(nch))
1041 res = validate_comma(CHILD(tree, --nch));
1042 if (res && nch > 1) {
1044 for ( ; res && pos < nch; pos += 2)
1061 int nch = NCH(tree); local
1063 ((nch == 4) || (nch == 6) || (nch
1096 int nch = NCH(tree); local
1138 int nch = NCH(tree); local
1163 int nch = NCH(tree); local
1217 int nch = NCH(tree); local
1263 int nch = NCH(tree); local
1394 int nch = NCH(tree); local
1416 int nch = NCH(tree); local
1438 int nch = NCH(tree); local
1458 int nch = NCH(tree); local
1482 int nch = NCH(tree); local
1534 int nch = NCH(tree); local
1559 int nch = NCH(tree); local
1635 int nch = NCH(tree); local
1681 int nch = NCH(tree); local
1733 int nch = NCH(tree); local
1748 int nch = NCH(tree); local
1779 int nch = NCH(tree); local
1805 int nch = NCH(tree); local
1827 int nch = NCH(tree); local
1846 int nch = NCH(tree); local
1869 int nch = NCH(tree); local
1884 int nch = NCH(tree); local
1924 int nch = NCH(tree); local
1950 int nch = NCH(tree); local
1979 int nch = NCH(tree); local
2004 int nch = NCH(tree); local
2030 int nch = NCH(tree); local
2049 int nch = NCH(tree); local
2069 int nch = NCH(tree); local
2097 int nch = NCH(tree); local
2152 int nch = NCH(tree); local
2173 int nch = NCH(tree); local
2193 int nch = NCH(tree); local
2207 int nch = NCH(tree); local
2225 int nch = NCH(tree); local
2241 int nch = NCH(tree); local
2259 int nch = NCH(tree); local
2276 int nch = NCH(tree); local
2327 int nch = NCH(tree); local
2344 int nch = NCH(tree); local
2361 int nch = NCH(tree); local
2378 int nch = NCH(tree); local
2413 int nch = NCH(tree); local
2436 int nch = NCH(tree); local
2457 int nch = NCH(tree); local
2480 int nch = NCH(tree); local
2544 int nch = NCH(tree); local
2581 int nch = NCH(tree); local
2620 int nch = NCH(tree); local
2644 int i, nch, ok; local
2660 int nch = NCH(tree); local
2678 int nch = NCH(tree); local
2697 int nch = NCH(tree); local
2715 int nch = NCH(tree); local
2729 int nch = NCH(tree); local
2748 int nch = NCH(tree); local
2771 int nch = NCH(tree); local
2855 int nch = NCH(tree); local
2878 int nch = NCH(tree); local
2929 int nch = NCH(tree); local
2979 int nch = NCH(tree); local
3011 int nch = NCH(tree); local
3087 int nch = NCH(tree); local
3103 int nch = 0; /* num. children on current node */ local
3316 int nch = NCH(tree) - 1; local
3339 int nch = NCH(tree); local
[all...]
/external/python/cpython2/Parser/
H A Dnode.c81 const int nch = n1->n_nchildren; local
86 if (nch == INT_MAX || nch < 0)
89 current_capacity = XXXROUNDUP(nch);
90 required_capacity = XXXROUNDUP(nch + 1);
/external/python/cpython3/Parser/
H A Dnode.c81 const int nch = n1->n_nchildren; local
86 if (nch == INT_MAX || nch < 0)
89 current_capacity = XXXROUNDUP(nch);
90 required_capacity = XXXROUNDUP(nch + 1);
/external/opencv/cv/include/
H A Dcvtypes.h109 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
110 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
111 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
112 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
113 (deltas)[6] = (step), (deltas)[7] = (step) + (nch))
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp197 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;
H A Dgrfmt_sunras.cpp183 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;
H A Dgrfmt_pxm.cpp206 int nch = m_iscolor ? 3 : 1; local
207 int width3 = m_width*nch;
H A Dgrfmt_jpeg.cpp1117 int nch = color ? 3 : 1; local
1178 data1 = data + x1*nch;
/external/libldac/src/
H A DldacBT_internal.h199 DECLFUNC void ldacBT_prepare_pcm_encode( void *pbuff, char **ap_pcm, int nsmpl, int nch,
205 DECLFUNC int ldacBT_get_eqmid_from_frmlen( int frmlen, int nch, int flgFrmHdr, int pktType );
H A DldacBT_internal.c220 DECLFUNC void ldacBT_prepare_pcm_encode( void *pbuff, char **ap_pcm, int nsmpl, int nch, argument
224 if( nch == 2 ){
282 else if( nch == 1 ){
511 DECLFUNC int ldacBT_get_eqmid_from_frmlen( int frmlen, int nch, int flgFrmHdr, int pktType ) argument
519 if( nch > 0 ){
520 frmlen /= nch;
/external/python/cpython2/Lib/plat-mac/
H A Dvideoreader.py158 nch = self.audiodescr['numChannels']
159 if nch == 1:
161 elif nch == 2:
164 channels = map(lambda x: str(x+1), range(nch))
172 blocksize = (bps/8)*nch
/external/opencv/cv/src/
H A Dcvcontours.cpp44 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
45 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
46 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
47 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
48 (deltas)[6] = (step), (deltas)[7] = (step) + (nch))
/external/libxaac/decoder/
H A Dixheaacd_drc_freq_dec.c574 WORD32 nch, UWORD8 *b_channel_on) {
582 if (ich < nch) {
591 if (ich < nch) {
573 ixheaacd_drc_excluded_channels(ia_handle_bit_buf_struct bs, WORD32 nch, UWORD8 *b_channel_on) argument
/external/python/cpython3/Python/
H A Dast.c2458 int i, nch, start = 0; local
2462 nch = NCH(n);
2466 assert(nch > 1);
2472 if (nch == 1)
2474 if (start && nch == 2) {
2478 for (i = start + 1; i < nch; i++) {
3790 const int nch = NCH(n); local
3791 int n_except = (nch - 3)/3;
3800 if (TYPE(CHILD(n, nch - 3)) == NAME) {
3801 if (strcmp(STR(CHILD(n, nch
[all...]
/external/webrtc/webrtc/common_audio/
H A Dfft4g.c679 size_t j, nch; local
684 nch = nc >> 1;
685 delta = atanf(1.0f) / nch;
686 c[0] = (float)cos(delta * nch);
687 c[nch] = 0.5f * c[0];
688 for (j = 1; j < nch; j++) {
/external/python/cpython2/Python/
H A Dast.c3064 const int nch = NCH(n); local
3065 int n_except = (nch - 3)/3;
3074 if (TYPE(CHILD(n, nch - 3)) == NAME) {
3075 if (strcmp(STR(CHILD(n, nch - 3)), "finally") == 0) {
3076 if (nch >= 9 && TYPE(CHILD(n, nch - 6)) == NAME) {
3078 because nch >= 9 for try-else-finally and
3080 orelse = ast_for_suite(c, CHILD(n, nch - 4));
3086 finally = ast_for_suite(c, CHILD(n, nch - 1));
3094 orelse = ast_for_suite(c, CHILD(n, nch
[all...]
/external/libedit/src/
H A Dtty.c61 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];
/external/llvm/lib/Support/
H A Dregcomp.c100 static int nch(struct parse *, cset *);
737 if (nch(p, cs) == 1) { /* optimize singleton sets */
1193 - nch - number of characters in a set
1196 nch(struct parse *p, cset *cs) function
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcomp.c92 static int nch(struct parse *, cset *);
701 if (nch(p, cs) == 1) { /* optimize singleton sets */
1155 - nch - number of characters in a set
1158 nch(struct parse *p, cset *cs) function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c100 static int nch(struct parse *, cset *);
737 if (nch(p, cs) == 1) { /* optimize singleton sets */
1193 - nch - number of characters in a set
1196 nch(struct parse *p, cset *cs) function
/external/python/cpython3/Modules/
H A Dparsermodule.c678 int nch = NCH(tree); local
694 for (pos = 0; pos < nch; ++pos) {
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp308 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 );

Completed in 717 milliseconds