OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw_to_end
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h
65
unsigned int
sw_to_end
= rec->sw_buffer_size - rec->sw_data;
local
71
if (
sw_to_end
< bytes)
72
bytes =
sw_to_end
;
130
size_t
sw_to_end
= rec->sw_buffer_size - rec->sw_data;
local
136
if (
sw_to_end
< bytes)
137
bytes =
sw_to_end
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h
65
unsigned int
sw_to_end
= rec->sw_buffer_size - rec->sw_data;
local
71
if (
sw_to_end
< bytes)
72
bytes =
sw_to_end
;
130
size_t
sw_to_end
= rec->sw_buffer_size - rec->sw_data;
local
136
if (
sw_to_end
< bytes)
137
bytes =
sw_to_end
;
Completed in 43 milliseconds