OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_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
64
unsigned int
hw_to_end
= rec->hw_buffer_size - rec->hw_data;
local
69
if (
hw_to_end
< bytes)
70
bytes =
hw_to_end
;
129
size_t
hw_to_end
= rec->hw_buffer_size - rec->hw_data;
local
134
if (
hw_to_end
< bytes)
135
bytes =
hw_to_end
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h
64
unsigned int
hw_to_end
= rec->hw_buffer_size - rec->hw_data;
local
69
if (
hw_to_end
< bytes)
70
bytes =
hw_to_end
;
129
size_t
hw_to_end
= rec->hw_buffer_size - rec->hw_data;
local
134
if (
hw_to_end
< bytes)
135
bytes =
hw_to_end
;
Completed in 174 milliseconds