OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sabs
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/common_audio/signal_processing/
get_scaling_square.c
25
WebRtc_Word16
sabs
;
local
32
sabs
= (*sptr > 0 ? *sptr++ : -*sptr++);
33
smax = (
sabs
> smax ?
sabs
: smax);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py
180
sabs
= self.ac_out_buffer_size
181
if len(data) >
sabs
:
182
for i in xrange(0, len(data),
sabs
):
183
self.producer_fifo.append(data[i:i+
sabs
])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py
180
sabs
= self.ac_out_buffer_size
181
if len(data) >
sabs
:
182
for i in xrange(0, len(data),
sabs
):
183
self.producer_fifo.append(data[i:i+
sabs
])
Completed in 1116 milliseconds