/src/sys/dev/isa/ |
ics2101.c | 80 unsigned char normal; local in function:ics2101_mix_doit 105 normal = 0x0; 107 normal = flip_left[chan]; 109 normal = 0x01; 114 normal = 0x0; 116 normal = flip_right[chan]; 118 normal = 0x02; 122 bus_space_write_1(iot, sc->sc_dataio_ioh, sc->sc_dataio, normal);
|
ics2101.c | 80 unsigned char normal; local in function:ics2101_mix_doit 105 normal = 0x0; 107 normal = flip_left[chan]; 109 normal = 0x01; 114 normal = 0x0; 116 normal = flip_right[chan]; 118 normal = 0x02; 122 bus_space_write_1(iot, sc->sc_dataio_ioh, sc->sc_dataio, normal);
|
/src/sys/dev/hpc/ |
video_subr.c | 290 int reverse, normal; member in struct:video_reverse_color::__anon9f84f6360108 302 for (ctypep = ctype; ctypep->normal != -1 ; ctypep++) { 303 if (fbtype == ctypep->normal) {
|
video_subr.c | 290 int reverse, normal; member in struct:video_reverse_color::__anon9f84f6360108 302 for (ctypep = ctype; ctypep->normal != -1 ; ctypep++) { 303 if (fbtype == ctypep->normal) {
|
/src/sys/arch/ews4800mips/stand/common/ |
console.h | 91 const uint8_t *normal; member in struct:zskbd
|
console.h | 91 const uint8_t *normal; member in struct:zskbd
|
/src/games/worms/ |
worms.c | 81 normal[8] = { variable in typeref:typename:const struct options[8] 529 : (y == bottom ? lower : normal)))
|
worms.c | 81 normal[8] = { variable in typeref:typename:const struct options[8] 529 : (y == bottom ? lower : normal)))
|
/src/usr.bin/gzip/ |
gzip.c | 147 const char *normal; /* for unzip - must not be longer than zipped */ member in struct:__anon8c8161110108 1124 /* we only allow set-id and the 9 normal permission bits */ 1288 strcpy(sp, s->normal);
|
gzip.c | 147 const char *normal; /* for unzip - must not be longer than zipped */ member in struct:__anon8c8161110108 1124 /* we only allow set-id and the 9 normal permission bits */ 1288 strcpy(sp, s->normal);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display_types.h | 92 /* for each plane in the normal GTT view */ 95 } normal[4]; member in struct:intel_framebuffer
|
intel_display_types.h | 92 /* for each plane in the normal GTT view */ 95 } normal[4]; member in struct:intel_framebuffer
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 478 ; by the two cases that branch back to "normal". 482 normal: label 578 b normal ; divisor == 11 582 b normal ; divisor == 13
|
milli.S | 478 ; by the two cases that branch back to "normal". 482 normal: label 578 b normal ; divisor == 11 582 b normal ; divisor == 13
|