Home
last modified time | relevance | path

Searched refs:vsz (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/tests/bin/ps/
Dt_ps.sh96 l_keywords='uid pid ppid cpu pri nice vsz rss wchan state tt time command'
97 s_keywords='uid pid ppid cpu lid nlwp pri nice vsz rss wchan lstate tt ltime command'
98 u_keywords='user pid %cpu %mem vsz rss tt state start time command'
99 v_keywords='pid state time sl re pagein vsz rss lim tsiz %cpu %mem command'
Dkeywords120 vsize vsz ALIAS
121 vsz VSZ
/netbsd/src/usr.bin/systat/
Dps.c96 int i, k, y, vsz, rss; in showps() local
121 vsz = vsz2int(pt[k].pt_kp); in showps()
134 user, pid, pctcpu, pctmem, vsz, rss, tty, state, start, in showps()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.c135 enum { vsz_none, vsz_set, vsz_reset } vsz; /* vector size control */ member
3035 switch (cpu_arch[j].vsz) in set_cpu_arch()
3080 if (cpu_arch[j].vsz == vsz_set) in set_cpu_arch()
16178 char *vsz; in md_parse_option() local
16185 vsz = strchr (arch, '/'); in md_parse_option()
16186 if (vsz) in md_parse_option()
16187 *vsz++ = '\0'; in md_parse_option()
16190 if (vsz && cpu_arch[j].vsz != vsz_set) in md_parse_option()
16218 switch (cpu_arch[j].vsz) in md_parse_option()
16224 if (vsz) in md_parse_option()
[all …]
/netbsd/src/external/bsd/mdocml/dist/
Droff.c3506 size_t ksz, vsz; in roff_char() local
3529 vsz = strlen(p); in roff_char()
3565 roff_setstrn(&r->xmbtab, kp, ksz, vp, vsz, 0); in roff_char()
/netbsd/src/external/gpl3/binutils/dist/
Dsha256.sum7166 24769fa6d2533d2d738c09640408bc87f3af283d2111dbc339cc042f2db53ae7 gas/testsuite/gas/i386/avx10-vsz.l
7167 53daf954682f05ba8918b9bdb5e39b292218a4352636c7d293be30fbdf17416f gas/testsuite/gas/i386/avx10-vsz.s
DChangeLog.git7042 (VEX_check_encoding): Remove opcode_modifier check for vsz.
7043 * testsuite/gas/i386/avx10-vsz.l: Remove testcases for mask
7045 * testsuite/gas/i386/avx10-vsz.s: Ditto.