OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modsize
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/vms/
lbr.h
291
unsigned char
modsize
[4];
member in struct:vms_mhd
/toolchain/binutils/binutils-2.25/bfd/
vms-lib.c
2146
unsigned int
modsize
= 0;
local
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c
598
/* Encode a modified packed integer, with a subfield of
modsize
bits
600
* checked to ensure it actually fits in
modsize
bits.
604
int
modsize
, int subfield)
608
int bits = 7 -
modsize
;
610
unsigned char b = subfield | (partial <<
modsize
);
[
all
...]
Completed in 160 milliseconds