Home
last modified time | relevance | path

Searched refs:ag (Results 1 - 25 of 39) sorted by relevance

12

/third_party/python/Modules/
H A D_operator.c1213 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 Dreplaygain.c70 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 Dreplaygain.h36 int32_t ag, uint32_t ap);
/third_party/astc-encoder/Source/
H A Dastcenc_compute_variance.cpp427 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 Dastcenc_entry.cpp1004 * @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 DSkTextUtils.cpp29 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 DColorPrivTest.cpp19 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 Dskia_test.cpp168 SkAutoGraphics ag; in main() local
/third_party/ffmpeg/libavcodec/
H A Daacpsdsp_template.c113 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 Dffv1enc.c971 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 Dsrc_avsynctest.c64 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 Dvf_colorchannelmixer.c46 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 DSkColorPriv.h144 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 DSkColorData.h186 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 Dissue-372.hpp13 enum n { o, p, q, r, s, t, b, ae, e, ag, ah, ai }; enumerator
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddatapid.c301 int main(ac, ag) in main()
303 char **ag;
H A Ddataascii.c113 int main(int ac, char **ag) in main() argument
H A Ddatabin.c148 int main(int ac, char **ag) in main() argument
/third_party/python/Include/cpython/
H A Dgenobject.h68 _PyGenObject_HEAD(ag)
/third_party/mesa3d/src/intel/isl/
H A Disl_tiled_memcpy.c127 __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 Dissue-372.rs106 ag = 9,
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c261 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 Dcommand.rs3866 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 Dmicrotek.c2681 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 Dtest_generators.py212 ag = f()
213 self.assertIsNone(ag.ag_frame.f_back)

Completed in 30 milliseconds

12