/third_party/FatFs/documents/res/ |
H A D | app4.c | 14 static DWORD pn ( /* Pseudo random number generator */
in pn() function 24 for (n = 0; n < 32; n++) pn(0);
in pn() 120 for (n = 0, pn(pns); n < sz_sect; n++) pbuff[n] = (BYTE)pn(0);
in test_diskio() 146 for (n = 0, pn(pns); n < sz_sect && pbuff[n] == (BYTE)pn(0); n++) ;
in test_diskio() 159 for (n = 0, pn(pns); n < (UINT)(sz_sect * ns); n++) pbuff[n] = (BYTE)pn(0);
in test_diskio() 185 for (n = 0, pn(pns); n < (UINT)(sz_sect * ns) && pbuff[n] == (BYTE)pn( in test_diskio() [all...] |
/third_party/musl/porting/linux/user/src/env/ |
H A D | __libc_start_main.c | 24 void __init_libc(char **envp, char *pn) in __init_libc() argument 35 if (!pn) pn = (void*)aux[AT_EXECFN]; in __init_libc() 36 if (!pn) pn = ""; in __init_libc() 37 __progname = __progname_full = pn; in __init_libc() 38 for (i=0; pn[i]; i++) if (pn[i]=='/') __progname = pn+i+1; in __init_libc()
|
/third_party/musl/src/env/ |
H A D | __libc_start_main.c | 26 void __init_libc(char **envp, char *pn) in __init_libc() argument 37 if (!pn) pn = (void*)aux[AT_EXECFN]; in __init_libc() 38 if (!pn) pn = ""; in __init_libc() 39 __progname = __progname_full = pn; in __init_libc() 40 for (i=0; pn[i]; i++) if (pn[i]=='/') __progname = pn+i+1; in __init_libc()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __libc_start_main.c | 23 void __init_libc(char **envp, char *pn) in __init_libc() argument 34 if (!pn) pn = (void*)aux[AT_EXECFN]; in __init_libc() 35 if (!pn) pn = ""; in __init_libc() 36 __progname = __progname_full = pn; in __init_libc() 37 for (i=0; pn[i]; i++) if (pn[i]=='/') __progname = pn+i+1; in __init_libc()
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
H A D | __libc_start_main.c | 24 void __init_libc(char **envp, char *pn) in __init_libc() argument 35 if (!pn) pn = (void*)aux[AT_EXECFN]; in __init_libc() 36 if (!pn) pn = ""; in __init_libc() 37 __progname = __progname_full = pn; in __init_libc() 38 for (i=0; pn[i]; i++) if (pn[i]=='/') __progname = pn+i+1; in __init_libc()
|
/third_party/FreeBSD/lib/libc/stdlib/ |
H A D | qsort.c | 157 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in local_qsort() local 177 pn = (char *)a + (n - 1) * es; in local_qsort() 183 pn = med3(pn - 2 * d, pn - d, pn, cmp, thunk); in local_qsort() 185 pm = med3(pl, pm, pn, cmp, thunk); in local_qsort() 224 pn = (char *)a + n * es; in local_qsort() 227 d1 = MIN(pd - pc, pn - pd - es); in local_qsort() 228 vecswap(pb, pn in local_qsort() [all...] |
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A D | syscall.h | 363 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) 364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) 365 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) 366 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) 368 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (f [all...] |
/third_party/musl/src/internal/ |
H A D | syscall.h | 384 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) 385 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) 386 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) 387 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) 389 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (f [all...] |
/third_party/musl/porting/linux/user/src/internal/ |
H A D | syscall.h | 378 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) 379 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) 380 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) 381 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) 383 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (f [all...] |
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | functions.sh | 83 local pn 84 pn=$(grep -n "Fake kernel panic" $orig_klog | cut -d ':' -f 1 | head -1) 85 if [ -z "$pn" ]; then 88 sed -n "1,${pn}p" < $orig_klog > $new_klog
|
/third_party/protobuf/examples/ |
H A D | add_person.go | 60 pn := &pb.Person_PhoneNumber{ 74 pn.Type = pb.Person_MOBILE 76 pn.Type = pb.Person_HOME 78 pn.Type = pb.Person_WORK 85 p.Phones = append(p.Phones, pn)
|
H A D | list_people.go | 21 for _, pn := range p.Phones { 22 switch pn.Type { 30 fmt.Fprintln(w, pn.Number)
|
/third_party/pulseaudio/src/modules/ |
H A D | module-augment-properties.c | 286 const char *pn; in process() local 291 if (!(pn = pa_proplist_gets(p, PA_PROP_APPLICATION_PROCESS_BINARY))) in process() 294 if (*pn == '.' || strchr(pn, '/')) in process() 299 pa_log_debug("Looking for .desktop file for %s", pn); in process() 301 if ((r = pa_hashmap_get(u->cache, pn))) { in process() 310 r->process_name = pa_xstrdup(pn); in process()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_helpers.c | 82 struct nine_range *r, **pn = head; in nine_ranges_insert() local 84 for (r = *head; r && bgn > r->end; pn = &r->next, r = r->next); in nine_ranges_insert() 87 *pn = nine_range_pool_get(pool, bgn, end); in nine_ranges_insert() 88 (*pn)->next = r; in nine_ranges_insert()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 5381 const PRegisterWithLaneSize& pn) { in brka() 5384 VIXL_ASSERT(pd.IsLaneSizeB() && pn.IsLaneSizeB()); in brka() 5387 Emit(BRKA_p_p_p | Pd(pd) | Pg<13, 10>(pg) | m | Pn(pn)); in brka() 5392 const PRegisterWithLaneSize& pn) { in brkas() 5394 VIXL_ASSERT(pd.IsLaneSizeB() && pn.IsLaneSizeB()); in brkas() 5396 Emit(BRKAS_p_p_p_z | Pd(pd) | Pg<13, 10>(pg) | Pn(pn)); in brkas() 5401 const PRegisterWithLaneSize& pn) { in brkb() 5404 VIXL_ASSERT(pd.IsLaneSizeB() && pn.IsLaneSizeB()); in brkb() 5407 Emit(BRKB_p_p_p | Pd(pd) | Pg<13, 10>(pg) | m | Pn(pn)); in brkb() 5412 const PRegisterWithLaneSize& pn) { in brkbs() 5379 brka(const PRegisterWithLaneSize& pd, const PRegister& pg, const PRegisterWithLaneSize& pn) brka() argument 5390 brkas(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) brkas() argument 5399 brkb(const PRegisterWithLaneSize& pd, const PRegister& pg, const PRegisterWithLaneSize& pn) brkb() argument 5410 brkbs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) brkbs() argument 5419 brkn(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) brkn() argument 5431 brkns(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) brkns() argument 5445 punpkhi(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn) punpkhi() argument 5458 punpklo(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn) punpklo() argument 5471 rev(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn) rev() argument 5483 trn1(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) trn1() argument 5496 trn2(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) trn2() argument 5509 uzp1(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) uzp1() argument 5522 uzp2(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) uzp2() argument 5535 zip1(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) zip1() argument 5548 zip2(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) zip2() argument 6085 cntp(const Register& xd, const PRegister& pg, const PRegisterWithLaneSize& pn) cntp() argument 6101 and_(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) and_() argument 6111 ands(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) ands() argument 6121 bic(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) bic() argument 6131 bics(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) bics() argument 6141 eor(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) eor() argument 6151 eors(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) eors() argument 6161 nand(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) nand() argument 6171 nands(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) nands() argument 6181 nor(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) nor() argument 6191 nors(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) nors() argument 6201 orn(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) orn() argument 6211 orns(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) orns() argument 6221 orr(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) orr() argument 6231 orrs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) orrs() argument 6241 sel(const PRegisterWithLaneSize& pd, const PRegister& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) sel() argument 6262 pfirst(const PRegisterWithLaneSize& pd, const PRegister& pg, const PRegisterWithLaneSize& pn) pfirst() argument 6277 pnext(const PRegisterWithLaneSize& pd, const PRegister& pg, const PRegisterWithLaneSize& pn) pnext() argument 6291 ptest(const PRegister& pg, const PRegisterWithLaneSize& pn) ptest() argument 6354 brkpa(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) brkpa() argument 6368 brkpas(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) brkpas() argument 6382 brkpb(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) brkpb() argument 6396 brkpbs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) brkpbs() argument 6473 wrffr(const PRegisterWithLaneSize& pn) wrffr() argument 6514 mov(const PRegister& pd, const PRegister& pn) mov() argument 6521 mov(const PRegisterWithLaneSize& pd, const PRegisterM& pg, const PRegisterWithLaneSize& pn) mov() argument 6528 mov(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) mov() argument 6593 movs(const PRegister& pd, const PRegister& pn) movs() argument 6598 movs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) movs() argument 6605 not_(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) not_() argument 6612 nots(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) nots() argument [all...] |
H A D | macro-assembler-aarch64.h | 3673 const PRegisterWithLaneSize& pn, in And() 3677 and_(pd, pg, pn, pm); in And() 3697 const PRegisterWithLaneSize& pn, in Ands() 3701 ands(pd, pg, pn, pm); in Ands() 3744 const PRegisterWithLaneSize& pn, in Bic() 3748 bic(pd, pg, pn, pm); in Bic() 3768 const PRegisterWithLaneSize& pn, in Bics() 3772 bics(pd, pg, pn, pm); in Bics() 3776 const PRegisterWithLaneSize& pn) { in Brka() 3779 brka(pd, pg, pn); in Brka() 3671 And(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) And() argument 3695 Ands(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Ands() argument 3742 Bic(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Bic() argument 3766 Bics(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Bics() argument 3774 Brka(const PRegisterWithLaneSize& pd, const PRegister& pg, const PRegisterWithLaneSize& pn) Brka() argument 3781 Brkas(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) Brkas() argument 3788 Brkb(const PRegisterWithLaneSize& pd, const PRegister& pg, const PRegisterWithLaneSize& pn) Brkb() argument 3795 Brkbs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) Brkbs() argument 3802 Brkn(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Brkn() argument 3813 Brkns(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Brkns() argument 3824 Brkpa(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Brkpa() argument 3832 Brkpas(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Brkpas() argument 3840 Brkpb(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Brkpb() argument 3848 Brkpbs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Brkpbs() argument 4134 Cntp(const Register& rd, const PRegister& pg, const PRegisterWithLaneSize& pn) Cntp() argument 4244 Eor(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Eor() argument 4268 Eors(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Eors() argument 5445 Mov(const PRegister& pd, const PRegister& pn) Mov() argument 5450 Mov(const PRegisterWithLaneSize& pd, const PRegisterM& pg, const PRegisterWithLaneSize& pn) Mov() argument 5457 Mov(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) Mov() argument 5510 Movs(const PRegister& pd, const PRegister& pn) Movs() argument 5515 Movs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) Movs() argument 5535 Nand(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Nand() argument 5543 Nands(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Nands() argument 5563 Nor(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Nor() argument 5571 Nors(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Nors() argument 5579 Not(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) Not() argument 5591 Nots(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn) Nots() argument 5598 Orn(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Orn() argument 5616 Orns(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Orns() argument 5624 Orr(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Orr() argument 5648 Orrs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Orrs() argument 5703 Ptest(const PRegister& pg, const PRegisterWithLaneSize& pn) Ptest() argument 5723 Punpkhi(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn) Punpkhi() argument 5729 Punpklo(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn) Punpklo() argument 5770 Rev(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn) Rev() argument 5818 Sel(const PRegisterWithLaneSize& pd, const PRegister& pg, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Sel() argument 6237 Trn1(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Trn1() argument 6249 Trn2(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Trn2() argument 6473 Uzp1(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Uzp1() argument 6485 Uzp2(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Uzp2() argument 6525 Wrffr(const PRegister& pn) Wrffr() argument 6535 Zip1(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Zip1() argument 6547 Zip2(const PRegisterWithLaneSize& pd, const PRegisterWithLaneSize& pn, const PRegisterWithLaneSize& pm) Zip2() argument [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-builtin-hwdb.c | 68 int vn, pn; in modalias_usb() local 79 pn = strtol(p, NULL, 16); in modalias_usb() 80 if (pn <= 0) in modalias_usb() 82 snprintf(s, size, "usb:v%04Xp%04X*", vn, pn); in modalias_usb()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 50 be,pn $::size_t_cc, .L${bits}_cbc_enc_abort 86 brnz,pn $blk_init, .L${bits}cbc_enc_blk ! $inp==$out) 118 brnz,pn $ooff, 2f 133 brnz,pn $ivoff, 3f 168 brnz,pn $ivoff, 3f 245 brnz,pn $ivoff, 3b 268 be,pn $::size_t_cc, .L${bits}_cbc_dec_abort 304 brnz,pn $blk_init, .L${bits}cbc_dec_blk ! $inp==$out) 340 brnz,pn $ooff, 2f 355 brnz,pn [all...] |
/third_party/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 50 be,pn $::size_t_cc, .L${bits}_cbc_enc_abort 86 brnz,pn $blk_init, .L${bits}cbc_enc_blk ! $inp==$out) 118 brnz,pn $ooff, 2f 133 brnz,pn $ivoff, 3f 168 brnz,pn $ivoff, 3f 245 brnz,pn $ivoff, 3b 268 be,pn $::size_t_cc, .L${bits}_cbc_dec_abort 304 brnz,pn $blk_init, .L${bits}cbc_dec_blk ! $inp==$out) 340 brnz,pn $ooff, 2f 355 brnz,pn [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 160 bnz,pn %icc, 2f 238 bnz,pn %icc, 2f 852 bnz,a,pn %icc, 1f 854 brz,a,pn %o0, 1f 856 brz,a,pn %o2, 1f 859 bnz,a,pn %icc, 1f 862 bl,a,pn %icc, 1f 875 bnz,a,pn %icc, 1f 877 brz,a,pn %o0, 1f 879 brz,a,pn [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 160 bnz,pn %icc, 2f 238 bnz,pn %icc, 2f 852 bnz,a,pn %icc, 1f 854 brz,a,pn %o0, 1f 856 brz,a,pn %o2, 1f 859 bnz,a,pn %icc, 1f 862 bl,a,pn %icc, 1f 875 bnz,a,pn %icc, 1f 877 brz,a,pn %o0, 1f 879 brz,a,pn [all...] |
/third_party/ltp/testcases/network/virt/ |
H A D | macsec_lib.sh | 40 ROD $cmd tx sa $sa pn 100 on key $keyid0 $key0 42 ROD $cmd rx address $h1 port 1 sa $sa pn 100 on key $keyid1 $key1 44 tst_rhost_run -s -c "$cmd tx sa $sa pn 100 on key $keyid1 $key1" 47 "$cmd rx address $h0 port 1 sa $sa pn 100 on key $keyid0 $key0"
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap2.c | 147 unsigned long ps, pn; in get_available_memory_mb() local 150 pn = sysconf(_SC_AVPHYS_PAGES); in get_available_memory_mb() 151 return (ps / 1024) * pn / 1024; in get_available_memory_mb()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ssa_builder.cpp | 310 node *pn = v->def; in rename_use() local 312 if (pn->src.size() == 6) { in rename_use() 313 if (pn->src[3] == n->pred) { in rename_use() 315 if (pn->src[4] == ps) in rename_use() 316 return pn->src[5]; in rename_use() 318 return pn->src[2]; in rename_use()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_mirror.c | 203 char name[300], update_worst, sent_something, *pn = name; in callback_lws_mirror() local 234 //lwsl_notice("%s: mirror name '%s'\n", __func__, pn); in callback_lws_mirror() 243 if (!strcmp(pn, mi1->name)) { in callback_lws_mirror() 273 lws_snprintf(mi->name, sizeof(mi->name) - 1, "%s", pn); in callback_lws_mirror() 278 lwsl_notice("Created new mi %p '%s'\n", mi, pn); in callback_lws_mirror()
|