Searched defs:sec (Results 1 - 25 of 201) sorted by relevance

123456789

/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-sec.s12 .arch_extension sec
13 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
14 @ CHECK-V6-NEXT: .arch_extension sec
17 .type sec,%function
18 sec: label
23 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
/external/blktrace/btt/doc/
H A Dbtt.tex30 \section{\label{sec:intro}Introduction}
55 section~\ref{sec:cmd-line}), as we felt that discussing some of the
66 \newpage\section{\label{sec:getting-started}Getting Started}
78 will use \texttt{btt} with -- section~\ref{sec:o-D} shows how you
102 \newpage\section{\label{sec:output-overview}Output Overview}
347 \subsection*{\label{sec:detailed-data}Detailed Data}
350 \texttt{--all-data} or \texttt{-A} argument (see section~\ref{sec:o-A})
426 \newpage\section{\label{sec:data-files}Data Files Output}
434 provided in section~\ref{sec:activity}.
437 incoming IO requests, for more information see section~\ref{sec
[all...]
/external/blktrace/doc/
H A Dblktrace.tex29 \section{\label{sec:intro}Introduction}
57 \newpage\section{\label{sec:quick-start}Quick Start Guide}
63 \subsection{\label{sec:get-blktrace}Retrieving blktrace}
73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel}
107 \subsection{\label{sec:mount}Mounting the debugfs file system}
127 \subsection{\label{sec:build}Build the tools}
136 \subsection{\label{sec:live-blktrace}blktrace -- live}
197 \subsection{\label{sec:pc-blktrace}blktrace -- SCSI commands}
220 \subsection{\label{sec:blktrace-post}blktrace -- post-processing}
333 \newpage\section{\label{sec
[all...]
/external/tcpdump/
H A Dprint-timed.c51 long sec, usec; local
89 sec = EXTRACT_32BITS(&tsp->tsp_time.tv_sec);
95 if (sec < 0 && usec != 0) {
96 sec++;
97 if (sec == 0)
101 printf("%ld.%06ld", sec, usec);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
H A DECPrivateKeyStructure.java1 package org.bouncycastle.asn1.sec;
H A DECPrivateKey.java1 package org.bouncycastle.asn1.sec;
H A DSECObjectIdentifiers.java1 package org.bouncycastle.asn1.sec;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalcasts.h36 int32_t sec; member in struct:CalendarCaseTest::TestCase
H A Dcaltztst.cpp181 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) argument
186 cal->set(1900 + y, m, d, hr, min, sec); // Add 1900 to follow java.util.Date protocol
200 CalendarTimeZoneTest::utcDate(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
205 Date dt = date(y, m, d, hr, min, sec) +
219 CalendarTimeZoneTest::dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec) argument
230 sec = cal->get(UCAL_SECOND, status);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.cpp162 module::sec(typename section::type type) const { function in class:clover::module
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.h36 int32_t sec; member in struct:CalendarCaseTest::TestCase
/external/libcxxabi/test/
H A Dtest_demangle.cpp29668 typedef std::chrono::duration<double> sec; typedef
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.cpp162 module::sec(typename section::type type) const { function in class:clover::module
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/
H A DSDL_syscond.c126 int sec; local
135 sec = ms/1000;
136 ev = pth_event(PTH_EVENT_TIME, pth_timeout(sec,(ms-sec*1000)*1000));
/external/blktrace/btt/
H A Ddip_rb.c49 struct io *rb_find_sec(struct rb_root *root, __u64 sec) argument
56 if (sec < BIT_START(__iop))
58 else if (sec >= BIT_END(__iop))
H A Dtrace_complete.c24 __u64 sec, __u32 nsec, int indent)
31 type2c(type), (unsigned long long)sec, nsec);
23 __out(FILE *ofp, __u64 tm, enum iop_type type, __u64 sec, __u32 nsec, int indent) argument
/external/valgrind/main/none/tests/s390x/
H A Dtest.h56 static inline void mysleep(long sec, long usec) argument
60 tv.tv_sec = sec;
/external/chromium_org/third_party/libxslt/libxslt/
H A Ddocuments.c295 if (ctxt->sec != NULL) {
298 res = xsltCheckRead(ctxt->sec, ctxt, URI);
362 xsltSecurityPrefsPtr sec; local
370 sec = xsltGetDefaultSecurityPrefs();
371 if (sec != NULL) {
374 res = xsltCheckRead(sec, NULL, URI);
H A Dimports.c94 xsltSecurityPrefsPtr sec; local
129 sec = xsltGetDefaultSecurityPrefs();
130 if (sec != NULL) {
133 secres = xsltCheckRead(sec, NULL, URI);
/external/icu/icu4c/source/i18n/
H A Dcollationrootelements.cpp119 uint32_t previousSec, sec; local
124 sec = elements[index] >> 16;
128 sec = Collation::COMMON_WEIGHT16;
130 U_ASSERT(s >= sec);
131 while(s > sec) {
132 previousSec = sec;
134 sec = elements[index++] >> 16;
136 U_ASSERT(sec == s);
209 uint32_t sec = secTer >> 16; local
210 if(sec >
[all...]
/external/lldb/tools/debugserver/source/
H A DDNBTimer.h86 GetTime (uint32_t& sec, uint32_t& usec) const argument
89 sec = m_timeval.tv_sec;
/external/openssl/ssl/
H A Ds2_enc.c154 unsigned char sequence[4],*p,*sec,*act; local
161 sec=s->s2->write_key;
168 sec=s->s2->read_key;
179 EVP_DigestUpdate(&c,sec,
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_utctm.c280 int day, sec; local
288 if (!OPENSSL_gmtime_diff(&day, &sec, &stm, &ttm))
295 if (sec > 0)
297 if (sec < 0)
/external/chromium_org/third_party/icu/source/i18n/
H A Dwintzimpl.cpp62 int32_t hour, min, sec, mil; local
76 sec = mil/1000;
81 standardDate.wSecond = sec;
97 sec = mil/1000;
102 daylightDate.wSecond = sec;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_variance_avx2.c39 const uint8_t *sec,
160 const uint8_t *sec) {
164 sec, 64, 64, &sse1);
169 sec + 32, 64, 64, &sse2);
184 const uint8_t *sec) {
188 sec, 32, 32, sse);
153 vp9_sub_pixel_avg_variance64x64_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse, const uint8_t *sec) argument
177 vp9_sub_pixel_avg_variance32x32_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse, const uint8_t *sec) argument

Completed in 565 milliseconds

123456789