| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| vla-type.f90 | 33 type(one) :: tone component in type:five 82 allocate (fivev%tone%ivla (10, 10, 10)) ! fourv-filled 83 l = allocated(fivev%tone%ivla) 84 fivev%tone%ivla(:, :, :) = 1 85 fivev%tone%ivla(1, 2, 3) = 123 86 fivev%tone%ivla(3, 2, 1) = 321 88 allocate (fivearr(1)%tone%ivla (2, 4, 6)) ! fivev-filled 89 allocate (fivearr(2)%tone%ivla (12, 14, 16)) 90 fivearr(1)%tone%ivla(:, :, :) = 1 91 fivearr(1)%tone%ivla(2, 2, 3) = 22 [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| vla-type.f90 | 33 type(one) :: tone component in type:five 82 allocate (fivev%tone%ivla (10, 10, 10)) ! fourv-filled 83 l = allocated(fivev%tone%ivla) 84 fivev%tone%ivla(:, :, :) = 1 85 fivev%tone%ivla(1, 2, 3) = 123 86 fivev%tone%ivla(3, 2, 1) = 321 88 allocate (fivearr(1)%tone%ivla (2, 4, 6)) ! fivev-filled 89 allocate (fivearr(2)%tone%ivla (12, 14, 16)) 90 fivearr(1)%tone%ivla(:, :, :) = 1 91 fivearr(1)%tone%ivla(2, 2, 3) = 22 [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ksr/ns1/ |
| setup.sh | 28 cp template.db.in two-tone.test.db
|
| /src/external/bsd/ntp/dist/util/ |
| tg.c | 241 int tone = 1000; /* WWV sync frequency */ variable 285 tone = 1200; 377 printf("year %d day %d time %02d:%02d:%02d tone %d\n", 378 year, day, hour, minute, second, tone); 543 peep(arg, tone, HIGH); 544 peep(1000 - arg, tone, OFF); 592 peep(5, tone, HIGH); /* send seconds tick */ 593 peep(25, tone, OFF);
|
| tg2.c | 517 int tone = 1000; /* WWV sync frequency */ variable 834 tone = 1200; 1100 printf(" Year = %02d, Day of year = %03d, Time = %02d:%02d:%02d, Minute tone = %d Hz, Hour tone = %d Hz.\n", 1101 Year, DayOfYear, Hour, Minute, Second, tone, HourTone); 1971 peep(arg, tone, HIGH); 1975 peep( 990 - arg, tone, OFF); 1985 peep(1010 - arg, tone, OFF); 1994 peep(1000 - arg, tone, OFF); 2211 peep(5, tone, HIGH); /* send seconds tick * [all...] |
| /src/sys/arch/x68k/dev/ |
| opm.c | 238 opm_set_key(int channel, int tone) 240 writeopm(0x28 + channel, tone >> 8); 241 writeopm(0x30 + channel, tone & 0xff);
|
| /src/sys/dev/wscons/ |
| wsbell.c | 412 tone_t tone; local 424 tone.frequency = vb->pitch; 429 tone.duration = vb->period / 10; 436 spkrioctl(sc->sc_spkr, SPKRTONE, &tone, 0, curlwp);
|
| /src/sys/dev/ |
| spkr.c | 124 /* letter to half-tone: A B C D E F G */ 173 * Play tone of proper duration for current rhythm signature. 313 /* time to emit the actual tone */ 409 * Attaches spkr. Specify tone function with the following specification: 412 * tone(device_t self, u_int pitch, u_int tick) 424 spkr_attach(device_t self, void (*tone)(device_t, u_int, u_int)) 433 sc->sc_tone = tone; 553 * Play tone specified by tp.
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
| Makefile | 91 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-dora.dtb 92 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-kagura.dtb 93 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-keyaki.dtb
|
| /src/sys/arch/luna68k/dev/xplx/ |
| xplx.asm | 760 ; tone = off, noise = off 1167 ; PSG CH3 TONE ON
|
| /src/lib/libterminfo/ |
| term.h | 1513 #define tone t_tone(cur_term) macro 1911 * tone: Select tone touch dialing 1924 * wait_tone: Wait for dial tone
|