OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lmin
(Results
1 - 4
of
4
) sorted by null
/external/webkit/JavaScriptCore/wtf/unicode/
CollatorDefault.cpp
56
int
lmin
= lhsLength < rhsLength ? lhsLength : rhsLength;
58
while (l <
lmin
&& *lhs == *rhs) {
64
if (l <
lmin
)
/external/webkit/JavaScriptCore/runtime/
UString.cpp
666
const int
lmin
= l1 < l2 ? l1 : l2;
670
while (l <
lmin
&& *c1 == *c2) {
675
if (l <
lmin
)
685
const int
lmin
= l1 < l2 ? l1 : l2;
689
while (l <
lmin
&& *c1 == *c2) {
694
if (l <
lmin
)
704
const int
lmin
= l1 < l2 ? l1 : l2;
708
while (l <
lmin
&& *c1 == *c2) {
714
if (l <
lmin
)
/device/samsung/crespo/alsa-lib/src/control/
tlv.c
233
double
lmin
= pow(10.0, mindb/2000.0);
local
235
val = (lmax -
lmin
) * val +
lmin
;
/external/bison/src/
output.c
66
long int
lmin
; \
91
lmin
= min; \
96
MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack),
lmin
); \
Completed in 2695 milliseconds