OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lmax
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h
224
const value_type*
lmax
= NULL; // impossible to avoid the warning?
229
if (!
lmax
)
231
lmax
= &(S(i)[a[i] - 1]);
237
if (!comp(S(i)[a[i] - 1], *
lmax
))
239
lmax
= &(S(i)[a[i] - 1]);
250
if (
lmax
&& middle < ns[i] &&
252
std::make_pair(*
lmax
, lmax_seq)))
464
const T*
lmax
= NULL;
469
if (!
lmax
)
470
lmax
= &(S(i)[a[i] - 1])
[
all
...]
/external/bison/src/
output.c
67
long int
lmax
; \
92
lmax
= max; \
99
MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack),
lmax
); \
/external/iptables/iptables/
xtoptions.c
175
uintmax_t lmin = 0,
lmax
= xtopt_max_by_type(entry->type);
local
181
lmax
= cb->entry->max;
183
if (!xtables_strtoul(cb->arg, NULL, &value, lmin,
lmax
))
187
cb->ext_name, entry->name, lmin,
lmax
);
287
const uintmax_t
lmax
= xtopt_max_by_type(entry->type);
local
310
value = (cb->nvals == 1) ?
lmax
: 0;
312
if (!xtables_strtoul(arg, &end, &value, 0,
lmax
))
316
cb->ext_name, entry->name, arg,
lmax
);
/external/iproute2/include/linux/
pkt_sched.h
654
__u32
lmax
;
member in struct:tc_qfq_stats
/external/bison/tests/
testsuite
[
all
...]
Completed in 113 milliseconds