Searched refs:addend (Results 1 – 4 of 4) sorted by relevance
48 nstime_add(nstime_t *time, const nstime_t *addend) in nstime_add() argument50 assert(UINT64_MAX - time->ns >= addend->ns); in nstime_add()52 time->ns += addend->ns; in nstime_add()
195 nstime_t addend; in TEST_BEGIN() local196 nstime_init2(&addend, 631152000, 0); in TEST_BEGIN()197 nstime_add(&nst, &addend); in TEST_BEGIN()
13 void nstime_add(nstime_t *time, const nstime_t *addend);
449 size_t addend; in do_relocs() local486 addend = rel[2]; in do_relocs()488 addend = 0; in do_relocs()495 addend = saved_addends[save_slot++]; in do_relocs()497 addend = *reloc_addr; in do_relocs()507 addend -= (size_t)reloc_addr; in do_relocs()511 *reloc_addr = sym_val + addend; in do_relocs()514 *reloc_addr = base + addend; in do_relocs()536 *reloc_addr = tls_val + addend - DTP_OFFSET; in do_relocs()552 addend = reloc_addr[1]; in do_relocs()[all …]
Completed in 11 milliseconds