Home
last modified time | relevance | path

Searched refs:sz1 (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/usr.sbin/config/
Dutil.c75 ereallocarray(void *p, size_t sz1, size_t sz2) in ereallocarray() argument
78 if ((p = reallocarray(p, sz1, sz2)) == NULL) in ereallocarray()
87 ecalloc(size_t sz1, size_t sz2) in ecalloc() argument
91 if ((p = calloc(sz1, sz2)) == NULL) in ecalloc()
/openbsd/src/usr.bin/find/
Dmisc.c132 ereallocarray(void *oldp, size_t sz1, size_t sz2) in ereallocarray() argument
136 if ((p = reallocarray(oldp, sz1, sz2)) != NULL) in ereallocarray()
/openbsd/src/usr.bin/make/
Dmemory.c141 enocmem(size_t sz1, size_t sz2) in enocmem() argument
143 fprintf(stderr, "make: %s (%zu * %zu)\n", strerror(errno), sz1, sz2); in enocmem()
/openbsd/src/sys/arch/m88k/m88k/
Dm8820x_machdep.c1046 psize_t sz1, sz2; in m8820x_dma_cachectl() local
1050 sz1 = sz2 = 0; in m8820x_dma_cachectl()
1062 sz1 = _pa - pa1; in m8820x_dma_cachectl()
1081 if (sz1 != 0) in m8820x_dma_cachectl()
1082 bcopy((void *)pa1, lines, sz1); in m8820x_dma_cachectl()
1126 if (sz1 != 0) in m8820x_dma_cachectl()
1127 bcopy(lines, (void *)pa1, sz1); in m8820x_dma_cachectl()
1130 if (sz1 != 0) { in m8820x_dma_cachectl()
/openbsd/src/sys/arch/octeon/dev/
Dcn30xxpkovar.h91 cn30xxpko_cmd_word0(int sz1, int sz0, int s1, int reg1, int s0, int reg0, in cn30xxpko_cmd_word0() argument
97 SET(cmd, (((uint64_t)sz1 << 62) & PKO_CMD_WORD0_SZ1) in cn30xxpko_cmd_word0()
/openbsd/src/usr.bin/mandoc/
Dmansearch.c406 size_t sz1, sz2; in manpage_compare() local
416 sz1 = strcspn(mp1->names, "("); in manpage_compare()
418 if (sz1 < sz2) in manpage_compare()
419 sz1 = sz2; in manpage_compare()
420 if ((diff = strncasecmp(mp1->names, mp2->names, sz1))) in manpage_compare()
424 cp1 = strchr(mp1->names + sz1, '/'); in manpage_compare()
Deqn.c37 #define STRNEQ(p1, sz1, p2, sz2) \ argument
38 ((sz1) == (sz2) && 0 == strncmp((p1), (p2), (sz1)))
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dstringbuf_members.cc191 std::string::size_type sz1 = strb_03.str().length(); in test04() local
194 VERIFY( sz1 == sz2 ); //cuz inserting at out_cur, which is at beg to start in test04()
205 sz1 = str_tmp.length(); in test04()
208 VERIFY( sz1 == sz2 ); //shouldn't have changed length in test04()
216 VERIFY( sz1 != sz2 ); // need to change length in test04()
/openbsd/src/regress/lib/libc/sprintf/
Dsprintf_test.c60 size_t sz1, sz2, sz3, sz4; in main() local
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c560 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \ argument
561 if (debug) print_double_string (w, s1, sz1, s2, sz2)
906 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) argument
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.c696 #define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \ argument
697 if (debug) print_double_string (w, s1, sz1, s2, sz2)
1030 #define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) argument
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c767 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \ argument
768 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1225 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) argument
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td7463 multiclass SIMDFPAcrossLanes<bits<5> opcode, bit sz1, string asm,
7466 def v4i16v : BaseSIMDAcrossLanes<0, 0, {sz1, 0}, opcode, FPR16, V64,
7469 def v8i16v : BaseSIMDAcrossLanes<1, 0, {sz1, 0}, opcode, FPR16, V128,
7473 def v4i32v : BaseSIMDAcrossLanes<1, 1, {sz1, 0}, opcode, FPR32, V128,