HomeSort by relevance Sort by last modified time
    Searched defs:NC (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/lib/Support/
regutils.h 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /bionic/libc/upstream-netbsd/lib/libc/regex/
utils.h 77 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /ndk/sources/host-tools/ndk-stack/regex/
utils.h 41 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /external/lzma/CPP/Common/
C_FileIO.h 12 namespace NC {
C_FileIO.cpp 8 namespace NC {
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isp_az.cpp 93 #define NC (M/2)
143 int16 nc; local
149 nc = m >> 1;
152 if (nc > 8)
154 Get_isp_pol_16kHz(&isp[0], f1, nc);
155 for (i = 0; i <= nc; i++)
159 Get_isp_pol_16kHz(&isp[1], f2, nc - 1);
160 for (i = 0; i <= nc - 1; i++)
167 Get_isp_pol(&isp[0], f1, nc);
168 Get_isp_pol(&isp[1], f2, nc - 1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_az.c 29 #define NC (M/2)
48 Word16 nc; local
53 nc = (m >> 1);
54 if(nc > 8)
56 Get_isp_pol_16kHz(&isp[0], f1, nc);
57 for (i = 0; i <= nc; i++)
62 Get_isp_pol(&isp[0], f1, nc);
64 if (nc > 8)
66 Get_isp_pol_16kHz(&isp[1], f2, (nc - 1));
67 for (i = 0; i <= nc - 1; i++
    [all...]
levinson.c 96 #define NC (M/2)
az_isp.c 55 #define NC (M/2)
70 Word16 f1[NC + 1], f2[NC];
77 * for (i=0; i<NC; i++) *
82 * f1[NC] = 2.0*a[NC]; *
84 * for (i=2; i<NC; i++) Divide by (1-z^-2) *
87 for (i = 0; i < NC; i++)
93 f1[NC] = a[NC];
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 57 4. Used NC in the definition of f1 and f2 arrays.
106 #define NC M/2 /* M = LPC order, NC = M/2 */
399 * for (i = 0; i< NC; i++) *
414 for (i = 0; i < NC; i++)
439 ylow = Chebps (xlow, coef, NC);
449 ylow = Chebps (xlow, coef, NC);
460 ymid = Chebps (xmid, coef, NC);
519 ylow = Chebps (xlow, coef, NC);
583 Word16 f1[NC + 1]
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 99 private static final String NC = "00000001"; //nonce-count is always 1
352 + NC.length() + cnonce.length() + qopOption.length() + md5a2.length() + 5);
357 tmp2.append(NC);
411 params.add(new BasicNameValuePair("nc", NC));
426 boolean noQuotes = "nc".equals(param.getName()) ||
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 60 NonConst NC;
83 NonConst NC;
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references-pr13207.cpp 155 namespace NC {
160 // CHECK: "\01?foo@NC@PR13207@@YAXV?$Y@VX@NB@PR13207@@@12@@Z"
162 void foobar(NC::Y<NB::Y<NA::Y<NA::X> > > x) {}
163 // CHECK: "\01?foobar@NC@PR13207@@YAXV?$Y@V?$Y@V?$Y@VX@NA@PR13207@@@NA@PR13207@@@NB@PR13207@@@12@@Z"
  /external/llvm/include/llvm/ADT/
EquivalenceClasses.h 183 unsigned NC = 0;
185 if (I->isLeader()) ++NC;
186 return NC;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 110 NC,
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 284 Value *NC;
287 NC = Builder.CreateOr(PC, CC);
290 NC = Builder.CreateAnd(PC, CC);
292 PBI->replaceUsesOfWith(CC, NC);
293 PC = NC;
443 Value *NC = Builder.CreateOr(CInst1, CC);
444 PBI->replaceUsesOfWith(CC, NC);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-thai.cc 38 NC,
56 return NC;
172 T0, /* NC */
199 B0, /* NC */
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 73 struct NC;
81 struct A2::CC::NC {
107 void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}}
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 38 NC,
56 return NC;
172 T0, /* NC */
199 B0, /* NC */
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 268 CastInst *NC = new BitCastInst(AI, AI->getType(), AI->getName() + ".tmp",
270 AI->replaceAllUsesWith(NC);
278 NC->setOperand(0, AI);
  /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);
ParameterNames.java 71 public static final String NONCE_COUNT = "nc";
85 public static final String NC = "nc";
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
  /external/srec/srec/include/
front.h 56 #define NC 40
  /external/eigen/blas/testing/
cblat2.f 435 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
466 NC = 0
556 NC = NC + 1
585 $ WRITE( NTRA, FMT = 9994 )NC, SNAME,
595 $ WRITE( NTRA, FMT = 9995 )NC, SNAME,
704 WRITE( NOUT, FMT = 9999 )SNAME, NC
706 WRITE( NOUT, FMT = 9997 )SNAME, NC, ERRMAX
713 WRITE( NOUT, FMT = 9994 )NC, SNAME, TRANS, M, N, ALPHA, LDA,
716 WRITE( NOUT, FMT = 9995 )NC, SNAME, TRANS, M, N, KL, KU
    [all...]

Completed in 1654 milliseconds

1 2