Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/jemalloc/test/integration/
A Dthread_tcache_enabled.c16 bool e0, e1; in thd_start() local
30 e1 = false; in thd_start()
36 e1 = true; in thd_start()
38 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
41 e1 = true; in thd_start()
46 e1 = false; in thd_start()
51 e1 = false; in thd_start()
57 e1 = true; in thd_start()
63 e1 = true; in thd_start()
69 e1 = false; in thd_start()
[all …]
/third_party/ulib/backtrace/
A Dpecoff.c288 const struct coff_symbol *e1 = (const struct coff_symbol *) v1; in coff_symbol_compare() local
291 if (e1->address < e2->address) in coff_symbol_compare()
293 else if (e1->address > e2->address) in coff_symbol_compare()
A Delf.c334 const struct elf_symbol *e1 = (const struct elf_symbol *) v1; in elf_symbol_compare() local
337 if (e1->address < e2->address) in elf_symbol_compare()
339 else if (e1->address > e2->address) in elf_symbol_compare()

Completed in 8 milliseconds