Home | History | Annotate | Download | only in common

Lines Matching full:numbytes

1235 static const void* addOffset (const void* ptr, int numBytes)
1237 return (const deUint8*)ptr + numBytes;
1240 static void* addOffset (void* ptr, int numBytes)
1242 return (deUint8*)ptr + numBytes;