/third_party/node/deps/v8/src/heap/ |
H A D | spaces.cc | 252 size_t step = allocation_counter_.NextBytes(); in ComputeLimit() local
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_context.c | 154 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 D | lp_bld_flow.c | 252 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 D | vc4_draw.c | 476 uint32_t step; in vc4_draw_vbo() local
|
/third_party/python/Lib/idlelib/ |
H A D | debugger.py | 272 def step(self): member in Debugger
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | SampleApplication.cpp | 149 void SampleApplication::step(float dt, double totalTime) {} in step() function in SampleApplication
|
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientBitmapCache.cpp | 160 Sk4f step = Sk4f(1.0f / static_cast<float>(nextIndex - prevIndex)); in fillGradient() local
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | huffman_utils.c | 44 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 D | PathOpsCubicLineIntersectionIdeas.cpp | 54 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 D | VertexStateTests.cpp | 67 VertexStepMode step; member 164 VertexStepMode step; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-map.hh | 284 unsigned int step = 0; in bucket_for_hash() local
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 306 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 D | stringtriebuilder.cpp | 495 int32_t step=0; in markRightEdgesFirst() local
|
/third_party/python/Objects/ |
H A D | sliceobject.c | 114 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 D | duration_benchmark.cc | 149 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 D | spinlock_test_common.cc | 185 const int64_t step = (1 << kProfileTimestampShift); in TEST() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | charconv_bigint.cc | 316 MultiplyStep(int original_size, const uint32_t* other_words, int other_size, int step) MultiplyStep() argument
|
/third_party/skia/experimental/graphite/src/ |
H A D | DrawPass.cpp | 200 const RenderStep* const step = draw.fRenderer.steps()[stepIndex]; in Make() local [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | Decorations.cpp | 204 const int step = 2; in calculateAvoidanceWaves() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFragDepthTests.cpp | 409 int step = (int)deFloatFloor(d / depthStep); in iterate() local
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 71 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 D | rsgUtils.cpp | 221 const float step = 0.1f; in computeRandomValueRange() local
|
/third_party/zlib/contrib/testzlib/ |
H A D | testzlib.c | 196 int step=0;
in main() local 237 int step=0;
in main() local
|
/third_party/zlib/test/ |
H A D | infcover.c | 284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() argument
|
/foundation/ability/idl_tool/util/ |
H A D | string.cpp | 539 int step = strlen(target); in Replace() local 563 int step = target.GetLength(); in Replace() local
|