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

1 2 3 4 5 6 7

  /external/vulkan-validation-layers/tests/
vkvalidatelayerdoc.sh 6 NC='\033[0m' # No Color
10 NC=''
13 printf "$GREEN[ RUN ]$NC $0\n"
25 printf "$GREEN[ PASSED ]$NC 1 test\n"
28 printf "$RED[ FAILED ]$NC Validation of vk_validation_layer_details.md failed\n"
29 printf "$RED[ FAILED ]$NC 1 test\n"
  /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-subzero/lib/Support/
regutils.h 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /packages/apps/Test/connectivity/PMC/
build_pmc.sh 24 NC='\e[0m' # No Color
26 echo -e "Welcome to ${r}U${brn}N${y}I${g}C${lb}O${cy}R${p}N${NC} build system for ${g}PMC${NC}"
45 echo -e "${y}Removing intermeidates of the app${NC}"
56 echo -e "${r}Encountered error when ${@:$#}${NC}"
57 echo -e "${lg}UNICORN ${r}DIED${NC}!"
62 echo -e "${lb}+++++++ Building $APP_NAME.apk +++++++${NC}"
71 echo -e "${y}Switching to root${NC}"
75 echo -e "${y}Uninstalling old apk from device${NC}"
79 echo -e "${lb}Installing apk to device${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);
  /tools/test/connectivity/acts/framework/tests/
acts_relay_controller_test.py 90 self.board.get_relay_status(self.relay.position), RelayState.NC)
93 self.board.set(self.relay.position, RelayState.NC)
96 self.board.get_relay_status(self.relay.position), RelayState.NC)
99 self.board.set(self.relay.position, RelayState.NC)
114 self.board.get_relay_status(self.relay.position), RelayState.NC)
117 self.board.set(self.relay.position, RelayState.NC)
124 self.relay.set(RelayState.NC)
126 self.board.get_relay_status(self.relay.position), RelayState.NC)
129 self.board.set(self.relay.position, RelayState.NC)
148 RelayState.NC)
    [all...]
  /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...]
  /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 {
C_FileIO.cpp 12 namespace NC {
  /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...]
sain_smart_board.py 100 RelayState.NC if char == '1' else RelayState.NO
123 if no_or_nc == RelayState.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/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];
  /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";

Completed in 664 milliseconds

1 2 3 4 5 6 7