Home
last modified time | relevance | path

Searched defs:div (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/ffmpeg/libavfilter/
Dvf_xfade.c208 #define CUSTOM_TRANSITION(name, type, div) \ argument
267 #define FADE_TRANSITION(name, type, div) \ argument
296 #define WIPELEFT_TRANSITION(name, type, div) \ argument
326 #define WIPERIGHT_TRANSITION(name, type, div) \ argument
356 #define WIPEUP_TRANSITION(name, type, div) \ argument
386 #define WIPEDOWN_TRANSITION(name, type, div) \ argument
416 #define SLIDELEFT_TRANSITION(name, type, div) \ argument
449 #define SLIDERIGHT_TRANSITION(name, type, div) \ argument
482 #define SLIDEUP_TRANSITION(name, type, div) \ argument
513 #define SLIDEDOWN_TRANSITION(name, type, div) \ argument
[all …]
Dvf_chromashift.c55 #define DEFINE_SMEAR(depth, type, div) \ argument
97 #define DEFINE_WRAP(depth, type, div) \ argument
152 #define DEFINE_RGBASMEAR(depth, type, div) \ argument
219 #define DEFINE_RGBAWRAP(depth, type, div) \ argument
/third_party/musl/libc-test/src/functional/
Dudiv.c25 uint64_t x, y, div, mod; member
154 uint64_t x, y, div, mod; in main() local
/third_party/node/test/fixtures/wpt/dom/events/resources/
Dprefixed-animation-event-tests.js36 function triggerAnimation(div) { argument
53 div[unprefixedHandler] = () => { }; function
/third_party/typescript/tests/baselines/reference/
DtsxElementResolution6.js13 var div; variable
DjsxLibraryManagedAttributesUnusedGeneric.js15 div: { className: string } property
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlint_divergent_derivatives.cpp95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/third_party/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/third_party/musl/src/stdlib/
Ddiv.c3 div_t div(int num, int den) in div() function
/third_party/node/deps/v8/tools/zone-stats/
Ddetails-selection.js102 const div = document.createElement('div'); constant
342 const div = document.createElement('div'); constant
/third_party/libphonenumber/java/demo/src/main/webapp/stylesheets/
Dmain.css24 div { selector
/third_party/node/deps/v8/tools/heap-stats/
Ddetails-selection.js95 const div = document.createElement('div'); constant
400 const div = document.createElement('div'); constant
/third_party/skia/src/core/
DSkUnPreMultiply.cpp73 uint32_t div = roundf(j * 255.0f / i); in SkUnPreMultiply_BuildTable() local
/third_party/parse5/packages/parse5/lib/serializer/
Dindex.test.ts28 const div = document.childNodes[0]; constant
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitObjectAssignedDefaultExport.ts26 div: (a: TemplateStringsArray) => StyledComponent<"div">; property
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/
Ddeaddrop.css19 div { transition: opacity 0.5s; } selector
/third_party/libwebsockets/plugins/deaddrop/assets/
Ddeaddrop.css19 div { transition: opacity 0.5s; } selector
/third_party/skia/tests/
DPDFTaggedTest.cpp57 auto div = std::make_unique<PDFTag>(); in DEF_TEST() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp40 const float div = static_cast<float>(maxImageDimension - 1); in computeStoreColorScale() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageLoadStoreUtil.cpp40 const float div = static_cast<float>(maxImageDimension - 1); in computeStoreColorScale() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DExpandIntegerPowExpressions.cpp136 TIntermBinary *div = new TIntermBinary(EOpDiv, oneNode, current); in visitAggregate() local
/third_party/protobuf/js/binary/
Darith.js227 jspb.arith.UInt64.prototype.div = function(_divisor) { method in jspb.arith.UInt64
/third_party/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c38 double div = 1; in rand_double() local
/third_party/protobuf/src/google/protobuf/stubs/
Dint128.cc132 uint128 div; in operator <<() local

123456