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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Support/
regutils.h 39 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /external/llvm/lib/Support/
regutils.h 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /external/swiftshader/third_party/llvm-subzero/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)
  /external/lzma/CPP/Common/
C_FileIO.cpp 12 namespace NC {
C_FileIO.h 18 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...]
  /external/compiler-rt/lib/profile/
InstrProfilingMerge.c 109 unsigned I, NC, NVK = 0;
111 NC = SrcData->NumCounters;
115 for (I = 0; I < NC; I++)
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay.py 28 NC = 'NORMALLY_CLOSED'
90 """Sets the relay to the 'NC' state. Shorthand for set(RelayState.NC).
95 self.set(RelayState.NC)
98 """Swaps the state from 'NO' to 'NC' or 'NC' to 'NO'.
102 self.set(RelayState.NC)
107 """Sets the relay to the 'NO' or 'NC' state.
112 state: either 'NO' or 'NC'.
115 ValueError if state is not 'NO' or 'NC'
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 46 #define NC (0xff + MAXMATCH + 2 - THRESHOLD)
73 UINT16 mLeft[2 * NC - 1];
74 UINT16 mRight[2 * NC - 1];
75 UINT8 mCLen[NC];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 39 #define NC (0xff + MAXMATCH + 2 - THRESHOLD)
66 UINT16 mLeft[2 * NC - 1];
67 UINT16 mRight[2 * NC - 1];
68 UINT8 mCLen[NC];
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLibInternals.h 39 #define NC (0xff + MAXMATCH + 2 - THRESHOLD)
66 UINT16 mLeft[2 * NC - 1];
67 UINT16 mRight[2 * NC - 1];
68 UINT8 mCLen[NC];
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 30 #define NC (0xff + MAXMATCH + 2 - THRESHOLD)
57 UINT16 mLeft[2 * NC - 1];
58 UINT16 mRight[2 * NC - 1];
59 UINT8 mCLen[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 */
401 * for (i = 0; i< NC; i++) *
416 for (i = 0; i < NC; i++)
441 ylow = Chebps (xlow, coef, NC);
451 ylow = Chebps (xlow, coef, NC);
462 ymid = Chebps (xmid, coef, NC);
521 ylow = Chebps (xlow, coef, NC);
585 Word16 f1[NC + 1]
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 104 private static final String NC = "00000001"; //nonce-count is always 1
357 + NC.length() + cnonce.length() + qopOption.length() + md5a2.length() + 5);
362 tmp2.append(NC);
416 params.add(new BasicNameValuePair("nc", NC));
431 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/clang/test/Layout/
ms-x86-pack-and-align.cpp 530 struct NC : virtual NA, virtual NB {};
532 struct ND : NC {};
543 // CHECK-NEXT: 0 | struct NC
544 // CHECK-NEXT: 0 | (NC vbtable pointer)
551 // CHECK-NEXT: 0 | struct NC (base)
552 // CHECK-NEXT: 0 | (NC vbtable pointer)
566 // CHECK-X64-NEXT: 0 | struct NC
567 // CHECK-X64-NEXT: 0 | (NC vbtable pointer)
574 // CHECK-X64-NEXT: 0 | struct NC (base)
575 // CHECK-X64-NEXT: 0 | (NC vbtable pointer
    [all...]
  /external/llvm/include/llvm/ADT/
EquivalenceClasses.h 184 unsigned NC = 0;
186 if (I->isLeader()) ++NC;
187 return 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;
442 Value *NC = Builder.CreateOr(CInst1, CC);
443 PBI->replaceUsesOfWith(CC, NC);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
EquivalenceClasses.h 181 unsigned NC = 0;
183 if (I->isLeader()) ++NC;
184 return NC;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
EquivalenceClasses.h 188 unsigned NC = 0;
190 if (I->isLeader()) ++NC;
191 return NC;

Completed in 521 milliseconds

1 2 3 4