Searched defs:oc (Results 1 - 21 of 21) sorted by relevance

/external/llvm/test/Bindings/Ocaml/
H A Dbitreader.ml60 begin let oc = open_out fn in var
61 output_string oc "not a bitcode file\n";
62 close_out oc
/external/clang/test/CXX/expr/expr.mptr.oper/
H A Dp5.cpp19 const X0 &oc,
47 (oc.*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}}' drops 'const' qualifier}}
48 (oc.*pmc)();
49 (oc.*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}}
50 (oc.*pmcv)();
10 test_object_cvquals(void (X0::*pm)(), void (X0::*pmc)() const, void (X0::*pmv)() volatile, void (X0::*pmcv)() const volatile, X0 *p, const X0 *pc, volatile X0 *pv, const volatile X0 *pcv, X0 &o, const X0 &oc, volatile X0 &ov, const volatile X0 &ocv) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c11 unsigned char oc = talx[c]; local
12 switch(oc){
23 if(isprint(oc))
24 fputc(oc, o);
/external/libedit/src/
H A Dsearch.c533 Char oc, *ocp; local
536 oc = *ocp;
540 oc = *ocp;
546 *ocp = oc;
551 *ocp = oc;
556 *ocp = oc;
561 *ocp = oc;
/external/valgrind/main/VEX/unused/
H A Dlinker.c167 static void addProddableBlock ( ObjectCode* oc, void* start, int size ) argument
172 fprintf(stderr, "aPB oc=%p %p %d (%p .. %p)\n", oc, start, size,
177 pb->next = oc->proddables;
178 oc->proddables = pb;
181 static void checkProddableBlock ( ObjectCode* oc, void* addr ) argument
184 for (pb = oc->proddables; pb != NULL; pb = pb->next) {
353 char* alloc_fixup_bytes ( ObjectCode* oc, int nbytes ) argument
358 res = &(oc->fixup[oc
419 do_Elf_Rel_relocations( ObjectCode* oc, char* ehdrC, Elf_Shdr* shdr, int shnum, Elf_Sym* stab, char* strtab ) argument
545 do_Elf_Rela_relocations( ObjectCode* oc, char* ehdrC, Elf_Shdr* shdr, int shnum, Elf_Sym* stab, char* strtab ) argument
1158 ObjectCode* oc; local
1270 ObjectCode *oc; local
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c242 sslServerCerts * oc = os->serverCerts; local
245 for (i=kt_null; i < kt_kea_size; i++, oc++, sc++) {
246 if (oc->serverCert && oc->serverCertChain) {
247 sc->serverCert = CERT_DupCertificate(oc->serverCert);
248 sc->serverCertChain = CERT_DupCertList(oc->serverCertChain);
255 sc->serverKeyPair = oc->serverKeyPair ?
256 ssl3_GetKeyPairRef(oc->serverKeyPair) : NULL;
257 if (oc->serverKeyPair && !sc->serverKeyPair)
259 sc->serverKeyBits = oc
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c3265 int oc; local
3281 oc = pOp->opcode;
3310 if( oc>=OP_SeekGe ){ assert( oc==OP_SeekGe || oc==OP_SeekGt );
3315 if( oc<=OP_SeekLe ){ assert( oc==OP_SeekLt || oc==OP_SeekLe );
3324 }else if( oc==OP_SeekLt || oc
[all...]
/external/libvorbis/lib/
H A Dpsy.c390 int oc, int n,
402 seedptr=oc+(posts[0]-EHMER_OFFSET)*linesper-(linesper>>1);
428 long oc=p->octave[i]; local
429 while(i+1<n && p->octave[i+1]==oc){
435 oc=oc>>p->shiftoc;
437 if(oc>=P_BANDS)oc=P_BANDS-1;
438 if(oc<0)oc
387 seed_curve(float *seed, const float **curves, float amp, int oc, int n, int linesper,float dBoffset) argument
[all...]
/external/llvm/lib/IR/
H A DConstants.cpp1493 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty) { argument
1494 Instruction::CastOps opc = Instruction::CastOps(oc);
/external/pcre/dist/
H A Dpcre_compile.c4153 pcre_uint32 oc, od; local
4158 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0)
4163 PRIV(ucd_caseless_sets) + rc, oc);
4167 else if (oc >= start && od <= end) continue;
4169 /* Extend the original range if there is overlap, noting that if oc < c, we
4173 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */
4174 else if (od > end && oc <= end + 1) end = od; /* Extend upwards */
4175 else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
6481 open_capitem *oc; local
7186 open_capitem *oc; local
7789 open_capitem *oc; local
[all...]
H A Dpcre_jit_compile.c468 } oc; member in struct:compare_context
2363 unsigned int c, oc, bit; local
2373 oc = common->fcc[c];
2377 oc = UCD_OTHERCASE(c);
2379 oc = c;
2386 oc = TABLE_GET(c, common->fcc, c);
2390 oc = TABLE_GET(c, common->fcc, c);
2393 SLJIT_ASSERT(c != oc);
2395 bit = c ^ oc;
2400 /* Since c != oc, the
3191 pcre_uchar *alternative, *cc_save, *oc; local
3777 pcre_uchar oc, bit; local
4004 pcre_uint32 oc, bit; local
5237 unsigned int c, oc, bit; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3841 size_t oc = oldsize - overhead_for(oldp); local
3842 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js369 function oc(a,b){while(a.b.c==1&&a.c!=b&&ti(as(a.b,0),6).c.nodeType!=3){a=ti(as(a.b,0),6)}return a}
484 function K(a,b){var c,d,e,f;c=wc((d=new rc(b),e=nc((hr(0,b.c),ui(b.b[0]))),mb(new nb(d),e),oc(d.d,(hr(0,b.c),ui(b.b[0])))));if(c.nodeType!=1)return $u;N(c);if(a){return P(c),$h($doc.body,c),f=hb(c),_h($doc.body,c),f}return c.innerHTML}
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62645 int oc; member in struct:vdbeExecUnion::OP_SeekGt_stack_vars
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c71571 int oc; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c71591 int oc; local
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 902 milliseconds