OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_index
(Results
1 - 5
of
5
) sorted by null
/device/google/dragon/audio/hal/dsp/
drc_kernel.c
951
int
write_index
= dk->pre_delay_write_index;
local
956
memcpy(&dk->pre_delay_buffers[j][
write_index
],
964
dk->pre_delay_write_index = (
write_index
+ frames_to_process) &
978
int
write_index
= dk->pre_delay_write_index;
local
983
unsigned int small = min(read_index,
write_index
);
984
unsigned int large = max(read_index,
write_index
);
992
memcpy(&dk->pre_delay_buffers[j][
write_index
],
[
all
...]
/system/extras/perfprofd/quipper/
perf_parser.cc
79
size_t
write_index
= 0;
88
if (read_index !=
write_index
)
89
parsed_events_[
write_index
] = event;
90
++
write_index
;
92
CHECK_LE(
write_index
, parsed_events_.size());
93
parsed_events_.resize(
write_index
);
/toolchain/binutils/binutils-2.25/gold/
dwp.cc
642
write_index
(const char* sect_name, const Dwp_index& index);
1971
Dwp_output_file::
write_index
(const char* sect_name, const Dwp_index& index)
function in class:gold::Dwp_output_file
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h
566
* as pa_bytes_to_usec(
write_index
-read_index)) The output buffer
611
/**< Non-zero if
write_index
is not up-to-date because a local
615
*
write_index
. */
617
int64_t
write_index
;
member in struct:pa_timing_info
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h
606
* as pa_bytes_to_usec(
write_index
-read_index)) The output buffer
651
/**< Non-zero if
write_index
is not up-to-date because a local
655
*
write_index
. */
657
int64_t
write_index
;
member in struct:pa_timing_info
[
all
...]
Completed in 223 milliseconds