Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/indent/ | |
lsym_unary_op.c | 39 int mixed=+-+-+-+-+-+-+-+-+-+-+-+-+-3; variable in typeref:typename:int 46 int mixed = +-+-+-+-+-+-+-+-+-+-+-+-+-3; variable in typeref:typename:int |
/src/tests/usr.bin/xlint/lint1/ | |
expr_sizeof.c | 124 struct mixed { struct in function:bit_fields 132 } mixed; local in function:bit_fields 134 typedef int sizeof_mixed[-(int)sizeof(mixed)]; 137 -(int)__builtin_offsetof(struct mixed, ch) |
/src/sys/dev/audio/ | |
audio.c | 5581 int mixed; local in function:audio_pmixer_process 5597 mixed = 0; 5631 mixed = audio_pmixer_mix_track(mixer, track, mixed); 5639 if (mixed == 0) { 5644 if (mixed > 1) { 5711 (mixed == 0) ? " silent" : ""); 5772 * 'mixed' specifies the number of tracks mixed so far. 5773 * It returns the number of tracks mixed. In other words, it return [all...] |