HomeSort by relevance Sort by last modified time
    Searched refs:INLINE_VECS (Results 1 - 2 of 2) sorted by null

  /development/simulator/wrapsim/
DevLog.c 319 const size_t INLINE_VECS = 6;
320 struct iovec stackVec[INLINE_VECS];
324 if (numLines > INLINE_VECS) {
  /system/core/liblog/
fake_log_device.c 446 const size_t INLINE_VECS = 6;
448 struct iovec stackVec[INLINE_VECS];
456 if (numVecs > INLINE_VECS) {

Completed in 1270 milliseconds