Searched refs:tm (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/external/openssl/crypto/
H A Do_time.h64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
65 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
H A Do_time.c81 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
83 struct tm *ts = NULL;
95 memcpy(result, ts, sizeof(struct tm));
201 /* Fill in the struct tm with the result */
228 /* Take a tm structure and add an offset to it. This avoids any OS issues
238 int OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec) argument
249 offset_hms += tm->tm_hour * 3600 + tm
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_matrix.c64 Ewk_Tile_Matrix *tm = user_data; local
70 ewk_tile_unused_cache_freeze(tm->tuc);
77 tm->updates = eina_list_remove(tm->updates, t);
82 if (!ewk_tile_unused_cache_tile_get(tm->tuc, t))
83 ERR("tile %p was not in cache %p? leaking...", t, tm->tuc);
88 tm->stats.bytes.freed += t->bytes;
89 tm->stats.tiles.freed++;
97 ewk_tile_unused_cache_thaw(tm->tuc);
103 Ewk_Tile_Matrix *tm local
158 Ewk_Tile_Matrix *tm; local
193 ewk_tile_matrix_free(Ewk_Tile_Matrix *tm) argument
239 ewk_tile_matrix_resize(Ewk_Tile_Matrix *tm, unsigned long cols, unsigned long rows) argument
250 ewk_tile_matrix_unused_cache_get(const Ewk_Tile_Matrix *tm) argument
278 ewk_tile_matrix_tile_exact_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom) argument
324 ewk_tile_matrix_tile_exact_exists(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom) argument
361 ewk_tile_matrix_tile_nearest_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom) argument
425 ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int row, float zoom) argument
488 ewk_tile_matrix_tile_put(Ewk_Tile_Matrix *tm, Ewk_Tile *t, double last_used) argument
500 ewk_tile_matrix_tile_update(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, const Eina_Rectangle *update) argument
537 ewk_tile_matrix_tile_update_full(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row) argument
564 ewk_tile_matrix_tile_updates_clear(Ewk_Tile_Matrix *tm, Ewk_Tile *t) argument
573 _ewk_tile_matrix_slicer_setup(Ewk_Tile_Matrix *tm, const Eina_Rectangle *area, float zoom, Eina_Tile_Grid_Slicer *slicer) argument
612 ewk_tile_matrix_update(Ewk_Tile_Matrix *tm, const Eina_Rectangle *update, float zoom) argument
659 ewk_tile_matrix_updates_process(Ewk_Tile_Matrix *tm) argument
675 ewk_tile_matrix_updates_clear(Ewk_Tile_Matrix *tm) argument
686 ewk_tile_matrix_dbg(const Ewk_Tile_Matrix *tm) argument
746 ewk_tile_matrix_freeze(Ewk_Tile_Matrix *tm) argument
760 ewk_tile_matrix_thaw(Ewk_Tile_Matrix *tm) argument
[all...]
H A Dewk_tiled_matrix.h31 EAPI void ewk_tile_matrix_free(Ewk_Tile_Matrix *tm);
33 EAPI void ewk_tile_matrix_resize(Ewk_Tile_Matrix *tm, unsigned long cols, unsigned long rows);
35 EAPI Ewk_Tile_Unused_Cache *ewk_tile_matrix_unused_cache_get(const Ewk_Tile_Matrix *tm);
37 EAPI Ewk_Tile *ewk_tile_matrix_tile_exact_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
38 EAPI Eina_Bool ewk_tile_matrix_tile_exact_exists(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
39 EAPI Ewk_Tile *ewk_tile_matrix_tile_nearest_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
40 EAPI Ewk_Tile *ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int row, float zoom);
41 EAPI Eina_Bool ewk_tile_matrix_tile_put(Ewk_Tile_Matrix *tm, Ewk_Tile *t, double last_used);
43 EAPI Eina_Bool ewk_tile_matrix_tile_update(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, const Eina_Rectangle *update);
44 EAPI Eina_Bool ewk_tile_matrix_tile_update_full(Ewk_Tile_Matrix *tm, unsigne
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DTrustManagerImplTest.java78 TrustManagerImpl tm = new TrustManagerImpl(ks);
79 assertEquals(0, tm.getAcceptedIssuers().length);
80 checkTrustManager(tm);
86 TrustManagerImpl tm = new TrustManagerImpl(ks);
87 assertEquals(1, tm.getAcceptedIssuers().length);
88 checkTrustManager(tm);
91 private void checkTrustManager(TrustManagerImpl tm) throws Exception { argument
93 tm.checkClientTrusted(null, "RSA");
99 tm.checkClientTrusted(new X509Certificate[0], "RSA");
105 tm
[all...]
/external/openssh/openbsd-compat/
H A Dstrptime.c57 static char *_strptime(const char *, const char *, struct tm *, int);
61 strptime(const char *buf, const char *fmt, struct tm *tm) argument
63 return(_strptime(buf, fmt, tm, 1));
67 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) argument
126 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, 0)))
132 if (!(bp = _strptime(bp, "%m/%d/%y", tm, 0)))
138 if (!(bp = _strptime(bp, "%H:%M", tm, 0)))
144 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm,
[all...]
/external/ppp/pppd/plugins/radius/
H A Dutil.c23 * Purpose: Turns printable string into correct tm struct entries.
33 void rc_str2tm (char *valstr, struct tm *tm) argument
42 tm->tm_mon = i;
48 tm->tm_mday = atoi (&valstr[4]);
51 tm->tm_year = atoi (&valstr[7]) - 1900;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c53 struct tm tm, *tm1; local
62 memset(&tm, 0, sizeof(tm));
63 tm.tm_year = year - 1900;
64 tm.tm_mon = month - 1;
65 tm.tm_mday = day;
66 tm.tm_hour = hour;
67 tm.tm_min = min;
68 tm
90 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c53 struct tm tm, *tm1; local
62 memset(&tm, 0, sizeof(tm));
63 tm.tm_year = year - 1900;
64 tm.tm_mon = month - 1;
65 tm.tm_mday = day;
66 tm.tm_hour = hour;
67 tm.tm_min = min;
68 tm
90 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c53 struct tm tm, *tm1; local
62 memset(&tm, 0, sizeof(tm));
63 tm.tm_year = year - 1900;
64 tm.tm_mon = month - 1;
65 tm.tm_mday = day;
66 tm.tm_hour = hour;
67 tm.tm_min = min;
68 tm
90 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp41 if (tm.getSubtargetImpl()->hasGenericLdSt()) {
46 tm.getInstrInfo()->get(NVPTX::cvta_local_yes_64),
49 tm.getInstrInfo()->get(NVPTX::IMOV64rr), NVPTX::VRFrameLocal)
53 tm.getInstrInfo()->get(NVPTX::cvta_local_yes),
56 tm.getInstrInfo()->get(NVPTX::IMOV32rr), NVPTX::VRFrameLocal)
64 tm.getInstrInfo()->get(NVPTX::IMOV64rr), NVPTX::VRFrame)
68 tm.getInstrInfo()->get(NVPTX::IMOV32rr), NVPTX::VRFrame)
H A DNVPTXFrameLowering.h24 NVPTXTargetMachine &tm; member in class:llvm::NVPTXFrameLowering
30 tm(_tm), is64bit(_is64bit) {}
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeMapTest.java99 TreeMap tm; field in class:TreeMapTest
136 TreeMap myTreeMap = new TreeMap(new HashMap(tm));
168 tm.clear();
169 assertEquals("Cleared map returned non-zero size", 0, tm.size());
177 TreeMap clonedMap = (TreeMap) tm.clone();
179 .equals(tm));
181 clonedMap != tm);
184 .get(element.toString()) == tm.get(element.toString()));
232 assertTrue("Returned false for valid key", tm.containsKey("95"));
233 assertTrue("Returned true for invalid key", !tm
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPU.h27 FunctionPass *createSPUNopFillerPass(SPUTargetMachine &tm);
/external/openssl/crypto/asn1/
H A Da_utctm.c196 struct tm *ts;
197 struct tm data;
245 struct tm *tm; local
246 struct tm data;
263 tm = OPENSSL_gmtime(&t, &data);
269 return_cmp(year, tm->tm_year);
270 return_cmp(g2(s->data+2) - 1, tm->tm_mon);
271 return_cmp(g2(s->data+4), tm->tm_mday);
272 return_cmp(g2(s->data+6), tm
[all...]
/external/openssl/crypto/des/
H A Ddes_opts.c410 tm[index]=Time_F(STOP); \
411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
412 tm[index]=((double)COUNT(cb))/tm[index];
416 tm[index]*8,1.0e6/tm[index]);
426 double d,tm[16],max=0; local
436 tm[i]=0.0;
506 max=tm[0];
510 if (max < tm[
[all...]
/external/ipsec-tools/src/racoon/
H A Dbackupsa.c86 static char *str2tmx __P((char *, struct tm *));
97 struct tm *tm; local
107 tm = localtime(&t);
108 l = strftime(p, len, format, tm);
201 struct tm tm; local
228 memset(&tm, 0, sizeof(tm));
229 p = str2tmx(buf, &tm);
364 str2tmx(char *p, struct tm *tm) argument
452 struct tm tm; local
[all...]
/external/openssl/crypto/x509/
H A Dx509cset.c84 int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) argument
90 if (in != tm)
92 in=M_ASN1_TIME_dup(tm);
102 int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) argument
108 if (in != tm)
110 in=M_ASN1_TIME_dup(tm);
136 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) argument
142 if (in != tm)
144 in=M_ASN1_TIME_dup(tm);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DConnection.java101 private TransportManager tm; field in class:Connection
177 if (tm == null)
184 am = new AuthenticationManager(tm);
187 cm = new ChannelManager(tm);
258 if (tm == null)
265 am = new AuthenticationManager(tm);
268 cm = new ChannelManager(tm);
304 if (tm == null)
311 am = new AuthenticationManager(tm);
314 cm = new ChannelManager(tm);
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h28 PPCJITInfo(PPCTargetMachine &tm, bool tmIs64Bit) : TM(tm) { argument
/external/tcpdump/
H A Dgmt2local.c49 register struct tm *gmt, *loc;
50 struct tm sgmt;
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
H A DAuthenticationManager.java43 private TransportManager tm; field in class:AuthenticationManager
56 public AuthenticationManager(TransportManager tm) argument
58 this.tm = tm;
85 throw (IOException) new IOException("The connection is closed.").initCause(tm
144 tm.registerMessageHandler(this, 0, 255);
147 tm.sendMessage(sr.getPayload());
153 tm.sendMessage(urn.getPayload());
162 tm.removeMessageHandler(this, 0, 255);
200 byte[] H = tm
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos_win32.c58 struct tm tm, *tm1; local
67 memset(&tm, 0, sizeof(tm));
68 tm.tm_year = year - 1900;
69 tm.tm_mon = month - 1;
70 tm.tm_mday = day;
71 tm.tm_hour = hour;
72 tm.tm_min = min;
73 tm
[all...]
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc39 struct tm *lt = ::localtime(&ourTime);
42 struct tm *lt = ::_localtime64(&ourTime);
/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp32 // Run turing machine 'tm' on tape 'tape' from state 'state'. Return number of
34 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { argument
36 run(tm, move(update(tape, tm[state][tape.val].tape),
37 tm[state][tape.val].dir),
38 tm[state][tape.val].next) + 1;

Completed in 559 milliseconds

1234567891011>>