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

1 2 3 4 5 6

  /external/vulkan-validation-layers/scripts/
check_code_format.sh 24 NC='\033[0m' # No Color
31 echo -e "${GREEN}No source code to check for formatting.${NC}"
37 echo -e "${RED}Found formatting errors!${NC}"
44 echo -e "${GREEN}No source code to check for copyright dates.${NC}"
53 echo -e "${RED} "$AFILE" has an out-of-date copyright notice.${NC}"
64 echo -e "${GREEN}All source code in PR properly formatted.${NC}"
check_commit_message_format.sh 26 NC='\033[0m' # No Color
37 echo -e "${GREEN}No commit messgages to check for formatting.${NC}"
40 echo -e "${GREEN}No commit messgages to check for formatting.${NC}"
98 echo -e "${GREEN}All commit messages in pull request are properly formatted.${NC}"
  /external/llvm/lib/Support/
regutils.h 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /external/swiftshader/third_party/LLVM/lib/Support/
regutils.h 39 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /external/swiftshader/third_party/llvm-7.0/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)
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_lirc_mode2.sh 15 NC='\033[0m' # No Color
33 echo -e ${RED}"FAIL: $TYPE"${NC}
35 echo -e ${GREEN}"PASS: $TYPE"${NC}
test_tunnel.sh 52 NC='\033[0m' # No Color
291 echo -e ${RED}"FAIL: $TYPE"${NC}
294 echo -e ${GREEN}"PASS: $TYPE"${NC}
321 echo -e ${RED}"FAIL: $TYPE"${NC}
324 echo -e ${GREEN}"PASS: $TYPE"${NC}
350 echo -e ${RED}"FAIL: $TYPE"${NC}
353 echo -e ${GREEN}"PASS: $TYPE"${NC}
374 echo -e ${RED}"FAIL: $TYPE"${NC}
377 echo -e ${GREEN}"PASS: $TYPE"${NC}
397 echo -e ${RED}"FAIL: $TYPE"${NC}
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
utils.h 77 #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...]
  /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];
BaseUefiDecompressLib.c 231 if (*Pointer == 0 && Avail < (2 * NC - 1)) {
236 if (*Pointer < (2 * NC - 1)) {
426 SetMem (Sd->mCLen, NC, 0);
433 while (Index < Number && Index < NC) {
465 while ((INT16) (--CharC) >= 0 && Index < NC) {
476 SetMem (Sd->mCLen + Index, NC - Index, 0);
478 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
541 if (Index2 >= NC) {
552 } while (Index2 >= NC);
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 519 for (auto &NC : NullCheckList) {
521 unsigned BranchesRemoved = TII->RemoveBranch(*NC.getCheckBlock());
525 if (auto *DepMI = NC.getOnlyDependency()) {
527 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI);
535 NC.getMemOperation(), NC.getCheckBlock(), NC.getNullSucc());
540 MachineBasicBlock *MBB = NC.getMemOperation()->getParent();
550 if (auto *DepMI = NC.getOnlyDependency())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 664 for (auto &NC : NullCheckList) {
666 unsigned BranchesRemoved = TII->removeBranch(*NC.getCheckBlock());
670 if (auto *DepMI = NC.getOnlyDependency()) {
672 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI);
680 NC.getMemOperation(), NC.getCheckBlock(), NC.getNullSucc());
685 MachineBasicBlock *MBB = NC.getMemOperation()->getParent();
695 if (auto *DepMI = NC.getOnlyDependency())
    [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 */
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/openssh/regress/
multiplex.sh 8 NC=$OBJ/netcat
80 $NC -N -l 127.0.0.1 $((${PORT} + 1)) < ${DATA} > /dev/null &
83 $NC 127.0.0.1 $((${PORT} + 2)) < /dev/null > ${COPY}
89 $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null &
93 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 2>/dev/null
144 echo "" | $NC -U $OBJ/unix-1.fwd | grep "Protocol mismatch" >/dev/null 2>&1 \
148 N=$(echo "xyzzy" | $NC -U $OBJ/unix-1.fwd 2>&1 | grep "xyzzy" | wc -l)
155 echo "" | $NC -U $OBJ/unix-1.fwd | grep "Protocol mismatch" >/dev/null 2>&1 \
159 N=$(echo "xyzzy" | $NC -U $OBJ/unix-1.fwd 2>&1 | grep "xyzzy" | wc -l)
  /external/compiler-rt/lib/profile/
InstrProfilingMerge.c 109 unsigned I, NC, NVK = 0;
111 NC = SrcData->NumCounters;
115 for (I = 0; I < NC; I++)
  /external/lzma/CPP/Common/
C_FileIO.h 18 namespace 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-7.0/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 297 Value *NC;
300 NC = Builder.CreateOr(PC, CC);
303 NC = Builder.CreateAnd(PC, CC);
305 PBI->replaceUsesOfWith(CC, NC);
306 PC = NC;
453 Value *NC = Builder.CreateOr(CInst1, CC);
454 PBI->replaceUsesOfWith(CC, NC);
  /external/capstone/
MCRegisterInfo.c 31 MCRegisterClass *C, unsigned NC,
45 RI->NumClasses = NC;
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 60 NonConst NC;
83 NonConst NC;
  /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];

Completed in 1854 milliseconds

1 2 3 4 5 6