Searched refs:sz1 (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dadvsimd-armv8_3.s16 .macro three_element op, sz1, sz2, idx
18 .irp d, 1.\sz1, 2.\sz1, 5.\sz1, 13.\sz1, 27.\sz1
19 .irp m, 2.\sz1, 3.\sz1, 5.\sz1, 14.\sz1, 3
[all...]
/netbsd-current/external/bsd/jemalloc/dist/msvc/test_threads/
H A Dtest_threads.cpp34 size_t sz1 = sizeof(allocated1); local
35 je_mallctl("stats.active", (void *)&allocated1, &sz1, NULL, 0);
80 je_mallctl("stats.active", (void *)&allocated2, &sz1, NULL, 0);
/netbsd-current/sys/arch/mips/cavium/dev/
H A Docteon_pkovar.h91 octpko_cmd_word0(int sz1, int sz0, int s1, int reg1, int s0, int reg0, argument
96 __SHIFTIN(sz1, PKO_CMD_WORD0_SZ1) |
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSourceFile.cc133 for (long i = 0, sz1 = v ? v->size () : 0; i < sz1; i++)
221 for (long i1 = 0, sz1 = VecSize (lo->seg_modules); i1 < sz1; i1++)
H A DExpGroup.cc111 for (int i1 = 0, sz1 = VecSize(exp->loadObjs); i1 < sz1; i1++)
H A DDbeFile.cc419 for (int i1 = 0, sz1 = dbeSession->expGroups->size (); i1 < sz1; i1++)
449 for (int i1 = 0, sz1 = dbeSession->expGroups->size (); i1 < sz1; i1++)
H A Dgp-archive.cc375 for (long i1 = 0, sz1 = VecSize(elf->ancillary_files); i1 < sz1; i1++)
382 for (long i1 = 0, sz1 = VecSize(modules); i1 < sz1; i1++)
H A DFunction.cc879 for (long i1 = 0, sz1 = VecSize (mod->functions); i1 < sz1; i1++)
907 for (long i1 = 0, sz1 = VecSize (lo->functions); i1 < sz1; i1++)
H A DHist_data.cc1027 for (long i1 = 0, sz1 = VecSize(hist_items); i1 < sz1; i1++)
1171 for (long i1 = 0, sz1 = v ? v->size () : 0; i1 < sz1; i1++)
H A DStabs.cc1522 for (int i1 = 0, sz1 = mods ? mods->size () : 0; i1 < sz1; i1++)
1538 for (int i1 = 0, sz1 = funcs ? funcs->size () : 0; i1 < sz1; i1++)
H A DDbeView.cc639 for (int i1 = 0, sz1 = dbeSession->expGroups->size (); i1 < sz1; i1++)
947 for (long i1 = 0, sz1 = dbeSession->expGroups->size (); i1 < sz1; i1++)
1624 for (long i1 = 0, sz1 = dependencies ? dependencies->size () : 0; i1 < sz1; i1++)
H A DPathTree.cc1140 for (long i1 = 0, sz1 = hist_data->hist_items->size (); i1 < sz1; i1++)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c224 const d_uns64 sz1 = t1->size(Loc()); local
226 assert(sz1 != SIZE_INVALID && sz2 != SIZE_INVALID);
248 if (sz1 < sz2)
255 if (offset2 && sz1 < offset2 + sz2)
/netbsd-current/external/cddl/osnet/dist/common/unicode/
H A Du8_textprep.c570 int sz1; local
586 sz1 = u8_number_of_bytes[*s1];
587 if (sz1 < 0) {
589 sz1 = 1;
605 if (sz1 == 1) {
612 } else if ((i1 + sz1) > n1) {
618 (void) do_case_conv(uv, u8s1, s1, sz1, is_it_toupper);
619 s1 += sz1;
647 if (sz1 == 1 && sz2 == 1) {
662 i1 += sz1;
1730 size_t sz1; local
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Dmansearch.c406 size_t sz1, sz2; local
415 sz1 = strcspn(mp1->names, "(");
417 if (sz1 < sz2)
418 sz1 = sz2;
419 if ((diff = strncasecmp(mp1->names, mp2->names, sz1)))
423 cp1 = strchr(mp1->names + sz1, '/');
H A Deqn.c38 #define STRNEQ(p1, sz1, p2, sz2) \
39 ((sz1) == (sz2) && 0 == strncmp((p1), (p2), (sz1)))
/netbsd-current/usr.sbin/inetd/
H A Dparse.c388 char *cp, *cp0, *arg, *buf0, *buf1, *sz0, *sz1; local
641 buf0 = buf1 = sz0 = sz1 = NULL;
666 if ((sz1 = strchr(buf1, '=')) == NULL)
670 *sz1++ = '\0';
684 GETVAL(sz1);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dfcache.c1183 krb5_ssize_t sz1, sz2; local
1198 while((sz1 = read(fd1, buf, sizeof(buf))) > 0) {
1199 sz2 = write(fd2, buf, sz1);
1200 if (sz1 != sz2) {
1208 if (sz1 < 0) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-scopedtables.c538 poly_int64 off1, sz1, max1; local
539 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1);
541 || maybe_ne (sz1, max1))
544 if (rev0 != rev1 || maybe_ne (sz0, sz1) || maybe_ne (off0, off1))
/netbsd-current/sys/arch/riscv/riscv/
H A Ddb_disasm.c1028 larger_f_i(unsigned sz1, unsigned sz2) argument
1030 switch (sz1) {
1062 larger_f_f(unsigned sz1, unsigned sz2) argument
1064 switch (sz1) {
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-scopedtables.cc538 poly_int64 off1, sz1, max1; local
539 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1);
541 || maybe_ne (sz1, max1))
544 if (rev0 != rev1 || maybe_ne (sz0, sz1) || maybe_ne (off0, off1))
/netbsd-current/libexec/ftpd/
H A Dcmds.c855 int sz1, sz2; local
883 sz1 = (unsigned long)cp - (unsigned long)tp;
884 if (sz1 > MAXPATHLEN)
/netbsd-current/sbin/sysctl/
H A Dsysctl.c2095 size_t sz1, sz2; local
2104 rc = prog_sysctl(name, namelen, NULL, &sz1, NULL, 0);
2105 if (rc == -1 || sz1 == 0)
2107 p = malloc(sz1);
2110 sz2 = sz1;
2112 if (rc == -1 || sz1 != sz2) {
2116 display_struct(pnode, gsname, p, sz1, DISPLAY_VALUE);
/netbsd-current/sys/arch/hppa/dev/
H A Dpdc.c698 struct pdc_iodc_read *buf1, size_t sz1, struct iodc_data *buf2,
715 memcpy(buf1, &pdcret1, sz1);
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/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)

Completed in 488 milliseconds

12