OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_max
(Results
26 - 41
of
41
) sorted by null
1
2
/external/chromium_org/third_party/libpng/
pngpread.c
694
png_size_t
new_max
;
local
703
new_max
= png_ptr->save_buffer_size + png_ptr->current_buffer_size + 256;
706
(png_uint_32)
new_max
);
714
png_ptr->save_buffer_max =
new_max
;
[
all
...]
/external/libpng/
pngpread.c
694
png_size_t
new_max
;
local
703
new_max
= png_ptr->save_buffer_size + png_ptr->current_buffer_size + 256;
706
(png_uint_32)
new_max
);
714
png_ptr->save_buffer_max =
new_max
;
[
all
...]
/external/blktrace/
blkparse.c
507
int
new_max
= (cpu + CPUS_PER_LONG) & ~(CPUS_PER_LONG - 1);
local
508
unsigned long *map = malloc(
new_max
/ sizeof(long));
510
memset(map, 0,
new_max
/ sizeof(long));
518
pdi->cpu_map_max =
new_max
;
[
all
...]
/external/chromium_org/third_party/freetype/src/base/
ftstroke.c
321
FT_UInt
new_max
= border->num_points + new_points;
local
325
if (
new_max
> old_max )
331
while ( cur_max <
new_max
)
[
all
...]
/external/freetype/src/base/
ftstroke.c
321
FT_UInt
new_max
= border->num_points + new_points;
local
325
if (
new_max
> old_max )
331
while ( cur_max <
new_max
)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py
513
new_max
= max + 10
514
self.scale.set(
new_max
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py
513
new_max
= max + 10
514
self.scale.set(
new_max
)
[
all
...]
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
3577
int
new_max
= __pyx_code_cache.max_count + 64;
local
[
all
...]
qavltree.c
3180
int
new_max
= __pyx_code_cache.max_count + 64;
local
[
all
...]
qbintree.c
3175
int
new_max
= __pyx_code_cache.max_count + 64;
local
[
all
...]
qrbtree.c
3177
int
new_max
= __pyx_code_cache.max_count + 64;
local
[
all
...]
/external/qemu/android/
console.c
150
int
new_max
= old_max + (old_max >> 1) + 4;
local
152
Redir new_redirs = realloc( global->redirs,
new_max
*sizeof(global->redirs[0]) );
157
global->max_redirs =
new_max
;
[
all
...]
/external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c
513
/*
new_max
:: The new capacity (size) of the buffer. */
529
FT_ULong
new_max
)
535
if ( *size <
new_max
)
537
if ( FT_REALLOC( *pbuff, *size * multiplier,
new_max
* multiplier ) )
539
*size =
new_max
;
[
all
...]
/external/freetype/src/truetype/
ttinterp.c
513
/*
new_max
:: The new capacity (size) of the buffer. */
529
FT_ULong
new_max
)
535
if ( *size <
new_max
)
537
if ( FT_REALLOC( *pbuff, *size * multiplier,
new_max
* multiplier ) )
539
*size =
new_max
;
[
all
...]
/external/chromium_org/v8/src/
jsregexp.cc
4911
int
new_max
= (max == kInfinity) ? max : max - min;
local
[
all
...]
/external/v8/src/
jsregexp.cc
3828
int
new_max
= (max == kInfinity) ? max : max - min;
local
[
all
...]
Completed in 1197 milliseconds
1
2