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

1 2 3

  /external/llvm/lib/Support/
regutils.h 39 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /bionic/libc/upstream-netbsd/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)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
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...]
  /external/lzma/CPP/Common/
C_FileIO.h 12 namespace NC {
C_FileIO.cpp 8 namespace NC {
  /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/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 59 NonConst NC;
76 NonConst NC;
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 283 Value *NC;
286 NC = Builder.CreateOr(PC, CC);
289 NC = Builder.CreateAnd(PC, CC);
291 PBI->replaceUsesOfWith(CC, NC);
292 PC = NC;
443 Value *NC = Builder.CreateOr(CInst1, CC);
444 PBI->replaceUsesOfWith(CC, NC);
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 73 struct NC;
81 struct A2::CC::NC {
104 void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}}
  /external/lzma/CPP/7zip/Common/
FileStreams.h 36 NC::NFile::NIO::CInFile File;
84 NC::NFile::NIO::COutFile File;