/third_party/python/Modules/ |
H A D | itertoolsmodule.c | 323 groupby_reduce(groupbyobject *lz, PyObject *Py_UNUSED(ignored)) in groupby_reduce() argument 329 if (lz->tgtkey && lz->currkey && lz->currvalue) in groupby_reduce() 330 value = Py_BuildValue("O(OO)(OOO)", Py_TYPE(lz), in groupby_reduce() 331 lz->it, lz->keyfunc, lz->currkey, lz->currvalue, lz in groupby_reduce() 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...] |
/third_party/python/Python/ |
H A D | bltinmodule.c | 496 filterobject *lz; in filter_new() local 511 lz = (filterobject *)type->tp_alloc(type, 0); in filter_new() 512 if (lz == NULL) { in filter_new() 517 lz->func = Py_NewRef(func); in filter_new() 518 lz->it = it; in filter_new() 520 return (PyObject *)lz; in filter_new() 542 filterobject *lz = (filterobject *)tp->tp_alloc(tp, 0); in filter_vectorcall() local 544 if (lz == NULL) { in filter_vectorcall() 549 lz->func = Py_NewRef(args[0]); in filter_vectorcall() 550 lz in filter_vectorcall() 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 D | dtoa.c | 1442 int esign, i, j, k, lz, nd, nd0, odd, sign; in _Py_dg_strtod() local 1468 /* Skip leading zeros: lz is true iff there were leading zeros. */ in _Py_dg_strtod() 1472 lz = s != s1; in _Py_dg_strtod() 1491 lz = lz || s != s1; in _Py_dg_strtod() 1502 /* Now lz is true if and only if there were leading zero digits, and in _Py_dg_strtod() 1505 if (!ndigits && !lz) { in _Py_dg_strtod() 1537 /* Skip zeros. lz is true iff there are leading zeros. */ in _Py_dg_strtod() 1541 lz = s != s1; in _Py_dg_strtod() 1562 if (s == s1 && !lz) in _Py_dg_strtod() [all...] |
/third_party/jerryscript/jerry-libm/ |
H A D | fmod.c | 42 unsigned lx, ly, lz; in fmod() local 159 lz = lx - ly; in fmod() 171 if ((hz | lz) == 0) /* return sign(x) * 0 */ in fmod() 175 hx = hz + hz + (lz >> 31); in fmod() 176 lx = lz + lz; in fmod() 180 lz = lx - ly; in fmod() 188 lx = lz; in fmod()
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | lemire.rs | 65 let lz = w.leading_zeros() as i32; in compute_float() 66 w <<= lz; in compute_float() 86 return compute_error_scaled::<F>(q, hi, lz); in compute_float() 91 let mut power2 = power(q) + upperbit - lz - F::MINIMUM_EXPONENT; in compute_float() 154 let lz = w.leading_zeros() as i32; in compute_error() 155 w <<= lz; in compute_error() 157 compute_error_scaled::<F>(q, hi, lz) in compute_error() 162 pub fn compute_error_scaled<F: Float>(q: i32, mut w: u64, lz: i32) -> ExtendedFloat { in compute_error_scaled() 166 let power2 = power(q as i32) + F::EXPONENT_BIAS - hilz - lz - 62; in compute_error_scaled()
|
/third_party/musl/src/stdlib/ |
H A D | fcvt.c | 9 int i, lz; in fcvt() local 14 if (tmp[i] == '0') lz = strspn(tmp+i+2, "0"); in fcvt() 15 else lz = -(int)strcspn(tmp+i, "."); in fcvt() 17 if (n<=lz) { in fcvt() 24 return ecvt(x, n-lz, dp, sign); in fcvt()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
H A D | jchuff-neon.c | 246 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 249 __asm__("clz %w0, %w1" : "=r"(lz) : "r"(vgetq_lane_s16(abs_row0, 0))); in jsimd_huff_encode_one_block_neon() 251 unsigned int nbits = 32 - lz; in jsimd_huff_encode_one_block_neon() 253 unsigned int diff = (unsigned int)(vgetq_lane_u16(row0_diff, 0) << lz) >> lz; in jsimd_huff_encode_one_block_neon() 376 lz = BUILTIN_CLZ(block_abs[i]); in jsimd_huff_encode_one_block_neon() 377 nbits = 32 - lz; in jsimd_huff_encode_one_block_neon() 378 diff = (unsigned int)(block_diff[i] << lz) >> lz; in jsimd_huff_encode_one_block_neon() [all...] |
/third_party/ffmpeg/libavfilter/tests/ |
H A D | integral.c | 41 const int w = 6, h = 5, lz = 8; in main() local 73 src, lz, xoff, yoff, e, w, h); in main() 78 src, lz, in main()
|
/third_party/skia/src/effects/ |
H A D | SkEmbossMask.cpp | 55 SkFixed lz = SkScalarToFixed(light.fDirection[2]); in Emboss() local 56 SkFixed lz_dot_nz = lz * kDelta; in Emboss() 57 int lz_dot8 = lz >> 8; in Emboss()
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_mathlib_softfloat.cpp | 68 uint32_t lz; in clz32() 69 __asm__("clz %0, %1": "=r"(lz):"r"(inp)); in clz32() 70 return lz; in clz32()
|
H A D | astc_image_load_store.cpp | 96 int lz = clz32(p) - 16; in unorm16_to_sf16() local 97 p <<= (lz + 1); in unorm16_to_sf16() 99 p |= (14 - lz) << 10; in unorm16_to_sf16()
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | Makefile | 16 #ZLIB_SHARED = -L../../../zlib -lz 20 ZLIB_SHARED = -lz 21 ZLIB_STATIC = -lz
|
/third_party/rust/crates/minimal-lexical/tests/ |
H A D | lemire_tests.rs | 18 fn compute_error_scaled32(q: i32, w: u64, lz: i32) -> (i32, u64) { in compute_error_scaled32() 19 let fp = lemire::compute_error_scaled::<f32>(q, w, lz); in compute_error_scaled32() 23 fn compute_error_scaled64(q: i32, w: u64, lz: i32) -> (i32, u64) { in compute_error_scaled64() 24 let fp = lemire::compute_error_scaled::<f64>(q, w, lz); in compute_error_scaled64()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_mathlib_softfloat.cpp | 76 uint32_t lz; in clz32() 77 __asm__("clz %0, %1": "=r"(lz):"r"(inp)); in clz32() 78 return lz; in clz32()
|
H A D | astcenc_vecmathlib.h | 455 vint4 lz = clamp(0, 32, a) - 16; 457 vint4 lz = clz(p) - 16; 460 p = p * two_to_the_n(lz + 1); 465 p = p | lsl<10>(vint4(14) - lz);
|
/third_party/skia/src/utils/ |
H A D | SkCamera.cpp | 181 SkScalar lz = z * 72.0f; in setCameraLocation() local 182 fCamera.fLocation = {x * 72.0f, y * 72.0f, lz}; in setCameraLocation() 183 fCamera.fObserver = {0, 0, lz}; in setCameraLocation()
|
/third_party/openssl/test/testutil/ |
H A D | format_output.c | 208 char *out, int *lz, const BIGNUM *bn) in convert_bn_memory() 216 if (*lz) { in convert_bn_memory() 229 *lz = 0; in convert_bn_memory() 234 *lz = 0; in convert_bn_memory() 207 convert_bn_memory(const unsigned char *in, size_t bytes, char *out, int *lz, const BIGNUM *bn) convert_bn_memory() argument
|
/third_party/zlib/contrib/untgz/ |
H A D | Makefile | 5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | Makefile | 32 -lz \
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_huesaturation.c | 308 float mag, lx, ly, lz; in hue_rotate_matrix() local 324 transform_point(matrix, rlw, glw, blw, &lx, &ly, &lz); in hue_rotate_matrix() 325 zsx = lx / lz; in hue_rotate_matrix() 326 zsy = ly / lz; in hue_rotate_matrix()
|
H A D | vf_fieldmatch.c | 290 #define HAS_FF_AROUND(p, lz) (p[(x)-1 - (lz)] == 0xff || p[(x) - (lz)] == 0xff || p[(x)+1 - (lz)] == 0xff || \ in calc_combed_score() 292 p[(x)-1 + (lz)] == 0xff || p[(x) + (lz)] == 0xff || p[(x)+1 + (lz)] == 0xff) in calc_combed_score()
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-colorspace.c | 1146 float lx, ly, lz; /* Luminance vector */ in huerotate() local 1175 xform(hmat, 0.3086, 0.6094, 0.0820, &lx, &ly, &lz); in huerotate() 1176 zsx = lx / lz; in huerotate() 1177 zsy = ly / lz; in huerotate()
|
/third_party/mbedtls/library/ |
H A D | bignum.c | 1729 size_t lz, lzt; in mbedtls_mpi_gcd() local 1737 lz = mbedtls_mpi_lsb(&TA); in mbedtls_mpi_gcd() 1749 if (lzt < lz) { in mbedtls_mpi_gcd() 1750 lz = lzt; in mbedtls_mpi_gcd() 1814 * lz = min(a,b) so gcd(A,B) = 2^lz * TB. in mbedtls_mpi_gcd() 1816 * In this case, lz = 0 and B = TB so gcd(A,B) = B = 2^lz * TB as well. in mbedtls_mpi_gcd() 1819 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_l(&TB, lz)); in mbedtls_mpi_gcd()
|
/third_party/curl/lib/ |
H A D | Makefile.mk | 212 ZLIB_LIBS ?= -lz
|
/third_party/libbpf/src/ |
H A D | Makefile | 45 ALL_LDFLAGS += -lelf -lz
|