Home
last modified time | relevance | path

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

/trusty/kernel/app/pactest/
Dpactest.c328 uint8_t top = 0, bot = 64; in TEST_P() local
359 top = MAX(top, 63 - __builtin_clzll(val)); in TEST_P()
366 ASSERT_GT(top, bot); in TEST_P()
369 int bits = (top + 1) - bot; in TEST_P()
370 if (bot < 55 && top > 55) { in TEST_P()
376 top, bot, bits); in TEST_P()
380 ASSERT_EQ(top, 0); in TEST_P()
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2601 mchunkptr top; member
2653 #define is_initialized(M) ((M)->top != 0)
3283 if (p != m->dv && p != m->top) { in do_check_free_chunk()
3289 assert (next == m->top || is_inuse(next)); in do_check_free_chunk()
3445 q != m->top && q->head != FENCEPOST_HEAD) { in traverse_and_check()
3483 if (m->top != 0) { /* check top chunk */ in do_check_malloc_state()
3484 do_check_top_chunk(m, m->top); in do_check_malloc_state()
3487 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
3512 q != m->top && q->head != FENCEPOST_HEAD) { in internal_mallinfo()
3556 q != m->top && q->head != FENCEPOST_HEAD) { in internal_malloc_stats()
[all …]
/trusty/user/base/make/
DREADME.md4 The userspace build system is built on top of the lk build system, along with
11 The top-level entry point for building a userspace app is the
/trusty/vendor/google/aosp/scripts/
Drun_tests.py541 top = os.path.abspath(os.path.join(script_dir, "../../../../.."))
542 return os.path.join(top, "build-root")
Dbuild.py665 top = os.path.abspath(os.path.join(script_dir, "../../../../.."))
679 default=os.path.join(top, "build-root"),
765 os.chdir(top)
Dtrusty_build_config.py634 top = os.path.abspath(os.path.join(script_dir, "../../../../.."))
635 os.chdir(top)
Dtest-map470 command="nice -n -20 top -b -m 5 -n 11 -d 2 &"
/trusty/user/app/storage/
DREADME.md42 - block_set - Set operations built on top of B+ tree.
53 - client_tipc - Implement the secure storage tipc api on top of the file system.
/trusty/user/app/sample/rust-hello-world/
DREADME.md8 - In the gerrit UI, on the top right corner, select Download Patch, then cherry-pick.