| /OK3568_Linux_fs/external/xserver/ |
| H A D | compile | 138 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 D | depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
| H A D | ChangeLog | 23150 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 D | initramfs.c | 199 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 D | 0030-rust-recursion-limit.patch | 24 - while (!eat (rdm, '_')) 25 + while (!eat (rdm, '_') && !rdm->errored) 42 if (eat (rdm, 'B'))
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-cipher.c | 93 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 D | msg.c | 314 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 D | skbuff.c | 2104 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 D | wof.S | 336 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 D | entry.S | 107 .Lfix: ret r9 @ let the user eat segfaults
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | notifier.rst | 25 order to "eat" the event: the notify loop is stopped and the keyboard event is
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_output.c | 1631 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 D | crash_8.0.0.bb | 108 # 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 D | 0001-Fix-C23-related-conformance-bug.patch | 213 @@ -608,7 +608,7 @@ eat(int fnum, lineno num)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/ |
| H A D | boost.inc | 108 # Oh yippee, a new build system, it's sooo cooool I could eat my own
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | sstfb.rst | 18 (I eat my own dog food)
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | Kconfig | 162 use, because you never know what will eat your data...)
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | README | 277 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 D | dtc-lexer.lex.c_shipped | 1178 /* eat whitespace */ 1184 /* eat C-style comments */ 1190 /* eat C++-style comments */
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | boot-options.rst | 119 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 D | tty.rst | 17 and writing over an existing ldisc will cause demons to eat your computer.
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fuse.rst | 270 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 D | istream | 887 * @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 D | istream | 887 * @brief Quick and easy way to eat whitespace
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 2237 * BITBUCKET, flip that on and let the hardware eat any overrun
|