/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | stateblock9.c | 86 FREE(state->ff.light); in NineStateBlock9_dtor() 88 FREE(state->ff.transform); in NineStateBlock9_dtor() 314 dst->ff.material = src->ff.material; in nine_state_copy_common() 319 if (mask->ff.changed.tex_stage[s][i / 32] & (1 << (i % 32))) in nine_state_copy_common() 320 dst->ff.tex_stage[s][i] = src->ff.tex_stage[s][i]; in nine_state_copy_common() 324 * dst->ff.changed.tex_stage[s][0] |= in nine_state_copy_common() 325 * mask->ff.changed.tex_stage[s][0]; in nine_state_copy_common() 326 * dst->ff in nine_state_copy_common() [all...] |
H A D | nine_ff.c | 1051 /* ucp for ff applies on world coordinates. in nine_ff_build_vs() 1524 * When we use vs ff, in nine_ff_build_ps() 1529 * actually affect pixel fog (and not vertex fog) when vs ff is used, in nine_ff_build_ps() 1623 /* ff vs + ps 3.0: some elements are passed to the ps (wine test). in nine_ff_get_vs() 1632 key.lighting = !!context->rs[D3DRS_LIGHTING] && context->ff.num_lights_active; in nine_ff_get_vs() 1633 key.darkness = !!context->rs[D3DRS_LIGHTING] && !context->ff.num_lights_active; in nine_ff_get_vs() 1672 unsigned gen = (context->ff.tex_stage[s][D3DTSS_TEXCOORDINDEX] >> 16) + 1; in nine_ff_get_vs() 1673 unsigned idx = context->ff.tex_stage[s][D3DTSS_TEXCOORDINDEX] & 7; in nine_ff_get_vs() 1686 dim = context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & 0x7; in nine_ff_get_vs() 1694 DBG("VS ff ke in nine_ff_get_vs() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | VertexProcessor.cpp | 304 ff.lightDiffuse[light][0] = lightDiffuse.r; in setLightDiffuse() 305 ff.lightDiffuse[light][1] = lightDiffuse.g; in setLightDiffuse() 306 ff.lightDiffuse[light][2] = lightDiffuse.b; in setLightDiffuse() 307 ff.lightDiffuse[light][3] = lightDiffuse.a; in setLightDiffuse() 316 ff.lightSpecular[light][0] = lightSpecular.r; in setLightSpecular() 317 ff.lightSpecular[light][1] = lightSpecular.g; in setLightSpecular() 318 ff.lightSpecular[light][2] = lightSpecular.b; in setLightSpecular() 319 ff.lightSpecular[light][3] = lightSpecular.a; in setLightSpecular() 328 ff.lightAmbient[light][0] = lightAmbient.r; in setLightAmbient() 329 ff in setLightAmbient() [all...] |
/third_party/python/Python/ |
H A D | future.c | 9 future_check_features(PyFutureFeatures *ff, stmt_ty s, PyObject *filename) in future_check_features() argument 36 ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL; in future_check_features() 40 ff->ff_features |= CO_FUTURE_ANNOTATIONS; in future_check_features() 57 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse() argument 102 if (!future_check_features(ff, s, filename)) in future_parse() 104 ff->ff_lineno = s->lineno; in future_parse() 121 PyFutureFeatures *ff; in _PyFuture_FromAST() local 123 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures)); in _PyFuture_FromAST() 124 if (ff == NULL) { in _PyFuture_FromAST() 128 ff in _PyFuture_FromAST() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | timecode.c | 57 int hh, mm, ss, ff; in av_timecode_get_smpte_from_framenum() local 62 ff = framenum % fps; in av_timecode_get_smpte_from_framenum() 66 return av_timecode_get_smpte(tc->rate, drop, hh, mm, ss, ff); in av_timecode_get_smpte_from_framenum() 69 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte() argument 76 if (ff % 2 == 1) { in av_timecode_get_smpte() 82 ff /= 2; in av_timecode_get_smpte() 88 ff = ff % 40; in av_timecode_get_smpte() 91 tc |= (ff / 10) << 28; in av_timecode_get_smpte() 92 tc |= (ff in av_timecode_get_smpte() 107 int hh, mm, ss, ff, ff_len, neg = 0; av_timecode_make_string() local 143 unsigned ff = bcd2uint(tcsmpte>>24 & 0x3f); // 6-bit frames av_timecode_make_smpte_tc_string2() local 231 av_timecode_init_from_components(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, int ss, int ff, void *log_ctx) av_timecode_init_from_components() argument 255 int hh, mm, ss, ff, flags; av_timecode_init_from_string() local [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_grep.py | 59 ff = grep.findfiles 63 filelist = list(ff(os.curdir, filename, False)) 68 ff = grep.findfiles 72 filelist = list(ff(self.path, '*.py', False)) 79 filelist = list(ff(self.path, '*.txt', False)) 85 filelist = list(ff(self.path, 'grep.*', False)) 90 ff = grep.findfiles 96 filelist = list(ff(parent, pat, False)) 105 filelist = list(ff(parent, pat, True)) 114 filelist = list(ff(paren [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 125 ($r_ptr,$a_ptr,$b_ptr,$ff,$a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7,$t1,$t2)= 127 ($t0,$t3)=($ff,$a_ptr); 179 mov $ff,#0 181 adc $ff,$ff,#0 230 mov $ff,#0 232 adc $ff,$ff,#0 250 sbc $ff,$ff,# [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 125 ($r_ptr,$a_ptr,$b_ptr,$ff,$a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7,$t1,$t2)= 127 ($t0,$t3)=($ff,$a_ptr); 179 mov $ff,#0 181 adc $ff,$ff,#0 230 mov $ff,#0 232 adc $ff,$ff,#0 250 sbc $ff,$ff,# [all...] |
/third_party/cups-filters/fontembed/ |
H A D | fontfile.c | 41 void fontfile_close(FONTFILE *ff) // {{{ in fontfile_close() argument 43 if (ff) { in fontfile_close() 44 otf_close(ff->sfnt); in fontfile_close() 45 // ??? cff_close(ff->cff); in fontfile_close() 46 free(ff->stdname); in fontfile_close() 47 free(ff); in fontfile_close()
|
/third_party/toybox/toys/posix/ |
H A D | paste.c | 49 FILE *ff = seq ? *fps : fps[i]; in paste_files() local 55 if (!ff || 0>=(len = getline(&buf, &blen, ff))) { in paste_files() 56 if (ff && ff!=stdin) fclose(ff); in paste_files()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | jsDeclarationsEnumTag.js | 40 export function ff(s) { 54 exports.ff = exports.consume = exports.Fs = exports.Second = exports.Target = void 0;
93 function ff(s) {
function 102 exports.ff = ff;
113 export function ff(s: string): any;
|
H A D | infiniteExpansionThroughTypeInference.js | 7 function ff<T>(g: G<T>): void { 8 ff(g) // when infering T here we need to make sure to not descend into the structure of G<T> infinitely 14 function ff(g) {
function 15 ff(g); // when infering T here we need to make sure to not descend into the structure of G<T> infinitely
|
H A D | classStaticBlock7.js | 15 async function ff () { 27 function * ff () { 39 function ff () { 105 function ff() {
132 function ff() {
154 function ff() {
|
H A D | typeOfThisInStaticMembers10(target=es2022).js | 16 static ff = function () { this.c + 1 } 38 static ff = function () { this.c + 1 } 70 static { this.ff = function () { this.c + 1; }; }
93 static { this.ff = function () { this.c + 1; }; }
|
H A D | typeOfThisInStaticMembers10(target=es6).js | 16 static ff = function () { this.c + 1 } 38 static ff = function () { this.c + 1 } 81 D.ff = function () { this.c + 1; };
106 DD.ff = function () { this.c + 1; };
|
H A D | typeOfThisInStaticMembers10(target=esnext).js | 16 static ff = function () { this.c + 1 } 38 static ff = function () { this.c + 1 } 70 static { this.ff = function () { this.c + 1; }; }
93 static { this.ff = function () { this.c + 1; }; }
|
H A D | typeOfThisInStaticMembers11(target=es2022).js | 16 static ff = function () { this.c + 1 } 38 static ff = function () { this.c + 1 } 70 static ff = function () { this.c + 1; };
93 static ff = function () { this.c + 1; };
|
H A D | typeOfThisInStaticMembers11(target=esnext).js | 16 static ff = function () { this.c + 1 } 38 static ff = function () { this.c + 1 } 70 static ff = function () { this.c + 1; };
93 static ff = function () { this.c + 1; };
|
H A D | typeOfThisInStaticMembers10(target=es5).js | 16 static ff = function () { this.c + 1 } 38 static ff = function () { this.c + 1 } 105 D.ff = function () { this.c + 1; };
144 DD.ff = function () { this.c + 1; };
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | OptimalIntrinsics.cpp | 211 Float4 ff = As<Float4>(Int4(0x3AF61905)); // 1.8775767e-3f in Exp2() local 212 ff = ff * f + As<Float4>(Int4(0x3C134806)); // 8.9893397e-3f in Exp2() 213 ff = ff * f + As<Float4>(Int4(0x3D64AA23)); // 5.5826318e-2f in Exp2() 214 ff = ff * f + As<Float4>(Int4(0x3E75EAD4)); // 2.4015361e-1f in Exp2() 215 ff = ff * f + As<Float4>(Int4(0x3F31727B)); // 6.9315308e-1f in Exp2() 216 ff in Exp2() [all...] |
/third_party/icu/icu4j/perf-tests/ |
H A D | collationperf.pl | 71 $ff = $dataFiles{$locale}; 72 @ff = split(/[\s]+/, $ff); 73 foreach $data (@ff) {
|
/third_party/mbedtls/library/ |
H A D | aesni.c | 137 __m128i ff = _mm_clmulepi64_si128(aa, bb, 0x01); // a1*b0 = f1:f0 in gcm_clmul() local 138 ff = _mm_xor_si128(ff, ee); // e1+f1:e0+f0 in gcm_clmul() 139 ee = ff; // e1+f1:e0+f0 in gcm_clmul() 140 ff = _mm_srli_si128(ff, 8); // 0:e1+f1 in gcm_clmul() 142 *dd = _mm_xor_si128(*dd, ff); // d1:d0+e1+f1 in gcm_clmul() 179 __m128i ff = _mm_srli_epi64(dx, 2); // f1:x0>>2 = f1:f0' in gcm_mix() local 189 return _mm_xor_si128(_mm_xor_si128(_mm_xor_si128(_mm_xor_si128(ee, ff), gg), hh), dx); in gcm_mix()
|
/third_party/python/Tools/scripts/ |
H A D | cleanfuture.py | 100 ff = FutureFinder(f, file) 101 changed = ff.run() 103 ff.gettherest() 112 print(ff.lines[i], end=' ') 126 ff.write(g)
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.h | 23 TrivialFontChain(const char* ff, SkScalar size, SkFontStyle fontStyle) in TrivialFontChain() argument 24 : fTypeface(sk_sp<SkTypeface>(SkFontMgr::RefDefault()->matchFamilyStyle(ff, SkFontStyle::Normal()))) in TrivialFontChain() 48 for (auto& ff : ffs) { in MultipleFontChain() 49 auto typeface = SkFontMgr::RefDefault()->matchFamilyStyle(ff, SkFontStyle::Normal()); in MultipleFontChain()
|
/third_party/skia/gm/ |
H A D | gradients_no_texture.cpp | 171 background-image: -webkit-linear-gradient(left, #22d1cd 1%, #22d1cd 0.9510157507590116%, #df4b37 2.9510157507590113%, #df4b37 23.695886056604927%, #22d1cd 25.695886056604927%, #22d1cd 25.39321881940624%, #e6de36 27.39321881940624%, #e6de36 31.849399922570655%, #3267ff 33.849399922570655%, #3267ff 44.57735802921938%, #9d47d1 46.57735802921938%, #9d47d1 53.27185850805876%, #3267ff 55.27185850805876%, #3267ff 61.95718972227316%, #5cdd9d 63.95718972227316%, #5cdd9d 69.89166004442%, #3267ff 71.89166004442%, #3267ff 74.45795382765857%, #9d47d1 76.45795382765857%, #9d47d1 82.78364610713776%, #3267ff 84.78364610713776%, #3267ff 94.52743647737229%, #e3d082 96.52743647737229%, #e3d082 96.03934633331295%); in make0()
|