OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_max
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
peak.h
7
uint64_t
cur_max
;
member in struct:peak_s
19
return peak->
cur_max
;
25
if (candidate_max > (int64_t)peak->
cur_max
) {
26
peak->
cur_max
= candidate_max;
33
peak->
cur_max
= 0;
/src/external/bsd/jemalloc/include/jemalloc/internal/
peak.h
7
uint64_t
cur_max
;
member in struct:peak_s
19
return peak->
cur_max
;
25
if (candidate_max > (int64_t)peak->
cur_max
) {
26
peak->
cur_max
= candidate_max;
33
peak->
cur_max
= 0;
/src/games/monop/
prop.c
160
int i, num_in,
cur_max
;
local
168
cur_max
= 0;
170
while (num_in > 1 || (
cur_max
== 0 && num_in > 0)) {
181
} else if (cur_bid <=
cur_max
) {
183
"to stay in\n",
cur_max
);
190
} while (cur_bid != 0 && cur_bid <=
cur_max
);
191
cur_max
= (cur_bid ? cur_bid :
cur_max
);
194
if (
cur_max
!= 0) {
197
printf("It goes to %s (%d) for $%d\n",play[i].name,i+1,
cur_max
);
[
all
...]
monop.c
320
int i, rl,
cur_max
;
local
326
for (
cur_max
= i = 0; i < num_play; i++) {
328
if (rl >
cur_max
) {
330
cur_max
= rl;
333
else if (rl ==
cur_max
)
/src/external/bsd/tre/dist/lib/
tre-parse.h
41
/* the
CUR_MAX
in use */
42
int
cur_max
;
member in struct:__anon5890
tre-compile.c
1898
parse_ctx.
cur_max
= (cflags & REG_USEBYTES) ? 1 : TRE_MB_CUR_MAX;
1900
parse_ctx.
cur_max
= TRE_MB_CUR_MAX;
tre-parse.c
349
if (status == REG_OK && ctx->
cur_max
== 1)
/src/lib/libc/citrus/modules/
citrus_utf1632.c
66
unsigned int
cur_max
;
member in struct:__anon293
78
#define _ENCODING_MB_CUR_MAX(_ei_) ((_ei_)->
cur_max
)
409
ei->
cur_max
= 6; /* endian + surrogate */
411
ei->
cur_max
= 8; /* endian + normal */
Completed in 130 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026