Searched refs:cc (Results 26 - 50 of 4354) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/s390x/
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...]
H A Dcomp-2.stdout.exp1 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...]
H A Ddfp-3.stdout.exp2 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
[all...]
H A Dlpr.c6 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...]
H A Dstck.c8 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...]
H A Dstckf.c8 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/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...]
/external/valgrind/main/callgrind/
H A Dcosts.c46 CostChunk* cc = (CostChunk*) CLG_MALLOC("cl.costs.gc.1", local
49 cc->size = COSTCHUNK_SIZE;
50 cc->used = 0;
51 cc->next = 0;
54 cost_chunk_current->next = cc;
55 cost_chunk_current = cc;
57 if (!cost_chunk_base) cost_chunk_base = cc;
72 CostChunk* cc = cost_chunk_base, *cc_next; local
73 while(cc) {
74 cc_next = cc
[all...]
/external/harfbuzz_ng/
H A DAndroid.mk54 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/chromium_org/third_party/libwebp/utils/
H A Dcolor_cache.h33 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, argument
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, argument
46 return (kHashMul * argb) >> cc->hash_shift_;
49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, argument
51 const uint32_t key = (kHashMul * argb) >> cc
32 VP8LColorCacheLookup( const VP8LColorCache* const cc, uint32_t key) argument
[all...]
/external/webp/src/utils/
H A Dcolor_cache.h33 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, argument
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, argument
46 return (kHashMul * argb) >> cc->hash_shift_;
49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, argument
51 const uint32_t key = (kHashMul * argb) >> cc
32 VP8LColorCacheLookup( const VP8LColorCache* const cc, uint32_t key) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTokenizer.cpp67 static inline UChar toLowerCase(UChar cc) argument
69 ASSERT(isASCIIUpper(cc));
71 return cc + lowerCaseOffset;
196 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
229 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();
234 if (cc == '&')
236 else if (cc == '<') {
243 } else if (cc == kEndOfFileMarker)
246 bufferCharacter(cc);
260 if (cc
1620 addToPossibleEndTag(LChar cc) argument
[all...]
/external/chromium_org/ppapi/api/
H A Dpp_completion_callback.idl145 * struct PP_CompletionCallback cc = PP_MakeCompletionCallback(Foo, NULL);
151 * struct PP_CompletionCallback cc = PP_MakeCompletionCallback(Foo, NULL);
152 * cc.flags = cc.flags | PP_COMPLETIONCALLBACK_FLAG_OPTIONAL;
166 struct PP_CompletionCallback cc;
167 cc.func = func;
168 cc.user_data = user_data;
169 cc.flags = PP_COMPLETIONCALLBACK_FLAG_NONE;
170 return cc;
187 struct PP_CompletionCallback cc
[all...]
/external/chromium_org/base/
H A Dbase.target.darwin-x86.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.darwin-x86_64.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.linux-x86.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.linux-x86_64.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.darwin-arm.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.darwin-arm64.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.darwin-mips.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.darwin-mips64.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.linux-arm.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.linux-arm64.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]
H A Dbase.target.linux-mips.mk22 LOCAL_CPP_EXTENSION := .cc
28 base/async_socket_io_handler_posix.cc \
29 base/event_recorder_stubs.cc \
30 base/linux_util.cc \
31 base/message_loop/message_pump_android.cc \
32 base/message_loop/message_pump_libevent.cc \
33 base/metrics/field_trial.cc \
34 base/posix/file_descriptor_shuffle.cc \
35 base/sync_socket_posix.cc \
36 base/third_party/dmg_fp/g_fmt.cc \
[all...]

Completed in 2532 milliseconds

1234567891011>>