Searched refs:bot (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c116 workers[id].bot = NULL;
223 tls->bot = workers[tls->id].task_desc_stack;
229 /** Called when a worker spawns its first task to set its bot value so other
237 tls->bot = val;
243 /** Called when a worker spawns its first task to set its bot value so other
246 static inline void atomic_inc(struct generic_task_desc ** bot, int bytes) { argument
247 __sync_fetch_and_add((uint64_t*)bot, (uint64_t) bytes);
259 stolenTask = victim->bot;
275 // we have stolen the task, update bot
276 atomic_inc(&(victim->bot), stolenTas
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dfacts.pl7 % add,aut,bot,cha,dat,edi,edr,eds,fla,flo,how,ins,jou,key,
12 all_attributes([add,aut,bot,cha,dat,edi,edr,eds,fla,flo,how,ins,jou,key,
49 cap_attr_abbr('Booktitle',bot).
88 att_to_var(bot,"Bot").
124 att_to_string(bot,"bot").
190 prompted_atts(inb,[[aut,m],[key,m],[tit,m],[bot,m],[cha,o],[pag,m],[edr,o],
193 prompted_atts(inc,[[aut,m],[key,m],[tit,m],[bot,m],[cha,o],[pag,m],[edr,o],
196 prompted_atts(inp,[[aut,m],[key,m],[tit,m],[bot,m],[org,m],[pag,m],[edr,o],
207 prompted_atts(pro,[[org,m],[key,m],[tit,m],[bot,
[all...]
H A Dyoyo3.pl549 insert(inb(ide = Ide, aut = Aut, tit = Tit, bot = Bot, cha = Cha,
555 insert(inc(ide = Ide, aut = Aut, tit = Tit, bot = Bot, cha = Cha,
560 insert(inp(ide = Ide, aut = Aut, tit = Tit, bot = Bot, org = Org,
581 insert(pro(ide = Ide, org = Org, tit = Tit, bot = Bot, edr = Edr,
H A Dcheck_entry.pl625 insert(inb(ide = Ide, aut = Aut, key = Key, tit = Tit, bot = Bot,
633 insert(inc(ide = Ide, aut = Aut, key = Key, tit = Tit, bot = Bot,
640 insert(inp(ide = Ide, aut = Aut, key = Key, tit = Tit, bot = Bot,
667 insert(pro(ide = Ide, key = Key, org = Org, tit = Tit, bot = Bot,
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_get.c81 int top, bot; local
115 bot = 0;
116 while (top > bot)
118 int mid = (top + bot) / 2;
123 if (c > 0) bot = mid + 1; else top = mid;
164 int top, bot; local
199 bot = 0;
200 while (top > bot)
202 int mid = (top + bot) / 2;
234 if (c > 0) bot
[all...]
H A Dpcre_compile.c1518 int i, bot, top; local
1560 bot = 0;
1563 while (bot < top)
1566 i = (bot + top) >> 1;
1574 if (r > 0) bot = i + 1; else top = i;
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dmerge.c258 #define reverse(bot, top) { \
263 tmp = *bot; *bot++ = *s; *s++ = tmp; \
266 } while(bot < s); \
/barrelfish-2018-10-04/lib/libc/stdtime/
H A Dstrftime.c386 int bot; local
396 bot = ((yday + 11 - wday) %
402 top = bot -
412 if (yday >= bot) {
413 w = 1 + ((yday - bot) /
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkinspect.tcl148 set bot [frame $iw.bot]
152 set alert_text [text $bot.alert -height 1 -background lightgray]
168 pack $bot -side bottom -fill x
173 pack [ttk::sizegrip $bot.alert.grip] -side right -anchor se
/barrelfish-2018-10-04/include/vm/
H A Dvm_map.c3497 vm_offset_t bot, top; local
3545 bot = addrbos + max_ssize - init_ssize;
3547 bot = addrbos;
3549 bot = round_page(addrbos + max_ssize/2 - init_ssize/2);
3550 top = bot + init_ssize;
3551 rv = vm_map_insert(map, NULL, 0, bot, top, prot, max, cow);
3556 if (new_entry->end != top || new_entry->start != bot)
/barrelfish-2018-10-04/include/tweed/
H A Dtweed.h475 struct generic_task_desc * bot; member in struct:worker_desc
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dpropiachr.tex405 introducing a bottom $\bot$ and a top $\top$.
406 $\bot$ is a term carrying no
439 two terms $\top$ and $\bot$ in the MSG class.

Completed in 294 milliseconds