OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_size
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl2/diffutils/dist/lib/
alloca.c
318
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
375
+ status.
current_size
/src/external/gpl2/gmake/dist/
alloca.c
315
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
372
+ status.
current_size
/src/external/gpl2/grep/dist/lib/
alloca.c
317
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
374
+ status.
current_size
/src/external/gpl2/texinfo/dist/lib/
alloca.c
305
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
362
+ status.
current_size
/src/external/gpl2/xcvs/dist/lib/
alloca.c
305
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
362
+ status.
current_size
/src/external/gpl3/binutils/dist/libiberty/
alloca.c
298
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
355
+ status.
current_size
/src/external/gpl3/binutils.old/dist/libiberty/
alloca.c
298
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
355
+ status.
current_size
/src/external/gpl3/gcc/dist/libiberty/
alloca.c
298
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
355
+ status.
current_size
/src/external/gpl3/gcc.old/dist/libiberty/
alloca.c
298
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
355
+ status.
current_size
/src/external/gpl3/gdb/dist/libiberty/
alloca.c
298
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
355
+ status.
current_size
/src/external/gpl3/gdb.old/dist/libiberty/
alloca.c
298
long
current_size
; /* Current stack segment size. This
member in struct:stk_stat
355
+ status.
current_size
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c
99
u32 total,
current_size
;
local
109
current_size
= _get_blocksize(base + index);
112
if (index +
current_size
> total)
118
index +=
current_size
;
1072
u32
current_size
;
local
1089
current_size
= *((const u32 *)(data + index + 1));
1091
current_size
= *((const u16 *)(data + index + 1));
1095
if (index +
current_size
> total) {
1101
*seq_size =
current_size
;
1105
index +=
current_size
;
[
all
...]
/src/external/bsd/unbound/dist/services/
listen_dnsport.h
511
/** lock on the
current_size
counter. */
516
size_t
current_size
;
member in struct:doq_table
listen_dnsport.c
3336
lock_protect(&table->size_lock, &table->
current_size
,
3337
sizeof(table->
current_size
));
5638
table->
current_size
+= add;
5646
if(table->
current_size
< subtract)
5647
table->
current_size
= 0;
5648
else table->
current_size
-= subtract;
5660
cur = table->
current_size
;
5674
sz = table->
current_size
;
/src/external/gpl2/groff/dist/src/roff/troff/
node.cpp
756
int
current_size
;
member in class:troff_output_file
1000
check_output_limits(hpos, vpos -
current_size
);
1190
if (
current_size
!= size) {
1194
current_size
= size;
1206
put(height == 0 ?
current_size
: height);
1427
if (
current_size
!= size) {
1431
current_size
= size;
1496
current_size
= 0;
1528
current_size
= 0;
/src/external/bsd/nvi/dist/motif_l/
xtabbed.c
2579
static long int
current_size
=0;
2620
current_size
, item->size, CACHE_SIZE_LIMIT*1024);
2630
while(i1 &&
current_size
+item->size>CACHE_SIZE_LIMIT*1024) {
2644
current_size
-=i1->size;
2669
current_size
+=item->size;
2572
static long int
current_size
=0;
local
Completed in 41 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026