Home
last modified time | relevance | path

Searched refs:raw_c (Results 1 – 4 of 4) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/examples/sdl/
H A Dmandel.pir220 .local int w, h, x, y, pal_elems, raw_c, k, limit
280 .local int w, x, y, pal_elems, raw_c, k, limit, offs_y
334 raw_c = raw_palette[$I0]
336 # main_screen.'draw_pixel'(x, y, raw_c) -->
337 pixels[0; $I0] = raw_c
469 .local int i, n, raw_c
478 raw_c = col.'color_for_surface'( main_screen )
479 raw_palette[i] = raw_c
/dports/math/bcal/bcal-2.2/src/
H A Dbcal.c1426 Data res, arg, raw_a, raw_b, raw_c; in eval() local
1461 raw_c.unit = 0; in eval()
1475 raw_c.unit = raw_a.unit; in eval()
1499 raw_c.unit = 1; in eval()
1515 raw_c.unit = 1; in eval()
1526 raw_c.unit = 1; in eval()
1548 raw_c.unit = 1; in eval()
1572 bstrlcpy(raw_c.p, getstr_u128(c, uint_buf), NUM_LEN); in eval()
1573 log(DEBUG, "c: %s unit: %d\n", raw_c.p, raw_c.unit); in eval()
1576 push(&est, raw_c); in eval()
/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_trace.c386 static char raw_c; local
387 … char */*const*/ raw_value = &raw_c; /* const: avoid warning (below / constant control-flow) */
/dports/editors/vim/vim-8.2.3745/src/
H A Dterminal.c2534 int raw_c; in terminal_loop() local
2575 raw_c = term_vgetc(); in terminal_loop()
2580 if (raw_c != K_IGNORE) in terminal_loop()
2581 vungetc(raw_c); in terminal_loop()
2584 if (raw_c == K_IGNORE) in terminal_loop()
2586 c = raw_c_to_ctrl(raw_c); in terminal_loop()
2626 raw_c = term_vgetc(); in terminal_loop()
2627 c = raw_c_to_ctrl(raw_c); in terminal_loop()
2700 mb[1] = raw_c; in terminal_loop()
2702 raw_c = wc; in terminal_loop()
[all …]