Home
last modified time | relevance | path

Searched defs:IsFull (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dhuffman.c38 static int IsFull(const HuffmanTree* const tree) { in IsFull() function
/external/v8/src/heap/
Dmark-compact.h156 inline bool IsFull() { return ((top_ + 1) & mask_) == bottom_; } in IsFull() function
310 inline bool IsFull() { return idx_ == kNumberOfElements; } in IsFull() function