/third_party/ffmpeg/libavfilter/ |
H A D | vf_colortemperature.c | 85 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 D | vf_colorcontrast.c | 76 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 D | Makefile | 1 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 D | Correctly serialize metadata when transpile with CommonJS option.js | 12 var ng = require("angular2/core");
variable 20 __metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
|
H A D | Correctly serialize metadata when transpile with CommonJS option.oldTranspile.js | 12 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 D | main.js | 13 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 D | main.js | 13 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 D | main.js | 13 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 D | main.js | 13 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 D | main.js | 13 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 D | seusers.c | 115 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 D | syslog04 | 24 # with syslog-ng 46 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog06 | 24 # with syslog-ng on SLES 51 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog05 | 24 # with syslog-ng 51 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog03 | 24 # with syslog-ng on SLES 46 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog01 | 23 # with syslog-ng 52 /etc/syslog-ng/syslog-ng.conf) 71 # This check is neccessary for syslog-ng because $MAILLOG is
|
H A D | syslog02 | 24 # with syslog-ng 59 /etc/syslog-ng/syslog-ng.conf) 70 # This check is neccessary for syslog-ng because $MAILLOG is
|
H A D | syslog10 | 23 # with syslog-ng 49 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog09 | 24 # with syslog-ng 48 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog08 | 24 # with syslog-ng 59 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog07 | 24 # 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 D | ngtcp2_rob.c | 196 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 D | NGramList.java | 68 NGram ng = (NGram) o; in compareTo() 70 return ng.getRefCount() - refCount; in compareTo()
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-ffi_darwin.c | 831 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 D | pcre2_substitute.c | 701 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()
|