HomeSort by relevance Sort by last modified time
    Searched refs:nc (Results 26 - 50 of 90) sorted by null

12 3 4

  /sdk/anttasks/src/com/android/ant/
AaptExecLoopTask.java 243 NoCompress nc = new NoCompress(); local
244 mNoCompressList.add(nc);
245 return nc;
349 for (NoCompress nc : mNoCompressList) {
350 if (nc.mExtension == null) {
359 for (NoCompress nc : mNoCompressList) {
361 task.createArg().setValue(nc.mExtension);
  /external/srec/srec/cfront/
chelmel4.c 63 //static void lpc_to_cepstral_recursion(cepdata *c, cepdata *a, int nc, int n);
64 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc);
93 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc)
102 for (i = 0; i <= nc; i++)
202 // int nc, /* order of cepstra */
208 // ASSERT(nc < LPCMAX);
210 // for (i = n + 1; i <= nc; i++)
218 // for (i = 1; i <= nc; i++)
226 // /* to <=nc in icostrans */
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 695 NetworkConfig *nc = new NetworkConfig(); local
696 if (nc == NULL)
698 nc->setWpaGui(this);
700 nc->paramsFromConfig(sel.toInt());
701 nc->show();
702 nc->exec();
716 NetworkConfig *nc = new NetworkConfig(); local
717 if (nc == NULL)
719 nc->setWpaGui(this);
720 nc->newNetwork()
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 693 NetworkConfig *nc = new NetworkConfig(); local
694 if (nc == NULL)
696 nc->setWpaGui(this);
698 nc->paramsFromConfig(sel.toInt());
699 nc->show();
700 nc->exec();
714 NetworkConfig *nc = new NetworkConfig(); local
715 if (nc == NULL)
717 nc->setWpaGui(this);
718 nc->newNetwork()
    [all...]
  /external/blktrace/
blktrace.c 248 struct cl_conn *nc; /* Server network connection */ member in struct:io_info
924 static int net_get_header(struct cl_conn *nc, struct blktrace_net_hdr *bnh)
927 int fl = fcntl(nc->fd, F_GETFL);
929 fcntl(nc->fd, F_SETFL, fl | O_NONBLOCK);
930 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh));
931 fcntl(nc->fd, F_SETFL, fl & ~O_NONBLOCK);
1477 struct cl_conn *nc = iop->nc; local
1479 len += sprintf(dst + len, "%s-", nc->ch->hostname);
2168 struct cl_conn *nc; local
2261 struct cl_conn *nc = list_entry(p, struct cl_conn, ch_head); local
2461 struct cl_conn *nc; local
2487 struct cl_conn *nc = list_entry(p, struct cl_conn, ns_head); local
    [all...]
  /external/openssl/crypto/x509v3/
v3_ncons.c 75 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
240 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
253 r = nc_match(&gntmp, nc);
276 r = nc_match(&gntmp, nc);
287 r = nc_match(gen, nc);
296 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
305 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees); i++)
307 sub = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i);
329 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->excludedSubtrees); i++)
331 sub = sk_GENERAL_SUBTREE_value(nc->excludedSubtrees, i)
    [all...]
  /external/jpeg/
jquant1.c 191 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 = cinfo->out_color_components local
626 int nc = cinfo->out_color_components; local
    [all...]
jccolor.c 349 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;
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.c 78 char nc; local
84 nc = *fmt++;
85 if (nc=='!') {
89 assert((unsigned)(nc-'0') < 4);
90 operand = lir->operands[nc-'0'];
  /external/chromium/net/http/
http_auth_handler_digest.cc 28 // auth, | ?, md5, | MD5(MD5(A1):nonce:nc:cnonce:qop:MD5(A2)) |
132 const std::string& nc) const {
144 nc_part = nc + ":" + cnonce + ":" + QopToString(qop_) + ":";
158 std::string nc = StringPrintf("%08x", nonce_count); local
170 password, cnonce, nc);
181 authorization += ", nc=" + nc;
http_auth_handler_digest.h 87 const std::string& nc) const;
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 70 public static final String NC = ParameterNames.NC;
437 return this.getParameterAsHexInt(ParameterNames.NC);
449 String nc = Integer.toHexString(param); local
452 nc = base.substring(0, 8 - nc.length()) + nc;
453 this.setParameter(ParameterNames.NC, nc);
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 742 NetworkConfig *nc = new NetworkConfig(); local
743 if (nc == NULL)
745 nc->setWpaGui(this);
747 nc->paramsFromConfig(sel.toInt());
748 nc->show();
749 nc->exec();
763 NetworkConfig *nc = new NetworkConfig(); local
764 if (nc == NULL)
766 nc->setWpaGui(this);
767 nc->newNetwork()
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 526 float nc = 1.0f - c; local
533 rm[rmOffset + 0] = x*x*nc + c;
534 rm[rmOffset + 4] = xy*nc - zs;
535 rm[rmOffset + 8] = zx*nc + ys;
536 rm[rmOffset + 1] = xy*nc + zs;
537 rm[rmOffset + 5] = y*y*nc + c;
538 rm[rmOffset + 9] = yz*nc - xs;
539 rm[rmOffset + 2] = zx*nc - ys;
540 rm[rmOffset + 6] = yz*nc + xs;
541 rm[rmOffset + 10] = z*z*nc + c
    [all...]
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 310 // because we do not preemptively send authorization headers, nc is always 1
311 String nc = "000001"; local
313 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
331 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce);
352 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
361 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2));
  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 850 int nr = tr + hex[i].row, nc = tc + hex[i].col; local
