Searched refs:NC (Results 1 - 25 of 96) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregutils.h42 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dutils.h44 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dunit_tests.sh16 NC='\033[0m'
76 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${GREEN}PASS${NC}"
78 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${RED}FAIL${NC}"
/netbsd-current/lib/libc/regex/
H A Dutils.h69 #define NC ((MB_CUR_MAX) == 1 ? (NC_MAX) : (128)) macro
H A Dregex2.h139 if (ch < NC)
164 if (ch < NC)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp761 for (auto &NC : NullCheckList) {
763 unsigned BranchesRemoved = TII->removeBranch(*NC.getCheckBlock());
767 if (auto *DepMI = NC.getOnlyDependency()) {
769 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI);
777 NC.getMemOperation(), NC.getCheckBlock(), NC.getNullSucc());
782 MachineBasicBlock *MBB = NC.getMemOperation()->getParent();
792 if (auto *DepMI = NC
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/certs/
H A Dsetup.sh234 # NC CA1 only permits the host www.good.org and *.good.com email address
238 NC="permitted;DNS:www.good.org, permitted;DNS:good.com,"
239 NC="$NC permitted;email:good@good.org, permitted;email:good.com,"
240 NC="$NC permitted;IP:127.0.0.1/255.255.255.255, permitted;IP:192.168.0.0/255.255.0.0"
242 NC=$NC ./mkcert.sh genca "Test NC CA 1" ncca1-key ncca1-cert root-key root-cert
244 # NC CA
[all...]
H A Dmkcert.sh142 if [ -n "$NC" ]; then
143 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-member.cc22 typedef enum {NA = 20, NB, NC, ND} ANON_NE; enumerator in enum:N::__anon1463
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-member.cc22 typedef enum {NA = 20, NB, NC, ND} ANON_NE; enumerator in enum:N::__anon968
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp296 Value *NC; local
299 NC = Builder.CreateOr(PC, CC);
302 NC = Builder.CreateAnd(PC, CC);
304 PBI->replaceUsesOfWith(CC, NC);
305 PC = NC;
496 Value *NC = Builder.CreateBinOp(CombineOp, CInst1, CInst2); local
497 PBI->replaceUsesOfWith(IfCond2, NC);
/netbsd-current/crypto/external/bsd/openssl/dist/test/certs/
H A Dsetup.sh238 # NC CA1 only permits the host www.good.org and *.good.com email address
242 NC="permitted;DNS:www.good.org, permitted;DNS:good.com,"
243 NC="$NC permitted;email:good@good.org, permitted;email:good.com,"
244 NC="$NC permitted;IP:127.0.0.1/255.255.255.255, permitted;IP:192.168.0.0/255.255.0.0"
246 NC=$NC ./mkcert.sh genca "Test NC CA 1" ncca1-key ncca1-cert root-key root-cert
248 # NC CA
[all...]
H A Dmkcert.sh147 if [ -n "$NC" ]; then
148 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dmkcert.sh132 if [ -n "$NC" ]; then
133 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldr-parsing-bad.s5 @ No NC variants exist for the LDR relocations.
H A Dgroup-reloc-ldrs-parsing-bad.s5 @ No NC variants exist for the LDRS relocations.
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dconf.sh.in81 export NC=@NC@
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h188 unsigned NC = 0; local
190 if (I->isLeader()) ++NC;
191 return NC;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests.sh75 if [ -x "${NC}" ]; then
76 "${NC}" 10.53.0.3 "${EXTRAPORT1}" >nc.out$n || ret=1
452 if [ -x "${NC}" ]; then
453 "${NC}" 10.53.0.3 "${EXTRAPORT1}" <<EOF >nc.out$n || ret=1
478 if [ -x "${NC}" ]; then
479 "${NC}" 10.53.0.3 "${EXTRAPORT1}" <<EOF >nc.out$n || ret=1
510 if [ -x "${NC}" ]; then
511 "${NC}" 10.53.0.3 "${EXTRAPORT1}" <<EOF >nc.out$n || ret=1
535 if [ -x "${NC}" ]; then
536 "${NC}" 10.5
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc89 for (const auto& NC : not_checks) {
90 CHECK(!NC.regex->Match(line))
92 << NC.regex_str << "\""
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dm68k-parse.h172 NC, /* no cache token */ enumerator in enum:m68k_register
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dm68k-parse.h172 NC, /* no cache token */ enumerator in enum:m68k_register
/netbsd-current/tools/binutils/
H A DMakefile57 (cd .native && ${CONFIGURE_ENV:NC*:NLD*} \
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dm68k-parse.h172 NC, /* no cache token */ enumerator in enum:m68k_register
/netbsd-current/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm34 ; type : SH, PR, IN, NC
38 ; NC: not connected (00 or FF or image readable, maybe)
49 ; F000 FDFF NC bus error (00 or FF)
306 JR NC,$ + 3
1043 JR NC,PCM_NORMAL
1292 JP NC,PAM_ERROR_ENC
1606 JP NC,PAM2A_NORMAL ; jump=9 no=6
1703 JP NC,PAM2B_NORMAL ; jump=9 no=6
1832 JP NC,PAM3A_NORMAL ; jump=9 no=6
1932 JP NC,PAM3B_NORMA
[all...]

Completed in 239 milliseconds

1234