Searched refs:linfo (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/ply/ |
D | lex.py | 890 linfo = LexerReflect(ldict,log=errorlog,reflags=reflags) 891 linfo.get_all() 893 if linfo.validate_all(): 909 debuglog.info("lex: tokens = %r", linfo.tokens) 910 debuglog.info("lex: literals = %r", linfo.literals) 911 debuglog.info("lex: states = %r", linfo.stateinfo) 915 for n in linfo.tokens: 919 if isinstance(linfo.literals,(list,tuple)): 920 lexobj.lexliterals = type(linfo.literals[0])().join(linfo.literals) 922 lexobj.lexliterals = linfo.literals [all …]
|
/external/qemu/hw/ |
D | dma.c | 31 #define linfo(...) fprintf (stderr, "dma: " __VA_ARGS__) macro 34 #define linfo(...) macro 237 linfo ("ichan %d, op %d, ai %d, dir %d, opmode %d\n", in write_cont() 273 linfo ("write_cont: nport %#06x, ichan % 2d, val %#06x\n", in write_cont() 313 linfo ("held cont=%d chan=%d\n", ncont, ichan); in DMA_hold_DREQ() 324 linfo ("released cont=%d chan=%d\n", ncont, ichan); in DMA_release_DREQ()
|
/external/iproute2/ip/ |
D | ipaddress.c | 745 struct nlmsg_list **linfo = (struct nlmsg_list**)arg; in store_nlmsg() local 756 for (lp = linfo; *lp; lp = &(*lp)->next) /* NOTHING */; in store_nlmsg() 765 struct nlmsg_list *linfo = NULL; in ipaddr_list_or_flush() local 863 if (rtnl_dump_filter(&rth, store_nlmsg, &linfo) < 0) { in ipaddr_list_or_flush() 956 lp=&linfo; in ipaddr_list_or_flush() 1013 for (l=linfo; l; l = n) { in ipaddr_list_or_flush()
|