HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 176 - 200 of 833) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/soong/cc/
sanitize.go 15 package cc package
25 "android/soong/cc/config"
31 // cc/config/clang.go
41 cfiExportsMapPath = "build/soong/cc/config/cfi_exports.map"
44 intOverflowCflags = []string{"-fsanitize-blacklist=build/soong/cc/config/integer_overflow_blacklist.txt"}
test.go 15 package cc package
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostnamadr.c 89 register int cc = 0; local
98 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) {
109 service_order[cc] = get_service_name(cp);
110 if(service_order[cc] != SERVICE_NONE)
111 cc++;
115 } while(cp != NULL && cc < SERVICE_MAX);
117 service_order[cc] = SERVICE_NONE;
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
AdviceAdapterTest2.java 56 Class cc = cl.loadClass(name+"$B"); local
57 Method m = cc.getMethod("run", new Class[] {Integer.TYPE});
  /external/boringssl/src/decrepit/cast/
cast.c 361 uint8_t *iv, c, cc; local
399 cc = *(in++);
401 iv[n] = cc;
402 *(out++) = c ^ cc;
406 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Field.java 106 long cc = Nat192.mul33Add(PInv33, xx, 6, xx, 0, z, 0); local
107 int c = Nat192.mul33DWordAdd(PInv33, cc, z, 0);
SecP224K1Field.java 107 long cc = Nat224.mul33Add(PInv33, xx, 7, xx, 0, z, 0); local
108 int c = Nat224.mul33DWordAdd(PInv33, cc, z, 0);
SecP256K1Field.java 108 long cc = Nat256.mul33Add(PInv33, xx, 8, xx, 0, z, 0); local
109 int c = Nat256.mul33DWordAdd(PInv33, cc, z, 0);
  /external/capstone/bindings/java/capstone/
Arm64.java 87 public int cc; field in class:Arm64.UnionOpInfo
99 readField("cc");
110 return Arrays.asList("cc", "_update_flags", "_writeback", "op_count", "op");
115 public int cc; field in class:Arm64.OpInfo
121 cc = op_info.cc;
  /external/capstone/bindings/ocaml/
arm.ml 47 cc: int; Record field in type:cs_arm
arm64.ml 42 cc: int; Record field in type:cs_arm64
  /external/clang/test/CodeGen/
lanai-arguments.c 17 int cc; member in struct:__anon15915
26 int cc; member in struct:__anon15916
wasm-arguments.c 22 int cc; member in struct:__anon16018
33 int cc; member in struct:__anon16019
  /external/clang/test/SemaCXX/
const-cast.cpp 14 typedef const char cc; typedef
15 typedef cc *ccp;
  /external/libchrome/base/threading/
thread_restrictions.h 17 namespace cc { namespace
186 friend class cc::CompletionEvent;
187 friend class cc::SingleThreadTaskGraphRunner;
  /external/libedit/examples/
tc1.c 181 int ac, cc, co; local
205 ac = cc = co = 0;
206 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
213 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
214 ncontinuation, ac, cc, co);
241 if (i != cc)
wtc1.c 158 int ac, cc, co, rc; local
181 ac = cc = co = 0;
182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co);
190 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
191 ncontinuation, ac, cc, co);
203 if (i != cc)
  /external/libedit/src/
tokenizer.c 199 int cc, co; local
201 cc = co = -1;
207 cc = (int)tok->argc;
425 if (cc == -1 && co == -1) {
426 cc = (int)tok->argc;
430 *cursorc = cc;
  /external/libpcap/
pcap-pf.c 105 register int cc, n, buflen, inc; local
113 cc = pc->cc;
114 if (cc == 0) {
115 cc = read(pc->fd, (char *)pc->buffer + pc->offset, pc->bufsize);
116 if (cc < 0) {
142 while (cc > 0) {
157 pc->cc = cc;
162 if (cc < sizeof(*sp))
    [all...]
pcap-snit.c 22 * Micky Liu, micky@cunixc.cc.columbia.edu, Columbia University in May, 1989.
119 register int cc, n; local
127 cc = p->cc;
128 if (cc == 0) {
129 cc = read(p->fd, (char *)p->buffer, p->bufsize);
130 if (cc < 0) {
145 ep = bp + cc;
162 p->cc = ep - bp;
200 p->cc = ep - bp
    [all...]
pcap-snoop.c 68 int cc; local
87 cc = read(p->fd, (char *)p->buffer, p->bufsize);
88 if (cc < 0) {
110 if (cc == (p->snapshot + sizeof(struct snoopheader)) &&
  /external/libpcap/tests/
filtertest.c 126 register int i, fd, cc; local
141 cc = read(fd, cp, (u_int)buf.st_size);
142 if (cc < 0)
144 if (cc != buf.st_size)
145 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
149 for (i = 0; i < cc; i++) {
151 while (i < cc && cp[i] != '\n')
154 cp[cc] = '\0';
valgrindtest.c 169 register int i, fd, cc; local
184 cc = read(fd, cp, (u_int)buf.st_size);
185 if (cc < 0)
187 if (cc != buf.st_size)
188 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
192 for (i = 0; i < cc; i++) {
194 while (i < cc && cp[i] != '\n')
197 cp[cc] = '\0';
  /external/ltp/testcases/network/lib6/
asapi_02.c 122 int cc; local
152 cc = recv(sall, rbuf, sizeof(rbuf), 0);
153 if (cc < 0) {
163 cc = recv(sf, rbuf, sizeof(rbuf), 0);
164 if (cc < 0) {
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_viewport.h 83 uint32_t (*cc)[2]; member in struct:ilo_state_viewport
96 sizeof(vp->cc[0]) +

Completed in 976 milliseconds

1 2 3 4 5 6 78 91011>>