OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pbsize
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/gen/
disklabel.c
99
char p, max, psize[3],
pbsize
[3],
local
161
strcpy(
pbsize
, "bx"); /* XXX: strcpy is safe */
170
psize[1] =
pbsize
[1] = pfsize[1] = poffset[1] = ptype[1] = p;
180
if (cgetnum(buf,
pbsize
, &bsize) == -1)
/src/sbin/mount_portal/
puffs_portal.c
237
size_t
pbsize
, pboff, winlen;
local
242
pbsize
= puffs_framebuf_tellsize(pufbuf);
246
assert(
pbsize
> pboff);
247
winlen =
pbsize
- pboff;
268
} while (pboff !=
pbsize
);
/src/sbin/newfs_ext2fs/
mke2fs.c
557
static const uint
pbsize
[] = { 1024, 2048, 4096, 0 };
local
576
for (i = 0;
pbsize
[i] != 0; i++) {
577
pblock = (
pbsize
[i] > BBSIZE) ? 0 : 1; /* 1st dblk */
578
pblock +=
pbsize
[i] * NBBY; /* next bg */
580
zap_old_sblock(pblock *
pbsize
[i]);
/src/sys/dev/pci/ixgbe/
ixgbe_common.c
4821
u32
pbsize
= hw->mac.rx_pb_size;
local
4826
pbsize
-= headroom;
4839
rxpktsize = (
pbsize
* 5) / (num_pb * 4);
4840
pbsize
-= rxpktsize * (num_pb / 2);
4846
rxpktsize = (
pbsize
/ (num_pb - i)) << IXGBE_RXPBSIZE_SHIFT;
/src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc
1940
unsigned int
pbsize
;
local
1941
if (constant_multiple_p (vbsize, nelts, &
pbsize
))
1946
poly_uint64 inelts =
pbsize
/ GET_MODE_BITSIZE (elmode);
1958
if (int_mode_for_size (
pbsize
, 0).exists (&elmode)
1963
*ptype = build_nonstandard_integer_type (
pbsize
, 1);
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc
2131
unsigned int
pbsize
;
local
2132
if (constant_multiple_p (vbsize, nelts, &
pbsize
))
2137
poly_uint64 inelts =
pbsize
/ GET_MODE_BITSIZE (elmode);
2149
if (int_mode_for_size (
pbsize
, 0).exists (&elmode)
2154
*ptype = build_nonstandard_integer_type (
pbsize
, 1);
Completed in 31 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026