Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV5E/
Dsyn_filt_opt.s98 STR r10, [r13, #-4]
99 STR r12, [r13, #-8]
109 STR r10, [r13, #-12]
110 STR r12, [r13, #-16]
120 STR r10, [r13, #-20]
121 STR r12, [r13, #-24]
131 STR r10, [r13, #-28]
132 STR r12, [r13, #-32]
DSyn_filt_32_opt.s58 STR r10, [r13, #-4]
59 STR r11, [r13, #-8]
69 STR r10, [r13, #-12]
70 STR r11, [r13, #-16]
80 STR r10, [r13, #-20]
81 STR r11, [r13, #-24]
91 STR r10, [r13, #-28]
92 STR r11, [r13, #-32]
DDeemph_32_opt.s96 STR r14, [r3]
DNorm_Corr_opt.s158 STR r6, [sp]
DFilt_6k_7k_opt.s85 STR r5, [sp, #-4] @ PUSH r5 to stack
/frameworks/rs/perf-test-scripts/
Dswitch-device58 STR=(`adb devices -l | grep "$1"`)
60 export ANDROID_SERIAL="$STR"
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp54 #define STR(a) STR2(a) macro
325 dlsym(RTLD_DEFAULT, STR(RS_COMPILER_DRIVER_INIT_FN)); in main()
/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV7/
DDeemph_32_neon.s96 STR r14, [r3]
DFilt_6k_7k_neon.s85 @STR r5, [sp, #-4] @ PUSH r5 to stack
DNorm_Corr_neon.s198 STR r6, [sp]
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp63 #define STR(x) #x macro
64 #define STRTO(x) STR(x)