Searched defs:rep (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dfp_extend.h82 } rep = {.f = x}; local
90 } rep = {.i = x}; local
H A Dfp_trunc.h69 } rep = {.f = x}; local
77 } rep = {.i = x}; local
H A Dfp_lib.h222 } rep = {.f = x}; local
230 } rep = {.i = x}; local
267 rep_t rep = toRep(x); local
[all...]
/barrelfish-master/lib/cxx/cxx/include/
H A Drefstring.h72 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); local
109 _Rep_base* rep local
[all...]
/barrelfish-master/lib/cxx/cxxabi/include/
H A Drefstring.h76 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); local
113 _Rep_base* rep local
[all...]
/barrelfish-master/lib/compiler-rt/test/
H A Dfp_test.h82 uint16_t rep = toRep16(result); local
100 uint32_t rep = toRep32(result); local
118 uint64_t rep = toRep64(result); local
141 __uint128_t rep = toRep128(result); local
[all...]
/barrelfish-master/usr/drivers/enet/
H A Denet_module.c31 static void some_sleep(uint64_t rep) argument

Completed in 50 milliseconds