Home
last modified time | relevance | path

Searched defs:strd (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/libavc/examples/avcenc/
H A Dinput.c159 WORD32 strd = ps_raw_buf->au4_strd[0]; in read_input() local
185 WORD32 strd = ps_raw_buf->au4_strd[comp_idx]; in read_input() local
216 WORD32 strd = ps_raw_buf->au4_strd[0]; in dump_input() local
242 WORD32 strd = ps_raw_buf->au4_strd[comp_idx]; in dump_input() local
/aosp_15_r20/external/llvm/test/MC/ARM/
H A Dthumb2-strd.s8 strd r12, SP, [r0, #256] label
9 strd r12, SP, [r0, #256]! label
10 strd r12, SP, [r0], #256 label
/aosp_15_r20/external/libavc/examples/svcenc/
H A Dinput.c118 WORD32 wd, ht, strd; in read_input() local
171 WORD32 wd, ht, strd; in dump_input() local
/aosp_15_r20/external/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S36 strd r4,[sp,#0] label
37 strd r6,[sp,#8] label
38 strd r8,[sp,#16] label
39 strd r10,[sp,#24] label
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S44 strd r4,[sp,#0] label
45 strd r6,[sp,#8] label
46 strd r8,[sp,#16] label
47 strd r10,[sp,#24] label
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S36 strd r4,[sp,#0] label
37 strd r6,[sp,#8] label
38 strd r8,[sp,#16] label
39 strd r10,[sp,#24] label
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/curve25519/asm/
Dx25519-asm-arm.S36 strd r4,[sp,#0] label
37 strd r6,[sp,#8] label
38 strd r8,[sp,#16] label
39 strd r10,[sp,#24] label
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S44 strd r4,[sp,#0] label
45 strd r6,[sp,#8] label
46 strd r8,[sp,#16] label
47 strd r10,[sp,#24] label
/aosp_15_r20/external/libmpeg2/common/
H A Dideint_debug.c96 WORD32 wd, ht, strd; in ideint_corrupt_pic() local
/aosp_15_r20/external/compiler-rt/test/dfsan/
H A Dcustom.cc142 char *strd = strdup(str1); in test_strdup() local
153 char *strd = strncpy(str2, str1, 5); in test_strncpy() local
/aosp_15_r20/external/libmpeg2/decoder/
H A Dimpeg2d_deinterlace.c79 WORD32 strd) in impeg2d_get_pic()
/aosp_15_r20/external/libhevc/test/encoder/
H A Dmain.c890 WORD32 strd = inp_pic->ai4_inp_strd[comp_idx]; in read_input() local
/aosp_15_r20/external/libhevc/decoder/
H A Dihevcd_utils.c526 WORD32 strd, wd, ht; in ihevcd_pic_buf_mgr_add_bufs() local
H A Dihevcd_api.c2844 WORD32 strd; in ihevcd_set_params() local
/aosp_15_r20/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp165 [&](auto status, uint64_t bufferId, const auto& buf, uint32_t strd) { in sDequeueBuffer()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc509 void Assembler::strd(Register rd, Register rn, int32_t offset, Condition cond) { in strd() function in dart::Assembler
/aosp_15_r20/external/vixl/benchmarks/aarch32/
H A Dasm-disasm-speed-test.cc1549 __ strd(r2, r3, MemOperand(ip)); in Generate_12() local
1565 __ strd(r2, r3, MemOperand(ip)); in Generate_12() local
8920 __ strd(r6, r7, MemOperand(sp, 64)); in Generate_68() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dassembler-aarch32.h3442 void strd(Register rt, Register rt2, const MemOperand& operand) { in strd() function
H A Dassembler-aarch32.cc11707 void Assembler::strd(Condition cond, in strd() function in vixl::aarch32::Assembler
H A Ddisasm-aarch32.cc3106 void Disassembler::strd(Condition cond, in strd() function in vixl::aarch32::Disassembler