852 if (nc < x->mv_col_min) continue;
854 if (nc > x->mv_col_max) continue;
860 //CHECK_BETTER(thiserr,nr,nc);
861 if ((thiserr = ERR(nr, nc, besterr)) < besterr)
865 bc = nc;
881 int nr = tr + next_chkpts[tk][i].row, nc = tc + next_chkpts[tk][i].col; local
883 if (nc < x->mv_col_min) continue;
885 if (nc > x->mv_col_max) continue;
891 //CHECK_BETTER(thiserr,nr,nc);
915 int nr = tr + neighbors[i].row, nc = tc + neighbors[i].col; local
1004 int nr = tr + hex[i].row, nc = tc + hex[i].col; local
1027 int nr = tr + neighbors[i].row, nc = tc + neighbors[i].col; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 317 NameConstraints nc = (NameConstraints) object;
319 values[0] = nc.permittedSubtrees;
320 values[1] = nc.excludedSubtrees;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 194 NullCipher nc = new NullCipher(); local
195 CipherOutputStream stream1 = new CipherOutputStream(new BufferedOutputStream((OutputStream) null), nc);
197 CipherOutputStream stream3 = new CipherOutputStream(stream2, nc);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 1030 NetworkConfig *nc = new NetworkConfig(); local
1031 if (nc == NULL)
1033 nc->setWpaGui(this);
1036 nc->paramsFromConfig(id);
1038 nc->newNetwork();
1040 nc->show();
1041 nc->exec();
1080 NetworkConfig *nc = new NetworkConfig(); local
1081 if (nc == NULL)
1083 nc->setWpaGui(this)
    [all...]
  /hardware/msm7k/librpc/
svc_clnt_common.c 197 int nc = get_backtrace(trace, 20);
199 while(nc--)
200 D("\t%02d: %p\n", nc, *tr++);
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 110 $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,$nhi
    [all...]
ppc64-mont.pl 132 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
278 lfd $nc,`$FRAME+48`($sp)
294 fcfid $nc,$nc
351 fmadd $T1a,$N0,$nc,$T1a
353 fmadd $T2a,$N1,$nc,$T2a
355 fmadd $T3a,$N2,$nc,$T3a
357 fmadd $dota,$N3,$nc,$dota
469 fmadd $T1a,$N0,$nc,$T1a
472 fmadd $T2a,$N1,$nc,$T2
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1128 float nc = 1.0f - c; local
1135 rm[rmOffset + 0] = x*x*nc + c;
1136 rm[rmOffset + 4] = xy*nc - zs;
1137 rm[rmOffset + 8] = zx*nc + ys;
1138 rm[rmOffset + 1] = xy*nc + zs;
1139 rm[rmOffset + 5] = y*y*nc + c;
1140 rm[rmOffset + 9] = yz*nc - xs;
1141 rm[rmOffset + 2] = zx*nc - ys;
1142 rm[rmOffset + 6] = yz*nc + xs;
1143 rm[rmOffset + 10] = z*z*nc + c
    [all...]
  /external/openssl/crypto/asn1/
x_x509.c 120 NAME_CONSTRAINTS_free(ret->nc);
  /external/chromium/third_party/icu/source/tools/genpname/
genpname.cpp 499 NonContiguousEnumToOffset* nc = (NonContiguousEnumToOffset*) uprv_malloc(size); local
500 erase(nc, size);
501 nc->count = count;
502 EnumValue* e = nc->getEnumArray();
503 Offset* p = nc->getOffsetArray();
511 return nc;
    [all...]

Completed in 506 milliseconds

12 3 4