Searched refs:shift (Results 1 – 6 of 6) sorted by relevance
/scripts/dtc/ |
D | fdtdump.c | 59 int depth, sz, shift; in dump_blob() local 64 shift = 4; in dump_blob() 109 printf("%*s%s {\n", depth * shift, "", s); in dump_blob() 118 printf("%*s};\n", depth * shift, ""); in dump_blob() 123 printf("%*s// [NOP]\n", depth * shift, ""); in dump_blob() 128 fprintf(stderr, "%*s ** Unknown tag 0x%08x\n", depth * shift, "", tag); in dump_blob() 139 printf("%*s%s", depth * shift, "", s); in dump_blob()
|
D | dtc-parser.tab.c_shipped | 618 positive, shift that token. If negative, reduce the rule whose 1222 /* Number of tokens to shift before error messages enabled. */ 2085 /* Now 'shift' the result of the reduction. Determine what state
|
/scripts/genksyms/ |
D | parse.tab.c_shipped | 661 positive, shift that token. If negative, reduce the rule whose 1280 /* Number of tokens to shift before error messages enabled. */ 2087 /* Now 'shift' the result of the reduction. Determine what state
|
D | lex.lex.c_shipped | 1245 { /* need to shift things up to make room */
|
/scripts/kconfig/ |
D | zconf.tab.c_shipped | 715 positive, shift that token. If negative, reduce the rule which 1444 /* Number of tokens to shift before error messages enabled. */ 2123 /* Now `shift' the result of the reduction. Determine what state
|
D | zconf.lex.c_shipped | 1699 { /* need to shift things up to make room */
|