Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/vboot_reference/firmware/2lib/
D2secdata.c16 const struct vb2_secdata *sec = in vb2_secdata_check_crc() local
28 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_create() local
68 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_get() local
91 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_set() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_trace_helpers.h44 #define BPF_TRACE_0(sec, fname, ...) BPF_TRACE_x(0, sec, fname, int, __VA_ARGS__) argument
45 #define BPF_TRACE_1(sec, fname, ...) BPF_TRACE_x(1, sec, fname, int, __VA_ARGS__) argument
46 #define BPF_TRACE_2(sec, fname, ...) BPF_TRACE_x(2, sec, fname, int, __VA_ARGS__) argument
47 #define BPF_TRACE_3(sec, fname, ...) BPF_TRACE_x(3, sec, fname, int, __VA_ARGS__) argument
48 #define BPF_TRACE_4(sec, fname, ...) BPF_TRACE_x(4, sec, fname, int, __VA_ARGS__) argument
49 #define BPF_TRACE_5(sec, fname, ...) BPF_TRACE_x(5, sec, fname, int, __VA_ARGS__) argument
50 #define BPF_TRACE_6(sec, fname, ...) BPF_TRACE_x(6, sec, fname, int, __VA_ARGS__) argument
51 #define BPF_TRACE_7(sec, fname, ...) BPF_TRACE_x(7, sec, fname, int, __VA_ARGS__) argument
52 #define BPF_TRACE_8(sec, fname, ...) BPF_TRACE_x(8, sec, fname, int, __VA_ARGS__) argument
53 #define BPF_TRACE_9(sec, fname, ...) BPF_TRACE_x(9, sec, fname, int, __VA_ARGS__) argument
[all …]
/external/wpa_supplicant_8/src/ap/
Dbss_load.c20 unsigned int *sec, unsigned int *usec) in get_bss_load_update_timeout()
45 unsigned int sec, usec; in update_channel_utilization() local
85 unsigned int sec, usec; in bss_load_update_init() local
Dairtime_policy.c37 unsigned int *sec, in get_airtime_policy_update_timeout()
137 unsigned int sec, usec; in update_airtime_weights() local
257 unsigned int sec, usec; in airtime_policy_update_init() local
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dtime_zone.h374 time_point<seconds> sec; in parse() local
389 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local
408 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds()
419 const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
437 const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
447 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dtime_zone.h374 time_point<seconds> sec; in parse() local
389 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local
408 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds()
419 const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
437 const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
447 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
/external/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dtime_zone.h374 time_point<seconds> sec; in parse() local
389 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local
408 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds()
419 const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
437 const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
447 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
/external/openscreen/cast/common/certificate/
Dtypes.cc52 time_t sec = static_cast<time_t>(seconds); in DateTimeFromSeconds() local
91 time_t sec; in DateTimeToSeconds() local
/external/libbpf/src/
Dlinker.c201 struct dst_sec *sec = &linker->secs[i]; in bpf_linker__free() local
249 struct dst_sec *secs = linker->secs, *sec; in add_dst_sec() local
299 struct dst_sec *sec; in init_output_elf() local
479 static bool is_ignored_sec(struct src_sec *sec) in is_ignored_sec()
518 struct src_sec *secs = obj->secs, *sec; in add_src_sec() local
554 struct src_sec *sec; in linker_load_obj_file() local
707 struct src_sec *sec; in linker_sanity_check_elf() local
768 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_symtab()
842 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_relos()
1041 struct dst_sec *sec; in find_dst_sec_by_name() local
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/timer/
Dtimer_rpc_clnt.c193 uint8_t sec) in sc_timer_set_rtc_time()
217 uint8_t *sec) in sc_timer_get_rtc_time()
251 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec) in sc_timer_get_rtc_sec1970()
272 uint8_t sec) in sc_timer_set_rtc_alarm()
294 sc_err_t sc_timer_set_rtc_periodic_alarm(sc_ipc_t ipc, uint32_t sec) in sc_timer_set_rtc_periodic_alarm()
/external/skia/src/core/
DSkBitmapProcState.h119 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument
123 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument
129 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
135 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
/external/iperf3/src/
Diperf_udp.c71 uint32_t sec, usec; in iperf_udp_recv() local
225 uint32_t sec, usec; in iperf_udp_send() local
239 uint32_t sec, usec, pcount; in iperf_udp_send() local
/external/llvm/test/MC/ARM/
Ddirective-arch_extension-sec.s21 sec: label
/external/rust/crates/chrono/src/
Dsys.rs37 pub sec: i64, field
120 let sec = match self.tm_utcoff { in to_timespec() localVariable
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
Dpmu_fw.c8 #define INCBIN(file, sym, sec) \ argument
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D4-1-buildonly.c16 time_t sec; in dummyfcn() local
/external/curl/tests/libtest/
Dlib1542.c38 #define sleep(sec) Sleep ((sec)*1000) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DRandomDataImpl.java315 SecureRandom sec = getSecRan(); in nextSecureInt() local
336 SecureRandom sec = getSecRan(); in nextSecureLong() local
/external/python/cpython2/Modules/
Dcdmodule.c135 int min, sec, frame; in CD_msftoblock() local
169 int min, sec, frame, play; in CD_playabs() local
213 int track, min, sec, frame, play; in CD_playtrackabs() local
262 int min, sec, frame; in CD_seek() local
734 int min, sec, frame; in CD_msftoframe() local
/external/curl/tests/server/
Dutil.h47 #define sleep(sec) Sleep ((sec)*1000) argument
/external/python/cpython3/Python/
Dpytime.c138 _PyTime_DoubleToDenominator(double d, time_t *sec, long *numerator, in _PyTime_DoubleToDenominator()
171 _PyTime_ObjectToDenominator(PyObject *obj, time_t *sec, long *numerator, in _PyTime_ObjectToDenominator()
197 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t()
230 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, in _PyTime_ObjectToTimespec()
237 _PyTime_ObjectToTimeval(PyObject *obj, time_t *sec, long *usec, in _PyTime_ObjectToTimeval()
420 long long sec; in _PyTime_FromObject() local
/external/llvm/include/llvm/Object/
DELF.h133 const Elf_Rela *rela_begin(const Elf_Shdr *sec) const { in rela_begin()
139 const Elf_Rela *rela_end(const Elf_Shdr *sec) const { in rela_end()
150 const Elf_Rel *rel_begin(const Elf_Shdr *sec) const { in rel_begin()
156 const Elf_Rel *rel_end(const Elf_Shdr *sec) const { in rel_end()
/external/icu/icu4c/source/test/intltest/
Dcaltztst.cpp183 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) in date()
221 …teToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec) in dateToFields()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DTestCase.java94 int hour, int min, int sec) in TestCase()
128 int hour, int min, int sec) in TestCase()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DTestCase.java97 int hour, int min, int sec) in TestCase()
131 int hour, int min, int sec) in TestCase()

12345678910>>...13