search for: constcond

Displaying 2 results from an estimated 2 matches for "constcond".

Did you mean: constand
2005 Apr 30
4
[PATCH] disable writable pagetables on FreeBSD
...); \ - xen_queue_pt_update((pt_entry_t *)vtomach(_ptp), \ + xen_queue_pt_update(vtomach(_ptp), \ xpmap_ptom(_npte)); \ if (sync || ALWAYS_SYNC) xen_flush_queue(); \ } while (/*CONSTCOND*/0) #define PT_SET_VA_MA(_ptp,_npte,sync) do { \ PMAP_REF((_ptp), (_npte)); \ - xen_queue_pt_update((pt_entry_t *)vtomach(_ptp), _npte);\ + xen_queue_pt_update(vtomach(_ptp), _npte); \ if (sync || ALWAYS_SYN...
2011 Jan 28
2
klibc 1.5.21-1 and mksh
...*/ ++#define OAAT_Update(h, buf, siz) do { \ ++ register const uint8_t *OAATcp; \ ++ register int OAATn = (siz); \ ++ \ ++ OAATcp = (const void *)(buf); \ ++ while (OAATn--) { \ ++ (h) += *OAATcp++; \ ++ (h) += (h) << 10; \ ++ (h) ^= (h) >> 6; \ ++ } \ ++} while (/* CONSTCOND */ 0) ++#define OAAT_Final(h) do { \ ++ (h) += (h) << 3; \ ++ (h) ^= (h) >> 11; \ ++ (h) += (h) << 15; \ ++} while (/* CONSTCOND */ 0) ++ ++void ++arc4random_addrandom(unsigned char *dat, int datlen) ++{ ++ register uint32_t h; ++ struct { ++ struct timeval tv; /* brings...