Searched refs:cc (Results 1 - 25 of 3813) 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/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.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.darwin-arm64.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.darwin-mips.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.darwin-x86.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.darwin-x86_64.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.linux-arm.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.linux-arm64.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.linux-mips.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.linux-x86.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animatio
[all...]
H A Dcc.target.linux-x86_64.mk25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 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/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...]
H A Dsrst.c16 int cc; local
22 :"+d" (start), "+d" (next), "=d" (cc) :"d" (what): "cc");
23 *__cc = cc;
31 int cc; local
37 :"+d" (start), "+d" (what), "=d" (cc) :: "cc");
38 *__cc = cc;
45 int cc; local
49 srst3((char *)0x12345678,(char *)0x12345678,'0', &cc);
[all...]
H A Dcomp-1.stdout.exp1 cr (0, 0) --> cc = 0
2 cr (0, 1) --> cc = 1
3 cr (0, -1) --> cc = 2
4 cr (1, 0) --> cc = 2
5 cr (-1, 0) --> cc = 1
6 cr (-2, -1) --> cc = 1
7 cr (-2, -2) --> cc = 0
8 cr (-2, -3) --> cc = 2
9 cr (2, 1) --> cc = 2
10 cr (2, 2) --> cc
[all...]
/external/chromium_org/content/browser/compositor/
H A Donscreen_display_client.h8 #include "cc/surfaces/display_client.h"
12 #include "cc/surfaces/display.h"
14 namespace cc { namespace
23 class OnscreenDisplayClient : cc::DisplayClient {
26 const scoped_refptr<cc::ContextProvider>& onscreen_context_provider,
27 scoped_ptr<cc::OutputSurface> software_surface,
28 cc::SurfaceManager* manager);
31 cc::Display* display() { return &display_; }
33 // cc::DisplayClient implementation.
34 virtual scoped_ptr<cc
[all...]
/external/stressapptest/
H A DAndroid.mk6 src/main.cc \
7 src/adler32memcpy.cc \
8 src/disk_blocks.cc \
9 src/error_diag.cc \
10 src/finelock_queue.cc \
11 src/logger.cc \
12 src/os.cc \
13 src/os_factory.cc \
14 src/pattern.cc \
15 src/queue.cc \
[all...]

Completed in 1307 milliseconds

1234567891011>>