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

<<21222324252627282930>>

  /external/javassist/src/main/javassist/tools/reflect/
Compiler.java 147 CompiledClass cc = new CompiledClass(); local
148 cc.classname = a;
149 cc.metaobject = null;
150 cc.classobject = null;
151 result[++n] = cc;
  /external/libpcap/
pcap-enet.c 61 register int cc, caplen; local
70 if ((cc = read(if_fd, (char *)buf.p, sizeof(buf))) < 0)
78 while (cc > 0) {
91 cc -= inc;
95 caplen = cc > snaplen ? snaplen : cc ;
96 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
99 (*printit)(buf.hdr.packet, &tv, cc, caplen);
pcap-nit.c 110 register int cc, n; local
115 cc = p->cc;
116 if (cc == 0) {
117 cc = read(p->fd, (char *)p->buffer, p->bufsize);
118 if (cc < 0) {
135 ep = bp + cc;
151 p->cc = ep - bp;
193 p->cc = ep - bp;
199 p->cc = 0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/
Makefile 105 define egl-cc
106 $(CC) -c $(common_INCLUDES) $($(1)_INCLUDES) $(DEFINES) $(CFLAGS) $< -o $@
110 $(CC) -c $(EGL_CPPFLAGS) $(DEFINES) $(CFLAGS) $< -o $@
113 $(call egl-cc,x11)
116 $(call egl-cc,wayland)
119 $(call egl-cc,drm)
122 $(call egl-cc,fbdev)
125 $(call egl-cc,null)
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 56 size, 64, &brw->cc.blend_state_offset);
214 struct gen6_color_calc_state *cc; local
216 cc = brw_state_batch(brw, AUB_TRACE_CC_STATE,
217 sizeof(*cc), 64, &brw->cc.state_offset);
218 memset(cc, 0, sizeof(*cc));
221 cc->cc0.alpha_test_format = BRW_ALPHATEST_FORMAT_UNORM8;
222 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc1.alpha_ref_fi.ui, ctx->Color.AlphaRef);
225 cc->cc0.stencil_ref = ctx->Stencil.Ref[0]
    [all...]
  /external/regex-re2/re2/
simplify.cc 382 CharClass* cc = re->cc(); local
385 if (cc->empty())
387 if (cc->full())
tostring.cc 6 // Tested by parse_test.cc
256 if (re->cc()->size() == 0) {
263 CharClass* cc = re->cc(); local
264 if (cc->Contains(0xFFFE)) {
265 cc = cc->Negate();
268 for (CharClass::iterator i = cc->begin(); i != cc->end(); ++i)
270 if (cc != re->cc()
    [all...]
  /external/regex-re2/re2/testing/
charclass_test.cc 86 static void Broke(const char *desc, const CCTest* t, CharClass* cc) {
104 for (typename CharClass::iterator it = cc->begin(); it != cc->end(); ++it)
118 CharClass* Negate(CharClass *cc) {
119 return cc->Negate();
122 void Delete(CharClass* cc) {
123 cc->Delete();
126 CharClassBuilder* Negate(CharClassBuilder* cc) {
127 CharClassBuilder* ncc = cc->Copy();
132 void Delete(CharClassBuilder* cc) {
206 CharClass* cc = ccb.GetCharClass(); local
    [all...]
  /external/valgrind/main/coregrind/
m_poolalloc.c 40 const HChar* cc; /* pool allocator's cc */ member in struct:_PoolAlloc
54 const HChar* cc,
62 vg_assert(cc);
64 pa = alloc(cc, sizeof(*pa));
72 pa->cc = cc;
74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) );
99 pool = pa->alloc( pa->cc, pa->elemSzB * pa->nPerPool );
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 36 : /*trash*/ "memory","cc"
69 : /*trash*/ "memory","cc"
106 : /*trash*/"memory","cc","rdi","rax","rbx","rcx"
131 : /*trash*/"memory","cc","edi","eax","ecx"
209 int cc; local
215 : /* out */ "=r" (cc)
217 : "memory", "cc"
219 return cc == 0;
  /external/valgrind/main/none/tests/s390x/
cksm.c 13 char cc; member in struct:__anon36917
24 char cc; local
30 " xr 4,4\n\t" /* set cc to != 0 */
33 : "+d" (sum), "+d" (reg2), "+d" (reg3) : : "cc", "memory");
35 cc = get_cc();
46 if (cc != 0)
51 result.cc = cc;
112 result.cc = 0;
143 if (by_hand.cc != by_insn.cc)
    [all...]
clcl.c 15 uint32_t cc; member in struct:__anon36918
24 uint64_t cc; member in struct:__anon36919
37 register uint32_t cc asm ("7");
43 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a2), "+d" (l2)
44 : : "memory", "cc");
50 regs.cc = cc;
65 result.cc = regs.cc;
134 if (result1.cc != result2.cc
    [all...]
cu21.c 18 uint32_t cc; member in struct:__anon36925
70 int cc = 42; local
83 : "+d"(dest), "+d"(source), "=d"(cc),
86 : "memory", "cc");
93 regs.cc = cc;
116 printf(" cc = %d\n", result.cc);
193 /* When both operands are exhausted, cc=0 takes precedence.
cu21_1.c 18 uint32_t cc; member in struct:__anon36926
70 int cc = 42; local
83 : "+d"(dest), "+d"(source), "=d"(cc),
86 : "memory", "cc");
93 regs.cc = cc;
116 printf(" cc = %d\n", result.cc);
193 /* When both operands are exhausted, cc=0 takes precedence.
cu41.c 15 uint32_t cc; member in struct:__anon36929
71 int cc = 42; local
84 : "+d"(dest), "+d"(source), "=d"(cc),
87 : "memory", "cc");
94 regs.cc = cc;
117 printf(" cc = %d\n", result.cc);
180 /* When both operands are exhausted, cc=0 takes precedence.
195 run_test(buff, 0, invalid, sizeof invalid); // cc =
    [all...]
dfp-2.c 87 int cc; local
91 :[out] "=d" (out), "=d" (cc)
95 printf(" -> %d\n", cc);
101 int cc; local
105 :[out] "=f" (out), "=d" (cc)
109 printf(" -> %d\n", cc);
  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 96 int cc = mEventCond.waitRelative(mMutex, timeoutNsec); local
97 if (cc == -ETIMEDOUT) {
100 } else if (cc != 0) {
101 ALOGW("cond wait returned error %d", cc);
102 return cc;
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 74 ConstCollector cc = new ConstCollector(ssaMethod); local
75 cc.run();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 74 ConstCollector cc = new ConstCollector(ssaMethod); local
75 cc.run();
  /art/runtime/jdwp/
jdwp_socket.cc 199 int cc = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)); local
200 CHECK_EQ(cc, 0);
201 return cc;
279 int cc = gethostbyname_r(options->host.c_str(), &he, auxBuf, sizeof(auxBuf), &pEntry, &error); local
280 if (cc != 0) {
478 int cc = TEMP_FAILURE_RETRY(write(clientSock, input_buffer_, kMagicHandshakeLen)); local
479 if (cc != kMagicHandshakeLen) {
480 PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")";
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactorySpiTest.java 84 Certificate cc = certFactorySpi local
86 assertNull("Not null Cerificate", cc);
  /external/chromium_org/base/threading/
thread_restrictions.h 30 namespace cc { namespace
188 friend class cc::CompletionEvent;
  /external/chromium_org/cc/animation/
transform_operations.cc 5 #include "cc/animation/transform_operations.h"
14 namespace cc { namespace
333 } // namespace cc
  /external/chromium_org/cc/base/
tiling_data_unittest.cc 5 #include "cc/base/tiling_data.h"
10 #include "cc/test/geometry_test_utils.h"
13 namespace cc { namespace
    [all...]
  /external/chromium_org/cc/debug/
debug_rect_history.cc 5 #include "cc/debug/debug_rect_history.h"
7 #include "cc/base/math_util.h"
8 #include "cc/layers/layer_impl.h"
9 #include "cc/layers/layer_iterator.h"
10 #include "cc/layers/layer_utils.h"
11 #include "cc/layers/render_surface_impl.h"
12 #include "cc/trees/damage_tracker.h"
13 #include "cc/trees/layer_tree_host.h"
14 #include "cc/trees/layer_tree_host_common.h"
17 namespace cc { namespace
    [all...]

Completed in 1123 milliseconds

<<21222324252627282930>>