Searched refs:cntp (Results 1 - 8 of 8) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | util.h | 132 char ** argv_split(const char *string, const char *separators, int *cntp);
|
H A D | util.c | 427 char ** argv_split(const char *string, const char *separators, int *cntp) in argv_split() argument 453 if (cntp) in argv_split() 454 *cntp = cnt; in argv_split()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 3049 pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::size_t) -> *mut kinfo_vmentry; in kinfo_getvmmap()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 5743 COMPARE(cntp(x9, p1, p0.VnB()), "cntp x9, p1, p0.b"); in TEST() 5744 COMPARE(cntp(x10, p12, p1.VnH()), "cntp x10, p12, p1.h"); in TEST() 5745 COMPARE(cntp(x11, p13, p14.VnS()), "cntp x11, p13, p14.s"); in TEST() 5746 COMPARE(cntp(x12, p4, p15.VnD()), "cntp x12, p4, p15.d"); in TEST() 5748 COMPARE_MACRO(Cntp(x0, p1, p2.VnB()), "cntp x0, p1, p2.b"); in TEST() 5749 COMPARE_MACRO(Cntp(w10, p11, p12.VnH()), "cntp x1 in TEST() [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4470 pub fn kinfo_getvmmap(pid: ::pid_t, cntp: *mut ::c_int) -> *mut kinfo_vmentry; in kinfo_getvmmap()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 3993 void cntp(const Register& xd,
|
H A D | assembler-sve-aarch64.cc | 6085 void Assembler::cntp(const Register& xd, in cntp() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 4139 // The `cntp` instruction architecturally takes an X register, but the in Cntp() 4142 cntp(rd.X(), pg, pn); in Cntp()
|
Completed in 64 milliseconds