/src/sys/dev/ |
spkr.c | 110 #define WHOLE_NOTE 4 /* quarter notes per whole note */ 183 int whole; local in function:playtone 189 whole = sc->sc_whole; 191 whole *= NUM_MULT; 196 total = whole / val;
|
spkr.c | 110 #define WHOLE_NOTE 4 /* quarter notes per whole note */ 183 int whole; local in function:playtone 189 whole = sc->sc_whole; 191 whole *= NUM_MULT; 196 total = whole / val;
|
/src/usr.sbin/ofctl/ |
ofctl.c | 796 u_int32_t divisor, whole, frac; local in function:frequency_format 803 whole = freq / divisor; 816 printf(" %u.%03u%s\n", whole, frac, units); 818 printf(" %u%s\n", whole, units); 828 u_int32_t divisor, whole, frac; local in function:size_format 835 whole = freq / divisor; 848 printf(" %3u.%03u%s\n", whole, frac, units); 850 printf(" %3u%s\n", whole, units);
|
ofctl.c | 796 u_int32_t divisor, whole, frac; local in function:frequency_format 803 whole = freq / divisor; 816 printf(" %u.%03u%s\n", whole, frac, units); 818 printf(" %u%s\n", whole, units); 828 u_int32_t divisor, whole, frac; local in function:size_format 835 whole = freq / divisor; 848 printf(" %3u.%03u%s\n", whole, frac, units); 850 printf(" %3u%s\n", whole, units);
|
/src/sys/external/bsd/ipf/netinet/ |
ip_ftp_pxy.c | 1896 u_short whole; local in function:ipf_p_ftp_eprt6 1923 whole = 0; 1928 *t = htons((u_short)whole); 1934 *t = htons((u_short)whole); 1937 *t = htons((u_short)(whole >> 16)); 1940 whole = 0; 1961 whole <<= 8; 1962 whole |= c; 1964 whole >>= 8; 1965 whole |= ((u_32_t)c) << 24 [all...] |
ip_ftp_pxy.c | 1896 u_short whole; local in function:ipf_p_ftp_eprt6 1923 whole = 0; 1928 *t = htons((u_short)whole); 1934 *t = htons((u_short)whole); 1937 *t = htons((u_short)(whole >> 16)); 1940 whole = 0; 1961 whole <<= 8; 1962 whole |= c; 1964 whole >>= 8; 1965 whole |= ((u_32_t)c) << 24 [all...] |
/src/usr.sbin/bta2dpd/bta2dpd/ |
sbc_encode.c | 846 uint8_t *whole, *frameData; local in function:stream 945 whole = malloc(totalSize); 946 if (whole == NULL) 949 memcpy(whole, &myHeader, sizeof(myHeader)); 952 memcpy(whole + offset, frameData, (size_t)next_pkt); 970 len = write(outfd, whole, totalSize); 989 free(whole);
|
sbc_encode.c | 846 uint8_t *whole, *frameData; local in function:stream 945 whole = malloc(totalSize); 946 if (whole == NULL) 949 memcpy(whole, &myHeader, sizeof(myHeader)); 952 memcpy(whole + offset, frameData, (size_t)next_pkt); 970 len = write(outfd, whole, totalSize); 989 free(whole);
|