HomeSort by relevance Sort by last modified time
    Searched refs:ELO_PACKET_SIZE (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 139 num_bytes = ELO_PACKET_SIZE;
144 ELO_PACKET_SIZE - *buffer_p);
159 if (*buffer_p < ELO_PACKET_SIZE-1) {
168 if (*buffer_p == ELO_PACKET_SIZE) {
169 ok = (*checksum == buffer[ELO_PACKET_SIZE-1]);
193 for (i = 0; i < ELO_PACKET_SIZE-1; i++) {
197 packet[ELO_PACKET_SIZE-1] = sum;
199 result = write(fd, packet, ELO_PACKET_SIZE);
201 if (result != ELO_PACKET_SIZE) {
273 unsigned char packet[ELO_PACKET_SIZE];
    [all...]
SDL_fbelo.h 30 #define ELO_PACKET_SIZE 10

Completed in 174 milliseconds