OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asize
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/truetype/
ttobjs.c
419
FT_UInt
asize
;
local
427
tt_face_get_location( face, i, &
asize
);
428
if (
asize
> 0 )
[
all
...]
/external/icu4c/i18n/
basictz.cpp
443
int32_t
asize
= startTimes - idx;
local
444
if (
asize
> 0) {
445
newTimes = (UDate*)uprv_malloc(sizeof(UDate) *
asize
);
450
for (int32_t newidx = 0; newidx <
asize
; newidx++) {
460
tar->getRawOffset(), tar->getDSTSavings(), newTimes,
asize
, timeType);
/external/libvpx/vp8/encoder/
bitstream.c
1657
int
asize
;
local
[
all
...]
/bionic/libc/bionic/
dlmalloc.c
3558
size_t
asize
= 0;
local
3641
size_t
asize
= granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE);
local
[
all
...]
/external/libffi/src/
dlmalloc.c
3393
size_t
asize
= 0;
local
3463
size_t
asize
= granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE);
local
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c
3405
size_t
asize
= 0;
local
3475
size_t
asize
= granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE);
local
[
all
...]
Completed in 969 milliseconds