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

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Ds390-dis.c113 int status, opsize, bufsize; local
138 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1;
139 status = opsize > bufsize;
144 opsize = ((((buffer[0] >> 6) + 1) >> 1) + 1) << 1;
225 return opsize;

Completed in 113 milliseconds