Home
last modified time | relevance | path

Searched refs:tsp (Results 1 – 17 of 17) sorted by relevance

/external/tcpdump/
Dprint-timed.c50 struct tsp *tsp = (struct tsp *)bp; in timed_print() local
54 if (endof(tsp->tsp_type) > snapend) { in timed_print()
58 if (tsp->tsp_type < TSPTYPENUMBER) in timed_print()
59 printf("TSP_%s", tsptype[tsp->tsp_type]); in timed_print()
61 printf("(tsp_type %#x)", tsp->tsp_type); in timed_print()
63 if (endof(tsp->tsp_vers) > snapend) { in timed_print()
67 printf(" vers %d", tsp->tsp_vers); in timed_print()
69 if (endof(tsp->tsp_seq) > snapend) { in timed_print()
73 printf(" seq %d", tsp->tsp_seq); in timed_print()
75 if (tsp->tsp_type == TSP_LOOP) { in timed_print()
[all …]
Dtimed.h52 struct tsp { struct
/external/chromium_org/third_party/libevent/compat/sys/
D_time.h105 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument
106 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
107 #define timespeccmp(tsp, usp, cmp) \ argument
108 (((tsp)->tv_sec == (usp)->tv_sec) ? \
109 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
110 ((tsp)->tv_sec cmp (usp)->tv_sec))
111 #define timespecadd(tsp, usp, vsp) \ argument
113 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \
114 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
120 #define timespecsub(tsp, usp, vsp) \ argument
[all …]
D_libevent_time.h105 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument
106 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
107 #define timespeccmp(tsp, usp, cmp) \ argument
108 (((tsp)->tv_sec == (usp)->tv_sec) ? \
109 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
110 ((tsp)->tv_sec cmp (usp)->tv_sec))
111 #define timespecadd(tsp, usp, vsp) \ argument
113 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \
114 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
120 #define timespecsub(tsp, usp, vsp) \ argument
[all …]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
DTimeStampRespTest.java18 package org.apache.harmony.security.tests.x509.tsp;
38 import org.apache.harmony.security.x509.tsp.MessageImprint;
39 import org.apache.harmony.security.x509.tsp.PKIFailureInfo;
40 import org.apache.harmony.security.x509.tsp.PKIStatus;
41 import org.apache.harmony.security.x509.tsp.PKIStatusInfo;
42 import org.apache.harmony.security.x509.tsp.TSTInfo;
43 import org.apache.harmony.security.x509.tsp.TimeStampResp;
DPKIStatusInfoTest.java18 package org.apache.harmony.security.tests.x509.tsp;
24 import org.apache.harmony.security.x509.tsp.PKIFailureInfo;
25 import org.apache.harmony.security.x509.tsp.PKIStatus;
26 import org.apache.harmony.security.x509.tsp.PKIStatusInfo;
DTimeStampReqTest.java18 package org.apache.harmony.security.tests.x509.tsp;
29 import org.apache.harmony.security.x509.tsp.MessageImprint;
30 import org.apache.harmony.security.x509.tsp.TimeStampReq;
DTSTInfoTest.java18 package org.apache.harmony.security.tests.x509.tsp;
32 import org.apache.harmony.security.x509.tsp.MessageImprint;
33 import org.apache.harmony.security.x509.tsp.TSTInfo;
/external/llvm/lib/CodeGen/
DBranchFolding.h57 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) in SameTailElt() argument
58 : MPIter(mp), TailStartPos(tsp) {} in SameTailElt()
/external/llvm/test/CodeGen/ARM/
D2009-08-21-PostRAKill.ll10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
/external/blktrace/
Dblktrace.c502 static inline void make_timespec(struct timespec *tsp, long delta_msec) in make_timespec() argument
507 tsp->tv_sec = now.tv_sec; in make_timespec()
508 tsp->tv_nsec = 1000L * now.tv_usec; in make_timespec()
510 tsp->tv_nsec += (delta_msec * 1000000L); in make_timespec()
511 if (tsp->tv_nsec > 1000000000L) { in make_timespec()
512 long secs = tsp->tv_nsec / 1000000000L; in make_timespec()
514 tsp->tv_sec += secs; in make_timespec()
515 tsp->tv_nsec -= (secs * 1000000000L); in make_timespec()
/external/chromium_org/third_party/cython/src/Cython/Utility/
DBuffer.c581 __pyx_buffmt_parse_array(__Pyx_BufFmt_Context* ctx, const char** tsp)
583 const char *ts = *tsp;
633 *tsp = ++ts;
/external/bouncycastle/
Dbouncycastle.config17 org/bouncycastle/asn1/tsp \
478 org/bouncycastle/tsp \
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td2309 def SRSDA : SRSI<0, "srsda\tsp, $mode"> {
2312 def SRSDA_UPD : SRSI<1, "srsda\tsp!, $mode"> {
2315 def SRSDB : SRSI<0, "srsdb\tsp, $mode"> {
2318 def SRSDB_UPD : SRSI<1, "srsdb\tsp!, $mode"> {
2321 def SRSIA : SRSI<0, "srsia\tsp, $mode"> {
2324 def SRSIA_UPD : SRSI<1, "srsia\tsp!, $mode"> {
2327 def SRSIB : SRSI<0, "srsib\tsp, $mode"> {
2330 def SRSIB_UPD : SRSI<1, "srsib\tsp!, $mode"> {
DARMInstrThumb2.td3755 "srsdb", "\tsp!, $mode", []>;
3757 "srsdb","\tsp, $mode", []>;
3759 "srsia","\tsp!, $mode", []>;
3761 "srsia","\tsp, $mode", []>;
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c1264 struct vki_timespec *, tsp, vki_sigset_t *, sigmask, in PRE()
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en6088 http://focus.ti.com/general/docs/lit/getliterature.tsp?literatureNumber=sbou012&fileType=pdf
17633 http://tspweb02.tsp.utexas.edu/webarchive/02-05-01/2001020501_s05_See.html
53764 http://www.liebsoft.com/index.cfm/products/tsp/features
76379 http://www.tsp.gov/curinfo/loanprogram.html
76380 http://www.tsp.gov/faq/faq7.html