Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dencoding.c304 int startByte, endByte; in objc_sizeof_type() local
311 startByte = position / BITS_PER_UNIT; in objc_sizeof_type()
313 return endByte - startByte; in objc_sizeof_type()