| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | spellcheck.h | 125 edit_distance_t cutoff = get_cutoff (candidate_len); 126 if (min_candidate_distance > cutoff) 175 edit_distance_t cutoff = get_cutoff (m_best_candidate_len); 176 if (m_best_distance > cutoff)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | spellcheck.h | 125 edit_distance_t cutoff = get_cutoff (candidate_len); 126 if (min_candidate_distance > cutoff) 175 edit_distance_t cutoff = get_cutoff (m_best_candidate_len); 176 if (m_best_distance > cutoff)
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | si476x.rst | 43 0x01 hblend_int Flag, set when HiBlend cutoff 45 0x02 hicut_int Flag, set when HiCut cutoff 56 0x08 hicut HiCut cutoff frequency in units of 58 0x09 hiblend HiBlend cutoff frequency in units
|
| /OK3568_Linux_fs/external/common_algorithm/misc/include/ |
| H A D | mp3_enc_types.h | 72 int cutoff; member 126 int cutoff; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tiny_sdf.cpp | 73 AlphaImage transformRasterToSDF(const AlphaImage& rasterInput, double radius, double cutoff) { in transformRasterToSDF() argument 98 …sdf.data[i] = std::max(0l, std::min(255l, ::lround(255.0 - 255.0 * (distance / radius + cutoff)))); in transformRasterToSDF()
|
| H A D | tiny_sdf.hpp | 17 AlphaImage transformRasterToSDF(const AlphaImage& rasterInput, double radius, double cutoff);
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv6111.c | 523 u32 freq, cutoff; in set_params() local 530 cutoff = 5000000 + muldiv32(p->symbol_rate, 135, 200); in set_params() 535 set_lof(state, freq, cutoff); in set_params()
|
| /OK3568_Linux_fs/kernel/lib/reed_solomon/ |
| H A D | test_rslib.c | 412 int errs, eras, cutoff; in exercise_rs_bc() local 422 cutoff = nroots <= len - errs ? nroots : len - errs; in exercise_rs_bc() 423 for (; eras <= cutoff; eras++) in exercise_rs_bc()
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | emu8000_callback.c | 374 unsigned char cutoff; in set_fmmod() local 378 cutoff = (vp->reg.parm.fmmod & 0xff); in set_fmmod() 382 fmmod = ((unsigned char)pitch<<8) | cutoff; in set_fmmod()
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emu10k1_callback.c | 499 unsigned char cutoff; in set_fmmod() local 503 cutoff = (vp->reg.parm.fmmod & 0xff); in set_fmmod() 507 fmmod = ((unsigned char)pitch<<8) | cutoff; in set_fmmod()
|
| /OK3568_Linux_fs/kernel/sound/synth/emux/ |
| H A D | emux_synth.c | 576 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe); in setup_voice() 580 vp->ftarget = parm->cutoff; in setup_voice() 795 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7; in calc_volume() 797 vp->acutoff = vp->reg.parm.cutoff; in calc_volume()
|
| H A D | emux_proc.c | 72 vp->reg.parm.cutoff, in snd_emux_proc_info_read()
|
| H A D | emux_effect.c | 72 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | sfnt_info.h | 107 unsigned char cutoff; /* initial cutoff (0xff) */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | sfnt_info.h | 107 unsigned char cutoff; /* initial cutoff (0xff) */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | sfnt_info.h | 107 unsigned char cutoff; /* initial cutoff (0xff) */ member
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | graph-tool | 32 close_matches = difflib.get_close_matches(node, graph.nodes(), cutoff=0.7)
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4layouts.c | 657 ktime_t now, cutoff; in nfsd4_cb_layout_done() local 677 cutoff = ktime_add_ns(task->tk_start, in nfsd4_cb_layout_done() 680 if (ktime_before(now, cutoff)) { in nfsd4_cb_layout_done()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | kxtj9.c | 57 unsigned int cutoff; member 170 if (poll_interval < kxtj9_odr_table[i].cutoff) in kxtj9_update_odr()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp.h | 635 int cutoff; in tcp_bound_to_half_wnd() local 645 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 647 cutoff = tp->max_window; in tcp_bound_to_half_wnd() 649 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd() 650 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/accel/ |
| H A D | lis302.txt | 55 - st,highpass-cutoff-hz=: 1, 2, 4 or 8 for 1Hz, 2Hz, 4Hz or 8Hz of
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | st,sta350.txt | 99 If present, the noise-shaping technique on the DC cutoff filter are
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | qcom_smbb.txt | 80 will restart charging after end-of-charge; The high cutoff
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c.txt | 62 - i2c-analog-filter-cutoff-frequency
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block-bcache | 56 to the sequential cutoff). Expressed as bytes in human
|