Home
last modified time | relevance | path

Searched refs:maxvalues (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c606 const int maxvalues[] = {-1, 1, 3, 7, 15, 31, 63, 127}; in pack_modified_packed_int() local
609 int partial = value & maxvalues[bits]; in pack_modified_packed_int()