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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-10-30-Volatile.c 4 volatile int cc = 0; local
5 p += cc;
  /build/kati/testcase/
static_pattern.mk 1 srcs := a.cc b.cc c.cc
3 objs := $(patsubst ./%.cc,./%.o,$(srcs))
9 $(objs): ./%.o: ./%.cc
12 a.o: a.cc a.h
13 b.o: b.cc a.h b.h
14 c.o: b.cc a.h b.h c.h
  /external/libyuv/files/
Android.mk 6 LOCAL_CPP_EXTENSION := .cc
9 source/compare.cc \
10 source/compare_common.cc \
11 source/compare_neon64.cc \
12 source/compare_gcc.cc \
13 source/convert.cc \
14 source/convert_argb.cc \
15 source/convert_from.cc \
16 source/convert_from_argb.cc \
17 source/convert_to_argb.cc \
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
Android.mk 21 sanitizer_allocator.cc \
22 sanitizer_common.cc \
23 sanitizer_deadlock_detector1.cc \
24 sanitizer_deadlock_detector2.cc \
25 sanitizer_flags.cc \
26 sanitizer_flag_parser.cc \
27 sanitizer_libc.cc \
28 sanitizer_libignore.cc \
29 sanitizer_linux.cc \
30 sanitizer_mac.cc \
    [all...]
  /external/libyuv/files/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/gptfdisk/
Android.mk 4 sgdisk.cc \
5 gptcl.cc \
6 crc32.cc \
7 support.cc \
8 guid.cc \
9 gptpart.cc \
10 mbrpart.cc \
11 basicmbr.cc \
12 mbr.cc \
13 gpt.cc \
    [all...]
  /external/valgrind/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...]
srst.c 16 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...]
comp-1.stdout.exp 1 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...]
comp-2.stdout.exp 1 clr (0, 0) --> cc = 0
2 clr (0, 1) --> cc = 1
3 clr (1, 0) --> cc = 2
4 clr (2, 1) --> cc = 2
5 clr (2, 2) --> cc = 0
6 clr (2, 3) --> cc = 1
7 clr (0, 127) --> cc = 1
8 clr (127, 0) --> cc = 2
9 clr (127, 126) --> cc = 2
10 clr (127, 127) --> cc =
    [all...]
dfp-3.stdout.exp 2 2220000000500005 == 2220000000500005 (cc == 0)
3 2220000000500005 < 363c000000000000 (cc == 1)
4 363c000000000000 > 2220000000500005 (cc == 2)
5 7800000000000000 <> 7c00000000000000 (cc == 3)
6 7800000000000000 == 7800000000000000 (cc == 0)
7 7c00000000000000 <> 7c00000000000000 (cc == 3)
9 2206c00000000000000a0005 == 2206c00000000000000a0005 (cc == 0)
10 2206c00000000000000a0005 < 2207c00000000000140000000000005 (cc == 1)
11 2207c00000000000140000000000005 > 2206c00000000000000a0005 (cc == 2)
12 780000000000000000000000 <> 7c0000000000000000000000 (cc == 3
    [all...]
lpr.c 6 int _new, cc; local
10 : "=d" (_new), "=d" (cc)
12 : "cc");
14 return cc;
20 int cc; local
24 : "=d" (_new), "=d" (cc)
26 : "cc");
28 return cc;
34 int cc; local
38 : "=d" (_new), "=d" (cc)
48 int n,cc; local
57 int cc; local
67 int cc; local
    [all...]
stck.c 8 int cc; local
12 :"=Q" (*addr), "=d"(cc)::"memory", "cc");
13 return cc;
24 int cc; local
27 cc = stck(&start);
28 if (cc)
29 printf("cc != 0!\n");
31 cc = stck(&end);
32 if (cc)
    [all...]
stckf.c 8 int cc; local
12 :"=Q" (*addr), "=d"(cc)::"memory", "cc");
13 return cc;
24 int cc; local
27 cc = stckf(&start);
28 if (cc)
29 printf("cc != 0!\n");
31 cc = stckf(&end);
32 if (cc)
    [all...]
  /external/clang/test/CodeGenCXX/
cxx1y-generic-lambdas.cpp 10 custom_copy_ctor<void> cc; local
11 [cc](auto){}(1);
  /external/toybox/toys/other/
