Searched defs:time (Results 1 - 15 of 15) sorted by path

/bionic/libc/bionic/
H A Dndk_cruft.cpp42 #include <sys/time.h>
273 time_t time; member in struct:timeb
287 tb->time = tv.tv_sec;
291 ++tb->time;
H A Dtime64.c37 Programmers who have available to them 64-bit time values as a 'long
39 converts the time even on 32-bit systems. Whether you have 64-bit time
52 #include <time.h>
111 /* Year range we can trust the time funcitons with */
310 wind up on Dec 31st the previous year when doing a -UTC time zone.
313 is for Dec 31st with a +UTC time zone.
489 Time64_T time; local
502 time = (Time64_T)mktime(&safe_date);
504 time
522 Time64_T time = *in_time; local
643 localtime64_r(const Time64_T *time, struct TM *local_tm) argument
765 ctime64_r( const Time64_T* time, char* result ) argument
774 localtime64(const Time64_T *time) argument
778 gmtime64(const Time64_T *time) argument
[all...]
/bionic/libc/kernel/tools/
H A Ddefaults.py5 import time, os, sys namespace
144 *** Any manual change here will be lost the next time this script will
H A Dkernel.py7 import sys, cpp, re, os.path, string, time namespace
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dmce.h14 *** Any manual change here will be lost the next time this script will
32 __u64 time; member in struct:mce
/bionic/libc/kernel/uapi/linux/
H A Dblktrace_api.h14 *** Any manual change here will be lost the next time this script will
111 __u64 time; member in struct:blk_io_trace
H A Dinput.h14 *** Any manual change here will be lost the next time this script will
21 #include <sys/time.h>
27 struct timeval time; member in struct:input_event
H A Djoystick.h14 *** Any manual change here will be lost the next time this script will
30 __u32 time; member in struct:js_event
H A Dmsdos_fs.h14 *** Any manual change here will be lost the next time this script will
177 __le16 time,date,start; member in struct:msdos_dir_entry
H A Drtc.h14 *** Any manual change here will be lost the next time this script will
39 struct rtc_time time; member in struct:rtc_wkalrm
H A Dscc.h14 *** Any manual change here will be lost the next time this script will
165 unsigned int time; member in struct:scc_calibrate
H A Dtimex.h14 *** Any manual change here will be lost the next time this script will
21 #include <linux/time.h>
36 struct timeval time; member in struct:timex
/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h14 *** Any manual change here will be lost the next time this script will
172 struct snd_seq_real_time time; member in union:snd_seq_timestamp
186 union snd_seq_timestamp time; member in union:snd_seq_ev_queue_control::__anon848
207 union snd_seq_timestamp time; member in struct:snd_seq_event
220 union snd_seq_timestamp time; member in union:snd_seq_event::__anon849
307 union snd_seq_timestamp time; member in struct:snd_seq_remove_events
387 struct snd_seq_real_time time; member in struct:snd_seq_queue_status
/bionic/libc/tzcode/
H A Dprivate.h11 ** This header is for use ONLY with the time conversion code.
18 #define GRANDPARENTED "Local time zone must be set--see zic manual page"
85 #include "time.h"
242 ** Some time.h implementations don't declare asctime_r.
259 static time_t sys_time(time_t *x) { return time(x); }
277 # undef time macro
278 # define time tz_time macro
294 time(time_t *p) function
331 /* The minimum and maximum finite time values. */
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dtime.c1 /* $OpenBSD: time.c,v 1.5 2005/08/08 08:05:34 espie Exp $ */
32 #include <sys/time.h>
35 time(time_t *t) function

Completed in 1451 milliseconds