Home
last modified time | relevance | path

Searched defs:BR_PC_GET (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DBra86.c18 #define BR_PC_GET (pc + (UInt32)(SizeT)p) macro
21 #define BR_PC_GET (pc - (UInt32)(SizeT)(lim - p)) macro
DBra.c18 #define BR_PC_GET (pc + (UInt32)(SizeT)p) macro
21 #define BR_PC_GET (pc - (UInt32)(SizeT)(lim - p)) macro
/external/lzma/CPP/7zip/Compress/
DRar5Decoder.cpp776 #define BR_PC_GET (pc + (UInt32)(SizeT)data) macro
779 #define BR_PC_GET (pc - (UInt32)(SizeT)(data_lim - data)) macro