HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 326 - 350 of 1211) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_impl.h 10 namespace cc { namespace
27 const scoped_refptr<cc::ContextProvider>& context_provider,
47 const scoped_refptr<cc::ContextProvider>& context_provider,
52 scoped_refptr<cc::ContextProvider> context_provider_;
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.h 11 #include "cc/trees/layer_tree_host_client.h"
15 namespace cc { namespace
18 } // namespace cc
24 class CompositorHost : public cc::LayerTreeHostClient {
31 // cc::LayerTreeHostClient implementation.
38 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
50 scoped_ptr<cc::LayerTreeHost> tree_;
51 scoped_refptr<cc::Layer> child_layer_;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
rollbot_unittests.js 36 "cc": [
70 "cc": [
95 "cc": [
  /external/chromium_org/third_party/libvpx/source/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/third_party/openssl/openssl/crypto/bf/
bf_cfb64.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]=t=c=cc=0;
  /external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/libvpx/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/openssl/crypto/bf/
bf_cfb64.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]=t=c=cc=0;
  /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:__anon36920
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
57 } // namespace cc
scrollbar_animation_controller.cc 5 #include "cc/animation/scrollbar_animation_controller.h"
11 namespace cc { namespace
96 } // namespace cc
timing_function.cc 6 #include "cc/animation/timing_function.h"
8 namespace cc { namespace
70 } // 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
185 } // namespace cc
scoped_ptr_vector_unittest.cc 7 #include "cc/base/scoped_ptr_vector.h"
10 namespace cc { namespace
105 } // namespace cc

Completed in 1114 milliseconds

<<11121314151617181920>>