OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbits
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/raidctl/
raidctl.c
1063
const char *
tbits
= "|/-\\";
variable
1142
percent_done,bar_buffer,eta_buffer,
tbits
[tbit_value]);
/src/external/bsd/pcc/dist/pcc/mip/
regs.c
2901
int i, j,
tbits
;
local
2950
tbits
= tempmax - tempmin; /* # of temporaries */
2951
xbits =
tbits
+ MAXREGS; /* total size of live array */
2952
if (
tbits
) {
2953
nblock = tmpalloc(
tbits
* sizeof(REGW));
2958
nblock,
tbits
, (size_t)(
tbits
* sizeof(REGW))));
2977
if (
tbits
) {
2978
memset(nblock+tempmin, 0,
tbits
* sizeof(REGW));
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
1624
unsigned int
tbits
= GET_MODE_BITSIZE (tmode);
local
1628
if (
tbits
> BITS_PER_WORD)
1632
if (
tbits
>= min_ni_prec && targetm.scalar_mode_supported_p (tmode))
1634
iv_type = build_nonstandard_integer_type (
tbits
, true);
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
1230
unsigned int
tbits
= GET_MODE_BITSIZE (tmode);
local
1234
if (
tbits
> BITS_PER_WORD)
1238
if (
tbits
>= min_ni_prec && targetm.scalar_mode_supported_p (tmode))
1240
iv_type = build_nonstandard_integer_type (
tbits
, true);
Completed in 43 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026