Home
last modified time | relevance | path

Searched refs:swallow (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Ddont-swallow-errors.patch4 Subject: [PATCH] don't swallow errors
6 Further fixup to the configure scripts to not swallow errors
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp61 using swallow = bool[]; typedef
290 …(void)swallow{ ( tuple_value< Is, Ts >::operator=( static_cast< tuple_value< Is, Ts >& >( v ).get(… in operator =()
301 …(void)swallow{ ( tuple_value< Is, Ts >::operator=( static_cast< tuple_value< Is, Ts >& >( v ) ), t… in operator =()
313 (void)swallow{ ( tuple_value< Is, Ts >::operator=( get< Is >( v ) ), true )..., true }; in operator =()
325 …(void)swallow{ ( tuple_value< Is, Ts >::operator=( get< Is >( std::move( v ) ) ), true )..., true … in operator =()
336 …(void)swallow{ ( static_cast< tuple_value< Is, Ts >& >( *this ).swap( static_cast< tuple_value< Is… in swap()
669 …(void)swallow{ ( result = result && static_cast< bool >( get< Is >( lhs ) == get< Is >( rhs ) ) ).… in operator ()()
691 …(void)swallow{ ( no_result_yet = no_result_yet || ( result = static_cast< bool >( get< Is >( lhs )… in operator ()()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dnmi.c71 unsigned int swallow; member
414 __this_cpu_add(nmi_stats.swallow, 1); in default_do_nmi()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h169 bool swallow; member
H A Dmain.c728 wl18xx_clk_table[clk_freq].swallow ? "swallow" : "spit"); in wl18xx_set_clk()
757 if (wl18xx_clk_table[clk_freq].swallow) { in wl18xx_set_clk()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/
H A Drp-pppoe_3.13.bb13 file://dont-swallow-errors.patch \
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dpacking.rst165 and simply swallow those errors. Optionally it can dump stack or print the
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpmac_zilog.c255 int swallow; in pmz_receive_chars() local
257 swallow = uart_handle_sysrq_char(&uap->port, ch); in pmz_receive_chars()
259 if (swallow) in pmz_receive_chars()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DX11Application.m338 /* Reset our swallow state if we're seeing the same keyCode again.
340 * intended to swallow is delivered. See:
/OK3568_Linux_fs/u-boot/board/sandbox/
H A DREADME.sandbox108 swallow quotes. When -c is used, U-Boot exists after the command is complete,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog24894 xfree86: Don't swallow ±iglx command line flag
136653 …XQuartz: Don't use keycode 0 to determine !swallow since our most common key to swallow is actual …
154817 switch, just swallow the event.