OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_count
(Results
1 - 25
of
69
) sorted by null
1
2
3
/external/freetype/src/base/
ftutil.c
95
FT_Long
new_count
,
102
cur_count,
new_count
, block, &error );
103
if ( !error &&
new_count
> cur_count )
105
(
new_count
- cur_count ) * item_size );
116
FT_Long
new_count
,
127
if ( cur_count < 0 ||
new_count
< 0 || item_size < 0 )
132
else if (
new_count
== 0 || item_size == 0 )
137
else if (
new_count
> FT_INT_MAX/item_size )
145
block = ft_mem_alloc( memory,
new_count
*item_size, &error );
151
FT_Long new_size =
new_count
*item_size
[
all
...]
/external/chromium/third_party/libevent/
poll.c
260
int
new_count
;
local
262
new_count
= 32;
264
new_count
= pop->fd_count * 2;
265
while (
new_count
<= ev->ev_fd)
266
new_count
*= 2;
268
realloc(pop->idxplus1_by_fd,
new_count
* sizeof(int));
275
0, sizeof(int)*(
new_count
- pop->fd_count));
276
pop->fd_count =
new_count
;
/external/freetype/include/freetype/internal/
ftmemory.h
127
FT_Long
new_count
,
135
FT_Long
new_count
,
/external/blktrace/
blkparse.c
325
int
new_count
= cpu + 1;
local
329
size =
new_count
* sizeof(struct per_cpu_info);
339
new_space = (
new_count
- ncpus) * sizeof(struct per_cpu_info);
342
pdi->ncpus =
new_count
;
345
for (
new_count
= 0;
new_count
< pdi->ncpus;
new_count
++) {
346
struct per_cpu_info *pci = &pdi->cpus[
new_count
];
[
all
...]
/external/qemu/telephony/
gsm.c
283
gsm_rope_ensure( GsmRope rope, int
new_count
)
291
while (new_max <
new_count
) {
302
rope->max =
new_count
;
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ar
nm
ranlib
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-addr2line
arm-eabi-ar
arm-eabi-c++filt
arm-eabi-nm
arm-eabi-ranlib
arm-eabi-run
arm-eabi-size
arm-eabi-strings
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
ar
nm
ranlib
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line
arm-eabi-ar
arm-eabi-c++filt
arm-eabi-nm
arm-eabi-ranlib
arm-eabi-size
Completed in 169 milliseconds
1
2
3