Searched refs:kMaxBytes (Results 1 – 5 of 5) sorted by relevance
164 static const size_t kMaxBytes = 4 * 1024; variable165 static const size_t kSize = kSizeRequested > kMaxBytes ? kMaxBytes : kSizeAlign4;
221 static const int kMaxBytes = 4 * 1024;222 static const int kCount = kCountRequested * sizeof(T) > kMaxBytes223 ? kMaxBytes / sizeof(T)379 static const size_t kMaxBytes = 4 * 1024; variable380 static const size_t kCount = kCountRequested * sizeof(T) > kMaxBytes381 ? kMaxBytes / sizeof(T)
46 // kMaxBytes tells how many instruction bytes of __kernel_vsyscall47 // to analyze before giving up. Up to kMaxBytes+1 bytes of74 static const int kMaxBytes = 10;81 for (int i = 0; i < kMaxBytes; ++i) {107 // [__kernel_vsyscall, __kernel_vsyscall + kMaxBytes) interval.218 reg_eip - kernel_vsyscall_address < kMaxBytes) {
310 static constexpr int kMaxBytes = 1; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local311 dContext->setResourceCacheLimit(kMaxBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()325 REPORTER_ASSERT(reporter, bytesUsed > kMaxBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
939 constexpr size_t kMaxBytes = (kMaxSequence + SK_DICTIONARY_WORD_SIZE - 1) in prepareToDecode() local946 rowBuffer.reset(m_frameContext->width() - 1 + kMaxBytes); in prepareToDecode()