Home
last modified time | relevance | path

Searched refs:eat (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/
H A Dcompile138 if test -n "$eat"; then
139 eat=
144 eat=1
159 eat=1
170 eat=1
181 eat=1
200 eat=1
232 eat=
269 if test -n "$eat"; then
270 eat=
[all …]
H A Ddepcomp635 cleared=no eat=no
643 if test $eat = yes; then
644 eat=no
653 eat=yes ;;
H A DChangeLog23150 always available, aren't hooked up well in Mesa, and would eat into
61175 Xlib already provides a function to eat padding bytes after the
84398 console_handler was not being set, making the server eat up CPU spinning
119761 anyone uses this in production, a big scary monster will eat them.
190333 anyone uses this in production, a big scary monster will eat them. hrm,
/OK3568_Linux_fs/kernel/init/
H A Dinitramfs.c199 static inline void __init eat(unsigned n) in eat() function
214 eat(size); in read_into()
238 eat(n); in do_collect()
279 eat(byte_count); in do_skip()
282 eat(next_header - this_header); in do_skip()
291 eat(1); in do_reset()
380 eat(body_len); in do_copy()
387 eat(byte_count); in do_copy()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0030-rust-recursion-limit.patch24 - while (!eat (rdm, '_'))
25 + while (!eat (rdm, '_') && !rdm->errored)
42 if (eat (rdm, 'B'))
/OK3568_Linux_fs/kernel/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c93 unsigned int todo, eat, len; in meson_cipher() local
161 eat = 0; in meson_cipher()
163 while (keyivlen > eat) { in meson_cipher()
166 todo = min(keyivlen - eat, 16u); in meson_cipher()
172 eat += todo; in meson_cipher()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.c314 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
332 eat = dmax; in tipc_msg_fragment()
334 eat = dsz % dmax; in tipc_msg_fragment()
336 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment()
343 skb_copy_to_linear_data_offset(_skb, INT_H_SIZE, data, eat); in tipc_msg_fragment()
344 data += eat; in tipc_msg_fragment()
349 msg_set_size(_hdr, INT_H_SIZE + eat); in tipc_msg_fragment()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c2104 int i, k, eat = (skb->tail + delta) - skb->end; in __pskb_pull_tail() local
2106 if (eat > 0 || skb_cloned(skb)) { in __pskb_pull_tail()
2107 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail()
2122 eat = delta; in __pskb_pull_tail()
2126 if (size >= eat) in __pskb_pull_tail()
2128 eat -= size; in __pskb_pull_tail()
2138 if (eat) { in __pskb_pull_tail()
2144 if (list->len <= eat) { in __pskb_pull_tail()
2146 eat -= list->len; in __pskb_pull_tail()
2164 if (!pskb_pull(list, eat)) { in __pskb_pull_tail()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dwof.S336 LEON_PI(lda [%glob_tmp] ASI_LEON_MMUREGS, %g0) ! eat SFSR
337 SUN_PI_(lda [%glob_tmp] ASI_M_MMUREGS, %g0) ! eat SFSR
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dentry.S107 .Lfix: ret r9 @ let the user eat segfaults
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dnotifier.rst25 order to "eat" the event: the notify loop is stopped and the keyboard event is
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c1631 int i, k, eat; in __pskb_trim_head() local
1633 eat = min_t(int, len, skb_headlen(skb)); in __pskb_trim_head()
1634 if (eat) { in __pskb_trim_head()
1635 __skb_pull(skb, eat); in __pskb_trim_head()
1636 len -= eat; in __pskb_trim_head()
1640 eat = len; in __pskb_trim_head()
1646 if (size <= eat) { in __pskb_trim_head()
1648 eat -= size; in __pskb_trim_head()
1651 if (eat) { in __pskb_trim_head()
1652 skb_frag_off_add(&shinfo->frags[k], eat); in __pskb_trim_head()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash_8.0.0.bb108 # Causes gcc to get stuck and eat all available memory in qemuarm builds
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/timezone/tzcode/
H A D0001-Fix-C23-related-conformance-bug.patch213 @@ -608,7 +608,7 @@ eat(int fnum, lineno num)
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/
H A Dboost.inc108 # Oh yippee, a new build system, it's sooo cooool I could eat my own
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dsstfb.rst18 (I eat my own dog food)
/OK3568_Linux_fs/kernel/drivers/mtd/
H A DKconfig162 use, because you never know what will eat your data...)
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DREADME277 would eat up tens of MB of disk space on fast systems, and yielded
392 and copied) is the variable. !WARNING! This test can eat up a
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1178 /* eat whitespace */
1184 /* eat C-style comments */
1190 /* eat C++-style comments */
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dboot-options.rst119 event. This will make the CPUs eat a lot more power, but may be useful
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dtty.rst17 and writing over an existing ldisc will cause demons to eat your computer.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfuse.rst270 system process to eat up diskspace, memory or other
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Distream887 * @brief Quick and easy way to eat whitespace
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Distream887 * @brief Quick and easy way to eat whitespace
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx.seq2237 * BITBUCKET, flip that on and let the hardware eat any overrun

12