Home
last modified time | relevance | path

Searched defs:beg (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
Ddeflate.c767 uInt beg = s->pending; /* start of bytes to update crc */ local
795 uInt beg = s->pending; /* start of bytes to update crc */ local
826 uInt beg = s->pending; /* start of bytes to update crc */ local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinffast.c75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
Ddeflate.c654 uInt beg = s->pending; /* start of bytes to update crc */ local
682 uInt beg = s->pending; /* start of bytes to update crc */ local
713 uInt beg = s->pending; /* start of bytes to update crc */ local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h604 int beg; member
615 int* beg; member
Dregexec.c216 onig_region_set(OnigRegion* region, int at, int beg, int end) in onig_region_set()