| /netbsd/src/sys/arch/ia64/stand/efi/libefi/ |
| D | time.c | 213 time(time_t *tloc) in time() argument 218 if (tloc) in time() 219 *tloc = tv.tv_sec; in time()
|
| /netbsd/src/games/adventure/ |
| D | io.c | 405 t->tloc = n; /* table entry mod 1000 */ in rtrav() 423 if (t->tloc <= 300) in twrite() 424 speak(<ext[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()
|
| D | subr.c | 198 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()
|
| D | hdr.h | 110 int tloc; /* n in writeup (newloc % 1000) */ member
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | tracepoint.c | 1251 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 …]
|
| D | tracepoint.h | 347 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/ |
| D | time.c | 171 time(time_t *tloc) in time() argument 177 return *tloc = EfiTimeToUnixTime(&time); in time()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_bancomm.c | 417 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/ |
| D | bootstrap.h | 333 time_t time(time_t *tloc);
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-main.c | 2555 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/ |
| D | dwarf2out.cc | 24077 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()
|
| D | fold-const.cc | 161 location_t tloc = EXPR_LOCATION (t); in expr_location_or() local 162 return tloc == UNKNOWN_LOCATION ? loc : tloc; in expr_location_or()
|
| D | ChangeLog-2018 | 18438 (grid_parallel_clauses_gridifiable): Convert "tloc" from
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 2484 tloc
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | decl.cc | 13913 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()
|