Home
last modified time | relevance | path

Searched refs:high (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/backtrace/
A Ddwarf.c906 if (a1->high < a2->high) in function_addrs_compare()
908 if (a1->high > a2->high) in function_addrs_compare()
953 if ((addrs.low == p->high || addrs.low == p->high + 1) in add_unit_addr()
956 if (addrs.high > p->high) in add_unit_addr()
957 p->high = addrs.high; in add_unit_addr()
1001 if (a1->high < a2->high) in unit_addrs_compare()
1003 if (a1->high > a2->high) in unit_addrs_compare()
1308 base = high; in add_unit_ranges()
1314 a.high = high + base; in add_unit_ranges()
2251 if ((lowpc == p->high || lowpc == p->high + 1) in add_function_range()
[all …]
/third_party/ulib/musl/third_party/smoothsort/
A Dqsort.c151 unsigned char *head, *high; in qsort() local
160 high = head + size - width; in qsort()
166 while (head < high) { in qsort()
172 if (lp[pshift - 1] >= high - head) { in qsort()
/third_party/ulib/ngunwind/src/
A Dos-linux.h204 unsigned long *low, unsigned long *high, unsigned long *offset) in maps_next() argument
265 cp = scan_hex (cp, high); in maps_next()
/third_party/lib/jitterentropy/
A DREADME.md5 It does not depend on any system resource other than a high-resolution time
/third_party/ulib/jemalloc/src/
A Dextent.c286 size_t high = atomic_read_zu(&highpages); in extent_gprof_add() local
287 while (cur > high && atomic_cas_zu(&highpages, high, cur)) { in extent_gprof_add()
292 high = atomic_read_zu(&highpages); in extent_gprof_add()
294 if (cur > high && prof_gdump_get_unlocked()) in extent_gprof_add()
/third_party/ulib/jemalloc/
A DChangeLog256 This is a bugfix release that is somewhat high risk due to the amount of
350 mallctls provide high level per arena huge allocation statistics.
445 "stats.chunks.high" mallctls.
/third_party/ulib/musl/
A DWHATSNEW115 fixed signedness bug in strchr that prevented finding high bytes.
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl6278 Multiply (B1HI, 256, Local0) // Make high byte.....high
/third_party/lib/acpica/
A Dchanges.txt5605 level set very high.

Completed in 41 milliseconds