| /third_party/lzma/CPP/Windows/ |
| H A D | FileDir.cpp | 791 UInt32 step = GetTickCount() + 2;
in CreateTempFile2() local
|
| /third_party/lame/libmp3lame/ |
| H A D | quantize_pvt.c | 752 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 D | ntfscp.c | 710 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 D | utrie.cpp | 562 _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 D | collationtest.cpp | 706 int32_t step = (int32_t)p & CollationRootElements::PRIMARY_STEP_MASK; in next() local
|
| /third_party/lzma/C/ |
| H A D | Ppmd7.c | 60 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1);
in Ppmd7_Construct() local
|
| /third_party/skia/samplecode/ |
| H A D | SamplePatch.cpp | 335 const SkScalar step = 2; in make_verts() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkOpSpan.h | 371 int step(const SkOpSpanBase* end) const { in step() function in SkOpSpanBase
|
| H A D | SkPathOpsCubic.cpp | 34 double step = (t - min) / 2; in binarySearch() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxmlparser.cpp | 289 int step = TiXmlBase::utf8ByteTable[*((const unsigned char*)p)]; in Stamp() local
|
| /third_party/skia/tools/ |
| H A D | ToolUtils.cpp | 252 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 D | utrie.cpp | 562 _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 D | dng_pixel_buffer.cpp | 241 int32 step [3]; in OptimizeOrder() local [all...] |
| H A D | dng_resample.cpp | 323 uint32 step = 0; in Initialize() local
|
| /third_party/python/Objects/ |
| H A D | rangeobject.c | 20 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 D | parse.rs | 1052 pub fn step< functions [all...] |
| /third_party/vk-gl-cts/modules/gles3/scripts/ |
| H A D | genutil.py | 197 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 D | es31fTextureFilteringTests.cpp | 264 const deUint32 step = 0x00ffffff / (numLevels*m_depth - 1); in init() local
|
| /third_party/vk-gl-cts/modules/gles31/scripts/ |
| H A D | genutil.py | 197 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 D | es2aTextureFilteringTests.cpp | 163 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 D | es2fTextureFilteringTests.cpp | 193 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 D | genutil.py | 187 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 D | es3aTextureFilteringTests.cpp | 153 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 D | test_case.py | 541 def step(cls, _ad, stepepr): member in CoreCase [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | aacsbr_template.c | 1222 const int step = 128 >> div; local
|