Searched defs:tm (Results 151 - 175 of 263) sorted by relevance

1234567891011

/external/iptables/extensions/
H A Dlibxt_time.c96 struct tm tm; local
140 tm.tm_year = year - 1900;
141 tm.tm_mon = month - 1;
142 tm.tm_mday = day;
143 tm.tm_hour = hour;
144 tm.tm_min = minute;
145 tm.tm_sec = second;
146 tm.tm_isdst = 0;
153 ret = mktime(&tm);
[all...]
/external/libexif/libexif/
H A Dexif-entry.c1628 struct tm tms;
1630 struct tm *tm; local
1634 tm = localtime_r (&t, &tms);
1636 tm = localtime (&t);
1645 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
1646 tm->tm_hour, tm
[all...]
/external/libnl/lib/route/
H A Dtc.c61 struct tcmsg *tm; local
64 err = nlmsg_parse(n, sizeof(*tm), tb, TCA_MAX, tc_policy);
73 tm = nlmsg_data(n);
74 g->tc_family = tm->tcm_family;
75 g->tc_ifindex = tm->tcm_ifindex;
76 g->tc_handle = tm->tcm_handle;
77 g->tc_parent = tm->tcm_parent;
78 g->tc_info = tm->tcm_info;
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp59 MCJIT::MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM, argument
61 : ExecutionEngine(m), TM(tm), Ctx(nullptr), MemMgr(this, MM), Dyld(&MemMgr),
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp34 Mips16InstrInfo::Mips16InstrInfo(MipsTargetMachine &tm) argument
35 : MipsInstrInfo(tm, Mips::Bimm16),
36 RI(*tm.getSubtargetImpl()) {}
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp66 SystemZElimCompare(const SystemZTargetMachine &tm) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp27 R600InstrInfo::R600InstrInfo(AMDGPUTargetMachine &tm) argument
28 : AMDGPUInstrInfo(tm),
29 RI(tm, *this),
30 TM(tm)
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c256 int scaleimage_nonblock(int fd, unsigned long long *tm, unsigned long long *sm) argument
265 packet[0].ptr = tm;
/external/skia/bench/
H A DGradientBench.cpp50 SkShader::TileMode tm, float scale) {
51 return SkGradientShader::CreateLinear(pts, data.fColors, data.fPos, data.fCount, tm);
55 SkShader::TileMode tm, float scale) {
61 data.fPos, data.fCount, tm);
66 SkShader::TileMode tm, float scale) {
76 SkShader::TileMode tm, float scale) {
85 data.fColors, data.fPos, data.fCount, tm);
90 SkShader::TileMode tm, float scale) {
98 data.fColors, data.fPos, data.fCount, tm);
103 SkShader::TileMode tm, floa
49 MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
54 MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
65 MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
75 Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
89 MakeConical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
102 MakeConicalZeroRad(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
115 MakeConicalOutside(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
129 MakeConicalOutsideZeroRad(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
175 tilemodename(SkShader::TileMode tm) argument
213 makeShader(GradType gradType, GradData data, SkShader::TileMode tm, float scale) argument
[all...]
/external/skia/gm/
H A Dgradients.cpp43 SkShader::TileMode tm, const SkMatrix& localMatrix) {
45 data.fCount, tm, 0, &localMatrix);
49 SkShader::TileMode tm, const SkMatrix& localMatrix) {
54 data.fPos, data.fCount, tm, 0, &localMatrix);
67 SkShader::TileMode tm, const SkMatrix& localMatrix) {
76 data.fColors, data.fPos, data.fCount, tm,
81 SkShader::TileMode tm, const SkMatrix& localMatrix) {
90 data.fCount, tm, 0, &localMatrix);
94 SkShader::TileMode tm, const SkMatrix& localMatrix);
124 SkShader::TileMode tm local
42 MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
48 MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
66 Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
80 Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
181 SkShader::TileMode tm = SkShader::kClamp_TileMode; local
[all...]
H A Dgradients_2pt_conical.cpp41 SkShader::TileMode tm, const SkMatrix& localMatrix) {
50 data.fCount, tm, 0, &localMatrix);
54 SkShader::TileMode tm, const SkMatrix& localMatrix) {
63 data.fCount, tm, 0, &localMatrix);
67 SkShader::TileMode tm, const SkMatrix& localMatrix) {
75 data.fColors, data.fPos, data.fCount, tm,
80 SkShader::TileMode tm, const SkMatrix& localMatrix) {
88 data.fColors, data.fPos, data.fCount, tm,
93 SkShader::TileMode tm, const SkMatrix& localMatrix) {
101 data.fColors, data.fPos, data.fCount, tm,
40 Make2ConicalOutside(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
53 Make2ConicalOutsideFlip(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
66 Make2ConicalInside(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
79 Make2ConicalInsideFlip(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
92 Make2ConicalInsideCenter(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
105 Make2ConicalZeroRad(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
118 Make2ConicalZeroRadFlip(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
131 Make2ConicalZeroRadCenter(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
144 Make2ConicalZeroRadOutside(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
157 Make2ConicalZeroRadFlipOutside(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
170 Make2ConicalEdgeX(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
184 Make2ConicalEdgeY(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
198 Make2ConicalZeroRadEdgeX(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
212 Make2ConicalZeroRadEdgeY(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
226 Make2ConicalTouchX(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
240 Make2ConicalTouchY(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
254 Make2ConicalInsideSmallRad(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
334 SkShader::TileMode tm = SkShader::kClamp_TileMode; local
[all...]
/external/skia/src/core/
H A DSkBitmapProcShader.cpp404 SkShader::TileMode tm[] = { local
448 GrTextureParams params(tm, textureFilterMode);
461 *grEffect = GrBicubicEffect::Create(texture, matrix, tm);
H A DSkBitmapProcState_matrixProcs.cpp239 static SkBitmapProcState::IntTileProc choose_int_tile_proc(unsigned tm) { argument
240 if (SkShader::kClamp_TileMode == tm)
242 if (SkShader::kRepeat_TileMode == tm)
244 SkASSERT(SkShader::kMirror_TileMode == tm);
/external/tcpdump/
H A Dutil.c163 struct tm *tm; local
213 tm = gmtime (&Time);
214 if (!tm)
218 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) argument
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) argument
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) argument
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc87 static void localtime_r(const time_t* secs, struct tm* time) {
97 * Cf. time_t mktime(struct tm *tp)
163 struct tm exp_tm = {0};
527 PRExplodedTime tm; local
528 PRExplodedTime *result = &tm;
1168 struct tm localTime;
1178 * To obtain time_t from a tm structure representing the local
/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.cc284 TimeMarker tm = login_times[i]; local
285 base::TimeDelta since_first = tm.time() - first;
286 base::TimeDelta since_prev = tm.time() - prev;
289 if (tm.send_to_uma()) {
290 name = uma_prefix + tm.name();
299 name = tm.name();
307 prev = tm.time();
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducm.c916 UCMapping *tm; local
1003 tm=table->mappings+table->mappingsLength++;
1004 uprv_memcpy(tm, m, sizeof(UCMapping));
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp540 TEXTMETRIC tm; local
541 GetTextMetrics(hDC, &tm);
542 cyItem = max(ITEM_BITMAPHEIGHT, tm.tmHeight);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldo.c274 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); local
277 if (!ttisfunction(tm))
283 setobj2s(L, func, tm); /* tag method is the new function to be called */

Completed in 807 milliseconds

1234567891011