OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCHUNKS
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c
48
#define
NCHUNKS
64
73
uint32_t *blkstate; /* block states, nflow*
NCHUNKS
array */
74
uint32_t *blkoff; /* block offset, nflow*
NCHUNKS
array */
76
uint8_t *chunks[
NCHUNKS
]; /* chunks (nflow contiguous blocks in virtual memory) */
77
uint32_t chblk[
NCHUNKS
]; /* number of active blocks in a chunk */
299
TprintfT (DBG_LT2, "create_handle calling allocCSize blkstate fname=`%s' nflow=%d
NCHUNKS
=%d size=%ld (0x%lx)\n",
300
fname, hndl->nflow,
NCHUNKS
,
301
(long) (hndl->nflow *
NCHUNKS
* sizeof (uint32_t)),
302
(long) (hndl->nflow *
NCHUNKS
* sizeof (uint32_t)));
303
uint32_t *blkstate = (uint32_t*) __collector_allocCSize (__collector_heap, hndl->nflow *
NCHUNKS
* sizeof (uint32_t), 1)
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c
48
#define
NCHUNKS
64
73
uint32_t *blkstate; /* block states, nflow*
NCHUNKS
array */
74
uint32_t *blkoff; /* block offset, nflow*
NCHUNKS
array */
76
uint8_t *chunks[
NCHUNKS
]; /* chunks (nflow contiguous blocks in virtual memory) */
77
uint32_t chblk[
NCHUNKS
]; /* number of active blocks in a chunk */
299
TprintfT (DBG_LT2, "create_handle calling allocCSize blkstate fname=`%s' nflow=%d
NCHUNKS
=%d size=%ld (0x%lx)\n",
300
fname, hndl->nflow,
NCHUNKS
,
301
(long) (hndl->nflow *
NCHUNKS
* sizeof (uint32_t)),
302
(long) (hndl->nflow *
NCHUNKS
* sizeof (uint32_t)));
303
uint32_t *blkstate = (uint32_t*) __collector_allocCSize (__collector_heap, hndl->nflow *
NCHUNKS
* sizeof (uint32_t), 1)
[
all
...]
/src/external/bsd/libpcap/dist/
gencode.c
231
#define
NCHUNKS
16
418
struct chunk chunks[
NCHUNKS
];
592
for (i = 0; i <
NCHUNKS
; i++) {
618
if (k >=
NCHUNKS
) {
657
for (i = 0; i <
NCHUNKS
; ++i)
Completed in 39 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026