/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | recognize_commands.h | 34 : error_reporter_(error_reporter), front_index_(0), size_(0) {} in PreviousResultsQueue() 49 int size() { return size_; } in size() 50 bool empty() { return size_ == 0; } in empty() 53 int back_index = front_index_ + (size_ - 1); in back() 67 size_ += 1; in push_back() 82 size_ -= 1; in pop_front() 90 if ((offset < 0) || (offset >= size_)) { in from_front() 93 offset = size_ - 1; in from_front() 108 int size_; variable
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftobjs.h | 217 size_, \ argument 230 size_, \ 1112 size_, \ argument 1123 size_, \ 1206 size_, \ argument 1224 size_, \ 1418 size_, \ argument 1428 size_, \ 1444 size_, \ argument 1456 size_, \ [all …]
|
A D | ftdriver.h | 242 size_, \ argument 269 size_, \ 308 size_, \ argument 365 size_, \
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | types.h | 156 RuntimeShape() : size_(0) {} in RuntimeShape() 186 if (size_ > kMaxSmallSize) { in RuntimeShape() 197 return this->size_ == comp.size_ && 203 if (size_ > kMaxSmallSize) { in ~RuntimeShape() 215 TFLITE_DCHECK_LT(i, size_); in Dims() 220 TFLITE_DCHECK_LT(i, size_); in SetDim() 221 if (size_ > kMaxSmallSize) { in SetDim() 238 if (size_ > kMaxSmallSize) { in Resize() 245 size_ = dimensions_count; in Resize() 305 : size_(0) { in RuntimeShape() [all …]
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttcmap.h | 62 size_, \ argument 78 { size_, \ 98 size_, \ argument 114 clazz->clazz.size = size_; \
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Part.h | 30 Part() :partNumber_(0), size_(0), cRC64_(0) {} in Part() 33 int64_t Size() const { return size_; } in Size() 42 int64_t size_; variable
|
A D | ListObjectsResult.h | 36 int64_t Size() const { return size_; } in Size() 45 int64_t size_; variable
|
A D | ListObjectVersionsResult.h | 40 int64_t Size() const { return size_; } in Size() 51 int64_t size_; variable
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | allocator.cc | 30 if (current_ + num_bytes > size_) { in AllocateFast() 112 std::ptrdiff_t new_size = size_ + fallback_blocks_total_size_; in FreeAll() 115 size_ = new_size; in FreeAll()
|
A D | allocator.h | 93 std::ptrdiff_t size_ = 0; variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | webpinfo.c | 98 size_t size_; member 335 size_t data_size = chunk_data->size_ - CHUNK_HEADER_SIZE; in ParseLossyHeader() 347 assert(chunk_data->size_ >= CHUNK_HEADER_SIZE + 10); in ParseLossyHeader() 506 size_t data_size = chunk_data->size_ - CHUNK_HEADER_SIZE; in ParseLosslessHeader() 542 size_t data_size = chunk_data->size_ - CHUNK_HEADER_SIZE; in ParseAlphaHeader() 648 chunk_data->size_ = chunk_size; in ParseChunk() 786 chunk_data->size_ - CHUNK_HEADER_SIZE - ANMF_CHUNK_SIZE; in ProcessANMFChunk() 795 WebPGetFeatures(data, chunk_data->size_, &features); in ProcessImageChunk() 936 (int)chunk_data->offset_, (int)chunk_data->size_); in ProcessChunk() 943 (int)chunk_data->size_); in ProcessChunk() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/ |
A D | demux.c | 40 size_t size_; member 200 frame->img_components_[0].size_ = size; in SetFrameInfo() 238 frame->img_components_[1].size_ = chunk_size; in StoreFrame() 359 chunk->data_.size_ = size; in StoreChunk() 412 if (!has_alpha && frame->img_components_[1].size_ > 0) { in ParseSingleImage() 414 frame->img_components_[1].size_ = 0; in ParseSingleImage() 616 if (alpha->size_ == 0 && image->size_ == 0) return 0; in IsValidExtendedFormat() 628 if (alpha->size_ > 0 && image->size_ > 0 && in IsValidExtendedFormat() 809 *data_size = image->size_; in GetFramePayload() 813 if (alpha->size_ > 0) { in GetFramePayload() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | utils.c | 64 size_t size_; member 124 b->size_ = size; in AddMem() 151 total_mem -= block->size_; in SubMem() 154 (uint32_t)total_mem, (uint32_t)block->size_); in SubMem()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | backward_references_enc.c | 81 int size_; // currently used size member 119 c.last_pos_ = c.cur_pos + c.cur_block_->size_; in VP8LRefsCursorInit() 130 c->last_pos_ = (b == NULL) ? NULL : b->start_ + b->size_; in VP8LRefsCursorNextBlock() 153 b->size_ = 0; in BackwardRefsNewBlock() 162 if (b == NULL || b->size_ == refs->block_size_) { in VP8LBackwardRefsCursorAdd() 166 b->start_[b->size_++] = v; in VP8LBackwardRefsCursorAdd() 173 assert(p->size_ == 0); in VP8LHashChainInit() 179 p->size_ = size; in VP8LHashChainInit() 188 p->size_ = 0; in VP8LHashChainClear() 237 assert(p->size_ != 0); in VP8LHashChainFill()
|
A D | backward_references_enc.h | 131 int size_; member
|
A D | frame_enc.c | 219 enc->segment_hdr_.size_ = in SetSegmentProbas() 226 enc->segment_hdr_.size_ = 0; in SetSegmentProbas() 599 size_p0 += enc->segment_hdr_.size_; in OneStatPass() 838 size_p0 += enc->segment_hdr_.size_; in VP8EncTokenLoop()
|
A D | vp8i_enc.h | 144 int size_; // bit-cost for transmitting the segment map member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | flatbuffers.h | 687 size_(0) {} 696 size_(sz) {} 707 size_(other.size_) { 727 size_ = other.size_; 743 size_t size() const { return size_; } 782 size_t size_; 796 size_ = 0; 2152 size_(buf_len), 2185 return Check(elem_len < size_ && elem <= size_ - elem_len); 2359 return (size > size_) ? 0 : size; [all …]
|
A D | flexbuffers.h | 222 : Object(data, byte_width), size_(read_size()) {} in Sized() 225 : Object(data, byte_width), size_(sz) {} in Sized() 226 size_t size() const { return size_; } in size() 233 size_t size_;
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | anim_encode.c | 72 size_t size_; // Number of allocated frames. member 286 enc->size_ = enc->options_.kmax - enc->options_.kmin + 1; in WebPAnimEncoderNewInternal() 289 if (enc->size_ < 2) enc->size_ = 2; in WebPAnimEncoderNewInternal() 291 (EncodedFrame*)WebPSafeCalloc(enc->size_, sizeof(*enc->encoded_frames_)); in WebPAnimEncoderNewInternal() 327 for (i = 0; i < enc->size_; ++i) { in WebPAnimEncoderDelete() 343 assert(enc->start_ + position < enc->size_); in GetFrame()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | ListPartsResult.cc | 112 part.size_ = std::strtoll(node->GetText(), nullptr, 10); in operator =()
|
A D | ListObjectsResult.cc | 112 if (node && node->GetText()) content.size_ = std::atoll(node->GetText()); in operator =()
|
A D | ListObjectVersionsResult.cc | 127 if (node && node->GetText()) content.size_ = std::atoll(node->GetText()); in operator =()
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableCopier.cc | 376 part.size_ = objectSize_ - partSize_ * (partCount - 1); in getPartsToUploadCopy() 379 part.size_ = partSize_; in getPartsToUploadCopy()
|
A D | ResumableUploader.cc | 359 part.size_ = objectSize_ - partSize_ * (partCount - 1); in getPartsToUpload() 361 part.size_ = partSize_; in getPartsToUpload()
|