Searched refs:lex (Results 1 - 5 of 5) sorted by relevance

/seL4-mcs-10.1.1/src/plat/spike/machine/
H A Dfdt.c112 uint32_t *lex,
128 switch (bswap(lex[0])) {
130 lex += 1;
135 prop.name = strings + bswap(lex[2]);
136 prop.len = bswap(lex[1]);
137 prop.value = lex + 3;
139 node->address_cells = bswap(lex[3]);
142 node->size_cells = bswap(lex[3]);
144 lex += 3 + (prop.len + 3) / 4;
157 child.name = (const char *)(lex
111 fdt_scan_helper( uint32_t *lex, const char *strings, struct fdt_scan_node *node, struct scan_state *state) argument
203 uint32_t *lex = (uint32_t *)((word_t)fdt + bswap(header->off_dt_struct)); local
[all...]
/seL4-mcs-10.1.1/libsel4/tools/
H A Dbitfield_gen.py31 import lex namespace
2639 lexer = lex.lex()
/seL4-mcs-10.1.1/manual/tools/libsel4_tools/
H A Dbitfield_gen.py31 import lex namespace
2639 lexer = lex.lex()
/seL4-mcs-10.1.1/tools/
H A Dbitfield_gen.py31 import lex namespace
2639 lexer = lex.lex()
H A Dlex.py5 # ply: lex.py
870 # lex(module)
874 def lex(module=None,object=None,debug=0,optimize=0,lextab="lextab",reflags=0,nowarn=0,outputdir="", debuglog=None, errorlog=None): function
918 debuglog.info("lex: tokens = %r", linfo.tokens)
919 debuglog.info("lex: literals = %r", linfo.literals)
920 debuglog.info("lex: states = %r", linfo.stateinfo)
947 debuglog.info("lex: Adding rule %s -> '%s' (state '%s')",fname,f.__doc__, state)
953 debuglog.info("lex: Adding rule %s -> '%s' (state '%s')",name,r, state)
960 debuglog.info("lex: ==== MASTER REGEXS FOLLOW ====")
969 debuglog.info("lex
[all...]

Completed in 276 milliseconds