Searched refs:HEADER (Results 1 – 6 of 6) sorted by relevance
29 #define HEADER "P5 225 289 255 " macro30 #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1)129 memcpy(dev->bulk_in_buffer, HEADER, sizeof(HEADER)-1); in idmouse_create_image()130 bytes_read = sizeof(HEADER)-1; in idmouse_create_image()182 for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read < IMGSIZE; bytes_read += WIDTH) in idmouse_create_image()
13 #define HEADER \ macro160 fprintf(args[ARGS_CHEADER].f, HEADER, args[ARGS_INPUT].fn); in main()
12 * |CN7 (PMOD1 PIN HEADER) |
18 * |CN40 (IO PIN HEADER) |
434 HEADER457 The above pointer "-H->" would have the HEADER flag set. That is490 head page does not have the HEADER flag set, the compare will fail492 Note, the flags UPDATE and HEADER are never set at the same time.508 The reader sets the reader page next pointer as HEADER to the page after526 point to the reader page. Note that the new pointer does not have the HEADER598 performs a cmpxchg to convert the pointer to the head page from the HEADER768 fact that it sees the UPDATE flag instead of a HEADER or NORMAL
41 #define HEADER 0x0F0E macro