| /netbsd-src/external/bsd/wpa/dist/src/crypto/ |
| H A D | des-internal.c | 80 static const u8 pc2[48] = { variable 307 if ((int) pcr[(int) pc2[j]] != 0) in deskey() 309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | DESperate.txt | 72 pc2 from c 80 pc2 from d
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| H A D | nouveau_nvkm_engine_disp_dp.c | 47 bool pc2; member 174 nvkm_dp_train_drive(lt, lt->pc2)) || in nvkm_dp_train_eq() 175 nvkm_dp_train_sense(lt, lt->pc2, 400)) in nvkm_dp_train_eq() 246 lt.pc2 = dp->dpcd[DPCD_RC02] & DPCD_RC02_TPS3_SUPPORTED; in nvkm_dp_train_links()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | thompson.d | 351 uint pc1, pc2; //branches to take in priority order in with() local 355 pc2 = t.pc + IRL!(IR.InfiniteEnd); in with() 360 pc2 = t.pc - len; in with() 362 worklist.insertFront(fork(t, pc2, t.counter)); in with() 386 uint pc1, pc2; //branches to take in priority order in with() local 388 pc2 = t.pc + IRL!(IR.InfiniteBloomEnd); in with() 391 worklist.insertFront(fork(t, pc2, t.counter)); in with()
|
| H A D | kickstart.d | 353 uint pc1, pc2; //branches to take in priority order in ShiftOr() local 357 pc2 = t.pc - len; in ShiftOr() 358 trs ~= fork(t, pc2, t.counter); in ShiftOr()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | thompson.d | 351 uint pc1, pc2; //branches to take in priority order in with() local 355 pc2 = t.pc + IRL!(IR.InfiniteEnd); in with() 360 pc2 = t.pc - len; in with() 362 worklist.insertFront(fork(t, pc2, t.counter)); in with() 386 uint pc1, pc2; //branches to take in priority order in with() local 388 pc2 = t.pc + IRL!(IR.InfiniteBloomEnd); in with() 391 worklist.insertFront(fork(t, pc2, t.counter)); in with()
|
| H A D | kickstart.d | 353 uint pc1, pc2; //branches to take in priority order in ShiftOr() local 357 pc2 = t.pc - len; in ShiftOr() 358 trs ~= fork(t, pc2, t.counter); in ShiftOr()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
| H A D | Makefile | 29 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-pc2.dtb
|
| H A D | sun50i-h5-orangepi-prime.dts | 3 // Based on sun50i-h5-orangepi-pc2.dts, which is:
|
| H A D | sun50i-h5-orangepi-pc2.dts | 13 compatible = "xunlong,orangepi-pc2", "allwinner,sun50i-h5";
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| H A D | setup.sh | 211 ./mkcert.sh req pc2-key "0.CN = server.example" "1.CN = proxy 1" "2.CN = proxy 2" | \ 212 ./mkcert.sh genpc pc2-key pc2-cert pc1-key pc1-cert \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
| H A D | setup.sh | 215 ./mkcert.sh req pc2-key "0.CN = server.example" "1.CN = proxy 1" "2.CN = proxy 2" | \ 216 ./mkcert.sh genpc pc2-key pc2-cert pc1-key pc1-cert \
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_pw_templ.c | 999 struct FN(PW,piece) const *pc2 = p2; in FN() 1001 return FN(EL,plain_cmp)(pc1->FIELD, pc2->FIELD); in FN()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | path.d | 3309 const pc2 = pattern[pi]; variable 3310 if (pc2 == ']') 3312 if (!anymatch && (filenameCharCmp!cs(nc, pc2) == 0))
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | path.d | 3418 const pc2 = pattern[pi]; variable 3419 if (pc2 == ']') 3421 if (!anymatch && (filenameCharCmp!cs(nc, pc2) == 0))
|
| /netbsd-src/distrib/sets/lists/dtb/ |
| H A D | ad.aarch64eb | 35 ./boot/dtb/allwinner/sun50i-h5-orangepi-pc2.dtb dtb-base-boot dtb
|
| H A D | ad.aarch64 | 35 ./boot/dtb/allwinner/sun50i-h5-orangepi-pc2.dtb dtb-base-boot dtb
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 7122 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; in finish_omp_clauses() local 7134 *pc2 = *pc1; in finish_omp_clauses() 7135 pc2 = &OMP_CLAUSE_CHAIN (*pc2); in finish_omp_clauses() 7141 *pc2 = cl2; in finish_omp_clauses()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 14609 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; in c_finish_omp_clauses() local 14621 *pc2 = *pc1; in c_finish_omp_clauses() 14622 pc2 = &OMP_CLAUSE_CHAIN (*pc2); in c_finish_omp_clauses() 14628 *pc2 = cl2; in c_finish_omp_clauses()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | images | 1530 # bitmap-pc1-degas.trid.xml bitmap-pc2-degas.trid.xml bitmap-pc3-degas.trid.xml 1617 # DEGAS mid-res compressed bitmap *.pc2 like: abydos.pc2 ARTIS3.PC2 SMTHDRAW.PC2 STAR_2K.PC2 TX2_DE… 1653 !:ext pc2
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | tegra124-apalis.dtsi | 624 uart2-txd-pc2 {
|
| H A D | tegra124-apalis-v1.2.dtsi | 627 uart2-txd-pc2 {
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1993 | 2430 * eval.c (evaluate_subexp): initialize pc2, arg1, arg2.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1993 | 2430 * eval.c (evaluate_subexp): initialize pc2, arg1, arg2.
|