Searched defs:bot (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/libs/libdatastruct/src/
H A Dcqueue.c42 uint32_t bot = (q->top >= q->count) ? (q->top - q->count) : (q->maxSize - (q->count - q->top)); local
/seL4-refos-master/libs/libdatastruct/src/
H A Dcqueue.c42 uint32_t bot = (q->top >= q->count) ? (q->top - q->count) : (q->maxSize - (q->count - q->top)); local
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dbotl.c300 bot() function
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dbotl.c300 bot() function

Completed in 31 milliseconds