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

12

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dbitreader.ml57 begin let oc = open_out fn in var
58 output_string oc "not a bitcode file\n";
59 close_out oc
/external/llvm/test/Bindings/OCaml/
H A Dbitreader.ml64 begin let oc = open_out fn in var
65 output_string oc "not a bitcode file\n";
66 close_out oc
H A Ddiagnostic_handler.ml27 begin let oc = open_out fn in var
28 output_string oc "not a bitcode file\n";
29 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/syslinux/extlinux/
H A Dmountinfo.c44 int oc = 0; local
50 oc = (oc << 3) + (ch - '0');
52 if (!oc)
54 *p++ = oc;
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
H A Ddepthwiseconv_float.h49 const int oc = m + ic * depth_multiplier; local
64 filter_dims, oc, filter_x, filter_y, 0)];
71 bias_value = bias_data[Offset(bias_dims, oc, 0, 0, 0)];
73 output_data[Offset(output_dims, oc, out_x, out_y, b)] =
H A Ddepthwiseconv_uint8.h55 const int oc = m + ic * depth_multiplier; local
69 int32 filter_val = filter_data[Offset(filter_dims, oc,
77 acc += bias_data[Offset(bias_dims, oc, 0, 0, 0)];
84 output_data[Offset(output_dims, oc, out_x, out_y, b)] =
/external/icu/icu4c/source/common/
H A Dedits.cpp397 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : argument
399 onlyChanges_(oc), coarse(crs),
/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/libvncserver/client_examples/
H A Dvnc2mpg.c48 AVStream *add_video_stream(AVFormatContext *oc, int codec_id, int w, int h) argument
53 st = av_new_stream(oc, 0);
93 if(!strcmp(oc->oformat->name, "mp4") || !strcmp(oc->oformat->name, "mov") || !strcmp(oc->oformat->name, "3gp"))
119 void open_video(AVFormatContext *oc, AVStream *st) argument
144 if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) {
171 void write_video_frame(AVFormatContext *oc, AVStream *st) argument
193 if (oc->oformat->flags & AVFMT_RAWPICTURE) {
204 ret = av_write_frame(oc,
233 close_video(AVFormatContext *oc, AVStream *st) argument
247 static AVFormatContext *oc; variable
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DEdits.java234 private Iterator(char[] a, int len, boolean oc, boolean crs) { argument
237 onlyChanges_ = oc;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java241 private Iterator(char[] a, int len, boolean oc, boolean crs) { argument
244 onlyChanges_ = oc;
/external/aac/libDRCdec/src/
H A DFDK_drcDecLib.cpp810 int frameSize, n, ic, oc; local
840 for (oc = 0; oc < targetChCnt; oc++) {
841 tmp_out[oc] = (FIXP_DBL)0;
843 tmp_out[oc] +=
846 [reverseOutChannelMap[oc]])
850 for (oc = 0; oc < targetChCnt; oc
[all...]
/external/tensorflow/tensorflow/core/lib/gtl/
H A Doptional_test.cc913 OS oc = string(n, 'c'); local
922 OS mc(std::move(oc));
/external/dhcpcd-6.8.2/
H A Ddhcp6.c3463 uint16_t ol, oc; local
3521 oc = ntohs(o->code);
3522 if (has_option_mask(ifo->nomask6, oc))
3527 if (opt->option == oc)
3530 oc == D6_OPTION_VENDOR_OPTS &&
3542 if (opt->option == oc)
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp1230 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty) { argument
1231 Instruction::CastOps opc = Instruction::CastOps(oc);
/external/llvm/lib/IR/
H A DConstants.cpp1457 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty, argument
1459 Instruction::CastOps opc = Instruction::CastOps(oc);
/external/dlmalloc/
H A Dmalloc.c5249 size_t oc = chunksize(oldp) - overhead_for(oldp); local
5250 memcpy(mem, oldmem, (oc < bytes)? oc : bytes);
5808 size_t oc = chunksize(oldp) - overhead_for(oldp); local
5809 memcpy(mem, oldmem, (oc < bytes)? oc : bytes);
/external/libffi/src/
H A Ddlmalloc.c3893 size_t oc = oldsize - overhead_for(oldp); local
3894 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
/external/pcre/dist2/src/
H A Dpcre2_compile.c2816 uint32_t oc, od; local
2821 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0)
2826 PRIV(ucd_caseless_sets) + rc, oc);
2830 else if (oc >= start && od <= end) continue;
2832 /* Extend the original range if there is overlap, noting that if oc < c, we
2836 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */
2837 else if (od > end && oc <= end + 1)
2842 else n8 += add_to_class(classbits, uchardptr, options, cb, oc, od);
5952 open_capitem *oc; local
6728 open_capitem *oc; local
7327 open_capitem *oc; local
[all...]
H A Dpcre2_jit_compile.c495 } oc; member in struct:compare_context
2639 unsigned int c, oc, bit; local
2649 oc = common->fcc[c];
2652 oc = UCD_OTHERCASE(c);
2658 oc = TABLE_GET(c, common->fcc, c);
2662 oc = TABLE_GET(c, common->fcc, c);
2665 SLJIT_ASSERT(c != oc);
2667 bit = c ^ oc;
2672 /* Since c != oc, they must have at least 1 bit difference. */
3488 PCRE2_SPTR alternative, cc_save, oc; local
4555 PCRE2_UCHAR oc; local
4744 sljit_u32 oc, bit; local
6253 unsigned int c, oc, bit; local
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c3898 size_t oc = oldsize - overhead_for(oldp); local
3899 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c3898 size_t oc = oldsize - overhead_for(oldp); local
3899 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 2601 milliseconds

12