OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_length
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
filter_ar.c
23
size_t
x_length
,
39
for (i = 0; i <
x_length
; i++)
70
if (
x_length
>= state_length)
72
WebRtcSpl_CopyFromEndW16(filtered,
x_length
, a_length - 1, state);
73
WebRtcSpl_CopyFromEndW16(filtered_low,
x_length
, a_length - 1, state_low);
76
for (i = 0; i < state_length -
x_length
; i++)
78
state[i] = state[i +
x_length
];
79
state_low[i] = state_low[i +
x_length
];
81
for (i = 0; i <
x_length
; i++)
83
state[state_length -
x_length
+ i] = filtered[i]
[
all
...]
/external/v8/src/objects/
bigint.cc
852
int
x_length
= x->length();
local
994
int
x_length
= x->length();
local
1259
int
x_length
= x->length();
local
[
all
...]
Completed in 1188 milliseconds