Searched refs:tv (Results 1 - 25 of 63) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr33766.c9 float *tv; local
13 e = tv[i];
17 return tv[i];
/haiku-buildtools/gcc/gcc/
H A Dtimevar.h100 timevar_push (timevar_id_t tv) argument
103 timevar_push_1 (tv);
107 timevar_pop (timevar_id_t tv) argument
110 timevar_pop_1 (tv);
118 auto_timevar (timevar_id_t tv) argument
119 : m_tv (tv)
H A Dtimevar.c258 struct timevar_def *tv = &timevars[timevar]; local
263 tv->used = 1;
266 gcc_assert (!tv->standalone);
291 context->timevar = tv;
336 struct timevar_def *tv = &timevars[timevar]; local
342 tv->used = 1;
346 gcc_assert (!tv->standalone);
347 tv->standalone = 1;
349 get_time (&tv->start_time);
358 struct timevar_def *tv local
382 struct timevar_def *tv = &timevars[timevar]; local
409 struct timevar_def *tv; local
442 struct timevar_def *tv = &timevars[(timevar_id_t) id]; local
514 struct timevar_def *tv = &timevars[(timevar_id_t) id]; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr26565.c14 struct timeval tv __attribute__((packed)); /* { dg-warning "attribute ignored" "" { target default_packed } } */ member in struct:outdata
20 memcpy(&outdata->tv, tp, sizeof outdata->tv);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dnrv7.C13 A tv = foo(); variable
/haiku-buildtools/gcc/libgomp/config/posix/
H A Dtime.c57 struct timeval tv;
58 gettimeofday (&tv, NULL);
59 return tv.tv_sec + tv.tv_usec / 1e6;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr60449_0.c24 struct timeval tv; local
27 gettimeofday (&tv, &tz);
H A Dpr60449_1.c57 struct timeval tv; local
66 gettimeofday (&tv, &tz);
/haiku-buildtools/gcc/libiberty/
H A Dmkstemps.c84 struct timeval tv; local
102 gettimeofday (&tv, NULL);
103 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmkstemps.c80 struct timeval tv; local
98 gettimeofday (&tv, NULL);
99 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmkstemps.c72 struct timeval tv; local
90 gettimeofday (&tv, NULL);
91 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
/haiku-buildtools/binutils/libiberty/
H A Dmkstemps.c86 struct timeval tv; local
104 gettimeofday (&tv, NULL);
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dchrono.cc67 timeval tv;
69 gettimeofday(&tv, 0);
70 return time_point(duration(chrono::seconds(tv.tv_sec)
71 + chrono::microseconds(tv.tv_usec)));
H A Dcompatibility-chrono.cc74 timeval tv; local
76 gettimeofday(&tv, 0);
77 return time_point(duration(chrono::seconds(tv.tv_sec)
78 + chrono::microseconds(tv.tv_usec)));
H A Dfutex.cc61 struct timeval tv; local
62 gettimeofday (&tv, NULL);
65 rt.tv_sec = __s.count() - tv.tv_sec;
66 rt.tv_nsec = __ns.count() - tv.tv_usec * 1000;
/haiku-buildtools/gcc/mpc/tests/
H A Drandom.c69 struct timeval tv; local
70 gettimeofday (&tv, NULL);
71 seed = (unsigned long int) (tv.tv_sec + tv.tv_usec);
73 time_t tv;
74 time (&tv);
75 seed = (unsigned long int) tv;
/haiku-buildtools/binutils/ld/
H A Dtestplug.c29 extern enum ld_plugin_status onload (struct ld_plugin_tv *tv);
372 dump_tv_tag (size_t n, struct ld_plugin_tv *tv) argument
379 if (tag_names[tag].tag == tv->tv_tag)
381 sprintf (unknownbuf, "unknown tag #%d", tv->tv_tag);
383 switch (tv->tv_tag)
387 TV_MESSAGE (LDPL_INFO, "tv[%d]: %s '%s'", n, name,
388 tv->tv_u.tv_string);
403 TV_MESSAGE (LDPL_INFO, "tv[%d]: %s func@0x%p", n, name,
404 (void *)(tv->tv_u.tv_message));
412 TV_MESSAGE (LDPL_INFO, "tv[
420 parse_tv_tag(struct ld_plugin_tv *tv) argument
486 parse_and_dump_tv_tag(size_t n, struct ld_plugin_tv *tv) argument
495 onload(struct ld_plugin_tv *tv) argument
[all...]
H A Dtestplug3.c29 extern enum ld_plugin_status onload (struct ld_plugin_tv *tv);
348 parse_tv_tag (struct ld_plugin_tv *tv) argument
350 #define SETVAR(x) x = tv->tv_u.x
351 switch (tv->tv_tag)
354 return parse_option (tv->tv_u.tv_string);
362 output_name = tv->tv_u.tv_string;
365 linker_output = tv->tv_u.tv_val;
383 tv_get_symbols_v2 = tv->tv_u.tv_get_symbols;
413 onload (struct ld_plugin_tv *tv) argument
417 /* This plugin does nothing but dump the tv arra
[all...]
H A Dtestplug4.c29 extern enum ld_plugin_status onload (struct ld_plugin_tv *tv);
369 parse_tv_tag (struct ld_plugin_tv *tv) argument
371 #define SETVAR(x) x = tv->tv_u.x
372 switch (tv->tv_tag)
375 return parse_option (tv->tv_u.tv_string);
383 output_name = tv->tv_u.tv_string;
386 linker_output = tv->tv_u.tv_val;
404 tv_get_symbols_v2 = tv->tv_u.tv_get_symbols;
434 onload (struct ld_plugin_tv *tv) argument
438 /* This plugin does nothing but dump the tv arra
[all...]
H A Dtestplug2.c29 extern enum ld_plugin_status onload (struct ld_plugin_tv *tv);
369 parse_tv_tag (struct ld_plugin_tv *tv) argument
371 #define SETVAR(x) x = tv->tv_u.x
372 switch (tv->tv_tag)
375 return parse_option (tv->tv_u.tv_string);
383 output_name = tv->tv_u.tv_string;
386 linker_output = tv->tv_u.tv_val;
404 tv_get_symbols_v2 = tv->tv_u.tv_get_symbols;
434 onload (struct ld_plugin_tv *tv) argument
438 /* This plugin does nothing but dump the tv arra
[all...]
/haiku-buildtools/binutils/binutils/
H A Drename.c110 struct timeval tv[2]; local
112 tv[0].tv_sec = statbuf->st_atime;
113 tv[0].tv_usec = 0;
114 tv[1].tv_sec = statbuf->st_mtime;
115 tv[1].tv_usec = 0;
116 result = utimes (destination, tv);
/haiku-buildtools/legacy/binutils/binutils/
H A Drename.c117 struct timeval tv[2]; local
119 tv[0].tv_sec = statbuf->st_atime;
120 tv[0].tv_usec = 0;
121 tv[1].tv_sec = statbuf->st_mtime;
122 tv[1].tv_usec = 0;
123 result = utimes (destination, tv);
/haiku-buildtools/binutils/gold/
H A Dplugin.cc217 ld_plugin_tv* tv = new ld_plugin_tv[tv_size]; local
222 tv[i].tv_tag = LDPT_MESSAGE;
223 tv[i].tv_u.tv_message = message;
226 tv[i].tv_tag = LDPT_API_VERSION;
227 tv[i].tv_u.tv_val = LD_PLUGIN_API_VERSION;
230 tv[i].tv_tag = LDPT_GOLD_VERSION;
231 tv[i].tv_u.tv_val = major * 100 + minor;
234 tv[i].tv_tag = LDPT_LINKER_OUTPUT;
236 tv[i].tv_u.tv_val = LDPO_REL;
238 tv[
[all...]
/haiku-buildtools/binutils/gold/testsuite/
H A Dplugin_section_order.c43 enum ld_plugin_status onload(struct ld_plugin_tv *tv);
50 onload(struct ld_plugin_tv *tv) argument
53 for (entry = tv; entry->tv_tag != LDPT_NULL; ++entry)
/haiku-buildtools/binutils/bfd/
H A Dplugin.c211 struct ld_plugin_tv tv[4]; local
230 tv[i].tv_tag = LDPT_MESSAGE;
231 tv[i].tv_u.tv_message = message;
234 tv[i].tv_tag = LDPT_REGISTER_CLAIM_FILE_HOOK;
235 tv[i].tv_u.tv_register_claim_file = register_claim_file;
238 tv[i].tv_tag = LDPT_ADD_SYMBOLS;
239 tv[i].tv_u.tv_add_symbols = add_symbols;
242 tv[i].tv_tag = LDPT_NULL;
243 tv[i].tv_u.tv_val = 0;
245 status = (*onload)(tv);
[all...]

Completed in 1000 milliseconds

123