Home
last modified time | relevance | path

Searched refs:tloc (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/arch/ia64/stand/efi/libefi/
Dtime.c213 time(time_t *tloc) in time() argument
218 if (tloc) in time()
219 *tloc = tv.tv_sec; in time()
/netbsd/src/games/adventure/
Dio.c405 t->tloc = n; /* table entry mod 1000 */ in rtrav()
423 if (t->tloc <= 300) in twrite()
424 speak(&ltext[t->tloc]); in twrite()
426 if (t->tloc <= 500) in twrite()
427 printf("special code %d\n", t->tloc - 300); in twrite()
429 rspeak(t->tloc - 500); in twrite()
Dsubr.c198 newloc = kk->tloc; in fdwarf()
343 ll2 = tkk->tloc; in march()
376 if (tkk->tloc != ll2 || tkk->conditions != ll1) in march()
399 ll = tkk->tloc; in mback()
407 if (forced(ll) && k == j->tloc) in mback()
Dhdr.h110 int tloc; /* n in writeup (newloc % 1000) */ member
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtracepoint.c1251 struct bp_location *tloc, in encode_actions_1() argument
1304 tloc->address, in encode_actions_1()
1314 tloc->address, in encode_actions_1()
1324 = gen_trace_for_return_address (tloc->address, in encode_actions_1()
1345 expression_up exp = parse_exp_1 (&action_exp, tloc->address, in encode_actions_1()
1346 block_for_pc (tloc->address), in encode_actions_1()
1365 collect->add_local_register (arch, i, tloc->address); in encode_actions_1()
1383 tloc->address); in encode_actions_1()
1401 tloc->address, in encode_actions_1()
1408 agent_expr_up aexpr = gen_trace_for_expr (tloc->address, in encode_actions_1()
[all …]
Dtracepoint.h347 extern void encode_actions (struct bp_location *tloc,
351 extern void encode_actions_rsp (struct bp_location *tloc,
/netbsd/src/sys/arch/ia64/stand/ia64/ski/
Dtime.c171 time(time_t *tloc) in time() argument
177 return *tloc = EfiTimeToUnixTime(&time); in time()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_bancomm.c417 time_t tloc; in vme_poll() local
438 time(&tloc); in vme_poll()
439 tadr = gmtime(&tloc); in vme_poll()
/netbsd/src/sys/arch/ia64/stand/common/
Dbootstrap.h333 time_t time(time_t *tloc);
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.c2555 struct bp_location *tloc; in mi_cmd_trace_frame_collected() local
2614 tloc = get_traceframe_location (&stepping_frame); in mi_cmd_trace_frame_collected()
2621 encode_actions (tloc, &tracepoint_list, &stepping_list); in mi_cmd_trace_frame_collected()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc24077 rtx tloc = NULL_RTX, tlocc = NULL_RTX; in gen_subprogram_die() local
24114 tloc = XEXP (XEXP (arg, 0), 1); in gen_subprogram_die()
24183 && (ca_loc->symbol_ref || tloc)) in gen_subprogram_die()
24185 if (die != NULL && (tloc != NULL_RTX || tlocc != NULL_RTX)) in gen_subprogram_die()
24189 if (tloc != NULL_RTX) in gen_subprogram_die()
24190 tval = mem_loc_descriptor (tloc, in gen_subprogram_die()
24191 GET_MODE (tloc) == VOIDmode in gen_subprogram_die()
24192 ? Pmode : GET_MODE (tloc), in gen_subprogram_die()
Dfold-const.cc161 location_t tloc = EXPR_LOCATION (t); in expr_location_or() local
162 return tloc == UNKNOWN_LOCATION ? loc : tloc; in expr_location_or()
DChangeLog-201818438 (grid_parallel_clauses_gridifiable): Convert "tloc" from
/netbsd/src/share/man/tools/
Dnewsp.errs2484 tloc
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc13913 location_t tloc = declspecs->locations[ds_type_spec]; in grokdeclarator() local
13915 error_at (tloc, "invalid use of template-name %qE without an " in grokdeclarator()
13919 error_at (tloc, "non-static data member declared with " in grokdeclarator()