Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Deol.hpp28 struct use_terminal<qi::domain, tag::eol> // enables eol
35 using spirit::eol;
86 struct make_primitive<tag::eol, Modifiers>
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dkxgettext.c16 int eol = 0; in escape() local
20 eol = 1; in escape()
54 if (multiline && eol) in escape()
H A Dzconf.lex.c_shipped762 /* Table of booleans, true if rule could match eol. */
1098 /* rule 1 can match eol */
1100 /* rule 2 can match eol */
1145 /* rule 8 can match eol */
1206 /* rule 21 can match eol */
1228 /* rule 24 can match eol */
1247 /* rule 27 can match eol */
1266 /* rule 29 can match eol */
1296 /* rule 32 can match eol */
1338 /* rule 34 can match eol */
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dkxgettext.c16 int eol = 0; in escape() local
20 eol = 1; in escape()
54 if (multiline && eol) in escape()
H A Dzconf.lex.c_shipped1095 /* rule 1 can match eol */
1097 /* rule 2 can match eol */
1143 /* rule 8 can match eol */
1205 /* rule 21 can match eol */
1227 /* rule 24 can match eol */
1246 /* rule 27 can match eol */
1264 /* rule 29 can match eol */
1293 /* rule 32 can match eol */
1334 /* rule 34 can match eol */
1346 /* rule 35 can match eol */
/OK3568_Linux_fs/kernel/tools/bootconfig/
H A Dmain.c20 const char *val, *eol; in xbc_show_value() local
24 eol = semicolon ? ";\n" : "\n"; in xbc_show_value()
30 printf("%c%s%c%s", q, val, q, xbc_node_is_array(node) ? ", " : eol); in xbc_show_value()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c2018 size_t eol; in canon_copy_from_read_buf() local
2035 eol = find_next_bit(ldata->read_flags, size, tail); in canon_copy_from_read_buf()
2037 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf()
2039 eol = find_next_bit(ldata->read_flags, more, 0); in canon_copy_from_read_buf()
2040 found = eol != more; in canon_copy_from_read_buf()
2042 found = eol != size; in canon_copy_from_read_buf()
2044 n = eol - tail; in canon_copy_from_read_buf()
2049 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) in canon_copy_from_read_buf()
2053 __func__, eol, found, n, c, tail, more); in canon_copy_from_read_buf()
2060 clear_bit(eol, ldata->read_flags); in canon_copy_from_read_buf()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py464 eol = ''
468 eol = self._buffer[i]
477 self._token += [line, eol]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_options.c281 goto eol; in __ip_options_compile()
467 eol: in __ip_options_compile()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped938 /* rule 1 can match eol */
948 /* rule 2 can match eol */
992 /* rule 3 can match eol */
1094 /* rule 12 can match eol */
1175 /* rule 19 can match eol */
1181 /* rule 20 can match eol */
1187 /* rule 21 can match eol */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h836 uint64_t eol : 1; member
842 uint64_t eol : 1;
H A Drvu_nix.c1958 u16 pcifunc, int next, bool eol) in nix_setup_mce() argument
1971 aq_req.mce.eol = eol; in nix_setup_mce()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dmotorola-cpcap-mapphone.dtsi35 "eol", "lowbph", "lowbpl",
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcommon_terminals.hpp76 ( eol, eol_type )
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_res.c446 u8 eol = 0; /* end of list indicator */ in update_resources() local
472 eol = 1; in update_resources()
477 if (!eol) { in update_resources()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6656 u8 magic_len, bool *eol) in bpf_search_tcp_opt() argument
6660 *eol = false; in bpf_search_tcp_opt()
6666 *eol = true; in bpf_search_tcp_opt()
6701 bool eol, load_syn = flags & BPF_LOAD_HDR_OPT_TCP_SYN; in BPF_CALL_4() local
6751 &eol); in BPF_CALL_4()
6782 bool eol; in BPF_CALL_4() local
6822 &eol); in BPF_CALL_4()
6829 if (eol) in BPF_CALL_4()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c1328 u32 eol = 0x7ff; in i40e_clear_hw() local
1364 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
1368 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/
H A De100.c491 u16 eol; member
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...