HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 351 - 375 of 1283) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/des/
cfb64enc.c 74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=c=cc=0;
  /external/openssl/crypto/rc2/
rc2cfb64.c 75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
  /external/valgrind/main/callgrind/
costs.c 46 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->next
    [all...]
  /external/valgrind/main/none/tests/s390x/
bfp-4.c 7 int cc; local
12 : [psw]"=d"(cc) : [r1]"f"(v1), [r2]"f"(v2) : "cc");
13 if (cc == 0)
15 if (cc == 1)
17 if (cc == 2)
23 int cc; local
28 : [psw]"=d"(cc) : [r1]"f"(v1), [r2]"f"(v2) : "cc");
29 if (cc == 0
    [all...]
clst.c 10 int cc; member in struct:__anon16894
22 :"+d" (string1), "+d" (string2) :"d" (end): "cc");
24 return (clst_t) { .str1 = string1, .str2 = string2, .cc = get_cc() };
37 printf("str1 = %s\nstr2 = %s\ncc = %d\n", res.str1, res.str2, res.cc);
dfp-1.c 8 #define DFP_BINOP(insn, op1, op2, type, round, cc) \
16 :"+f" (d1), "=d" (cc) \
23 int cc; local
29 /* case 1: cc = 2 */
32 result_64 = DFP_BINOP(ADTRA, d64_1, d64_2, _Decimal64, 1, cc);
33 DFP_BINOP_PRINT(d64_1, d64_2, result_64, _Decimal64, "+", cc);
34 /* case 2: cc = 1 */
37 result_64 = DFP_BINOP(ADTRA, d64_1, d64_2, _Decimal64, 1, cc);
38 DFP_BINOP_PRINT(d64_1, d64_2, result_64, _Decimal64, "+", cc);
39 /* case 2: cc = 0 *
    [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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_cost.c 43 const int cc = c + vp9_cost_bit(prob, b); local
47 costs[-ii] = cc;
49 cost(costs, tree, probs, ii, cc);
  /external/chromium_org/cc/animation/
animation_registrar.cc 5 #include "cc/animation/animation_registrar.h"
7 #include "cc/animation/layer_animation_controller.h"
9 namespace cc { namespace
58 } // namespace cc
animation_registrar.h 11 #include "cc/base/cc_export.h"
13 namespace cc { namespace
71 } // namespace cc
scrollbar_animation_controller.cc 5 #include "cc/animation/scrollbar_animation_controller.h"
11 namespace cc { namespace
96 } // namespace cc
timing_function.cc 7 #include "cc/animation/timing_function.h"
9 namespace cc { namespace
71 } // namespace cc
  /external/chromium_org/cc/base/
completion_event.h 12 namespace cc { namespace
61 } // namespace cc
ref_counted_managed.h 10 #include "cc/base/cc_export.h"
12 namespace cc { namespace
63 } // namespace cc
scoped_ptr_deque.h 16 namespace cc { namespace
135 } // namespace cc
scoped_ptr_vector.h 16 namespace cc { namespace
198 } // namespace cc
scoped_ptr_vector_unittest.cc 7 #include "cc/base/scoped_ptr_vector.h"
10 namespace cc { namespace
105 } // namespace cc
  /external/chromium_org/cc/blink/
web_content_layer_impl.h 9 #include "cc/blink/cc_blink_export.h"
10 #include "cc/blink/web_layer_impl.h"
11 #include "cc/layers/content_layer_client.h"
14 namespace cc { namespace
26 public cc::ContentLayerClient {
web_layer_impl.h 12 #include "cc/blink/cc_blink_export.h"
13 #include "cc/layers/layer_client.h"
38 namespace cc { namespace
46 class WebLayerImpl : public blink::WebLayer, public cc::LayerClient {
49 CC_BLINK_EXPORT explicit WebLayerImpl(scoped_refptr<cc::Layer>);
55 CC_BLINK_EXPORT cc::Layer* layer() const;
141 scoped_refptr<cc::Layer> layer_;
  /external/chromium_org/cc/debug/
benchmark_instrumentation.h 8 #include "cc/debug/rendering_stats.h"
10 namespace cc { namespace
18 const char kCategory[] = "cc,benchmark";
50 } // namespace cc
frame_rate_counter.cc 5 #include "cc/debug/frame_rate_counter.h"
11 #include "cc/trees/proxy.h"
13 namespace cc { namespace
148 } // namespace cc
frame_rate_counter.h 11 #include "cc/debug/ring_buffer.h"
13 namespace cc { namespace
55 } // namespace cc
invalidation_benchmark.h 10 #include "cc/debug/micro_benchmark_controller.h"
12 namespace cc { namespace
43 } // namespace cc
lap_timer.cc 5 #include "cc/debug/lap_timer.h"
9 namespace cc { namespace
81 } // namespace cc
lap_timer.h 9 #include "cc/base/cc_export.h"
11 namespace cc { namespace
62 } // namespace cc

Completed in 1009 milliseconds

<<11121314151617181920>>