Home
last modified time | relevance | path

Searched defs:step (Results 351 - 375 of 571) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/lzma/CPP/Windows/
H A DFileDir.cpp791 UInt32 step = GetTickCount() + 2; in CreateTempFile2() local
/third_party/lame/libmp3lame/
H A Dquantize_pvt.c752 calc_noise_core_c(const gr_info * const cod_info, int *startline, int l, FLOAT step) in calc_noise_core_c() argument
850 FLOAT const step = POW20(s); in calc_noise() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscp.c710 enum STEP step; in find_best_runs() local
509 examine_buf(struct ALLOC_CONTEXT *alctx, s64 pos, s64 br, enum STEP step) examine_buf() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dutrie.cpp562 _findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t step) _findSameDataBlock() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp706 int32_t step = (int32_t)p & CollationRootElements::PRIMARY_STEP_MASK; in next() local
/third_party/lzma/C/
H A DPpmd7.c60 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1); in Ppmd7_Construct() local
/third_party/skia/samplecode/
H A DSamplePatch.cpp335 const SkScalar step = 2; in make_verts() local
/third_party/skia/src/pathops/
H A DSkOpSpan.h371 int step(const SkOpSpanBase* end) const { in step() function in SkOpSpanBase
H A DSkPathOpsCubic.cpp34 double step = (t - min) / 2; in binarySearch() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp289 int step = TiXmlBase::utf8ByteTable[*((const unsigned char*)p)]; in Stamp() local
/third_party/skia/tools/
H A DToolUtils.cpp252 SkPath make_star(const SkRect& bounds, int numPts, int step) { in make_star() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dutrie.cpp562 _findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t step) _findSameDataBlock() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pixel_buffer.cpp241 int32 step [3]; in OptimizeOrder() local
[all...]
H A Ddng_resample.cpp323 uint32 step = 0; in Initialize() local
/third_party/python/Objects/
H A Drangeobject.c20 PyObject *step; member
28 validate_step(PyObject *step) in validate_step() argument
48 make_range_object(PyTypeObject *type, PyObject *start, PyObject *stop, PyObject *step) make_range_object() argument
78 PyObject *start = NULL, *stop = NULL, *step = NULL; range_from_array() local
180 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) compute_range_length() argument
345 PyObject *start = NULL, *stop = NULL, *step = NULL; compute_slice() local
769 long step; global() member
796 PyObject *start=NULL, *stop=NULL, *step=NULL; rangeiter_reduce() local
888 get_len_of_range(long lo, long hi, long step) get_len_of_range() argument
916 fast_range_iter(long start, long stop, long step, long len) fast_range_iter() argument
932 PyObject *step; global() member
[all...]
/third_party/rust/crates/syn/src/
H A Dparse.rs1052 pub fn step< functions
[all...]
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py197 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in GenMath
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp264 const deUint32 step = 0x00ffffff / (numLevels*m_depth - 1); in init() local
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py197 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in GenMath
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp163 deUint32 step = 0x00ffffff / numLevels; in init() local
435 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp193 deUint32 step = 0x00ffffff / numLevels; in init() local
467 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() local
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py187 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in GenMath
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp153 deUint32 step = 0x00ffffff / numLevels; in init() local
421 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() local
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dtest_case.py541 def step(cls, _ad, stepepr): member in CoreCase
[all...]
/third_party/ffmpeg/libavcodec/
H A Daacsbr_template.c1222 const int step = 128 >> div; local

Completed in 38 milliseconds

1...<<11121314151617181920>>...23