Searched refs:cg (Results 1 - 25 of 67) sorted by relevance

123

/external/libnl/lib/route/cls/
H A Dcgroup.c39 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
41 rtnl_ematch_tree_free(cg->cg_ematch);
46 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
57 &cg->cg_ematch)) < 0)
59 cg->cg_mask |= CGROUP_ATTR_EMATCH;
73 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
75 if (cg->cg_mask & CGROUP_ATTR_EMATCH)
83 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
85 if (cg->cg_mask & CGROUP_ATTR_EMATCH) {
88 rtnl_ematch_tree_dump(cg
99 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
116 struct rtnl_cgroup *cg = rtnl_cls_data(cls); local
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DDefaultGeneratorStrategy.java23 public byte[] generate(ClassGenerator cg) throws Exception { argument
25 transform(cg).generateClass(cw);
37 protected ClassGenerator transform(ClassGenerator cg) throws Exception { argument
38 return cg;
H A DGeneratorStrategy.java31 * @param cg a class generator on which you can call {@link ClassGenerator#generateClass}
34 byte[] generate(ClassGenerator cg) throws Exception; argument
/external/llvm/tools/lto/
H A Dlto.cpp141 static void lto_add_attrs(lto_code_gen_t cg) { argument
142 LTOCodeGenerator *CG = unwrap(cg);
262 lto_code_gen_t cg) {
266 mem, length, Options, path, &unwrap(cg)->getContext());
297 void lto_codegen_set_diagnostic_handler(lto_code_gen_t cg, argument
300 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt);
323 void lto_codegen_dispose(lto_code_gen_t cg) { delete unwrap(cg); } argument
325 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) { argument
326 return !unwrap(cg)
259 lto_module_create_in_codegen_context(const void *mem, size_t length, const char *path, lto_code_gen_t cg) argument
329 lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod) argument
333 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) argument
338 lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model model) argument
357 lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu) argument
361 lto_codegen_set_assembler_path(lto_code_gen_t cg, const char *path) argument
365 lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args, int nargs) argument
370 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char *symbol) argument
375 maybeParseOptions(lto_code_gen_t cg) argument
383 lto_codegen_write_merged_modules(lto_code_gen_t cg, const char *path) argument
388 lto_codegen_compile(lto_code_gen_t cg, size_t *length) argument
400 lto_codegen_optimize(lto_code_gen_t cg) argument
406 lto_codegen_compile_optimized(lto_code_gen_t cg, size_t *length) argument
416 lto_codegen_compile_to_file(lto_code_gen_t cg, const char **name) argument
423 lto_codegen_debug_options(lto_code_gen_t cg, const char *opt) argument
429 lto_codegen_set_should_internalize(lto_code_gen_t cg, bool ShouldInternalize) argument
434 lto_codegen_set_should_embed_uselists(lto_code_gen_t cg, lto_bool_t ShouldEmbedUselists) argument
[all...]
/external/llvm/include/llvm-c/
H A Dlto.h200 * Loads an object file into the same context as \c cg. The module is safe to
209 const char *path, lto_code_gen_t cg);
367 * \c cg and \c mod must both be in the same context. See \a
374 lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod);
380 * \c cg and \c mod must both be in the same context.
385 lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod);
394 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
404 lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model);
413 lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
423 lto_codegen_set_assembler_path(lto_code_gen_t cg, cons
[all...]
/external/clang/test/CodeGenCXX/
H A Dcfi-nvcall.cpp25 // CHECK-LABEL: @cg
26 // CHECK-STRICT-LABEL: @cg
27 extern "C" void cg(C *c) { function
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DUndeclaredThrowableStrategy.java49 protected ClassGenerator transform(ClassGenerator cg) throws Exception { argument
50 return new TransformingClassGenerator(cg, t);
/external/valgrind/none/tests/s390x/
H A Dcomp-1.stdout.exp109 cg (0, 0) --> cc = 0
110 cg (0, 1) --> cc = 1
111 cg (0, -1) --> cc = 2
112 cg (1, 0) --> cc = 2
113 cg (-1, 0) --> cc = 1
114 cg (-2, -1) --> cc = 1
115 cg (-2, -2) --> cc = 0
116 cg (-2, -3) --> cc = 2
117 cg (2, 1) --> cc = 2
118 cg (
[all...]
H A Dcomp-1.c2 cr, cgr, cgfr, c, cg, cgf, cfi, cgfi
184 run_scomp_reg_mem(cg, int64_t);
185 /* Special cases for cg */
186 SCOMP_REG_MEM(cg, INT64_MIN, INT64_MIN, int64_t);
187 SCOMP_REG_MEM(cg, INT64_MIN, INT64_MAX, int64_t);
188 SCOMP_REG_MEM(cg, INT64_MAX, INT64_MIN, int64_t);
189 SCOMP_REG_MEM(cg, INT64_MAX, INT64_MAX, int64_t);
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp162 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { argument
168 CGContextSaveGState(cg);
169 CGContextTranslateCTM(cg, x, r.size.height + y);
170 CGContextScaleCTM(cg, 1, -1);
172 CGContextDrawImage(cg, r, img);
174 CGContextRestoreGState(cg);
265 CGContextRef cg = CGBitmapContextCreate(pixels, info.width(), info.height(), bitsPerComponent, local
268 if (nullptr == cg) {
274 CGContextSetBlendMode(cg, kCGBlendModeCopy);
276 CGContextDrawImage(cg, CGRectMak
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml65 let cg = coerce (Foreign.funptr (void @-> returning int32_t)) (ptr void)
67 add_global_mapping g cg ee;
70 let cg' = get_pointer_to_global g (ptr void) ee in
71 if 0 <> ptr_compare cg cg' then bomb "int pointers to g differ";
/external/skia/src/core/
H A DSkColorSpace.cpp183 Sk4f cr, cg, cb; local
184 cg = Sk4f::Load(m.fMat + 3);
196 cg = cg * Sk4f(1, 1, 1, 0);
204 (cr * r + cg * g + cb * b + a).store(&dst[i]);
/external/opencv3/3rdparty/libtiff/
H A Dtif_pixarlog.c117 register unsigned int cr, cg, cb, ca, mask; local
124 t1 = ToLinearF[cg = (wp[1] & mask)];
135 t1 = ToLinearF[(cg += wp[1]) & mask];
143 t1 = ToLinearF[cg = (wp[1] & mask)];
156 t1 = ToLinearF[(cg += wp[1]) & mask];
180 register unsigned int cr, cg, cb, ca, mask; local
190 t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
201 t1 = ToLinearF[(cg += wp[1]) & mask] * SCALE12;
209 t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
222 t1 = ToLinearF[(cg
248 register unsigned int cr, cg, cb, ca, mask; local
299 register unsigned int cr, cg, cb, ca, mask; local
343 register unsigned int cr, cg, cb, ca, mask; local
392 register unsigned int cr, cg, cb, ca, mask; local
[all...]
H A Dtif_predict.c255 unsigned int cg = cp[1]; local
261 cp[1] = (char) (cg += cp[1]);
268 unsigned int cg = cp[1]; local
275 cp[1] = (char) (cg += cp[1]);
/external/pdfium/third_party/libtiff/
H A Dtif_pixarlog.c117 register unsigned int cr, cg, cb, ca, mask; local
124 t1 = ToLinearF[cg = (wp[1] & mask)];
135 t1 = ToLinearF[(cg += wp[1]) & mask];
143 t1 = ToLinearF[cg = (wp[1] & mask)];
156 t1 = ToLinearF[(cg += wp[1]) & mask];
180 register unsigned int cr, cg, cb, ca, mask; local
190 t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
201 t1 = ToLinearF[(cg += wp[1]) & mask] * SCALE12;
209 t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
222 t1 = ToLinearF[(cg
248 register unsigned int cr, cg, cb, ca, mask; local
299 register unsigned int cr, cg, cb, ca, mask; local
343 register unsigned int cr, cg, cb, ca, mask; local
392 register unsigned int cr, cg, cb, ca, mask; local
[all...]
/external/opencv3/modules/calib3d/test/
H A Dtest_chesscorners.cpp441 vector<Point2f> cg; local
442 Mat cb = cbg(bg, camMat, distCoeffs, cg);
448 Point2f c = std::accumulate(cg.begin(), cg.end(), Point2f(), plus<Point2f>()) * (1.f/cg.size());
461 cnt.push_back(cg[ 0]); cnt.push_back(cg[0+2]);
462 cnt.push_back(cg[7+0]); cnt.push_back(cg[7+2]);
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.mm165 const bool cg = config.greenBits != glu::RenderConfig::DONT_CARE;
170 (!cg || config.greenBits == 8) &&
176 (!cg || config.greenBits == 6) &&
/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h209 explicit InlineFunctionInfo(CallGraph *cg = nullptr,
211 : CG(cg), ACT(ACT) {}
/external/skia/src/ports/
H A DSkFontHost_mac.cpp787 size_t count, CGContextRef cg) {
788 CGContextShowGlyphsAtPositions(cg, glyphs, points, count);
1462 AutoCFRelease<CGFontRef> cg(CGFontCreateWithDataProvider(provider));
1463 if (nullptr == cg) {
1466 CTFontRef ct = CTFontCreateWithGraphicsFont(cg, 0, nullptr, nullptr);
2392 static CFDictionaryRef get_axes(CGFontRef cg, const FontParameters& params) { argument
2393 AutoCFRelease<CFArrayRef> cgAxes(CGFontCopyVariationAxes(cg));
2404 AutoCFRelease<CTFontRef> ct(CTFontCreateWithGraphicsFont(cg, 0, nullptr, nullptr));
2439 // The variation axes can be set to any value, but cg will effectively pin them.
2482 AutoCFRelease<CGFontRef> cg(CGFontCreateWithDataProvide
786 legacy_CTFontDrawGlyphs(CTFontRef, const CGGlyph glyphs[], const CGPoint points[], size_t count, CGContextRef cg) argument
2505 get_axes(CGFontRef cg, SkFontData* fontData) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c324 CacheGroup *cg; local
325 for (cg = m->rrcache_hash[slot]; cg; cg=cg->next)
326 if (cg->namehash == namehash && SameDomainName(cg->name, name))
328 return(cg);
2580 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
2584 for (rr = cg
2651 CacheGroup *cg; local
2672 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name); local
2680 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); local
2819 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
2852 CacheGroup *cg; local
3415 CacheGroup *cg; local
3491 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); local
3711 CheckCacheExpiration(mDNS *const m, const mDNSu32 slot, CacheGroup *const cg) argument
3788 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
4118 GetCacheRecord(mDNS *const m, CacheGroup *cg, mDNSu16 RDLength) argument
4137 CacheGroup *cg = (CacheGroup*)GetCacheEntity(m, mDNSNULL); local
5182 CacheGroup *cg; local
5652 CacheGroup *cg = CacheGroupForRecord(m, slot, pktrr); local
5872 CacheGroup *cg = CacheGroupForName(m, slot, pktq.qnamehash, &pktq.qname); local
6356 CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *cg, mDNSs32 delay) argument
6411 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
6551 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); local
6814 CacheGroup *cg = CacheGroupForRecord(m, slot, &m->rec.r.resrec); local
6947 const CacheGroup *cg = CacheGroupForRecord(m, slot, &r1->resrec); local
7058 CacheGroup *cg = CacheGroupForName(m, slot, q.qnamehash, &q.qname); local
8099 CacheGroup *cg; local
8542 CacheGroup *cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); local
8705 CacheGroup *const cg = CacheGroupForName(m, slot, question->qnamehash, &question->qname); local
9617 CacheGroup *cg; local
9679 CacheGroup *cg; local
10849 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
10865 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); local
11030 CacheGroup *cg; local
11449 CacheGroup *cg = m->rrcache_hash[slot]; local
[all...]
/external/mksh/src/
H A Dcheck.pl846 local($ce, $cg);
861 $cg = substr($got, $i, 1);
862 last if $ce ne $cg;
871 . &format_char($cg) . "'";
/external/valgrind/coregrind/m_dispatch/
H A Ddispatch-s390x-linux.S229 cg %r2, 0(%r8,%r7) /* next guest address == .guest ? */
/external/opencv3/modules/videoio/src/
H A Dcap_v4l.cpp1650 int r, g, b, cr, cg, cb, y1, y2; local
1660 cg = (*s++ - 128) * 88;
1663 cg = (cg + (*s++ - 128) * 183) >> 8;
1667 g = y1 - cg;
1678 g = y2 - cg;
1696 int r, g, b, cr, cg, cb, y1, y2; local
1705 cg = (*s++ - 128) * 88;
1708 cg = (cg
[all...]
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c363 CacheGroup *cg; local
365 FORALL_CACHERECORDS(slot, cg, rr) mDNS_PurgeCacheResourceRecord(m, rr);
/external/skia/gm/
H A Dimage_pict.cpp157 const int cg = SkGetPackedG32(c); local
164 int dg = SkAbs32((int)SkGetPackedG32(table[i]) - cg);

Completed in 660 milliseconds

123