OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newcnt
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftmemory.h
190
#define FT_MEM_REALLOC_MULT( ptr, oldcnt,
newcnt
, itmsz ) \
194
(FT_Long)(
newcnt
), \
206
#define FT_MEM_QREALLOC_MULT( ptr, oldcnt,
newcnt
, itmsz) \
210
(FT_Long)(
newcnt
), \
297
#define FT_REALLOC_MULT( ptr, oldcnt,
newcnt
, itmsz ) \
299
newcnt
, itmsz ) )
310
#define FT_QREALLOC_MULT( ptr, oldcnt,
newcnt
, itmsz ) \
312
newcnt
, itmsz ) )
321
#define FT_RENEW_ARRAY( ptr, curcnt,
newcnt
) \
322
FT_MEM_SET_ERROR( FT_MEM_RENEW_ARRAY( ptr, curcnt,
newcnt
) )
[
all
...]
/external/freetype/include/freetype/internal/
ftmemory.h
190
#define FT_MEM_REALLOC_MULT( ptr, oldcnt,
newcnt
, itmsz ) \
194
(FT_Long)(
newcnt
), \
206
#define FT_MEM_QREALLOC_MULT( ptr, oldcnt,
newcnt
, itmsz) \
210
(FT_Long)(
newcnt
), \
297
#define FT_REALLOC_MULT( ptr, oldcnt,
newcnt
, itmsz ) \
299
newcnt
, itmsz ) )
310
#define FT_QREALLOC_MULT( ptr, oldcnt,
newcnt
, itmsz ) \
312
newcnt
, itmsz ) )
321
#define FT_RENEW_ARRAY( ptr, curcnt,
newcnt
) \
322
FT_MEM_SET_ERROR( FT_MEM_RENEW_ARRAY( ptr, curcnt,
newcnt
) )
[
all
...]
/system/extras/tests/ext4/
android_emmc_perf_tests.sh
177
NEWCNT
=`adb shell logcat -d |grep -c "Finished fstrim work"`
178
while [ "$
NEWCNT
" -eq "$ORIGCNT" ]
187
NEWCNT
=`adb shell logcat -d |grep -c "Finished fstrim work"`
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
566
//
newcnt
= __builtin_ctpop(x);
567
// t =
newcnt
;
[
all
...]
Completed in 172 milliseconds