Searched refs:getbits (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
H A Dselect.c186 #define getbits(name, x) \ macro
197 getbits(in, 0);
198 getbits(ou, 1);
199 getbits(ex, 2);
200 #undef getbits macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_random.py263 getbits = self.gen.getrandbits
267 cum |= getbits(span)
419 getbits = self.gen.getrandbits
423 cum |= getbits(span)

Completed in 47 milliseconds