/third_party/openh264/codec/encoder/core/mips/ |
D | quant_mmi.c | 43 void WelsQuant4x4_mmi(int16_t *pDct, const int16_t* ff, const int16_t *mf) { in WelsQuant4x4_mmi() 93 void WelsQuant4x4Dc_mmi(int16_t *pDct, const int16_t ff, int16_t mf) { in WelsQuant4x4Dc_mmi() 146 void WelsQuantFour4x4_mmi(int16_t *pDct, const int16_t* ff, const int16_t *mf) { in WelsQuantFour4x4_mmi() 309 void WelsQuantFour4x4Max_mmi(int16_t *pDct, const int16_t*ff, in WelsQuantFour4x4Max_mmi()
|
/third_party/python/Python/ |
D | future.c | 9 future_check_features(PyFutureFeatures *ff, stmt_ty s, PyObject *filename) in future_check_features() 57 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse() 121 PyFutureFeatures *ff; in _PyFuture_FromAST() local
|
/third_party/ffmpeg/libavutil/ |
D | timecode.c | 56 int hh, mm, ss, ff; in av_timecode_get_smpte_from_framenum() local 68 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte() 106 int hh, mm, ss, ff, neg = 0; in av_timecode_make_string() local 141 unsigned ff = bcd2uint(tcsmpte>>24 & 0x3f); // 6-bit frames in av_timecode_make_smpte_tc_string2() local 229 …mponents(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, int ss, int ff, void *log_ctx) in av_timecode_init_from_components() 253 int hh, mm, ss, ff, flags; in av_timecode_init_from_string() local
|
/third_party/typescript/tests/cases/compiler/ |
D | typeParametersShouldNotBeEqual3.ts | 1 function ff<T extends Object, U extends Object>(x: T, y: U) { function
|
D | typeParametersShouldNotBeEqual.ts | 1 function ff<T, U>(x: T, y: U) { function
|
D | typeParametersShouldNotBeEqual2.ts | 1 function ff<T extends Date, U extends Date, V>(x: T, y: U, z: V) { function
|
D | elaborationForPossiblyCallableTypeStillReferencesArgumentAtTopLevel.ts | 2 declare function ff(t: number): void; function
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowIteration.ts | 5 function ff() { function
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowIteration.js | 4 function ff() { function
|
D | typeOfThisInFunctionExpression.js | 68 this.y = function ff() { function in C.C
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/parameter_list/ |
D | parameter_list_3.ts | 25 function ff(first: string, second: number) { function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/ |
D | infiniteExpansionThroughTypeInference.ts | 6 function ff<T>(g: G<T>): void { function
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/primitive_types/the_string_literal_type/ |
D | the_string_literal_type_1.ts | 31 let ff: string = ee; variable
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsEnumTag.ts | 45 export function ff(s) { function
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | enumTag.ts | 46 function ff(s) { function
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphCache.cpp | 97 for (auto& ff : ts.fStyle.getFontFamilies()) { in operator ()() local 100 for (auto& ff : ts.fStyle.getFontFeatures()) { in operator ()() local 120 for (auto& ff : strutStyle.getFontFamilies()) { in operator ()() local
|
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderMbAux.cpp | 392 #define NEW_QUANT(pDct, ff, mf) (((ff)+ WELS_ABS_LC(pDct))*(mf)) >>16 argument 393 #define WELS_NEW_QUANT(pDct,ff,mf) WELS_ABS_LC(NEW_QUANT(pDct, ff, mf)) argument 395 int16_t WelsQuant4x4MaxAnchor (int16_t* pDct, int16_t* ff, int16_t* mf) { in WelsQuant4x4MaxAnchor() 412 void WelsQuantFour4x4Anchor (int16_t* pDct, int16_t* ff, int16_t* mf) { in WelsQuantFour4x4Anchor() 416 void WelsQuantFour4x4MaxAnchor (int16_t* pDct, int16_t* ff, int16_t* mf, int16_t* max) { in WelsQuantFour4x4MaxAnchor() 445 const int16_t ff = rand() & 32767; in TestWelsQuant4x4Dc() local 580 int32_t WelsHadamardQuant2x2SkipAnchor (int16_t* rs, int16_t ff, int16_t mf) { in WelsHadamardQuant2x2SkipAnchor() 597 int16_t ff, mf; in TEST() local 605 int32_t WelsHadamardQuant2x2Anchor (int16_t* rs, const int16_t ff, int16_t mf, int16_t* pDct, int16… in WelsHadamardQuant2x2Anchor() 640 int16_t ff, mf; in TEST() local
|
/third_party/cups-filters/fontembed/ |
D | fontfile.c | 41 void fontfile_close(FONTFILE *ff) // {{{ in fontfile_close()
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
D | call-direct.c | 3 int ff(void) { return fun(); } in ff() function
|
D | call-builtin.c | 3 u32 ff(u32 a) { return __builtin_popcount(a); } in ff() function
|
/third_party/typescript/tests/cases/conformance/expressions/functions/ |
D | typeOfThisInFunctionExpression.ts | 23 y = function ff() { method in C
|
/third_party/libffi/testsuite/libffi.call/ |
D | align_mixed.c | 31 float f, ff; in main() local
|
D | align_stdcall.c | 31 float f, ff; in main() local
|
/third_party/typescript/tests/cases/conformance/types/contextualTypes/methodDeclarations/ |
D | contextuallyTypedBindingInitializer.ts | 12 function ff({ nested = { show: v => v.toString() } }: Nested) {} function
|
D | contextuallyTypedBindingInitializerNegative.ts | 12 function ff({ nested: nestedRename = { show: v => v } }: Nested) {} function
|