Searched refs:op (Results 1 – 3 of 3) sorted by relevance
861 uint8_t *op; in mcu_output() local867 op = (uint8_t*)jd->workbuf; in mcu_output()882 *op++ = (uint8_t)(r >> s); /* Put R or Y (monochrome output) */ in mcu_output()884 *op++ = (uint8_t)(g >> s); /* Put G */ in mcu_output()885 *op++ = (uint8_t)(b >> s); /* Put B */ in mcu_output()
108 *Observe que o uso de memória pode variar dependendo da arquitetura, do compilador e das opções de …
1323 int start = b->cursor, end, op; in stbtt__dict_get() local1327 op = stbtt__buf_get8(b); in stbtt__dict_get()1328 if(op == 12) op = stbtt__buf_get8(b) | 0x100; in stbtt__dict_get()1329 if(op == key) return stbtt__buf_range(b, start, end - start); in stbtt__dict_get()