Home
last modified time | relevance | path

Searched refs:ng (Results 1 - 25 of 43) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dvf_colortemperature.c85 ng = g * color[1]; \
89 ng = lerpf(g, ng, mix); \
93 l1 = (FFMAX3(nr, ng, nb) + FFMIN3(nr, ng, nb)) + FLT_EPSILON; \
97 g = ng * l; \
101 ng = lerpf(ng, g, preserve); \
127 float nr, ng, nb; in temperature_slice8() local
132 gptr[x] = av_clip_uint8(ng); in temperature_slice8()
169 float nr, ng, nb; temperature_slice16() local
210 float nr, ng, nb; temperature_slice8p() local
250 float nr, ng, nb; temperature_slice16p() local
[all...]
H A Dvf_colorcontrast.c76 ng = av_clipf((g0 * gmw + g1 * byw + g2 * rcw) * scale, 0.f, max); \
81 lo = FFMAX3(nr, ng, nb) + FFMIN3(nr, ng, nb) + FLT_EPSILON; \
85 g = ng * lf; \
89 ng = lerpf(ng, g, preserve); \
126 float nr, ng, nb; in colorcontrast_slice8() local
131 gptr[x] = av_clip_uint8(ng); in colorcontrast_slice8()
180 float nr, ng, nb; in colorcontrast_slice16() local
185 gptr[x] = av_clip_uintp2_c(ng, dept in colorcontrast_slice16()
232 float nr, ng, nb; colorcontrast_slice8p() local
284 float nr, ng, nb; colorcontrast_slice16p() local
[all...]
/third_party/libcoap/examples/contiki/
H A DMakefile1 CONTIKI=contiki-ng
9 git clone --depth 1 https://github.com/contiki-ng/contiki-ng.git $@
/third_party/typescript/tests/baselines/reference/transpile/
H A DCorrectly serialize metadata when transpile with CommonJS option.js12 var ng = require("angular2/core"); variable
20 __metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
H A DCorrectly serialize metadata when transpile with CommonJS option.oldTranspile.js12 var ng = require("angular2/core"); variable
20 __metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
/third_party/typescript/tests/baselines/reference/project/emitDecoratorMetadataCommonJSISolatedModules/node/
H A Dmain.js13 var ng = require("angular2/core"); variable
21 __metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
/third_party/typescript/tests/baselines/reference/project/emitDecoratorMetadataCommonJSISolatedModulesNoResolve/node/
H A Dmain.js13 var ng = require("angular2/core"); variable
21 __metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
/third_party/typescript/tests/baselines/reference/project/emitDecoratorMetadataSystemJS/node/
H A Dmain.js13 var ng = require("angular2/core"); variable
21 __metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
/third_party/typescript/tests/baselines/reference/project/emitDecoratorMetadataSystemJSISolatedModules/node/
H A Dmain.js13 var ng = require("angular2/core"); variable
21 __metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
/third_party/typescript/tests/baselines/reference/project/emitDecoratorMetadataSystemJSISolatedModulesNoResolve/node/
H A Dmain.js13 var ng = require("angular2/core"); variable
21 __metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
/third_party/selinux/libselinux/src/
H A Dseusers.c115 int i, ng = 0; in check_group() local
143 if (getgrouplist(name, gid, NULL, &ng) < 0) { in check_group()
144 if (ng == 0) in check_group()
146 groups = calloc(ng, sizeof(*groups)); in check_group()
149 if (getgrouplist(name, gid, groups, &ng) < 0) in check_group()
152 /* WTF? ng was 0 and we didn't fail? Are we in 0 groups? */ in check_group()
156 for (i = 0; i < ng; i++) { in check_group()
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog0424 # with syslog-ng
46 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0624 # with syslog-ng on SLES
51 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0524 # with syslog-ng
51 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0324 # with syslog-ng on SLES
46 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0123 # with syslog-ng
52 /etc/syslog-ng/syslog-ng.conf)
71 # This check is neccessary for syslog-ng because $MAILLOG is
H A Dsyslog0224 # with syslog-ng
59 /etc/syslog-ng/syslog-ng.conf)
70 # This check is neccessary for syslog-ng because $MAILLOG is
H A Dsyslog1023 # with syslog-ng
49 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0924 # with syslog-ng
48 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0824 # with syslog-ng
59 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0724 # with syslog-ng
31 # o For syslog-ng the priority is set to all #
32 # because of the format of syslog-ng.conf #
45 # Adds some clarification of log message when syslog-ng is used
62 /etc/syslog-ng/syslog-ng.conf)
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rob.c196 ngtcp2_rob_gap *ng; in ngtcp2_rob_push() local
197 rv = ngtcp2_rob_gap_new(&ng, r.begin, r.end, rob->mem); in ngtcp2_rob_push()
201 rv = ngtcp2_ksl_insert(&rob->gapksl, &it, &ng->range, ng); in ngtcp2_rob_push()
203 ngtcp2_rob_gap_del(ng, rob->mem); in ngtcp2_rob_push()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DNGramList.java68 NGram ng = (NGram) o; in compareTo()
70 return ng.getRefCount() - refCount; in compareTo()
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c831 unsigned int ng = 0; /* number of GPRs already used. */ in ffi_closure_helper_DARWIN() local
850 ng++; in ffi_closure_helper_DARWIN()
861 ng++; in ffi_closure_helper_DARWIN()
868 ng++; in ffi_closure_helper_DARWIN()
878 ng++; in ffi_closure_helper_DARWIN()
895 ng += gprSize / sizeof(long); in ffi_closure_helper_DARWIN()
914 ng += (size_al + 3) / sizeof(long); in ffi_closure_helper_DARWIN()
930 ng += MODE_CHOICE(2,1); in ffi_closure_helper_DARWIN()
949 ng++; in ffi_closure_helper_DARWIN()
965 ng in ffi_closure_helper_DARWIN()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c701 uint32_t ng = GET2(entry, 0); in pcre2_substitute() local
702 if (ng < ovector_count) in pcre2_substitute()
704 if (group < 0) group = ng; /* First in ovector */ in pcre2_substitute()
705 if (ovector[ng*2] != PCRE2_UNSET) in pcre2_substitute()
707 group = ng; /* First that is set */ in pcre2_substitute()

Completed in 9 milliseconds

12