OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_size
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/make-3.81/
alloca.c
329
long
this_size
; /* Size of this block (does not include
member in struct:stk_trailer
386
size = trailer->
this_size
;
406
if (trailer->
this_size
<= 0)
408
result += trailer->
this_size
;
/ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c
317
long
this_size
; /* Size of this block (does not include
member in struct:stk_trailer
374
size = trailer->
this_size
;
394
if (trailer->
this_size
<= 0)
396
result += trailer->
this_size
;
/external/libvpx/libvpx/vp9/common/
vp9_scale.c
56
static int get_fixed_point_scale_factor(int other_size, int
this_size
) {
61
return (other_size << REF_SCALE_SHIFT) /
this_size
;
/external/chromium_org/v8/src/
interface.cc
192
int
this_size
= this->exports_ == NULL ? 0 : this->exports_->occupancy();
local
194
if (that->IsFrozen() &&
this_size
> that_size) {
/external/v8/src/
interface.cc
176
int
this_size
= this->exports_ == NULL ? 0 : this->exports_->occupancy();
local
178
if (that->IsFrozen() &&
this_size
> that_size) {
Completed in 109 milliseconds