Searched refs:cc (Results 1 - 25 of 4354) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/actions-none/src/
H A Dfoo.cc1 foo.cc
/external/clang/test/CodeGen/
H A D2007-10-30-Volatile.c4 volatile int cc = 0; local
5 p += cc;
/external/chromium_org/third_party/skia/experimental/webtry/
H A Dsafec7 cc $@
/external/chromium_org/tools/gyp/test/external-cross-compile/src/
H A Dbogus1.cc1 From bogus1.cc
H A Dtest1.cc1 From test1.cc
H A Dtest3.cc1 From test3.cc
/external/chromium_org/third_party/libwebp/utils/
H A Dcolor_cache.c22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { argument
24 assert(cc != NULL);
26 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
27 sizeof(*cc->colors_));
28 if (cc->colors_ == NULL) return 0;
29 cc->hash_shift_ = 32 - hash_bits;
33 void VP8LColorCacheClear(VP8LColorCache* const cc) { argument
34 if (cc != NULL) {
35 WebPSafeFree(cc->colors_);
36 cc
[all...]
/external/webp/src/utils/
H A Dcolor_cache.c22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { argument
24 assert(cc != NULL);
26 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
27 sizeof(*cc->colors_));
28 if (cc->colors_ == NULL) return 0;
29 cc->hash_shift_ = 32 - hash_bits;
33 void VP8LColorCacheClear(VP8LColorCache* const cc) { argument
34 if (cc != NULL) {
35 WebPSafeFree(cc->colors_);
36 cc
[all...]
/external/chromium_org/cc/
H A Dcc.target.darwin-arm.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.darwin-arm64.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.darwin-mips.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.darwin-mips64.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.darwin-x86.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.darwin-x86_64.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.linux-arm.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.linux-arm64.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.linux-mips.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.linux-mips64.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.linux-x86.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
H A Dcc.target.linux-x86_64.mk23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animatio
[all...]
/external/chromium_org/third_party/libyuv/util/
H A DMakefile1 psnr: psnr.cc ssim.cc psnr_main.cc
3 $(CXX) /arch:SSE2 /Ox /openmp psnr.cc ssim.cc psnr_main.cc
5 $(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--strip-all
/external/regex-re2/
H A DAndroid.mk11 util/arena.cc \
12 util/hash.cc \
13 util/rune.cc \
14 util/stringpiece.cc \
15 util/stringprintf.cc \
16 util/strutil.cc \
17 util/valgrind.cc \
18 re2/bitstate.cc \
19 re2/compile.cc \
20 re2/dfa.cc \
[all...]
/external/chromium_org/third_party/libyuv/
H A DAndroid.mk6 LOCAL_CPP_EXTENSION := .cc
9 source/compare.cc \
10 source/compare_common.cc \
11 source/compare_posix.cc \
12 source/convert.cc \
13 source/convert_argb.cc \
14 source/convert_from.cc \
15 source/convert_from_argb.cc \
16 source/convert_to_argb.cc \
17 source/convert_to_i420.cc \
[all...]
/external/chromium_org/cc/resources/
H A Draster_buffer.cc5 #include "cc/resources/raster_buffer.h"
7 namespace cc { namespace
15 } // namespace cc
/external/valgrind/main/none/tests/s390x/
H A Dicm.c8 : "1", "memory", "cc"); \
16 : "1", "memory", "cc"); \
30 int cc; local
36 icm(&a[0+offset], 0, what); cc = get_cc(); \
37 icm(&a[1+offset+cc], 1, what); cc = get_cc(); \
38 icm(&a[2+offset+cc], 2, what); cc = get_cc(); \
39 icm(&a[3+offset+cc], 3, what); cc
[all...]

Completed in 4869 milliseconds

1234567891011>>