/toolchain/binutils/binutils-2.25/gprof/ |
cg_arcs.c | 70 for (arc = parent->cg.children; arc; arc = arc->next_child) 144 arc->next_child = parent->cg.children; 145 parent->cg.children = arc; 148 arc->next_parent = child->cg.parents; 149 child->cg.parents = arc; 159 return left->cg.top_order - right->cg.top_order; 170 if (parent->cg.prop.fract == 0.0) 177 for (arc = parent->cg.children; arc; arc = arc->next_child) 180 if (arc->count == 0 || child == parent || child->cg.prop.fract == 0 [all...] |
cg_dfn.c | 65 return child->cg.top_order != DFN_NAN && child->cg.top_order != DFN_BUSY; 75 if (child->cg.top_order == DFN_NAN) 104 if (child->cg.cyc.head != child && child->cg.cyc.head == head) 152 for (tail = head; tail->cg.cyc.next; tail = tail->cg.cyc.next) 165 if (head->cg.cyc.head != head) 167 head = head->cg.cyc.head; 175 if (child->cg.cyc.head == child [all...] |
utils.c | 92 DBG (DFNDEBUG, printf ("{%d} ", self->cg.top_order)); 93 DBG (PROPDEBUG, printf ("%4.0f%% ", 100.0 * self->cg.prop.fract)); 104 if (self->cg.cyc.num != 0) 106 printf (_(" <cycle %d>"), self->cg.cyc.num); 108 if (self->cg.index != 0) 110 if (self->cg.print_flag) 112 printf (" [%d]", self->cg.index); 116 printf (" (%d)", self->cg.index);
|
cg_print.c | 121 sprintf (buf, "[%d]", cyc->cg.index); 125 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time, 126 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls); 128 if (cyc->cg.self_calls != 0) 129 printf ("+%-7lu", cyc->cg.self_calls); 133 printf (_(" <cycle %d as a whole> [%d]\n"), cyc->cg.cyc.num, cyc->cg.index); 137 CG.PROP.SELF+CG.PROP.CHILD, secondary key is NCALLS+CG.SELF_CALLS. * [all...] |
alpha.c | 103 indirect_child.cg.prop.fract = 1.0; 104 indirect_child.cg.cyc.head = &indirect_child;
|
mips.c | 55 indirect_child.cg.prop.fract = 1.0; 56 indirect_child.cg.cyc.head = &indirect_child;
|
symtab.h | 100 cg; 99 cg; member in struct:sym
|
gprof.c | 187 Sym **cg = 0; local 587 cg = cg_assemble (); 606 if (cg && (output_style & STYLE_CALL_GRAPH) && bsd_style_output) 609 cg_print (cg); 618 if (cg && (output_style & STYLE_CALL_GRAPH)) 623 cg_print (cg);
|
symtab.c | 45 sym->cg.child_time = 0.0; 46 sym->cg.prop.fract = 0.0; 47 sym->cg.prop.self = 0.0; 48 sym->cg.prop.child = 0.0;
|
/external/libnl/lib/route/cls/ |
cgroup.c | 39 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->cg_ematch, p) 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/ |
DefaultGeneratorStrategy.java | 23 public byte[] generate(ClassGenerator cg) throws Exception { 25 transform(cg).generateClass(cw); 37 protected ClassGenerator transform(ClassGenerator cg) throws Exception { 38 return cg;
|
GeneratorStrategy.java | 31 * @param cg a class generator on which you can call {@link ClassGenerator#generateClass} 34 byte[] generate(ClassGenerator cg) throws Exception;
|
/external/llvm/tools/lto/ |
lto.cpp | 141 static void lto_add_attrs(lto_code_gen_t cg) { 142 LTOCodeGenerator *CG = unwrap(cg); 151 CG->setAttr(attrs.c_str()); 156 CG->setOptLevel(OptLevel - '0'); 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, 300 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt); 323 void lto_codegen_dispose(lto_code_gen_t cg) { delete unwrap(cg); [all...] |
/external/llvm/include/llvm-c/ |
lto.h | 200 * 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, const char* path) [all...] |
/external/clang/test/CodeGenCXX/ |
cfi-nvcall.cpp | 25 // 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/ |
UndeclaredThrowableStrategy.java | 49 protected ClassGenerator transform(ClassGenerator cg) throws Exception { 50 return new TransformingClassGenerator(cg, t);
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
ColorUtils.java | 49 final float cg = (V - g) / vtemp; local 53 H = cb - cg; 57 H = 4 + cg - cr;
|
/external/valgrind/none/tests/s390x/ |
comp-1.stdout.exp | 109 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 (2, 2) --> cc = [all...] |
comp-1.c | 2 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/ |
SkCreateCGImageRef.cpp | 114 // here we make a ceep copy of the pixels, since CG won't take our 162 void SkCGDrawBitmap(CGContextRef cg, const SkBitmap& bm, float x, float y) { 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) { 272 // use this blend mode, to avoid having to erase the pixels first, and to avoid CG performin [all...] |
/external/llvm/test/Bindings/OCaml/ |
executionengine.ml | 65 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/ |
SkColorSpace.cpp | 183 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]);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
MaterialColorMapUtils.java | 161 final float cg = (V - g) / vtemp; local 165 H = cb - cg; 169 H = 4 + cg - cr;
|
/external/opencv3/3rdparty/libtiff/ |
tif_pixarlog.c | 117 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 += wp[1]) & mask] * SCALE12 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/pdfium/third_party/libtiff/ |
tif_pixarlog.c | 117 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 += wp[1]) & mask] * SCALE12 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...] |