Home
last modified time | relevance | path

Searched refs:stl (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/alpha/
H A Didctdsp_alpha_asm.S73 stl t0, 0(a1)
75 stl t1, 4(a1)
77 stl t2, 0(ta)
78 stl t3, 4(ta)
147 stl t0, 0(a1) # 0 8
160 stl t3, 4(a1) # 1 8
162 stl t6, 0(te) # 2 8
163 stl t9, 4(te) # 3 8
H A Didctdsp_alpha.c51 stl(pkwb(shorts0), pixels);
56 stl(pkwb(shorts1), pixels + 4);
99 stl(pkwb(shorts0), pixels);
100 stl(pkwb(shorts1), pixels + 4);
H A Dasm.h76 #define stl(l, p) \ macro
/third_party/ffmpeg/libavformat/
H A Dstldec.c74 STLContext *stl = s->priv_data; in stl_read_header() local
99 sub = ff_subtitles_queue_insert(&stl->q, p, strlen(p), 0); in stl_read_header()
107 ff_subtitles_queue_finalize(s, &stl->q); in stl_read_header()
112 .name = "stl",
118 .extensions = "stl",
/third_party/node/deps/openssl/openssl/crypto/
H A Dalphacpuid.pl187 stl $diff,0($out)
198 stl $diff,0($out)
222 stl $diff,0($out)
234 stl $diff,0($out)
/third_party/openssl/crypto/
H A Dalphacpuid.pl187 stl $diff,0($out)
198 stl $diff,0($out)
222 stl $diff,0($out)
234 stl $diff,0($out)
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl303 stl $A,0($ctx)
304 stl $B,4($ctx)
306 stl $C,8($ctx)
307 stl $D,12($ctx)
308 stl $E,16($ctx)
/third_party/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl303 stl $A,0($ctx)
304 stl $B,4($ctx)
306 stl $C,8($ctx)
307 stl $D,12($ctx)
308 stl $E,16($ctx)
/third_party/ffmpeg/tests/fate/
H A Dsubtitles.mak80 FATE_SUBTITLES_ASS-$(call DEMDEC, STL, STL) += fate-sub-stl
81 fate-sub-stl: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/STL_capability_tester.stl
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DNativeLibs.mk711 --stl $(TOOLCHAIN_STL) \
725 --stl $(TOOLCHAIN_STL) \
739 --stl $(TOOLCHAIN_STL) \
753 --stl $(TOOLCHAIN_STL) \
767 --stl $(TOOLCHAIN_STL) \
781 --stl $(TOOLCHAIN_STL) \
795 --stl $(TOOLCHAIN_STL) \
809 --stl $(TOOLCHAIN_STL) \
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_android_bp.py23 stl = 'libc++_static' variable
375 bp['stl'] = stl
/third_party/python/Lib/logging/
H A Dconfig.py125 stl = cp.get(sectname, "style", raw=True, fallback='%')
130 f = c(fs, dfs, stl)
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c1106 struct ir3_instruction *stl, *offset; in emit_intrinsic_store_shared() local
1119 stl = ir3_STL(b, offset, 0, ir3_create_collect(b, value, ncomp), 0, in emit_intrinsic_store_shared()
1121 stl->cat6.dst_offset = base; in emit_intrinsic_store_shared()
1122 stl->cat6.type = utype_src(intr->src[0]); in emit_intrinsic_store_shared()
1123 stl->barrier_class = IR3_BARRIER_SHARED_W; in emit_intrinsic_store_shared()
1124 stl->barrier_conflict = IR3_BARRIER_SHARED_R | IR3_BARRIER_SHARED_W; in emit_intrinsic_store_shared()
1126 array_insert(b, b->keeps, stl); in emit_intrinsic_store_shared()
H A Ddisasm-a3xx.c331 OPC(6, OPC_STL, stl),
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h3270 void stl(Condition cond, Register rt, const MemOperand& operand);
3271 void stl(Register rt, const MemOperand& operand) { stl(al, rt, operand); } in stl() function in vixl::aarch32::Assembler
H A Ddisasm-aarch32.h1213 void stl(Condition cond, Register rt, const MemOperand& operand);
H A Dassembler-aarch32.cc10947 void Assembler::stl(Condition cond, Register rt, const MemOperand& operand) { in stl() function in vixl::aarch32::Assembler
10970 Delegate(kStl, &Assembler::stl, cond, rt, operand); in stl()
H A Ddisasm-aarch32.cc2952 void Disassembler::stl(Condition cond, Register rt, const MemOperand& operand) { in stl() function in vixl::aarch32::Disassembler
10070 stl(CurrentCond(), in DecodeT32()
[all...]
H A Dmacro-assembler-aarch32.h5021 stl(cond, rt, operand); in MacroAssembler()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java4078 public SetMxFrAndRndIncrItem(String desc, String loc, int stl, int mnI, int mnF, int mxF, in TestSetMaxFracAndRoundIncr()
4082 style = stl; in TestSetMaxFracAndRoundIncr()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java4075 public SetMxFrAndRndIncrItem(String desc, String loc, int stl, int mnI, int mnF, int mxF, in TestSetMaxFracAndRoundIncr()
4079 style = stl; in TestSetMaxFracAndRoundIncr()

Completed in 168 milliseconds