/third_party/python/Modules/ |
H A D | _operator.c | 1213 attrgetterobject *ag; in attrgetter_new() local 1310 ag = PyObject_GC_New(attrgetterobject, (PyTypeObject *)state->attrgetter_type); in attrgetter_new() 1311 if (ag == NULL) { in attrgetter_new() 1316 ag->attr = attr; in attrgetter_new() 1317 ag->nattrs = nattrs; in attrgetter_new() 1318 ag->vectorcall = (vectorcallfunc)attrgetter_vectorcall; in attrgetter_new() 1320 PyObject_GC_Track(ag); in attrgetter_new() 1321 return (PyObject *)ag; in attrgetter_new() 1325 attrgetter_clear(attrgetterobject *ag) in attrgetter_clear() argument 1327 Py_CLEAR(ag in attrgetter_clear() 1332 attrgetter_dealloc(attrgetterobject *ag) attrgetter_dealloc() argument 1342 attrgetter_traverse(attrgetterobject *ag, visitproc visit, void *arg) attrgetter_traverse() argument 1383 attrgetter_call(attrgetterobject *ag, PyObject *args, PyObject *kw) attrgetter_call() argument 1393 attrgetter_vectorcall(PyObject *ag, PyObject *const *args, size_t nargsf, PyObject *kwnames) attrgetter_vectorcall() argument 1406 attrgetter_call_impl(attrgetterobject *ag, PyObject *obj) attrgetter_call_impl() argument 1453 attrgetter_args(attrgetterobject *ag) attrgetter_args() argument 1476 attrgetter_repr(attrgetterobject *ag) attrgetter_repr() argument 1508 attrgetter_reduce(attrgetterobject *ag, PyObject *Py_UNUSED(ignored)) attrgetter_reduce() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | replaygain.c | 70 int32_t ag, uint32_t ap) in ff_replaygain_export_raw() 74 if (tg == INT32_MIN && ag == INT32_MIN) in ff_replaygain_export_raw() 84 replaygain->album_gain = ag; in ff_replaygain_export_raw() 92 const AVDictionaryEntry *tg, *tp, *ag, *ap; in ff_replaygain_export() local 96 ag = av_dict_get(metadata, "REPLAYGAIN_ALBUM_GAIN", NULL, 0); in ff_replaygain_export() 102 parse_value(ag ? ag->value : NULL, INT32_MIN), in ff_replaygain_export() 69 ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp, int32_t ag, uint32_t ap) ff_replaygain_export_raw() argument
|
H A D | replaygain.h | 36 int32_t ag, uint32_t ap);
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_compute_variance.cpp | 427 avg_args& ag in init_compute_averages() 446 ag.arg.size_x = 0; in init_compute_averages() 447 ag.arg.size_y = 0; in init_compute_averages() 448 ag.arg.size_z = 0; in init_compute_averages() 449 ag.arg.offset_x = 0; in init_compute_averages() 450 ag.arg.offset_y = 0; in init_compute_averages() 451 ag.arg.offset_z = 0; in init_compute_averages() 452 ag.arg.work_memory = nullptr; in init_compute_averages() 454 ag.arg.img = &img; in init_compute_averages() 455 ag in init_compute_averages() [all...] |
H A D | astcenc_entry.cpp | 1004 * @param ag The average and variance arguments created during setup. 1008 const avg_args &ag in compute_averages() 1010 pixel_region_args arg = ag.arg; in compute_averages() 1011 arg.work_memory = new vfloat4[ag.work_memory_size]; in compute_averages() 1013 int size_x = ag.img_size_x; in compute_averages() 1014 int size_y = ag.img_size_y; in compute_averages() 1015 int size_z = ag.img_size_z; in compute_averages() 1017 int step_xy = ag.blk_size_xy; in compute_averages() 1018 int step_z = ag.blk_size_z; in compute_averages()
|
/third_party/skia/src/utils/ |
H A D | SkTextUtils.cpp | 29 SkAutoToGlyphs ag(font, text, length, encoding); in GetPath() 30 SkAutoTArray<SkPoint> pos(ag.count()); in GetPath() 31 font.getPos(ag.glyphs(), ag.count(), pos.get(), {x, y}); in GetPath() 39 font.getPaths(ag.glyphs(), ag.count(), [](const SkPath* src, const SkMatrix& mx, void* ctx) { in GetPath()
|
/third_party/skia/tests/ |
H A D | ColorPrivTest.cpp | 19 uint32_t ag, rb; in DEF_TEST() local 20 SkSplay(color, &ag, &rb); in DEF_TEST() 21 ASSERT(ag == 0x00A100C3); in DEF_TEST() 23 ASSERT(SkUnsplay(ag << 8, rb << 8) == color); in DEF_TEST()
|
H A D | skia_test.cpp | 168 SkAutoGraphics ag; in main() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacpsdsp_template.c | 113 INTFLOAT ag[PS_AP_LINKS]; in ps_decorrelate_c() local 117 ag[m] = AAC_MUL30(a[m], g_decay_slope); in ps_decorrelate_c() 123 INTFLOAT a_re = AAC_MUL31(ag[m], in_re); in ps_decorrelate_c() 124 INTFLOAT a_im = AAC_MUL31(ag[m], in_im); in ps_decorrelate_c() 137 ap_delay[m][n+5][0] = apd_re + (UINTFLOAT)AAC_MUL31(ag[m], in_re); in ps_decorrelate_c() 138 ap_delay[m][n+5][1] = apd_im + (UINTFLOAT)AAC_MUL31(ag[m], in_im); in ps_decorrelate_c()
|
H A D | ffv1enc.c | 971 int ab, ag, ar; in choose_rct_params() local 984 ag = g - lastg; in choose_rct_params() 987 int bg = ag - sample[0][x]; in choose_rct_params() 999 sample[0][x] = ag; in choose_rct_params()
|
/third_party/ffmpeg/libavfilter/ |
H A D | src_avsynctest.c | 64 FFDrawColor ag; member 90 {"ag", "set additional color", OFFSET(rgba[2]), AV_OPT_TYPE_COLOR, {.str="gray"}, 0, 0, V }, 166 ff_draw_color(&s->draw, &s->ag, s->rgba[2] ); in config_props() 303 draw_text(&s->draw, out, &s->ag, offset(w, 1, 2) - strlen(text) * 4, offset(h, 9, 10), text); in video_frame() 306 draw_text(&s->draw, out, &s->ag, offset(w, 1, 2) - strlen(text) * 4, offset(h, 1, 10), text); in video_frame() 309 draw_text(&s->draw, out, &s->ag, offset(w, 1, 10), offset(h, 1, 2), text); in video_frame() 312 draw_text(&s->draw, out, &s->ag, offset(w, 9, 10) - strlen(text) * 8, offset(h, 1, 2), text); in video_frame()
|
H A D | vf_colorchannelmixer.c | 46 double ar, ag, ab, aa; member 101 { "ag", "set the green gain for the alpha channel", OFFSET(ag), AV_OPT_TYPE_DOUBLE, {.dbl=0}, -2, 2, FLAGS }, 344 s->lut[A][G][i] = lrint(i * s->ag); in config_output()
|
/third_party/skia/include/core/ |
H A D | SkColorPriv.h | 144 uint32_t ag = ((c >> 8) & mask) * scale; in SkAlphaMulQ() local 145 return (rb & mask) | (ag & ~mask); in SkAlphaMulQ()
|
/third_party/skia/include/private/ |
H A D | SkColorData.h | 186 static inline void SkSplay(uint32_t color, uint32_t* ag, uint32_t* rb) { in SkSplay() argument 188 *ag = (color >> 8) & mask; in SkSplay() 207 static inline uint32_t SkUnsplay(uint32_t ag, uint32_t rb) { in SkUnsplay() argument 209 return (ag & mask) | ((rb & mask) >> 8); in SkUnsplay()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | issue-372.hpp | 13 enum n { o, p, q, r, s, t, b, ae, e, ag, ah, ai }; enumerator
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | datapid.c | 301 int main(ac, ag) in main() 303 char **ag;
|
H A D | dataascii.c | 113 int main(int ac, char **ag) in main() argument
|
H A D | databin.c | 148 int main(int ac, char **ag) in main() argument
|
/third_party/python/Include/cpython/ |
H A D | genobject.h | 68 _PyGenObject_HEAD(ag)
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_tiled_memcpy.c | 127 __m128i srcreg, dstreg, agmask, ag, rb, br; in rgba8_copy_16_aligned_dst() local 133 ag = _mm_and_si128(agmask, srcreg); in rgba8_copy_16_aligned_dst() 136 dstreg = _mm_or_si128(ag, br); in rgba8_copy_16_aligned_dst() 144 __m128i srcreg, dstreg, agmask, ag, rb, br; in rgba8_copy_16_aligned_src() local 150 ag = _mm_and_si128(agmask, srcreg); in rgba8_copy_16_aligned_src() 153 dstreg = _mm_or_si128(ag, br); in rgba8_copy_16_aligned_src()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-372.rs | 106 ag = 9,
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
H A D | anim_decode.c | 261 uint32_t ag = ((pix >> 8) & mask) * scale; in ChannelwiseMultiply() local 262 return (rb & mask) | (ag & ~mask); in ChannelwiseMultiply()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 3866 if let Some(ag) = self.groups.iter_mut().find(|grp| grp.id == *g) { 3867 ag.args.push(a.get_id().clone()); 3869 let mut ag = ArgGroup::new(g); variables 3870 ag.args.push(a.get_id().clone()); 3871 self.groups.push(ag);
|
/third_party/backends/backend/ |
H A D | microtek.c | 2681 size_t ar, ag, ab; /* allowed additions */ in pack_seqrgb_data() local 2687 ag = rb->size - (rb->complete_count + rb->green_extra * 3); in pack_seqrgb_data() 2689 DBG(23, "pack_seq: dr/ar: %lu/%lu dg/ag: %lu/%lu db/ab: %lu/%lu\n", in pack_seqrgb_data() 2691 (u_long)dg, (u_long)ag, in pack_seqrgb_data() 2694 (dg > ag) || in pack_seqrgb_data() 2698 if (dg > ag) increase = MAX(increase, (dg - ag)); in pack_seqrgb_data() 2780 size_t ar, ag, ab; /* allowed additions */ in pack_goofyrgb_data() local 2795 ag = rb->size - (rb->complete_count + rb->green_extra * 3); in pack_goofyrgb_data() 2797 DBG(23, "pack_goofy: dr/ar: %lu/%lu dg/ag in pack_goofyrgb_data() [all...] |
/third_party/python/Lib/test/ |
H A D | test_generators.py | 212 ag = f() 213 self.assertIsNone(ag.ag_frame.f_back)
|