Searched refs:size_ (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | ringbuffer.h | 34 const uint32_t size_; member in struct:RingBuffer 60 *(uint32_t*)&rb->size_ = 1u << window_bits; 63 *(uint32_t*)&rb->total_size_ = rb->size_ + rb->tail_size_; 98 const size_t p = rb->size_ + masked_pos; 126 rb->buffer_[rb->size_ - 2] = 0; 127 rb->buffer_[rb->size_ - 1] = 0; 130 rb->buffer_[rb->size_] = 241; 137 if (BROTLI_PREDICT_TRUE(masked_pos + n <= rb->size_)) { 146 memcpy(&rb->buffer_[0], bytes + (rb->size_ - masked_pos), 147 n - (rb->size_ [all...] |
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttcmap.h | 59 size_, \ 75 { size_, \
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | ftdrv.h | 223 size_, \ 250 size_, \
|
| H A D | ftobjs.h | 234 size_, \ 247 size_, \ 1065 size_, \ 1076 size_, \ 1111 size_, \ 1129 size_, \ 1180 size_, \ 1190 size_, \ 1206 size_, \ 1218 size_, \ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 1053 (this->*rhs.clone_)(rhs.array_, rhs.size_); 1062 size_t size() const { return size_; } 1064 const_iterator end() const { return array_ + size_; } 1081 size_ = a_size; 1088 size_ = a_size; 1093 size_t size_; member in class:testing::internal::NativeArray
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 1054 (this->*rhs.clone_)(rhs.array_, rhs.size_); 1063 size_t size() const { return size_; } 1065 const_iterator end() const { return array_ + size_; } 1081 size_ = a_size; 1088 size_ = a_size; 1093 size_t size_; member in class:testing::internal::NativeArray
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.hpp | 515 ::size_t size_; 519 string(void) : size_(0), str_(NULL) 535 size_(size), 539 str_ = new char[size_+1]; 541 memcpy(str_, str, size_ * sizeof(char)); 542 str_[size_] = '\0'; 545 size_ = 0; 556 size_(0), 560 size_= ::strlen(str); 562 if( size_ > 718 unsigned int size_; member in class:cl::vector [all...] |
| H A D | cl2.hpp | 5625 size_type size_; member in struct:cl::LocalSpaceArg 5656 static size_type size(const LocalSpaceArg& value) { return value.size_; }
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl.hpp | 515 ::size_t size_; 519 string(void) : size_(0), str_(NULL) 535 size_(size), 539 str_ = new char[size_+1]; 541 memcpy(str_, str, size_ * sizeof(char)); 542 str_[size_] = '\0'; 545 size_ = 0; 556 size_(0), 560 size_= ::strlen(str); 562 if( size_ > 718 unsigned int size_; member in class:cl::vector [all...] |
| H A D | cl2.hpp | 5769 size_type size_; member in struct:cl::LocalSpaceArg 5800 static size_type size(const LocalSpaceArg& value) { return value.size_; }
|
Completed in 111 milliseconds