Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 109) sorted by relevance

12345

/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dpayload_cpuid.c34 const struct test_case cases[] = { variable
124 #define NCASES (sizeof (cases) / sizeof (cases[0]))
142 cpuid(cases[i].func, cases[i].idx, regs); in do_test()
143 if (cases[i].fallback != 0) { in do_test()
148 if (regs[0] != cases[i].val_eax) { in do_test()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c435 case_list *cases; in def_union() local
446 tailp = &defp->def.un.cases; in def_union()
452 cases = calloc(1, sizeof (case_list)); in def_union()
453 cases->case_name = tok.str; in def_union()
460 cases->contflag = 1; in def_union()
462 *tailp = cases; in def_union()
463 tailp = &cases->next; in def_union()
464 cases = calloc(1, sizeof (case_list)); in def_union()
465 cases->case_name = tok.str; in def_union()
469 *tailp = cases; in def_union()
[all …]
H A Drpc_parse.h122 case_list *cases; member
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Ddatarw_constraints.c126 const struct class_test_case cases[] = { in test_vm_classes() local
142 for (uint_t i = 0; i < ARRAY_SIZE(cases); i++) { in test_vm_classes()
144 .vdx_class = cases[i].ctc_class, in test_vm_classes()
145 .vdx_version = cases[i].ctc_version, in test_vm_classes()
180 const struct class_test_case cases[] = { in test_vcpu_classes() local
199 for (uint_t i = 0; i < ARRAY_SIZE(cases); i++) { in test_vcpu_classes()
201 .vdx_class = cases[i].ctc_class, in test_vcpu_classes()
202 .vdx_version = cases[i].ctc_version, in test_vcpu_classes()
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk.descrip1 GNU awk test cases
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DREADME45 2. There are cases where gcc7+ appears to attribute things as being const
51 these cases.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.S190 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
209 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
228 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
243 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
H A Dstrncpy.S294 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
312 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
330 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
H A Dstrlcpy.S283 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
301 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
319 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dswaplns.in1 This directory contains some examples/test-cases for different
H A Dswaplns.ok2 This directory contains some examples/test-cases for different
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.S142 bnz .zerobyte ! word has zero byte, handle end cases
157 bnz .zerobyte ! word has zero byte, handle end cases
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbug16127.dat1 NOTE test cases for illumos bug 16127
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlround.S71 / most cases will not take branch.
H A Dround.S71 / most cases will not take branch.
H A Droundl.S71 / most cases will not take branch.
H A Dlroundl.S71 / most cases will not take branch.
H A Drndintl.S106 / most cases will not take branch.
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst4 Sparse has a number of test cases in its validation directory. The test-suite
6 embedding tags in C comments in the test cases.
H A DTODO.md8 cases too).
/illumos-gate/usr/src/lib/libc/
H A DREADME116 cases, like code in the I18N interfaces, where mutual exclusion
134 be NULL except for two special cases:
140 to 1 or 2 in the environment, such cases will draw a nasty message and
144 return value should be ignored in all other cases (fork_lock_enter()
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Drndintl.S103 / most cases will not take branch.
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S216 bneg,pn %icc,.SPECIAL0 !if (-) goto special cases below
307 bneg,pn %icc,.SPECIAL1 !if (-) goto special cases below
387 bneg,pn %icc,.SPECIAL2 !if (-) goto special cases below
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc69 # sure PS1 works in cases where PATH does not contain /usr/bin/
/illumos-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging65 Three special cases should be noted:

12345