OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strt
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
sp-pc-validations-bad.s
258
@
STRT
259
strt
r0, [pc], #4 @ Unpredictable
label
260
strt
r0, [pc],r1, LSL #4 @ ditto
label
261
strt
r0, [r1],pc, LSL #4 @ ditto
label
sp-pc-validations-bad-t.s
365
@
STRT
366
strt
r0,[pc,#4] @ Undefined
label
367
strt
pc,[r0,#4] @ Unpredictable
label
368
strt
sp,[r0,#4] @ ditto
label
/external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.cc
198
int16_t
strt
= (kParabolaCoefficients[fit_index[fs_mult]][0]
local
201
if (temp < -den *
strt
) {
202
lmt =
strt
- stp;
215
} else if (temp > -den * (
strt
+ stp)) {
216
lmt =
strt
+ 2 * stp;
Completed in 79 milliseconds