tag | line | file | source code |
depth | 3037 | arch/m68k/atari/atafb.c | int xres, yres, depth, planes; |
depth | 3054 | arch/m68k/atari/atafb.c | depth = simple_strtoul(p, NULL, 10); |
depth | 3055 | arch/m68k/atari/atafb.c | if (depth != 1 && depth != 2 && depth != 4 && depth != 8 && |
depth | 3056 | arch/m68k/atari/atafb.c | depth != 16 && depth != 24) goto ext_invalid; |
depth | 3075 | arch/m68k/atari/atafb.c | len = xres*yres*depth/8; |
depth | 3099 | arch/m68k/atari/atafb.c | external_depth = depth; |
depth | 3157 | arch/m68k/atari/atafb.c | int xres, yres, depth, temp; |
depth | 3164 | arch/m68k/atari/atafb.c | depth = simple_strtoul(p, NULL, 10); |
depth | 3169 | arch/m68k/atari/atafb.c | atari_fb_predefined[default_par-1].bits_per_pixel = depth; |
depth | 1245 | drivers/sbus/char/suncons.c | int depth; |
depth | 1396 | drivers/sbus/char/suncons.c | for (i = 0; scr_def [i].depth; i++){ |
depth | 1399 | drivers/sbus/char/suncons.c | if (scr_def [i].depth != con_depth) |
depth | 1409 | drivers/sbus/char/suncons.c | if (!scr_def [i].depth){ |
depth | 149 | scripts/tkcond.c | struct condition * get_token_cond(struct condition ** cond, int depth) |
depth | 159 | scripts/tkcond.c | for(i=0; i<depth; i++, cond++) |
depth | 237 | scripts/tkcond.c | if( i < depth - 1 ) |
depth | 300 | scripts/tkcond.c | int depth = 0; |
depth | 334 | scripts/tkcond.c | conditions[depth] = cfg->cond; |
depth | 335 | scripts/tkcond.c | depth++; |
depth | 345 | scripts/tkcond.c | invert_condition(conditions[depth-1]); |
depth | 349 | scripts/tkcond.c | depth--; |
depth | 350 | scripts/tkcond.c | free_condition(conditions[depth]); |
depth | 351 | scripts/tkcond.c | conditions[depth] = NULL; |
depth | 367 | scripts/tkcond.c | cfg->cond = get_token_cond(&conditions[0], depth); |
depth | 375 | scripts/tkcond.c | conditions[depth] = cfg->cond; |
depth | 376 | scripts/tkcond.c | depth++; |
depth | 377 | scripts/tkcond.c | cfg->cond = get_token_cond(&conditions[0], depth); |
depth | 378 | scripts/tkcond.c | depth--; |
depth | 379 | scripts/tkcond.c | free_condition(conditions[depth]); |
depth | 380 | scripts/tkcond.c | conditions[depth] = NULL; |