OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_size
(Results
1 - 7
of
7
) sorted by null
/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;
/external/v8/src/compiler/
branch-elimination.cc
245
size_t
other_size
= other.condition_count_;
local
247
while (
other_size
> condition_count_) {
249
other_size
--;
251
while (condition_count_ >
other_size
) {
loop-variable-optimizer.cc
118
size_t
other_size
= other->limit_count_;
local
120
while (
other_size
> limit_count_) {
122
other_size
--;
124
while (limit_count_ >
other_size
) {
/external/protobuf/src/google/protobuf/
reflection_internal.h
320
int
other_size
= other_mutator->Size(other_data);
local
321
for (int i = 0; i <
other_size
; ++i) {
repeated_field.h
1484
int
other_size
= other.current_size_;
local
[
all
...]
/art/runtime/native/
java_lang_reflect_Executable.cc
291
const int32_t
other_size
= other_list->Size();
local
293
if (this_size !=
other_size
) {
294
return (this_size -
other_size
);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h
1484
int
other_size
= other.current_size_;
local
[
all
...]
Completed in 267 milliseconds