Home
last modified time | relevance | path

Searched defs:lz (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/src/stdlib/
H A Dfcvt.c9 int i, lz; in fcvt() local
/third_party/ffmpeg/libavfilter/tests/
H A Dintegral.c41 const int w = 6, h = 5, lz = 8; in main() local
/third_party/jerryscript/jerry-libm/
H A Dfmod.c42 unsigned lx, ly, lz; in fmod() local
/third_party/skia/src/effects/
H A DSkEmbossMask.cpp55 SkFixed lz = SkScalarToFixed(light.fDirection[2]); in Emboss() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_image_load_store.cpp96 int lz = clz32(p) - 16; in unorm16_to_sf16() local
/third_party/openssl/test/testutil/
H A Dformat_output.c207 convert_bn_memory(const unsigned char *in, size_t bytes, char *out, int *lz, const BIGNUM *bn) convert_bn_memory() argument
/third_party/skia/src/utils/
H A DSkCamera.cpp181 SkScalar lz = z * 72.0f; in setCameraLocation() local
/third_party/ffmpeg/libavfilter/
H A Dvf_huesaturation.c308 float mag, lx, ly, lz; in hue_rotate_matrix() local
H A Dvf_ciescope.c1319 float lz = s->log2lin[src[2]]; in filter_xyz() local
/third_party/cups-filters/cupsfilters/
H A Dimage-colorspace.c1146 float lx, ly, lz; /* Luminance vector */ in huerotate() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djchuff-neon.c246 unsigned int lz = BUILTIN_CLZ(vgetq_lane_s16(abs_row0, 0)); in jsimd_huff_encode_one_block_neon() local
248 unsigned int lz; in jsimd_huff_encode_one_block_neon() local
[all...]
/third_party/mbedtls/library/
H A Dbignum.c1729 size_t lz, lzt; in mbedtls_mpi_gcd() local
/third_party/python/Python/
H A Dbltinmodule.c496 filterobject *lz; in filter_new() local
542 filterobject *lz = (filterobject *)tp->tp_alloc(tp, 0); in filter_vectorcall() local
556 filter_dealloc(filterobject *lz) filter_dealloc() argument
567 filter_traverse(filterobject *lz, visitproc visit, void *arg) filter_traverse() argument
575 filter_next(filterobject *lz) filter_next() argument
610 filter_reduce(filterobject *lz, PyObject *Py_UNUSED(ignored)) filter_reduce() argument
1241 mapobject *lz; map_new() local
1312 mapobject *lz = (mapobject *)tp->tp_alloc(tp, 0); map_vectorcall() local
1324 map_dealloc(mapobject *lz) map_dealloc() argument
1333 map_traverse(mapobject *lz, visitproc visit, void *arg) map_traverse() argument
1341 map_next(mapobject *lz) map_next() argument
1384 map_reduce(mapobject *lz, PyObject *Py_UNUSED(ignored)) map_reduce() argument
2692 zipobject *lz; zip_new() local
2758 zip_dealloc(zipobject *lz) zip_dealloc() argument
2767 zip_traverse(zipobject *lz, visitproc visit, void *arg) zip_traverse() argument
2775 zip_next(zipobject *lz) zip_next() argument
2865 zip_reduce(zipobject *lz, PyObject *Py_UNUSED(ignored)) zip_reduce() argument
2877 zip_setstate(zipobject *lz, PyObject *state) zip_setstate() argument
[all...]
H A Ddtoa.c1442 int esign, i, j, k, lz, nd, nd0, odd, sign; in _Py_dg_strtod() local
[all...]
/third_party/python/Modules/
H A Ditertoolsmodule.c323 groupby_reduce(groupbyobject *lz, PyObject *Py_UNUSED(ignored)) in groupby_reduce() argument
342 groupby_setstate(groupbyobject *lz, PyObject *state) groupby_setstate() argument
504 _grouper_reduce(_grouperobject *lz, PyObject *Py_UNUSED(ignored)) _grouper_reduce() argument
1095 cycleobject *lz; itertools_cycle_impl() local
1124 cycle_dealloc(cycleobject *lz) cycle_dealloc() argument
1133 cycle_traverse(cycleobject *lz, visitproc visit, void *arg) cycle_traverse() argument
1141 cycle_next(cycleobject *lz) cycle_next() argument
1172 cycle_reduce(cycleobject *lz, PyObject *Py_UNUSED(ignored)) cycle_reduce() argument
1195 cycle_setstate(cycleobject *lz, PyObject *state) cycle_setstate() argument
1292 dropwhileobject *lz; itertools_dropwhile_impl() local
1314 dropwhile_dealloc(dropwhileobject *lz) dropwhile_dealloc() argument
1323 dropwhile_traverse(dropwhileobject *lz, visitproc visit, void *arg) dropwhile_traverse() argument
1331 dropwhile_next(dropwhileobject *lz) dropwhile_next() argument
1364 dropwhile_reduce(dropwhileobject *lz, PyObject *Py_UNUSED(ignored)) dropwhile_reduce() argument
1370 dropwhile_setstate(dropwhileobject *lz, PyObject *state) dropwhile_setstate() argument
1455 takewhileobject *lz; itertools_takewhile_impl() local
1477 takewhile_dealloc(takewhileobject *lz) takewhile_dealloc() argument
1486 takewhile_traverse(takewhileobject *lz, visitproc visit, void *arg) takewhile_traverse() argument
1494 takewhile_next(takewhileobject *lz) takewhile_next() argument
1523 takewhile_reduce(takewhileobject *lz, PyObject *Py_UNUSED(ignored)) takewhile_reduce() argument
1529 takewhile_reduce_setstate(takewhileobject *lz, PyObject *state) takewhile_reduce_setstate() argument
1612 isliceobject *lz; islice_new() local
1691 islice_dealloc(isliceobject *lz) islice_dealloc() argument
1699 islice_traverse(isliceobject *lz, visitproc visit, void *arg) islice_traverse() argument
1706 islice_next(isliceobject *lz) islice_next() argument
1745 islice_reduce(isliceobject *lz, PyObject *Py_UNUSED(ignored)) islice_reduce() argument
1778 islice_setstate(isliceobject *lz, PyObject *state) islice_setstate() argument
1874 starmapobject *lz; itertools_starmap_impl() local
1895 starmap_dealloc(starmapobject *lz) starmap_dealloc() argument
1904 starmap_traverse(starmapobject *lz, visitproc visit, void *arg) starmap_traverse() argument
1912 starmap_next(starmapobject *lz) starmap_next() argument
1934 starmap_reduce(starmapobject *lz, PyObject *Py_UNUSED(ignored)) starmap_reduce() argument
2004 chainobject *lz; chain_new_internal() local
2055 chain_dealloc(chainobject *lz) chain_dealloc() argument
2064 chain_traverse(chainobject *lz, visitproc visit, void *arg) chain_traverse() argument
2072 chain_next(chainobject *lz) chain_next() argument
2110 chain_reduce(chainobject *lz, PyObject *Py_UNUSED(ignored)) chain_reduce() argument
2129 chain_setstate(chainobject *lz, PyObject *state) chain_setstate() argument
2230 productobject *lz; product_new() local
2311 product_dealloc(productobject *lz) product_dealloc() argument
2322 product_sizeof(productobject *lz, void *unused) product_sizeof() argument
2334 product_traverse(productobject *lz, visitproc visit, void *arg) product_traverse() argument
2342 product_next(productobject *lz) product_next() argument
2429 product_reduce(productobject *lz, PyObject *Py_UNUSED(ignored)) product_reduce() argument
2459 product_setstate(productobject *lz, PyObject *state) product_setstate() argument
2760 combinations_reduce(combinationsobject *lz, PyObject *Py_UNUSED(ignored)) combinations_reduce() argument
2789 combinations_setstate(combinationsobject *lz, PyObject *state) combinations_setstate() argument
3091 cwr_reduce(cwrobject *lz, PyObject *Py_UNUSED(ignored)) cwr_reduce() argument
3119 cwr_setstate(cwrobject *lz, PyObject *state) cwr_setstate() argument
3629 accumulateobject *lz; itertools_accumulate_impl() local
3655 accumulate_dealloc(accumulateobject *lz) accumulate_dealloc() argument
3666 accumulate_traverse(accumulateobject *lz, visitproc visit, void *arg) accumulate_traverse() argument
3676 accumulate_next(accumulateobject *lz) accumulate_next() argument
3711 accumulate_reduce(accumulateobject *lz, PyObject *Py_UNUSED(ignored)) accumulate_reduce() argument
3749 accumulate_setstate(accumulateobject *lz, PyObject *state) accumulate_setstate() argument
3840 compressobject *lz; itertools_compress_impl() local
3864 compress_dealloc(compressobject *lz) compress_dealloc() argument
3873 compress_traverse(compressobject *lz, visitproc visit, void *arg) compress_traverse() argument
3881 compress_next(compressobject *lz) compress_next() argument
3917 compress_reduce(compressobject *lz, PyObject *Py_UNUSED(ignored)) compress_reduce() argument
3998 filterfalseobject *lz; itertools_filterfalse_impl() local
4019 filterfalse_dealloc(filterfalseobject *lz) filterfalse_dealloc() argument
4028 filterfalse_traverse(filterfalseobject *lz, visitproc visit, void *arg) filterfalse_traverse() argument
4036 filterfalse_next(filterfalseobject *lz) filterfalse_next() argument
4070 filterfalse_reduce(filterfalseobject *lz, PyObject *Py_UNUSED(ignored)) filterfalse_reduce() argument
4172 countobject *lz; itertools_count_impl() local
4246 count_dealloc(countobject *lz) count_dealloc() argument
4255 count_traverse(countobject *lz, visitproc visit, void *arg) count_traverse() argument
4263 count_nextlong(countobject *lz) count_nextlong() argument
4285 count_next(countobject *lz) count_next() argument
4293 count_repr(countobject *lz) count_repr() argument
4317 count_reduce(countobject *lz, PyObject *Py_UNUSED(ignored)) count_reduce() argument
4546 ziplongestobject *lz; zip_longest_new() local
4613 zip_longest_dealloc(ziplongestobject *lz) zip_longest_dealloc() argument
4623 zip_longest_traverse(ziplongestobject *lz, visitproc visit, void *arg) zip_longest_traverse() argument
4632 zip_longest_next(ziplongestobject *lz) zip_longest_next() argument
4709 zip_longest_reduce(ziplongestobject *lz, PyObject *Py_UNUSED(ignored)) zip_longest_reduce() argument
4736 zip_longest_setstate(ziplongestobject *lz, PyObject *state) zip_longest_setstate() argument
[all...]

Completed in 19 milliseconds