Home
last modified time | relevance | path

Searched refs:ig (Results 1 - 23 of 23) sorted by relevance

/third_party/curl/lib/
H A Dsigpipe.h45 struct sigpipe_ignore *ig) in sigpipe_ignore()
49 ig->no_signal = data->set.no_signal; in sigpipe_ignore()
53 sigaction(SIGPIPE, NULL, &ig->old_pipe_act); in sigpipe_ignore()
54 action = ig->old_pipe_act; in sigpipe_ignore()
66 static void sigpipe_restore(struct sigpipe_ignore *ig) in sigpipe_restore() argument
68 if(!ig->no_signal) in sigpipe_restore()
70 sigaction(SIGPIPE, &ig->old_pipe_act, NULL); in sigpipe_restore()
44 sigpipe_ignore(struct Curl_easy *data, struct sigpipe_ignore *ig) sigpipe_ignore() argument
/third_party/ffmpeg/libavfilter/
H A Dpreserve_color.h54 float ir, float ig, float ib, in preserve_color()
61 *icolor = FFMAX3(ir, ig, ib) + FFMIN3(ir, ig, ib); in preserve_color()
65 *icolor = FFMAX3(ir, ig, ib); in preserve_color()
69 *icolor = (ir + ig + ib + 1.f) / 3.f; in preserve_color()
73 *icolor = ir + ig + ib; in preserve_color()
77 *icolor = normalize(ir, ig, ib, max); in preserve_color()
81 *icolor = power(ir, ig, ib, max); in preserve_color()
53 preserve_color(int preserve_color, float ir, float ig, float ib, float r, float g, float b, float max, float *icolor, float *ocolor) preserve_color() argument
H A Dvf_huesaturation.c75 const int ir = *r, ig = *g, ib = *b; in get_triplet() local
77 *r = (ir * m[0][0] + ig * m[1][0] + ib * m[2][0] /*+ m[3][0]*/) >> 16; in get_triplet()
78 *g = (ir * m[0][1] + ig * m[1][1] + ib * m[2][1] /*+ m[3][1]*/) >> 16; in get_triplet()
79 *b = (ir * m[0][2] + ig * m[1][2] + ib * m[2][2] /*+ m[3][2]*/) >> 16; in get_triplet()
120 int ir, ig, ib, ro, go, bo; \
123 ig = go = dst_g[x]; \
127 get_triplet(s->imatrix, &ir, &ig, &ib); \
129 const int min = FFMIN3(ir, ig, ib); \
130 const int max = FFMAX3(ir, ig, ib); \
133 | (ig
[all...]
H A Dvf_colorlevels.c136 int ir, ig, ib, or, og, ob; \
138 ig = src_g[x]; \
144 og = (ig - imin_g) * coeff_g + omin_g; \
147 preserve_color(s->preserve_color, ir, ig, ib, or, og, ob, max, \
162 dst_g[x] = clip((ig - imin_g) * coeff_g + omin_g, depth); \
H A Daf_aiir.c116 const double ig = s->dry_gain; \
139 ic[0] = src[n] * ig; \
173 const double ig = s->dry_gain; \
197 double i0 = ig * (i ? dst[n] : src[n]); \
232 const double ig = s->dry_gain; \
256 double i0 = ig * src[n]; \
296 const double ig = s->dry_gain; \
312 const double in = src[n] * ig; \
/third_party/python/Modules/
H A D_operator.c991 itemgetterobject *ig; in itemgetter_new() local
1008 ig = PyObject_GC_New(itemgetterobject, (PyTypeObject *) state->itemgetter_type); in itemgetter_new()
1009 if (ig == NULL) { in itemgetter_new()
1014 ig->item = item; in itemgetter_new()
1015 ig->nitems = nitems; in itemgetter_new()
1016 ig->index = -1; in itemgetter_new()
1023 * and fall back to the slow path, where ig->index is -1. in itemgetter_new()
1028 ig->index = index; in itemgetter_new()
1032 ig->vectorcall = (vectorcallfunc)itemgetter_vectorcall; in itemgetter_new()
1033 PyObject_GC_Track(ig); in itemgetter_new()
1038 itemgetter_clear(itemgetterobject *ig) itemgetter_clear() argument
1045 itemgetter_dealloc(itemgetterobject *ig) itemgetter_dealloc() argument
1055 itemgetter_traverse(itemgetterobject *ig, visitproc visit, void *arg) itemgetter_traverse() argument
1063 itemgetter_call(itemgetterobject *ig, PyObject *args, PyObject *kw) itemgetter_call() argument
1074 itemgetter_vectorcall(PyObject *ig, PyObject *const *args, size_t nargsf, PyObject *kwnames) itemgetter_vectorcall() argument
1088 itemgetter_call_impl(itemgetterobject *ig, PyObject *obj) itemgetter_call_impl() argument
1125 itemgetter_repr(itemgetterobject *ig) itemgetter_repr() argument
1144 itemgetter_reduce(itemgetterobject *ig, PyObject *Py_UNUSED(ignored)) itemgetter_reduce() argument
[all...]
/third_party/skia/tests/
H A DImageGeneratorTest.cpp63 MyImageGenerator ig; in DEF_TEST() local
67 ig.queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo); in DEF_TEST()
76 ig.getYUVAPlanes(yuvaPixmaps); in DEF_TEST()
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
H A Dindex.js98 const ig = path.resolve(this.path, file)
99 fs.readFile(ig, 'utf8', (er, data) =>
276 const ig = path.resolve(this.path, file)
277 this.onReadIgnoreFile(file, fs.readFileSync(ig, 'utf8'), then)
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c225 YfromRGBint(int ir, int ig, int ib) in YfromRGBint() argument
228 double g = ig; in YfromRGBint()
801 int ir, ig, ib; member
1256 out->r = out->g = out->b = back->ig; in gpc_bckg()
1278 out->g = back->ig; in gpc_bckc()
1322 out->r = out->g = out->b = back->ig; in gpc_g8b()
1755 out->r = out->g = out->b = back->ig; in gpc_b16g()
1776 out->g = back->ig; in gpc_b16c()
1850 out->r = out->g = out->b = back->ig; in gpc_gb16()
1874 out->g = back->ig; in gpc_cb16()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dregexp-prototype-source.js15 var regexp = /fooBar/ig;
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java668 String ig = (String)il.get(i); in removeIgnored()
669 if (ig.indexOf(" " + key) != 0) { in removeIgnored()
708 String ig = (String)il.get(i); in removeIgnored()
709 if (ig.indexOf(" " + fieldname) != 0) { in removeIgnored()
/third_party/skia/third_party/externals/libpng/
H A Dpng.c4002 * arithmetic error. This code follows the spec exactly; ig is in png_build_16bit_table()
4011 png_uint_32 ig = (j << (8-shift)) + i; in png_build_16bit_table() local
4017 double d = floor(65535.*pow(ig*fmax, gamma_val*.00001)+.5); in png_build_16bit_table()
4021 ig = (ig * 65535U + max_by_2)/max; in png_build_16bit_table()
4023 sub_table[j] = png_gamma_16bit_correct(ig, gamma_val); in png_build_16bit_table()
4034 png_uint_32 ig = (j << (8-shift)) + i; in png_build_16bit_table() local
4037 ig = (ig * 65535U + max_by_2)/max; in png_build_16bit_table()
4039 sub_table[j] = (png_uint_16)ig; in png_build_16bit_table()
[all...]
H A Dpngrtran.c773 int ir, ig, ib; in png_set_quantize() local
785 for (ig = 0; ig < num_green; ig++) in png_set_quantize()
787 /* int dg = abs(ig - g); */ in png_set_quantize()
788 int dg = ((ig > g) ? ig - g : g - ig); in png_set_quantize()
791 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS); in png_set_quantize()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_color_unquantize.cpp248 int ig = color_unquantization_tables[quantization_level][input[1]]; in rgb_scale_unpack() local
253 *output1 = uint4(ir, ig, ib, 255); in rgb_scale_unpack()
254 *output0 = uint4((ir * iscale) >> 8, (ig * iscale) >> 8, (ib * iscale) >> 8, 255); in rgb_scale_unpack()
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl271 $value =~ s/0x([0-9a-f]+)/0$1h/ig if ($masm);
359 $self->{label} =~ s/(?<![\w\$\.])0x([0-9a-f]+)/0$1h/ig;
948 $var=~s/^0x([0-9a-f]+)/0$1h/ig if ($masm);
962 map(s/0x([0-9a-f]+)/0$1h/ig,@str) if ($masm);
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl266 $value =~ s/0x([0-9a-f]+)/0$1h/ig if ($masm);
354 $self->{label} =~ s/(?<![\w\$\.])0x([0-9a-f]+)/0$1h/ig;
943 $var=~s/^0x([0-9a-f]+)/0$1h/ig if ($masm);
957 map(s/0x([0-9a-f]+)/0$1h/ig,@str) if ($masm);
/third_party/node/lib/internal/modules/esm/
H A Dloader.js530 [/%2F/ig, '/'], // We can decode the slashes to improve readability.
/third_party/icu/icu4c/source/common/
H A Dlocmap.cpp432 ILCID_POSIX_ELEMENT_ARRAY(0x0470, ig, ig_NG)
854 ILCID_POSIX_MAP(ig), /* ig Igbo 0x70 */
/third_party/node/deps/icu-small/source/common/
H A Dlocmap.cpp432 ILCID_POSIX_ELEMENT_ARRAY(0x0470, ig, ig_NG)
854 ILCID_POSIX_MAP(ig), /* ig Igbo 0x70 */
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocmap.cpp432 ILCID_POSIX_ELEMENT_ARRAY(0x0470, ig, ig_NG)
854 ILCID_POSIX_MAP(ig), /* ig Igbo 0x70 */
/third_party/python/Lib/test/
H A Dtest_itertools.py772 for ik, ig in groupby(g, testR2):
773 for elem in ig:
783 for ik, ig in pickle.loads(pickle.dumps(groupby(g, testR2), proto)):
784 for elem in ig:
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h2874 auto ir = r, ig = g, ib = b, ia = a;
2882 case 'g': *o[i] = ig; break;
4229 auto ir = r, ig = g, ib = b, ia = a;
4237 case 'g': *o[i] = ig; break;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp4606 glw::GLubyte ig = (glw::GLubyte)(255.f * g); in checkFramebuffer() local
4613 if ((pixels[i * 4 /* components */] != ir) || (pixels[i * 4 /* components */ + 1] != ig) || in checkFramebuffer()

Completed in 48 milliseconds