HomeSort by relevance Sort by last modified time
    Searched refs:cc (Results 1 - 25 of 4694) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/actions-none/src/
foo.cc 1 foo.cc
  /external/clang/test/CodeGen/
2007-10-30-Volatile.c 4 volatile int cc = 0; local
5 p += cc;
  /external/chromium_org/third_party/skia/experimental/webtry/
safec 7 cc $@
  /external/chromium_org/tools/gyp/test/external-cross-compile/src/
bogus1.cc 1 From bogus1.cc
test1.cc 1 From test1.cc
test3.cc 1 From test3.cc
  /external/chromium_org/third_party/libwebp/utils/
color_cache.c 22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
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) {
34 if (cc != NULL) {
35 WebPSafeFree(cc->colors_);
36 cc->colors_ = NULL
    [all...]
  /external/webp/src/utils/
color_cache.c 22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
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) {
34 if (cc != NULL) {
35 WebPSafeFree(cc->colors_);
36 cc->colors_ = NULL
    [all...]
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.darwin-arm64.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.darwin-mips.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.darwin-mips64.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.darwin-x86.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.darwin-x86_64.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.linux-arm.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.linux-arm64.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.linux-mips.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.linux-mips64.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.linux-x86.mk 23 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/animation/animation_registrar.cc
    [all...]
cc.target.linux-x86_64.mk 23 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/animation/animation_registrar.cc
    [all...]
  /external/chromium_org/third_party/libyuv/util/
Makefile 1 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/
Android.mk 11 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/
Android.mk 6 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/
raster_buffer.cc 5 #include "cc/resources/raster_buffer.h"
7 namespace cc { namespace
15 } // namespace cc
  /external/valgrind/main/none/tests/s390x/
icm.c 8 : "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 = get_cc();
    [all...]

Completed in 906 milliseconds

1 2 3 4 5 6 7 8 91011>>