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

12345678910

/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-sec.s14 .arch_extension sec
15 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
16 @ CHECK-V6-NEXT: .arch_extension sec
18 @ CHECK-V7-NOT: error: architectural extension 'sec' is not allowed for the current base architecture
20 .type sec,%function
21 sec: label
26 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
29 @ CHECK-V7-NOT: 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/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D4-1-buildonly.c16 time_t sec; local
19 sec = t.tv_sec;
/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/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;
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dtime_utils.cc33 int sec = interval_ms_ / 1000; local
37 ts.it_value.tv_sec = sec;
39 ts.it_interval.tv_sec = sec;
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.h38 int32_t sec; member in struct:CalendarCaseTest::TestCase
/external/ltp/testcases/kernel/syscalls/alarm/
H A Dalarm02.c112 unsigned long int sec[] = { -1, ULONG_MAX, ULONG_MAX + 1 }; local
129 TEST(alarm(sec[i]));
135 sec[i], TEST_RETURN, exp[i], buf[i]);
142 sec[i], TEST_RETURN, buf[i]);
147 sec[i], TEST_RETURN, buf[i]);
/external/mesa3d/include/c11/
H A Dthreads.h49 time_t sec; member in struct:xtime
/external/vboot_reference/firmware/2lib/
H A D2secdata.c16 const struct vb2_secdata *sec = local
20 if (sec->crc8 != vb2_crc8(sec, offsetof(struct vb2_secdata, crc8)))
28 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; local
31 memset(sec, 0, sizeof(*sec));
34 sec->struct_version = VB2_SECDATA_VERSION;
37 sec->crc8 = vb2_crc8(sec, offsetof(struct vb2_secdata, crc8));
68 struct vb2_secdata *sec local
91 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; local
[all...]
/external/wayland/tests/
H A Dtest-helpers.c91 test_sleep(unsigned int sec) argument
94 .tv_sec = sec,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbss_load.c22 unsigned int sec, usec; local
36 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
38 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
47 unsigned int sec, usec; local
54 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
56 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
/external/wpa_supplicant_8/src/ap/
H A Dbss_load.c22 unsigned int sec, usec; local
36 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
38 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
47 unsigned int sec, usec; local
54 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
56 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbss_load.c22 unsigned int sec, usec; local
36 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
38 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
47 unsigned int sec, usec; local
54 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
56 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192K1Point.java1 package org.bouncycastle.math.ec.custom.sec;
H A DSecP192R1Point.java1 package org.bouncycastle.math.ec.custom.sec;
H A DSecP224K1Point.java1 package org.bouncycastle.math.ec.custom.sec;
H A DSecP224R1Point.java1 package org.bouncycastle.math.ec.custom.sec;
H A DSecP256K1Point.java1 package org.bouncycastle.math.ec.custom.sec;
H A DSecP256R1Point.java1 package org.bouncycastle.math.ec.custom.sec;
H A DSecP384R1Point.java1 package org.bouncycastle.math.ec.custom.sec;
/external/ltp/testcases/kernel/syscalls/request_key/
H A Drequest_key02.c74 int sec = 1; local
87 if (keyctl(cmd, n, sec) == -1) {
92 sleep(sec + 1);

Completed in 548 milliseconds

12345678910