/third_party/ffmpeg/libavcodec/ |
D | opustab.h | 34 extern const uint16_t ff_silk_model_lbrr_flags_40[]; 35 extern const uint16_t ff_silk_model_lbrr_flags_60[]; 37 extern const uint16_t ff_silk_model_stereo_s1[]; 38 extern const uint16_t ff_silk_model_stereo_s2[]; 39 extern const uint16_t ff_silk_model_stereo_s3[]; 40 extern const uint16_t ff_silk_model_mid_only[]; 42 extern const uint16_t ff_silk_model_frame_type_inactive[]; 43 extern const uint16_t ff_silk_model_frame_type_active[]; 45 extern const uint16_t ff_silk_model_gain_highbits[3][9]; 46 extern const uint16_t ff_silk_model_gain_lowbits[]; [all …]
|
D | opustab.c | 31 const uint16_t ff_silk_model_lbrr_flags_40[] = { 256, 0, 53, 106, 256 }; 32 const uint16_t ff_silk_model_lbrr_flags_60[] = { 256, 0, 41, 61, 90, 131, 146, 174, 256 }; 34 const uint16_t ff_silk_model_stereo_s1[] = { 39 const uint16_t ff_silk_model_stereo_s2[] = {256, 85, 171, 256}; 41 const uint16_t ff_silk_model_stereo_s3[] = {256, 51, 102, 154, 205, 256}; 43 const uint16_t ff_silk_model_mid_only[] = {256, 192, 256}; 45 const uint16_t ff_silk_model_frame_type_inactive[] = {256, 26, 256}; 47 const uint16_t ff_silk_model_frame_type_active[] = {256, 24, 98, 246, 256}; 49 const uint16_t ff_silk_model_gain_highbits[3][9] = { 55 const uint16_t ff_silk_model_gain_lowbits[] = {256, 32, 64, 96, 128, 160, 192, 224, 256}; [all …]
|
D | aactab.c | 122 static const uint16_t codes1[81] = { 145 static const uint16_t codes2[81] = { 168 static const uint16_t codes3[81] = { 191 static const uint16_t codes4[81] = { 214 static const uint16_t codes5[81] = { 237 static const uint16_t codes6[81] = { 260 static const uint16_t codes7[64] = { 278 static const uint16_t codes8[64] = { 296 static const uint16_t codes9[169] = { 335 static const uint16_t codes10[169] = { [all …]
|
D | dcahuff.c | 31 static const uint16_t tmode_codes[TMODE_COUNT][4] = { 50 static const uint16_t bitalloc_12_codes[DCA_BITALLOC_12_COUNT][12] = { 73 static const uint16_t scales_codes[SCALES_COUNT][129] = { 250 static const uint16_t bitalloc_3_codes[3] = { 258 static const uint16_t bitalloc_5_codes_a[5] = { 262 static const uint16_t bitalloc_5_codes_b[5] = { 266 static const uint16_t bitalloc_5_codes_c[5] = { 282 static const uint16_t bitalloc_7_codes_a[7] = { 286 static const uint16_t bitalloc_7_codes_b[7] = { 290 static const uint16_t bitalloc_7_codes_c[7] = { [all …]
|
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | transform_functions.h | 55 uint16_t fftLen; /**< length of the FFT. */ 59 const uint16_t *pBitRevTable; /**< points to the bit reversal table. */ 60 …uint16_t twidCoefModifier; /**< twiddle coefficient modifier that supports different size FF… 61 …uint16_t bitRevFactor; /**< bit reversal modifier that supports different size FFTs with… 67 uint16_t fftLen, 82 uint16_t fftLen; /**< length of the FFT. */ 86 const uint16_t *pBitRevTable; /**< points to the bit reversal table. */ 87 …uint16_t twidCoefModifier; /**< twiddle coefficient modifier that supports different size FF… 88 …uint16_t bitRevFactor; /**< bit reversal modifier that supports different size FFTs with… 94 uint16_t fftLen, [all …]
|
/third_party/mbedtls/3rdparty/everest/include/everest/kremlib/ |
D | FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h | 151 extern Prims_int FStar_UInt16_v(uint16_t x0); 153 extern uint16_t FStar_UInt16_uint_to_t(Prims_int x0); 155 extern uint16_t FStar_UInt16_add(uint16_t x0, uint16_t x1); 157 extern uint16_t FStar_UInt16_add_underspec(uint16_t x0, uint16_t x1); 159 extern uint16_t FStar_UInt16_add_mod(uint16_t x0, uint16_t x1); 161 extern uint16_t FStar_UInt16_sub(uint16_t x0, uint16_t x1); 163 extern uint16_t FStar_UInt16_sub_underspec(uint16_t x0, uint16_t x1); 165 extern uint16_t FStar_UInt16_sub_mod(uint16_t x0, uint16_t x1); 167 extern uint16_t FStar_UInt16_mul(uint16_t x0, uint16_t x1); 169 extern uint16_t FStar_UInt16_mul_underspec(uint16_t x0, uint16_t x1); [all …]
|
/third_party/musl/porting/linux/user/ldso/ |
D | zip_archive.h | 30 static const uint16_t COMPRESS_STORED = 0; 37 uint16_t file_path_index; 69 uint16_t version_needed; 70 uint16_t flags; 71 uint16_t compression_method; 72 uint16_t modified_time; 73 uint16_t modified_date; 77 uint16_t name_size; 78 uint16_t extra_size; 84 uint16_t version_made; [all …]
|
/third_party/cmsis/CMSIS/DSP/Include/ |
D | arm_common_tables.h | 43 extern const uint16_t armBitRevTable[1024]; 263 #define ARMBITREVINDEXTABLEF64_16_TABLE_LENGTH ((uint16_t)12) 264 extern const uint16_t armBitRevIndexTableF64_16[ARMBITREVINDEXTABLEF64_16_TABLE_LENGTH]; 268 #define ARMBITREVINDEXTABLEF64_32_TABLE_LENGTH ((uint16_t)24) 269 extern const uint16_t armBitRevIndexTableF64_32[ARMBITREVINDEXTABLEF64_32_TABLE_LENGTH]; 273 #define ARMBITREVINDEXTABLEF64_64_TABLE_LENGTH ((uint16_t)56) 274 extern const uint16_t armBitRevIndexTableF64_64[ARMBITREVINDEXTABLEF64_64_TABLE_LENGTH]; 278 #define ARMBITREVINDEXTABLEF64_128_TABLE_LENGTH ((uint16_t)112) 279 extern const uint16_t armBitRevIndexTableF64_128[ARMBITREVINDEXTABLEF64_128_TABLE_LENGTH]; 283 #define ARMBITREVINDEXTABLEF64_256_TABLE_LENGTH ((uint16_t)240) [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_uio.h | 75 uint16_t se_type; 113 uint16_t sinit_num_ostreams; 114 uint16_t sinit_max_instreams; 115 uint16_t sinit_max_attempts; 116 uint16_t sinit_max_init_timeo; 137 uint16_t sinfo_stream; 138 uint16_t sinfo_ssn; 139 uint16_t sinfo_flags; 146 uint16_t sinfo_keynumber; 147 uint16_t sinfo_keynumber_valid; [all …]
|
D | sctp_auth.h | 71 uint16_t keyid; /* shared key ID */ 85 uint16_t max_algo; /* max algorithms allocated */ 86 uint16_t num_algo; /* num algorithms used */ 87 uint16_t hmac[]; 97 uint16_t active_keyid; /* active send keyid */ 98 uint16_t assoc_keyid; /* current send keyid (cached) */ 99 uint16_t recv_keyid; /* last recv keyid (cached) */ 142 uint16_t key_id); 148 extern void sctp_auth_key_acquire(struct sctp_tcb *stcb, uint16_t keyid); 149 extern void sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t keyid, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 61 uint16_t Machine; 66 uint16_t SizeOfOptionalHeader; 67 uint16_t Characteristics; 71 enum : uint16_t { MinBigObjectVersion = 2 }; 73 uint16_t Sig1; ///< Must be IMAGE_FILE_MACHINE_UNKNOWN (0). 74 uint16_t Sig2; ///< Must be 0xFFFF. 75 uint16_t Version; 76 uint16_t Machine; 159 uint16_t Type; 248 uint16_t NumberOfRelocations; [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | bits_test.cc | 29 static_assert(rotl(uint16_t{0x1234}, 0) == uint16_t{0x1234}, ""); in TEST() 36 EXPECT_EQ(rotl(uint16_t{0x1234}, 0), uint16_t{0x1234}); in TEST() 42 EXPECT_EQ(rotl(uint16_t{0x1234}, 16), uint16_t{0x1234}); in TEST() 48 EXPECT_EQ(rotl(uint16_t{0x1234}, -16), uint16_t{0x1234}); in TEST() 54 EXPECT_EQ(rotl(uint16_t{0x1234}, 4), uint16_t{0x2341}); in TEST() 60 EXPECT_EQ(rotl(uint16_t{0x1234}, -4), uint16_t{0x4123}); in TEST() 68 static_assert(rotr(uint16_t{0x1234}, 0) == uint16_t{0x1234}, ""); in TEST() 75 EXPECT_EQ(rotr(uint16_t{0x1234}, 0), uint16_t{0x1234}); in TEST() 81 EXPECT_EQ(rotr(uint16_t{0x1234}, 16), uint16_t{0x1234}); in TEST() 87 EXPECT_EQ(rotr(uint16_t{0x1234}, -16), uint16_t{0x1234}); in TEST() [all …]
|
/third_party/skia/src/gpu/ |
D | GrUserStencilSettings.h | 47 uint16_t fRef; // Reference value for stencil test and ops. 49 uint16_t fTestMask; // Bitwise "and" to perform on fRef and stencil values before testing. 53 uint16_t fWriteMask; // Indicates which bits in the stencil buffer should be updated. 57 enum class GrUserStencilTest : uint16_t { 118 template<uint16_t Ref, GrUserStencilTest Test, uint16_t TestMask, 119 GrUserStencilOp PassOp, GrUserStencilOp FailOp, uint16_t WriteMask> struct Init {}; 121 template<uint16_t CWRef, uint16_t CCWRef, 123 uint16_t CWTestMask, uint16_t CCWTestMask, 126 uint16_t CWWriteMask, uint16_t CCWWriteMask> struct InitSeparate {}; 128 template<uint16_t Ref, GrUserStencilTest Test, uint16_t TestMask, [all …]
|
/third_party/flutter/skia/src/gpu/ |
D | GrUserStencilSettings.h | 47 uint16_t fRef; // Reference value for stencil test and ops. 49 uint16_t fTestMask; // Bitwise "and" to perform on fRef and stencil values before testing. 53 uint16_t fWriteMask; // Indicates which bits in the stencil buffer should be updated. 57 enum class GrUserStencilTest : uint16_t { 118 template<uint16_t Ref, GrUserStencilTest Test, uint16_t TestMask, 119 GrUserStencilOp PassOp, GrUserStencilOp FailOp, uint16_t WriteMask> struct Init {}; 121 template<uint16_t FtRef, uint16_t BkRef, 123 uint16_t FtTestMask, uint16_t BkTestMask, 126 uint16_t FtWriteMask, uint16_t BkWriteMask> struct InitSeparate {}; 128 template<uint16_t Ref, GrUserStencilTest Test, uint16_t TestMask, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 66 uint16_t Machine; 71 uint16_t SizeOfOptionalHeader; 72 uint16_t Characteristics; 76 enum : uint16_t { MinBigObjectVersion = 2 }; 78 uint16_t Sig1; ///< Must be IMAGE_FILE_MACHINE_UNKNOWN (0). 79 uint16_t Sig2; ///< Must be 0xFFFF. 80 uint16_t Version; 81 uint16_t Machine; 191 uint16_t Type; 278 uint16_t NumberOfRelocations; [all …]
|
/third_party/abseil-cpp/absl/base/internal/ |
D | endian.h | 49 inline uint16_t gbswap_16(uint16_t host_int) { in gbswap_16() 60 inline uint16_t gbswap_16(uint16_t host_int) { 100 inline uint16_t gbswap_16(uint16_t host_int) { 104 return (((host_int & uint16_t{0xFF}) << 8) | 105 ((host_int & uint16_t{0xFF00}) >> 8)); 119 inline uint16_t ghtons(uint16_t x) { return gbswap_16(x); } in ghtons() 128 inline uint16_t ghtons(uint16_t x) { return x; } in ghtons() 138 inline uint16_t gntohs(uint16_t x) { return ghtons(x); } in gntohs() 150 inline uint16_t FromHost16(uint16_t x) { return x; } in FromHost16() 151 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | endian.h | 50 inline uint16_t gbswap_16(uint16_t host_int) { in gbswap_16() 61 inline uint16_t gbswap_16(uint16_t host_int) { 101 inline uint16_t gbswap_16(uint16_t host_int) { 105 return (((host_int & uint16_t{0xFF}) << 8) | 106 ((host_int & uint16_t{0xFF00}) >> 8)); 120 inline uint16_t ghtons(uint16_t x) { return gbswap_16(x); } in ghtons() 129 inline uint16_t ghtons(uint16_t x) { return x; } in ghtons() 139 inline uint16_t gntohs(uint16_t x) { return ghtons(x); } in gntohs() 151 inline uint16_t FromHost16(uint16_t x) { return x; } in FromHost16() 152 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | v210-init.c | 22 …ff_v210_planar_unpack_unaligned_ssse3(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, … 23 …d ff_v210_planar_unpack_unaligned_avx(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, … 24 … ff_v210_planar_unpack_unaligned_avx2(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, … 26 …d ff_v210_planar_unpack_aligned_ssse3(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, … 27 …oid ff_v210_planar_unpack_aligned_avx(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, … 28 …id ff_v210_planar_unpack_aligned_avx2(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, …
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | tcp.h | 118 uint16_t source; 119 uint16_t dest; 123 uint16_t res1:4; 124 uint16_t doff:4; 125 uint16_t fin:1; 126 uint16_t syn:1; 127 uint16_t rst:1; 128 uint16_t psh:1; 129 uint16_t ack:1; 130 uint16_t urg:1; [all …]
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | tcp.h | 118 uint16_t source; 119 uint16_t dest; 123 uint16_t res1:4; 124 uint16_t doff:4; 125 uint16_t fin:1; 126 uint16_t syn:1; 127 uint16_t rst:1; 128 uint16_t psh:1; 129 uint16_t ack:1; 130 uint16_t urg:1; [all …]
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | tcp.h | 118 uint16_t source; 119 uint16_t dest; 123 uint16_t res1:4; 124 uint16_t doff:4; 125 uint16_t fin:1; 126 uint16_t syn:1; 127 uint16_t rst:1; 128 uint16_t psh:1; 129 uint16_t ack:1; 130 uint16_t urg:1; [all …]
|
/third_party/musl/ndk_musl_include/netinet/ |
D | tcp.h | 118 uint16_t source; 119 uint16_t dest; 123 uint16_t res1:4; 124 uint16_t doff:4; 125 uint16_t fin:1; 126 uint16_t syn:1; 127 uint16_t rst:1; 128 uint16_t psh:1; 129 uint16_t ack:1; 130 uint16_t urg:1; [all …]
|
/third_party/musl/include/netinet/ |
D | tcp.h | 118 uint16_t source; 119 uint16_t dest; 123 uint16_t res1:4; 124 uint16_t doff:4; 125 uint16_t fin:1; 126 uint16_t syn:1; 127 uint16_t rst:1; 128 uint16_t psh:1; 129 uint16_t ack:1; 130 uint16_t urg:1; [all …]
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | tcp.h | 118 uint16_t source; 119 uint16_t dest; 123 uint16_t res1:4; 124 uint16_t doff:4; 125 uint16_t fin:1; 126 uint16_t syn:1; 127 uint16_t rst:1; 128 uint16_t psh:1; 129 uint16_t ack:1; 130 uint16_t urg:1; [all …]
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codec_h264std_decode.h | 31 uint16_t reserved; // for structure members 32-bit packing/alignment 32 uint16_t frame_num; // 7.4.3 Slice header semantics 33 uint16_t idr_pic_id; // 7.4.3 Slice header semantics 48 uint16_t FrameNum; // 7.4.3.3 Decoded reference picture marking semantics 49 uint16_t reserved; // for structure members 32-bit packing/alignment 62 uint16_t viewOrderIndex; 63 uint16_t viewId; 64 uint16_t temporalId; // move out? 65 uint16_t priorityId; // move out? 66 uint16_t numOfAnchorRefsInL0; [all …]
|