Home
last modified time | relevance | path

Searched refs:taken (Results 1 – 25 of 79) sorted by relevance

1234

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c674 uint_t c, v, z, n, taken; in fasttrap_pid_probe() local
687 taken = 0; break; in fasttrap_pid_probe()
689 taken = z; break; in fasttrap_pid_probe()
691 taken = z | (n ^ v); break; in fasttrap_pid_probe()
693 taken = n ^ v; break; in fasttrap_pid_probe()
695 taken = c | z; break; in fasttrap_pid_probe()
697 taken = c; break; in fasttrap_pid_probe()
699 taken = n; break; in fasttrap_pid_probe()
701 taken = v; break; in fasttrap_pid_probe()
708 taken = 1; break; in fasttrap_pid_probe()
[all …]
H A Ddtrace_isa.c144 int delay = 0, branches = 0, taken = 0; in dtrace_getpcstack() local
245 taken == j) in dtrace_getpcstack()
248 taken = j; in dtrace_getpcstack()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c1106 uint_t taken; in fasttrap_pid_probe() local
1110 taken = (rp->r_ps & FASTTRAP_EFLAGS_OF) != 0; in fasttrap_pid_probe()
1113 taken = (rp->r_ps & FASTTRAP_EFLAGS_OF) == 0; in fasttrap_pid_probe()
1116 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) != 0; in fasttrap_pid_probe()
1119 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) == 0; in fasttrap_pid_probe()
1122 taken = (rp->r_ps & FASTTRAP_EFLAGS_ZF) != 0; in fasttrap_pid_probe()
1125 taken = (rp->r_ps & FASTTRAP_EFLAGS_ZF) == 0; in fasttrap_pid_probe()
1128 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) != 0 || in fasttrap_pid_probe()
1132 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) == 0 && in fasttrap_pid_probe()
1136 taken = (rp->r_ps & FASTTRAP_EFLAGS_SF) != 0; in fasttrap_pid_probe()
[all …]
/illumos-gate/usr/src/test/crypto-tests/tests/digest/data/
H A DREADME3 The SHA* vectors are taken directly from:
6 The MD5 vectors are taken from:
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg199 By default, symbols are taken from all available symbol tables.\n\
213 By default, symbols are taken from all available symbol tables.\n\
230 By default, symbols are taken from all available symbol tables.\n\
243 By default, symbols are taken from all available symbol tables.\n\
271 By default, symbols are taken from all available symbol tables.\n\
287 By default, symbols are taken from all available symbol tables.\n\
305 By default, symbols are taken from all available symbol tables.\n\
320 By default, symbols are taken from all available symbol tables.\n\
334 By default, symbols are taken from all available symbol tables.\n\
349 By default, symbols are taken from all available symbol tables.\n\
H A Dcap.msg224 the following steps are taken:\n\
244 the following steps are taken:\n\
264 the following steps are taken:\n\
284 the following steps are taken:\n\
H A Ddyn.msg317 instead. The following steps are taken to compute the new value:\n\
348 the following steps are taken:\n\
372 the following steps are taken:\n\
396 the following steps are taken:\n\
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S845 ! delay slot, harmless if branch taken
849 ! delay slot, squashed if branch not taken
869 ! delay slot, harmless if branch taken
884 ! delay slot, harmless if branch taken
888 ! delay slot, squashed if branch not taken
908 ! delay slot, harmless if branch taken
923 ! delay slot, harmless if branch taken
927 ! delay slot, squashed if branch not taken
947 ! delay slot, harmless if branch taken
H A D__vexp.S1116 ! delay slot, annulled if branch not taken
1126 ! delay slot, annulled if branch not taken
1174 ! delay slot, annulled if branch not taken
1184 ! delay slot, annulled if branch not taken
1232 ! delay slot, annulled if branch not taken
1242 ! delay slot, annulled if branch not taken
H A D__vsincosf.S747 ! delay slot, squashed if branch not taken
788 ! delay slot, squashed if branch not taken
829 ! delay slot, squashed if branch not taken
870 ! delay slot, squashed if branch not taken
H A D__vsin.S1308 ! delay slot, annulled if branch not taken
1315 ! delay slot, harmless if branch taken
1328 ! delay slot, annulled if branch not taken
1335 ! delay slot, harmless if branch taken
1348 ! delay slot, annulled if branch not taken
2898 ! delay slot, harmless if branch taken
2912 ! delay slot, harmless if branch taken
2926 ! delay slot, harmless if branch taken
2942 ! delay slot, annulled if branch not taken
2950 ! delay slot, harmless if branch taken
[all …]
H A D__vcos.S1379 ! delay slot, annulled if branch not taken
1386 ! delay slot, harmless if branch taken
1399 ! delay slot, annulled if branch not taken
1406 ! delay slot, harmless if branch taken
1419 ! delay slot, annulled if branch not taken
2974 ! delay slot, harmless if branch taken
2988 ! delay slot, harmless if branch taken
3002 ! delay slot, harmless if branch taken
3018 ! delay slot, annulled if branch not taken
3026 ! delay slot, harmless if branch taken
[all …]
H A D__vcos_ultra3.S3290 ! delay slot, harmless if branch taken
3294 ! delay slot, squashed if branch not taken
3310 ! delay slot, harmless if branch taken
3324 ! delay slot, harmless if branch taken
3328 ! delay slot, squashed if branch not taken
3344 ! delay slot, harmless if branch taken
3358 ! delay slot, harmless if branch taken
3362 ! delay slot, squashed if branch not taken
3378 ! delay slot, harmless if branch taken
3392 ! delay slot, harmless if branch taken
[all …]
H A D__vsin_ultra3.S3301 ! delay slot, harmless if branch taken
3305 ! delay slot, squashed if branch not taken
3320 ! delay slot, harmless if branch taken
3334 ! delay slot, harmless if branch taken
3338 ! delay slot, squashed if branch not taken
3353 ! delay slot, harmless if branch taken
3367 ! delay slot, harmless if branch taken
3371 ! delay slot, squashed if branch not taken
3386 ! delay slot, harmless if branch taken
3400 ! delay slot, harmless if branch taken
[all …]
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh169 The backups are named based on their type and the time what they were taken.
261 After confirmation, the following steps will be taken:
/illumos-gate/usr/src/contrib/bhyve/
H A DREADME5 With few exceptions (noted below) they are verbatim copies taken from the
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/lpddr3/
H A DNT6CL256T32CQ.spd9 # Clock values taken from different parts of the data sheet. Values are
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpathd.dfl26 # Time taken by mpathd to detect a NIC failure in ms. The minimum time
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/lpddr4/
H A DMT53D1024M32D4.spd8 # The following times were taken across Table 112: Refresh Requirement
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md37 implementation that the first section seen will be the one taken by the
/illumos-gate/usr/src/cmd/fm/dicts/
H A DZFS.po38 msgstr "No automated response will be taken."
70 msgstr "No automated response will be taken."
102 msgstr "No automated response will be taken."
118 msgstr "No automated response will be taken."
134 msgstr "No automated response will be taken."
150 msgstr "No automated response will be taken."
230 msgstr "No automated response will be taken."
278 msgstr "No automated response will be taken."
294 msgstr "No automated response will be taken."
310 msgstr "No automated response will be taken."
/illumos-gate/usr/src/cmd/tip/
H A Detc.remote33 pn phone numbers (@ =>'s search phones file; possibly taken from
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.S547 / have to be taken to successively refine a guess at the speed of the cpu
550 / taken to prevent the PIT counter from wrapping beyond its resolution and for
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME45 trivial task! To find out what two character font names are taken type,
56 what internal names (ie. numbers) are already taken type,
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md21 * if a variable has its address taken but in an unreachable BB then

1234