Searched refs:nc (Results 26 - 50 of 148) sorted by relevance

123456

/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c193 int nc = cinfo->out_color_components; /* number of color components */ local
203 /* We can allocate at least the nc'th root of max_colors per component. */
204 /* Compute floor(nc'th root of max_colors). */
208 temp = iroot; /* set temp = iroot ** nc */
209 for (i = 1; i < nc; i++)
220 for (i = 0; i < nc; i++) {
232 for (i = 0; i < nc; i++) {
475 register int nc = cinfo->out_color_components; local
482 for (ci = 0; ci < nc; ci++) {
530 int nc local
631 int nc = cinfo->out_color_components; local
[all...]
/external/jpeg/
H A Djquant1.c191 int nc = cinfo->out_color_components; /* number of color components */ local
198 /* We can allocate at least the nc'th root of max_colors per component. */
199 /* Compute floor(nc'th root of max_colors). */
203 temp = iroot; /* set temp = iroot ** nc */
204 for (i = 1; i < nc; i++)
215 for (i = 0; i < nc; i++) {
227 for (i = 0; i < nc; i++) {
470 register int nc = cinfo->out_color_components; local
477 for (ci = 0; ci < nc; ci++) {
525 int nc local
626 int nc = cinfo->out_color_components; local
[all...]
H A Djccolor.c349 int nc = cinfo->num_components; local
353 if (1 == num_rows && 3 == nc && num_cols > 0) {
390 for (ci = 0; ci < nc; ci++) {
395 inptr += nc;
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c191 int nc = cinfo->out_color_components; /* number of color components */ local
198 /* We can allocate at least the nc'th root of max_colors per component. */
199 /* Compute floor(nc'th root of max_colors). */
203 temp = iroot; /* set temp = iroot ** nc */
204 for (i = 1; i < nc; i++)
215 for (i = 0; i < nc; i++) {
227 for (i = 0; i < nc; i++) {
470 register int nc = cinfo->out_color_components; local
477 for (ci = 0; ci < nc; ci++) {
525 int nc local
626 int nc = cinfo->out_color_components; local
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java449 String nc = Integer.toHexString(param);
452 nc = base.substring(0, 8 - nc.length()) + nc;
453 this.setParameter(ParameterNames.NC, nc);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs162 int nc = newRootTree.ChildCount;
163 if (nc == 1)
165 else if (nc > 1) {
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.js107 var nc = newRootTree.getChildCount();
108 if (nc===1) {
110 } else if ( nc>1 ) {
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp108 void double_capture(T &nc) { argument
111 T nc2(nc);
/external/chromium_org/v8/tools/
H A Ddraw_instruction_graph.sh64 nc=`grep -m1 '# counters=' $file | cut -d= -f2`
89 MAXCOL=$nc
/external/chromium_org/net/http/
H A Dhttp_auth_handler_digest.cc35 // auth, | ?, md5, | MD5(MD5(A1):nonce:nc:cnonce:qop:MD5(A2)) |
323 const std::string& nc) const {
338 nc_part = nc + ":" + cnonce + ":" + QopToString(qop_) + ":";
351 std::string nc = base::StringPrintf("%08x", nonce_count); local
365 cnonce, nc);
376 authorization += ", nc=" + nc;
H A Dhttp_auth_handler_digest.h151 const std::string& nc) const;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DTrustAnchorTest.java105 byte[] nc = getEncodingPSOnly();
106 byte[] ncCopy = nc.clone();
113 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
219 byte[] nc = getEncodingPSOnly();
220 byte[] ncCopy = nc.clone();
228 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl149 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
323 lfd $nc,`$FRAME+48`($sp)
339 fcfid $nc,$nc
396 fmadd $T1a,$N0,$nc,$T1a
398 fmadd $T2a,$N1,$nc,$T2a
400 fmadd $T3a,$N2,$nc,$T3a
402 fmadd $dota,$N3,$nc,$dota
528 fmadd $T1a,$N0,$nc,$T1a
531 fmadd $T2a,$N1,$nc,
[all...]
H A Dsparcv9a-mont.pl110 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14";
218 ldda [%sp+$bias+$frame+2]%asi,$nc
228 fxtod $nc,$nc
238 fmuld $nlo,$nc,$nloc
250 fmuld $nhi,$nc,$nhic
304 fmuld $nlo,$nc,$nloc
333 fmuld $nhi,$nc,$nhic
392 fmuld $nlo,$nc,$nloc
417 fmuld $nhi,$nc,
[all...]
/external/oprofile/libpp/
H A Dxml_utils.h27 symbol_collection const & s, size_t nc,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs199 int nc = newRootTree.ChildCount;
200 if ( nc == 1 )
202 else if ( nc > 1 )
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.java146 int nc = newRootTree.getChildCount();
147 if ( nc==1 ) newRootTree = (Tree)newRootTree.getChild(0);
148 else if ( nc >1 ) {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb341 nc = @buffer.getc
343 if nc.between?( ?0, ?9 ) # octal integer
344 @buffer.ungetc( nc )
346 elsif nc == ?x
349 ESCAPE_MAP[ nc ]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_fxt1.c291 GLubyte input[MAX_COMP], GLint nc)
298 for (i = 0; i < nc; i++) {
313 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
320 for (i = 0; i < nc; i++) {
335 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
342 for (i = 0; i < nc; i++) {
365 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
374 for (i = 0; i < nc; i++) {
403 for (i = 0; i < nc; i++) {
434 for (i = 0; i < nc;
290 fxt1_bestcol(GLfloat vec[][MAX_COMP], GLint nv, GLubyte input[MAX_COMP], GLint nc) argument
312 fxt1_worst(GLfloat vec[MAX_COMP], GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) argument
334 fxt1_variance(GLdouble variance[MAX_COMP], GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) argument
364 fxt1_choose(GLfloat vec[][MAX_COMP], GLint nv, GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) argument
458 fxt1_lloyd(GLfloat vec[][MAX_COMP], GLint nv, GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c291 GLubyte input[MAX_COMP], GLint nc)
298 for (i = 0; i < nc; i++) {
313 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
320 for (i = 0; i < nc; i++) {
335 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
342 for (i = 0; i < nc; i++) {
365 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
374 for (i = 0; i < nc; i++) {
403 for (i = 0; i < nc; i++) {
434 for (i = 0; i < nc;
290 fxt1_bestcol(GLfloat vec[][MAX_COMP], GLint nv, GLubyte input[MAX_COMP], GLint nc) argument
312 fxt1_worst(GLfloat vec[MAX_COMP], GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) argument
334 fxt1_variance(GLdouble variance[MAX_COMP], GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) argument
364 fxt1_choose(GLfloat vec[][MAX_COMP], GLint nv, GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) argument
458 fxt1_lloyd(GLfloat vec[][MAX_COMP], GLint nv, GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) argument
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DTrustAnchor_ImplTest.java118 byte[] nc = getEncodingPSOnly();
119 byte[] ncCopy = nc.clone();
128 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
411 byte[] nc = getFullEncoding();
414 (X509Certificate) ks.getCertificate(certAlias), nc);
417 assertTrue(Arrays.equals(nc, ncRet));
418 assertNotSame(nc, ncRet);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1035 NetworkConfig *nc = new NetworkConfig(); local
1036 if (nc == NULL)
1038 nc->setWpaGui(this);
1041 nc->paramsFromConfig(id);
1043 nc->newNetwork();
1045 nc->show();
1046 nc->exec();
1086 NetworkConfig *nc = new NetworkConfig(); local
1087 if (nc == NULL)
1089 nc
[all...]
/external/eigen/test/
H A Dcorners.cpp36 Index nc = internal::random<Index>(1,cols-sc); local
42 COMPARE_CORNER(middleCols(sc,nc), block(0,sc,rows,nc));
/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c669 NameContext nc; /* Name context for resolving pE */ local
679 memset(&nc, 0, sizeof(nc));
680 nc.pParse = pParse;
681 nc.pSrcList = pSelect->pSrc;
682 nc.pEList = pEList;
683 nc.allowAgg = 1;
684 nc.nErr = 0;
688 rc = sqlite3ResolveExprNames(&nc, pE);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio1.c325 cmsNAMEDCOLORLIST* nc = (cmsNAMEDCOLORLIST*) cmsReadTag(hProfile, cmsSigNamedColor2Tag); local
327 if (nc == NULL) return NULL;
331 cmsFreeNamedColorList(nc);
335 if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocNamedColor(nc, TRUE)) ||
718 cmsNAMEDCOLORLIST* nc = (cmsNAMEDCOLORLIST*) cmsReadTag(hProfile, cmsSigNamedColor2Tag); local
720 if (nc == NULL) return NULL;
726 if (!cmsPipelineInsertStage(Lut, cmsAT_BEGIN, _cmsStageAllocNamedColor(nc, FALSE)))
736 cmsFreeNamedColorList(nc);

Completed in 854 milliseconds

123456