/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | spl_inl.h | 28 int16_t out16 = (int16_t) value32; in WebRtcSpl_SatW32ToW16() local 31 out16 = 32767; in WebRtcSpl_SatW32ToW16() 33 out16 = -32768; in WebRtcSpl_SatW32ToW16() 35 return out16; in WebRtcSpl_SatW32ToW16()
|
D | spl_inl_mips.h | 77 int16_t out16 = (int16_t)value32; in WebRtcSpl_SatW32ToW16() local 78 return out16; in WebRtcSpl_SatW32ToW16()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 685 UChar out16[10]; in Test_UChar_UTF8_API() local 691 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_… in Test_UChar_UTF8_API() 692 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, … in Test_UChar_UTF8_API() 702 out16[0]=0x55aa; in Test_UChar_UTF8_API() 704 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 709 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) || in Test_UChar_UTF8_API() 717 out16[0]=0x55aa; in Test_UChar_UTF8_API() 719 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 724 0!=u_memcmp(withTrail16SubFFFD, out16, uDestLen+1) || in Test_UChar_UTF8_API() 732 out16[0]=0x55aa; in Test_UChar_UTF8_API() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks.c | 320 int16_t *out16, in WebRtcIsacfix_FilterAndCombine1() argument 353 out16[k] = in[k]; in WebRtcIsacfix_FilterAndCombine1() 380 int16_t *out16, in WebRtcIsacfix_FilterAndCombine2() argument 414 out16[k] = in[k]; in WebRtcIsacfix_FilterAndCombine2()
|
D | codec.h | 124 int16_t* out16, 136 int16_t* out16,
|
/external/u-boot/arch/microblaze/cpu/ |
D | start.S | 206 .global out16 symbol 207 .ent out16 209 out16: bslli r3, r6, 8 label 216 .end out16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | amdhsa-trap-num-sgprs.ll | 24 i32 addrspace(1)* %out16, i32 %in16, 55 store i32 %in16, i32 addrspace(1)* %out16
|
/external/u-boot/arch/powerpc/include/asm/ |
D | ppc.h | 64 void out16(unsigned int, unsigned short value);
|
/external/syzkaller/pkg/ifuzz/ |
D | pseudo.go | 497 func (gen *generator) out16(port uint16, v uint16) { func 516 gen.out16(port, uint16(v))
|
/external/u-boot/arch/powerpc/cpu/mpc86xx/ |
D | start.S | 570 .globl out16 symbol 571 out16: label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | unfold-masked-merge-scalar-variablemask.ll | 20 define i16 @out16(i16 %x, i16 %y, i16 %mask) { 21 ; CHECK-LABEL: out16:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | unfold-masked-merge-scalar-variablemask.ll | 31 define i16 @out16(i16 %x, i16 %y, i16 %mask) { 32 ; CHECK-NOBMI-LABEL: out16: 41 ; CHECK-BMI-LABEL: out16:
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | start.S | 1451 .globl out16 symbol 1452 out16: label
|