Searched refs:l_value (Results 1 - 3 of 3) sorted by relevance
/external/icu4c/tools/tzcode/ |
H A D | zic.c | 311 const int l_value; member in struct:lookup 989 else switch ((int) (lp->l_value)) { 1011 _("%s: panic: Invalid l_value %d\n"), 1012 progname, lp->l_value); 1299 month = lp->l_value; 1354 leapadd(tadd(t, tod), positive, lp->l_value, count); 1405 rp->r_month = lp->l_value; 1439 if (!rp->r_lowasnum) switch ((int) lp->l_value) { 1448 _("%s: panic: Invalid l_value %d\n"), 1449 progname, lp->l_value); [all...] |
/external/chromium/testing/gmock/include/gmock/ |
H A D | gmock-actions.h | 833 explicit ReferenceWrapper(T& l_value) : pointer_(&l_value) {} // NOLINT argument 1070 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT argument 1071 return internal::ReferenceWrapper<T>(l_value);
|
/external/valgrind/main/coregrind/m_debuginfo/ |
H A D | readxcoff.c | 1640 i, (ULong)sym[i].l_value, (Int)sym[i].l_scnum,
|
Completed in 144 milliseconds