Searched refs:size2 (Results 76 - 92 of 92) sorted by last modified time

1234

/external/chromium_org/sdch/open-vcdiff/src/
H A Dcodetable_test.cc43 unsigned char size2,
50 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
100 EXPECT_EQ(0, code_table_data_.size2[opcode]);
245 code_table_data_.size2[20] = 1;
38 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
H A Ddecodetable.cc70 instruction_size = code_table_data_->size2[opcode];
H A Ddecodetable_test.cc46 unsigned char size2,
53 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
128 EXPECT_EQ(g_exercise_code_table_->size2[opcode], size);
404 (g_exercise_code_table_->size2[opcode] == 0)) {
41 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
H A Dencodetable_test.cc54 unsigned char size2,
61 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
49 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
H A Dinstruction_map.cc157 FindMaxSize(code_table_data.size2)) {
173 code_table_data.size2[opcode],
190 code_table_data.size2[opcode],
H A Dinstruction_map_test.cc37 unsigned char size2,
50 unsigned char size2,
128 unsigned char size2,
135 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
148 EXPECT_EQ(size, g_exercise_code_table_->size2[found_opcode]);
159 EXPECT_EQ(0, g_exercise_code_table_->size2[found_opcode]);
170 unsigned char size2,
177 size2,
123 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
164 VerifyExerciseSecondInstruction( unsigned char expected_opcode, unsigned char inst1, unsigned char size1, unsigned char mode1, unsigned char inst2, unsigned char size2, unsigned char mode2) argument
/external/chromium_org/tools/binary_size/
H A Dexplain_binary_size_delta.py99 size2 = size_list2[0]
100 if symbol_size != size2:
102 changed.append((key[0], key[1], symbol_name, symbol_size, size2))
106 size2))
167 file_path, symbol_type, symbol_name, size1, size2 = item
168 if size1 < size2:
179 for file_path, symbol_type, symbol_name, size1, size2 in section.symbols:
183 if size2 is not None:
184 section.after_size += size2
186 bucket.append((symbol_name, symbol_type, size1, size2))
[all...]
/external/chromium_org/ui/gfx/
H A Dskia_util.cc154 size_t size2 = 0; local
163 size2 = bitmap2.getSize();
166 return (size1 == size2) && (0 == memcmp(addr1, addr2, bitmap1.getSize()));
/external/chromium_org/third_party/lzma_sdk/
H A D7zStream.c73 size_t size2 = p->size - p->pos; local
74 if (size2 == 0 && *size > 0)
77 size2 = LookToRead_BUF_SIZE;
78 res = p->realStream->Read(p->realStream, p->buf, &size2);
79 p->size = size2;
81 if (size2 < *size)
82 *size = size2;
91 size_t size2 = p->size - p->pos; local
92 if (size2 == 0 && *size > 0)
98 size2
[all...]
H A DBcj2.c36 const Byte *buf2, SizeT size2,
112 if (size2 < 4)
115 size2 -= 4;
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
H A DBcj2.h30 const Byte *buf2, SizeT size2,
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc722 size = 2; goto size2;
764 size2 : target[1] = static_cast<uint8>((part0 >> 7) | 0x80);
/external/chromium_org/printing/
H A Demf_win.cc257 uint32 size2 = local
259 DCHECK(size2 == size);
260 return size2 == size && size2 != 0;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc770 size_t size2 = len2; local
773 DCHECK_GE(slice2->size(), size2);
774 if (slice1->size() < size1 || slice2->size() < size2) {
781 StringPiece binary2(slice2->begin(), size2);
783 slice2->remove_prefix(size2);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc1257 gfx::Size size2(200, 200);
1280 view_->SetSize(size2);
1281 EXPECT_EQ(size2.ToString(), view_->GetRequestedRendererSize().ToString());
1288 EXPECT_EQ(size2.ToString(), params.a.new_size.ToString());
1291 update_params.view_size = size2;
1299 EXPECT_EQ(size2.ToString(), view_->GetRequestedRendererSize().ToString());
1310 EXPECT_EQ(size2.ToString(), view_->GetRequestedRendererSize().ToString());
1315 0, MakeDelegatedFrame(1.f, size2, gfx::Rect(size2)));
1318 EXPECT_EQ(size2
[all...]
/external/ceres-solver/internal/ceres/
H A Dcovariance_impl.cc295 const int size2 = problem->ParameterBlockLocalSize(block_pair.second); local
296 num_nonzeros += size1 * size2;
/external/bison/lib/
H A Dxsize.h60 xsum (size_t size1, size_t size2) argument
62 size_t sum = size1 + size2;
71 xsum3 (size_t size1, size_t size2, size_t size3) argument
73 return xsum (xsum (size1, size2), size3);
81 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) argument
83 return xsum (xsum (xsum (size1, size2), size3), size4);
91 xmax (size_t size1, size_t size2) argument
95 return (size1 >= size2 ? size1 : size2);

Completed in 356 milliseconds

1234