HomeSort by relevance Sort by last modified time
    Searched refs:STR (Results 176 - 200 of 278) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class2_chroma.s 97 STR r0,[sp,#0x2C] @Store pu1_src in sp
100 STR r2,[sp,#0x30] @Store pu1_src_left in sp
104 STR r3,[sp,#0x38] @Store pu1_src_top in sp
286 STR r0,[sp,#2] @Store pu1_src in sp
    [all...]
ihevc_sao_edge_offset_class3.s 93 STR r3,[sp,#0x38] @Store pu1_src_top in sp
150 STR r0,[sp,#0xC0] @Store pu1_src in sp
189 STR r2,[sp,#0xC4] @Store pu1_src_left in sp
214 STR r0,[sp,#0x90] @Store pu1_src in sp
542 STR r7,[r2],#4 @pu1_src_left[row] = au1_src_left_tmp[row]
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 102 STR r3,[sp,#0x38] @Store pu1_src_top in sp
183 STR r0,[sp,#0x100] @Store pu1_src in sp
255 STR r2,[sp,#0x104] @Store pu1_src_left in sp
274 STR r0,[sp,#2] @Store pu1_src in sp
    [all...]
  /external/libhevc/common/arm64/
ihevc_sao_edge_offset_class3.s 562 STR w7,[x2],#4 //pu1_src_left[row] = au1_src_left_tmp[row]
    [all...]
  /external/opencv3/modules/core/test/
test_umat.cpp 582 #define STR(a) STR2(a)
585 #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ") != (" #b ") at l." STR(__LINE__))
586 #define CHECK_DIFF_FLT(a, b) checkDiffF(a, b, "(" #a ") !=(eps) (" #b ") at l." STR(__LINE__))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 440 ;// Such as LDR or STR
572 _M_DATA "STR",4,$r,$a0,$a1,$a2,$a3
846 STR $val2, [sp, #8]
851 STR $val1, [sp, #4]
855 STR $val0, [sp]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 443 ;// Such as LDR or STR
575 _M_DATA "STR",4,$r,$a0,$a1,$a2,$a3
849 STR $val2, [sp, #8]
854 STR $val1, [sp, #4]
858 STR $val0, [sp]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Filt_6k_7k_opt.s 85 STR r5, [sp, #-4] @ PUSH r5 to stack
Norm_Corr_opt.s 158 STR r6, [sp]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Filt_6k_7k_neon.s 85 @STR r5, [sp, #-4] @ PUSH r5 to stack
Norm_Corr_neon.s 198 STR r6, [sp]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 123 #define AACENC_DPRINT(STR, ARG...) printf()
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 86 // LDR(B)/STR(B)/PLD
158 virtual void STR (int cc, int Rd,
Arm64Assembler.h 136 virtual void STR (int cc, int Rd,
MIPS64Assembler.h 78 // LDR(B)/STR(B)/PLD
124 virtual void STR (int cc, int Rd,
  /bionic/libc/arch-x86/atom/string/
sse2-strlen-atom.S 81 # define STR PARMS
102 mov STR(%esp), %edx
  /external/icu/icu4c/source/common/
ustring.cpp     [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 528 @ STR (immediate)
530 str r2, [r7]
531 str r2, [r7, #0]
532 str r5, [r1, #4]
533 str r3, [r7, #124]
534 str r2, [sp]
535 str r3, [sp, #0]
536 str r4, [sp, #20]
537 str r5, [sp, #1020]
539 @ CHECK: str r2, [r7] @ encoding: [0x3a,0x60
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 434 Construct stringConstructor = yamlConstructors.get(Tag.STR);
440 Construct charConstructor = yamlConstructors.get(Tag.STR);

Completed in 2522 milliseconds

1 2 3 4 5 6 78 91011>>