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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 24 size_t this_size)
26 this_size_(this_size),
207 size_t this_size = 0; local
210 this_size += size_vector_[j];
214 if (this_size < static_cast<size_t>(*min_size)) {
215 *min_size = this_size;
217 if (this_size > static_cast<size_t>(*max_size)) {
218 *max_size = this_size;
vp8_partition_aggregator.h 29 size_t this_size);
60 size_t this_size() const { return this_size_; } function in class:webrtc::PartitionTreeNode
vp8_partition_aggregator_unittest.cc 39 EXPECT_EQ(3u, root->left_child()->this_size());
40 EXPECT_EQ(2u, root->right_child()->this_size());
  /external/tensorflow/tensorflow/core/lib/strings/
strcat.cc 133 const size_t this_size = piece.size(); local
134 memcpy(out, piece.data(), this_size);
135 out += this_size;
160 const size_t this_size = piece.size(); local
161 memcpy(out, piece.data(), this_size);
162 out += this_size;
  /toolchain/binutils/binutils-2.27/libiberty/
alloca.c 312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 29 static int get_fixed_point_scale_factor(int other_size, int this_size) {
34 return (other_size << REF_SCALE_SHIFT) / this_size;
  /art/runtime/native/
java_lang_reflect_Executable.cc 290 const int32_t this_size = this_list->Size(); local
293 if (this_size != other_size) {
294 return (this_size - other_size);
297 for (int32_t i = 0; i < this_size; ++i) {
  /toolchain/binutils/binutils-2.27/gas/config/
tc-h8300.c 1090 int this_size; local
1094 this_size = this_try->opcode->how & SN;
1263 else if (this_size != size && (this_size != SN && size != SN))
    [all...]
tc-xtensa.c 3138 int this_size = 0; local
3184 int this_size = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
powerpc.cc 2680 uint64_t this_size; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ieee.c 1695 bfd_vma this_size; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 420 milliseconds