| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | ShaderCore.cpp | 1111 void ShaderCore::step(Vector4f &dst, const Vector4f &edge, const Vector4f &x) in step() function in sw::ShaderCore
|
| /third_party/python/Modules/ |
| H A D | _elementtree.c | 1725 Py_ssize_t start, stop, step, slicelen, i; in element_subscr() local 1778 Py_ssize_t start, stop, step, slicelen, newlen, i; in element_ass_subscr() local [all...] |
| H A D | itertoolsmodule.c | 1599 Py_ssize_t step; member 1609 Py_ssize_t start=0, stop=-1, step=1; in islice_new() local 4175 long step; itertools_count_impl() local 4300 long step = PyLong_AsLong(lz->long_step); count_repr() local [all...] |
| H A D | arraymodule.c | 2357 Py_ssize_t start, stop, step, slicelength, i; in array_subscr() local 2408 Py_ssize_t start, stop, step, slicelength, needed; in array_ass_subscr() local [all...] |
| /third_party/python/Include/internal/ |
| H A D | pycore_ast.h | 486 expr_ty step; member
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ubidi.cpp | 2378 start, limit, step, indexOddBit, logicalPos, in setParaRunsOnly() local
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message.cc | 1006 Py_ssize_t length, from, to, step, slice_length; in DeleteRepeatedField() local 1017 length, &from, &to, &step, &slice_length); in DeleteRepeatedField() local
|
| /third_party/python/Objects/ |
| H A D | memoryobject.c | 2402 Py_ssize_t start, stop, step, slicelength; in init_slice() local
|
| H A D | bytesobject.c | 1612 Py_ssize_t start, stop, step, slicelength, i; in bytes_subscript() local
|
| /third_party/spirv-tools/test/ |
| H A D | enum_set_test.cpp | 290 enumerateValuesFromToWithStep(size_t start, size_t end, size_t step) enumerateValuesFromToWithStep() argument
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pBufferDataUploadTests.cpp | 909 static LineParametersWithConfidence fitLineToSamples (const std::vector<UploadSampleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*target = &DurationType::fitResponseDuration) in fitLineToSamples() argument 927 static LineParametersWithConfidence fitLineToSamples (const std::vector<RenderSampleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*target = &DurationType::fitResponseDuration) in fitLineToSamples() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTexLookupVerifier.cpp | 148 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps)); in computeBilinearSearchStepFromFloatLine() local 166 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps)); in computeBilinearSearchStepFromFloatQuad() local 177 const float step = minComp(minStep); in computeBilinearSearchStepForUnorm() local 188 const float step = minComp(minStep); in computeBilinearSearchStepForSnorm() local [all...] |
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| H A D | ark_web_nweb_wrapper.cpp | 167 void ArkWebNWebWrapper::NavigateBackOrForward(int step) in NavigateBackOrForward() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
| H A D | render_swiper.cpp | 2460 const int32_t step = DRAG_CALC_STRETCH_STEP_INT; in CalMaxStretch() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
| H A D | menu_layout_algorithm.cpp | 2304 size_t step = ALIGNMENT_STEP_OFFSET; in GetChildPosition() local 2335 OffsetF MenuLayoutAlgorithm::GetAdjustPosition(std::vector<Placement>& currentPlacementStates, size_t step, in GetAdjustPosition() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_pattern.cpp | 775 WeakPtr<FocusHub> SwiperPattern::GetNextFocusNode(FocusStep step, const WeakPtr<FocusHub>& currentFocusNode) in GetNextFocusNode() argument 2675 int32_t step = (IsSwipeByGroup() ? displaycount : 1); in CalculateStepAndItemCount() local
|
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod.cxx | 1000 int step() { in step() function [all...] |
| /third_party/backends/backend/ |
| H A D | hp3900_types.c | 581 SANE_Int *step; member
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsresize.c | 3839 int step = 100; in delayed_expand() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 412 float step = 1.0 / coverage_samples; in lp_build_sample_alpha_to_coverage() local
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1912 LLVMValueRef stride, step, io_itr; in draw_llvm_generate() local 3425 LLVMValueRef step = lp_build_const_int32(gallivm, vector_length); in draw_tcs_llvm_generate() local 3926 LLVMValueRef step; in draw_tes_llvm_generate() local
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-mixer.c | 4364 uint32_t step; in decibel_fix_parse_db_values() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 194 const float step = 2.0f / static_cast<float>(viewCount); in createFullscreenMesh() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktPrimitivesGeneratedQueryTests.cpp | 952 const float step = 1.0f / static_cast<float>(primitivesGenerated); in fillVertexBuffer() local 2052 const float step = 1.0f / static_cast<float>(primitivesGenerated - 1); fillVertexBuffer() local [all...] |
| /third_party/openssl/test/ |
| H A D | evp_extra_test.c | 3100 unsigned int step = 7; in test_rand_agglomeration() local
|