OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:whole
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/
spkr.c
110
#define WHOLE_NOTE 4 /* quarter notes per
whole
note */
183
int
whole
;
local
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
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
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
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
847
uint8_t *
whole
, *frameData;
local
946
whole
= malloc(totalSize);
947
if (
whole
== NULL)
950
memcpy(
whole
, &myHeader, sizeof(myHeader));
953
memcpy(
whole
+ offset, frameData, (size_t)next_pkt);
971
len = write(outfd,
whole
, totalSize);
990
free(
whole
);
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026