OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tm2
(Results
1 - 3
of
3
) sorted by null
/external/eigen/test/
householder.cpp
118
TMatrixType
tm2
= m2.transpose();
local
119
HouseholderSequence<TMatrixType, HCoeffsVectorType, OnTheRight> rhseq(
tm2
, hc);
/external/openssl/crypto/
o_time.c
348
struct tm tm1,
tm2
;
local
352
OPENSSL_gmtime(&t2, &
tm2
);
355
if ((tm1.tm_year ==
tm2
.tm_year) &&
356
(tm1.tm_mon ==
tm2
.tm_mon) &&
357
(tm1.tm_mday ==
tm2
.tm_mday) &&
358
(tm1.tm_hour ==
tm2
.tm_hour) &&
359
(tm1.tm_min ==
tm2
.tm_min) &&
360
(tm1.tm_sec ==
tm2
.tm_sec))
364
tm2
.tm_mday,
tm2
.tm_mon + 1, tm2.tm_year + 1900
[
all
...]
/external/chromium_org/third_party/skia/third_party/lua/src/
lvm.c
189
const TValue *
tm2
;
local
192
tm2
= fasttm(L, mt2, event);
193
if (
tm2
== NULL) return NULL; /* no metamethod */
194
if (luaV_rawequalobj(tm1,
tm2
)) /* same metamethods? */
Completed in 297 milliseconds