chvt.c 25 char *consoles[]={"/dev/console", "/dev/vc/0", "/dev/tty", NULL}, **cc; local
28 for (cc = consoles; *cc; cc++)
29 if (-1 != (fd = open(*cc, O_RDWR))) break;
32 if (!*cc || fd < 0 || ioctl(fd, 0x5606, vtnum) || ioctl(fd, 0x5607, vtnum))
  /external/opencv3/3rdparty/libwebp/utils/
color_cache.c 26 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
28 assert(cc != NULL);
30 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
31 sizeof(*cc->colors_));
32 if (cc->colors_ == NULL) return 0;
33 cc->hash_shift_ = 32 - hash_bits;
37 void VP8LColorCacheClear(VP8LColorCache* const cc) {
38 if (cc != NULL) {
39 free(cc->colors_);
40 cc->colors_ = NULL
    [all...]
color_cache.h 33 const VP8LColorCache* const cc, uint32_t key) {
34 assert(key <= (~0U >> cc->hash_shift_));
35 return cc->colors_[key];
38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc,
40 const uint32_t key = (kHashMul * argb) >> cc->hash_shift_;
41 cc->colors_[key] = argb;
44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc,
46 return (kHashMul * argb) >> cc->hash_shift_;
49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc,
51 const uint32_t key = (kHashMul * argb) >> cc->hash_shift_
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
Android.mk 21 sanitizer_allocator_test.cc \
22 sanitizer_atomic_test.cc \
23 sanitizer_bitvector_test.cc \
24 sanitizer_bvgraph_test.cc \
25 sanitizer_common_test.cc \
26 sanitizer_deadlock_detector_test.cc \
27 sanitizer_flags_test.cc \
28 sanitizer_format_interceptor_test.cc \
29 sanitizer_ioctl_test.cc \
30 sanitizer_libc_test.cc \
    [all...]
  /external/compiler-rt/lib/tsan/
Android.mk 24 rtl/tsan_clock.cc \
25 rtl/tsan_flags.cc \
26 rtl/tsan_fd.cc \
27 rtl/tsan_ignoreset.cc \
28 rtl/tsan_interceptors.cc \
29 rtl/tsan_interface_ann.cc \
30 rtl/tsan_interface_atomic.cc \
31 rtl/tsan_interface.cc \
32 rtl/tsan_interface_java.cc \
33 rtl/tsan_md5.cc \
    [all...]
  /system/connectivity/apmanager/
Android.mk 21 LOCAL_CPP_EXTENSION := .cc
67 config.cc \
68 daemon.cc \
69 dbus/config_dbus_adaptor.cc \
70 dbus/dbus_control.cc \
71 dbus/device_dbus_adaptor.cc \
72 dbus/firewalld_dbus_proxy.cc \
73 dbus/manager_dbus_adaptor.cc \
74 dbus/service_dbus_adaptor.cc \
75 dbus/shill_dbus_proxy.cc \
    [all...]
  /external/harfbuzz_ng/
Android.mk 54 src/hb-blob.cc \
55 src/hb-buffer-serialize.cc \
56 src/hb-buffer.cc \
57 src/hb-common.cc \
58 src/hb-face.cc \
59 src/hb-font.cc \
60 src/hb-ot-tag.cc \
61 src/hb-set.cc \
62 src/hb-shape.cc \
63 src/hb-shape-plan.cc \
    [all...]
  /external/vboot_reference/tests/
vb2_misc_tests.c 20 static struct vb2_context cc; variable in typeref:struct:vb2_context
35 memset(&cc, 0, sizeof(cc));
36 cc.workbuf = workbuf;
37 cc.workbuf_size = sizeof(workbuf);
39 vb2_init_context(&cc);
40 sd = vb2_get_sd(&cc);
42 vb2_nv_init(&cc);
44 vb2_secdata_create(&cc);
45 vb2_secdata_init(&cc);
    [all...]
  /external/libchrome/
Android.mk 27 libchromeCommonCppExtension := .cc
40 base/at_exit.cc \
41 base/base64.cc \
42 base/base64url.cc \
43 base/base_switches.cc \
44 base/bind_helpers.cc \
45 base/build_time.cc \
46 base/callback_helpers.cc \
47 base/callback_internal.cc \
48 base/command_line.cc \
    [all...]

Completed in 1076 milliseconds

1 2 3 4 5 6 7 8 91011>>