Home
last modified time | relevance | path

Searched defs:step (Results 301 - 325 of 677) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/node/deps/v8/src/heap/
H A Dspaces.cc252 size_t step = allocation_counter_.NextBytes(); in ComputeLimit() local
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_context.c154 rbug_send_context_draw_step(struct rbug_connection *__con, rbug_context_t context, rbug_block_t step, uint32_t *__serial) rbug_send_context_draw_step() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c252 lp_build_loop_end_cond(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step, LLVMIntPredicate llvm_cond) lp_build_loop_end_cond() argument
296 lp_build_loop_end(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step) lp_build_loop_end() argument
315 lp_build_for_loop_begin(struct lp_build_for_loop_state *state, struct gallivm_state *gallivm, LLVMValueRef start, LLVMIntPredicate cmp_op, LLVMValueRef end, LLVMValueRef step) lp_build_for_loop_begin() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c476 uint32_t step; in vc4_draw_vbo() local
/third_party/python/Lib/idlelib/
H A Ddebugger.py272 def step(self): member in Debugger
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A DSampleApplication.cpp149 void SampleApplication::step(float dt, double totalTime) {} in step() function in SampleApplication
/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp160 Sk4f step = Sk4f(1.0f / static_cast<float>(nextIndex - prevIndex)); in fillGradient() local
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_utils.c44 uint32_t step = 1 << (len - 1); in GetNextKey() local
53 ReplicateValue(HuffmanCode* table, int step, int end, HuffmanCode code) ReplicateValue() argument
144 int step; // step size to replicate values in current table BuildHuffmanTable() local
[all...]
/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, in binary_search() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexStateTests.cpp67 VertexStepMode step; member
164 VertexStepMode step; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-map.hh284 unsigned int step = 0; in bucket_for_hash() local
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc306 local void inf(const char *hex, const char *what, unsigned step, int win, unsigned len, in inf() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dstringtriebuilder.cpp495 int32_t step=0; in markRightEdgesFirst() local
/third_party/python/Objects/
H A Dsliceobject.c114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() argument
171 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) PySlice_GetIndices() argument
203 PySlice_Unpack(PyObject *_r, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) PySlice_Unpack() argument
249 PySlice_AdjustIndices(Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) PySlice_AdjustIndices() argument
293 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) PySlice_GetIndicesEx() argument
306 PyObject *start, *stop, *step; slice_new() local
386 PyObject *start=NULL, *stop=NULL, *step=NULL; _PySlice_GetLongIndices() local
527 PyObject *start, *stop, *step; slice_indices() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dduration_benchmark.cc149 absl::Duration step = absl::Milliseconds(1); in BM_Duration_Addition() local
158 absl::Duration step = absl::Milliseconds(1); in BM_Duration_Subtraction() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dspinlock_test_common.cc185 const int64_t step = (1 << kProfileTimestampShift); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.cc316 MultiplyStep(int original_size, const uint32_t* other_words, int other_size, int step) MultiplyStep() argument
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp200 const RenderStep* const step = draw.fRenderer.steps()[stepIndex]; in Make() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DDecorations.cpp204 const int step = 2; in calculateAvoidanceWaves() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragDepthTests.cpp409 int step = (int)deFloatFloor(d / depthStep); in iterate() local
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp71 inline float step (float edge, float x) { return (x < edge) ? 0.0f : 1.0f; } in step() function
81 inline double step (double edge, double x) { return (x < edge) ? 0.0 : 1.0; } in step() function
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgUtils.cpp221 const float step = 0.1f; in computeRandomValueRange() local
/third_party/zlib/contrib/testzlib/
H A Dtestzlib.c196 int step=0; in main() local
237 int step=0; in main() local
/third_party/zlib/test/
H A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() argument
/foundation/ability/idl_tool/util/
H A Dstring.cpp539 int step = strlen(target); in Replace() local
563 int step = target.GetLength(); in Replace() local

Completed in 18 milliseconds

1...<<11121314151617181920>>...28