Searched refs:sz2 (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dadvsimd-armv8_3.s16 .macro three_element op, sz1, sz2, idx
20 .irp n, 3.\sz2, 4.\sz2, 6.\sz2, 15.\sz2, 30.\sz2
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c225 const d_uns64 sz2 = t2->size(Loc()); local
226 assert(sz1 != SIZE_INVALID && sz2 != SIZE_INVALID);
248 if (sz1 < sz2)
254 assert(sz2 < UINT64_MAX - UINT32_MAX);
255 if (offset2 && sz1 < offset2 + sz2)
257 switch (offset2 + sz2)
/netbsd-current/libexec/ftpd/
H A Dcmds.c855 int sz1, sz2; local
887 sz2 = readlink(tp, tq, MAXPATHLEN);
891 if (sz2 <= 0)
904 tq[sz2] = 0;
905 sz2 = strlen(tq);
906 if (tq[sz2 - 1] == '/')
907 tq[--sz2] = 0;
914 if (strlen(cp) + sz2 > MAXPATHLEN)
916 memmove(tp + sz2, cp, strlen(cp) + 1);
917 memcpy(tp, tq, sz2);
[all...]
/netbsd-current/external/cddl/osnet/dist/common/unicode/
H A Du8_textprep.c571 int sz2; local
623 sz2 = u8_number_of_bytes[*s2];
624 if (sz2 < 0) {
626 sz2 = 1;
629 if (sz2 == 1) {
636 } else if ((i2 + sz2) > n2) {
642 (void) do_case_conv(uv, u8s2, s2, sz2, is_it_toupper);
643 s2 += sz2;
647 if (sz1 == 1 && sz2 == 1) {
663 i2 += sz2;
1731 size_t sz2; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dosx.d184 immutable sz2 = sz0 + imgs[1].length;
185 auto p = .malloc(sz2);
188 *pary = p[0 .. sz2];
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_table.c234 int sz2 = b.pfrb_msize; local
237 &sz2, &nadd, &ndel, &nchange, flags));
238 if (sz2 <= b.pfrb_msize) {
239 b.pfrb_size = sz2;
242 pfr_buf_grow(&b, sz2);
/netbsd-current/external/bsd/mdocml/dist/
H A Dmansearch.c406 size_t sz1, sz2; local
416 sz2 = strcspn(mp2->names, "(");
417 if (sz1 < sz2)
418 sz1 = sz2;
424 cp2 = strchr(mp2->names + sz2, '/');
H A Deqn.c38 #define STRNEQ(p1, sz1, p2, sz2) \
39 ((sz1) == (sz2) && 0 == strncmp((p1), (p2), (sz1)))
/netbsd-current/sys/arch/riscv/riscv/
H A Ddb_disasm.c1028 larger_f_i(unsigned sz1, unsigned sz2) argument
1034 switch (sz2) {
1043 switch (sz2) {
1062 larger_f_f(unsigned sz1, unsigned sz2) argument
1068 switch (sz2) {
1076 switch (sz2) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dfcache.c1183 krb5_ssize_t sz1, sz2; local
1199 sz2 = write(fd2, buf, sz1);
1200 if (sz1 != sz2) {
/netbsd-current/sys/arch/hppa/dev/
H A Dpdc.c699 size_t sz2)
716 memcpy(buf2, &pdcret2, sz2);
697 pdcproc_iodc_read(hppa_hpa_t hpa, int command, int *actcnt, struct pdc_iodc_read *buf1, size_t sz1, struct iodc_data *buf2, size_t sz2) argument
/netbsd-current/sbin/sysctl/
H A Dsysctl.c2095 size_t sz1, sz2; local
2110 sz2 = sz1;
2111 rc = prog_sysctl(name, namelen, p, &sz2, NULL, 0);
2112 if (rc == -1 || sz1 != sz2) {
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c782 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
783 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1249 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c719 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
720 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1181 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c716 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
717 if (debug) print_double_string (w, s1, sz1, s2, sz2)
1173 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c774 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
775 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1232 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c778 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
779 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1236 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c774 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
775 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1232 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c774 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
775 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1232 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c778 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
779 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1236 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c778 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
779 if (debug) PREFIX(print_double_string) (w, s1, sz1, s2, sz2)
1236 # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc11661 tree sz2 = TYPE_SIZE_UNIT (TREE_TYPE (field2));
11663 || tree_int_cst_le (size_binop (PLUS_EXPR, pos, sz2), off2))
11656 tree sz2 = TYPE_SIZE_UNIT (TREE_TYPE (field2)); local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c71786 int sz2 = 0; local
205413 u32 sz2 = sz; local
[all...]

Completed in 1159 milliseconds