Home
last modified time | relevance | path

Searched refs:addend (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/jemalloc/src/
A Dnstime.c48 nstime_add(nstime_t *time, const nstime_t *addend) in nstime_add() argument
50 assert(UINT64_MAX - time->ns >= addend->ns); in nstime_add()
52 time->ns += addend->ns; in nstime_add()
/third_party/ulib/jemalloc/test/unit/
A Dnstime.c195 nstime_t addend; in TEST_BEGIN() local
196 nstime_init2(&addend, 631152000, 0); in TEST_BEGIN()
197 nstime_add(&nst, &addend); in TEST_BEGIN()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dnstime_externs.h13 void nstime_add(nstime_t *time, const nstime_t *addend);
/third_party/ulib/musl/ldso/
A Ddynlink.c449 size_t addend; in do_relocs() local
486 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