/external/syslinux/gpxe/src/drivers/net/phantom/ |
D | nxhal_nic_interface.h | 311 U16 rsvd2; /* Padding */ 312 U16 interrupt_ctl; 313 U16 msi_index; 314 U16 rsvd3; /* Padding */ 326 U16 context_id; /* Handle for context */ 380 U16 msi_index; 381 U16 rsvd; /* Padding */ 399 U16 num_rds_rings; /* Count of RDS rings */ 400 U16 num_sds_rings; /* Count of SDS rings */ 401 U16 rsvd1; /* Padding */ [all …]
|
D | phantom.h | 43 typedef uint16_t U16; typedef
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 43 void U16(void* out, uint16_t v) { in U16() function 108 U16(out->extended_registers + 0, fpregs.cwd); in FillCPUContext() 109 U16(out->extended_registers + 2, fpregs.swd); in FillCPUContext() 110 U16(out->extended_registers + 4, fpregs.twd); in FillCPUContext() 111 U16(out->extended_registers + 6, fpxregs.fop); in FillCPUContext() 113 U16(out->extended_registers + 12, fpxregs.fcs); in FillCPUContext() 115 U16(out->extended_registers + 20, fpregs.fos); in FillCPUContext()
|
/external/lz4/lib/ |
D | lz4.c | 140 typedef uint16_t U16; typedef 147 typedef unsigned short U16; typedef 173 static U16 LZ4_read16(const void* memPtr) { return *(const U16*) memPtr; } in LZ4_read16() 177 static void LZ4_write16(void* memPtr, U16 value) { *(U16*)memPtr = value; } in LZ4_write16() 184 typedef union { U16 u16; U32 u32; reg_t uArch; } __attribute__((packed)) unalign; 186 static U16 LZ4_read16(const void* ptr) { return ((const unalign*)ptr)->u16; } in LZ4_read16() 190 static void LZ4_write16(void* memPtr, U16 value) { ((unalign*)memPtr)->u16 = value; } in LZ4_write16() 195 static U16 LZ4_read16(const void* memPtr) in LZ4_read16() 197 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read16() 210 static void LZ4_write16(void* memPtr, U16 value) in LZ4_write16() [all …]
|
D | lz4opt.h | 88 U16* const chainTable = ctx->chainTable; in LZ4HC_BinTree_InsertAndGetAllMatches() 98 U16 *ptr0, *ptr1, delta0, delta1; in LZ4HC_BinTree_InsertAndGetAllMatches() 112 delta0 = delta1 = (U16)(current - matchIndex); in LZ4HC_BinTree_InsertAndGetAllMatches() 147 if (*ptr0 == (U16)-1) break; in LZ4HC_BinTree_InsertAndGetAllMatches() 154 if (*ptr1 == (U16)-1) break; in LZ4HC_BinTree_InsertAndGetAllMatches() 161 *ptr0 = (U16)-1; in LZ4HC_BinTree_InsertAndGetAllMatches() 162 *ptr1 = (U16)-1; in LZ4HC_BinTree_InsertAndGetAllMatches()
|
D | lz4hc.c | 88 #define DELTANEXTU16(p) chainTable[(U16)(p)] /* faster */ 113 U16* const chainTable = hc4->chainTable; in LZ4HC_Insert() 123 DELTANEXTU16(idx) = (U16)delta; in LZ4HC_Insert() 137 U16* const chainTable = hc4->chainTable; in LZ4HC_InsertAndFindBestMatch() 190 U16* const chainTable = hc4->chainTable; in LZ4HC_InsertAndGetWiderMatch() 286 LZ4_writeLE16(*op, (U16)(*ip-match)); *op += 2; in LZ4HC_encodeSequence()
|
D | xxhash.c | 137 typedef uint16_t U16; typedef 142 typedef unsigned short U16; typedef
|
D | lz4frame.c | 81 typedef uint16_t U16; typedef 87 typedef unsigned short U16; typedef
|
/external/skia/src/jumper/ |
D | SkJumper_stages.cpp | 53 using U16 = uint16_t; typedef 64 SI U16 pack(U32 v) { return (U16)v; } in pack() 65 SI U8 pack(U16 v) { return (U8)v; } in pack() 80 using U16 = uint16_t __attribute__((ext_vector_type(4))); typedef 92 SI U16 pack(U32 v) { return __builtin_convertvector(v, U16); } in pack() 93 SI U8 pack(U16 v) { return __builtin_convertvector(v, U8); } in pack() 111 using U16 = uint16_t __attribute__((ext_vector_type(2))); typedef 121 SI U16 pack(U32 v) { return __builtin_convertvector(v, U16); } in pack() 122 SI U8 pack(U16 v) { return __builtin_convertvector(v, U8); } in pack() 142 using U16 = uint16_t __attribute__((ext_vector_type(8))); typedef [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_sao_edge_offset_class1.s | 184 …VMIN.U16 Q10,Q10,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 195 …VMIN.U16 Q4,Q4,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 206 …VMIN.U16 Q13,Q13,Q2 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 209 …VMIN.U16 Q14,Q14,Q2 @II pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u… 240 …VMIN.U16 Q13,Q13,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 246 …VMIN.U16 Q14,Q14,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 321 …VMIN.U16 Q10,Q10,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 327 …VMIN.U16 Q13,Q13,Q2 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 358 …VMIN.U16 Q13,Q13,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(…
|
D | ihevc_sao_edge_offset_class1_chroma.s | 191 …VMIN.U16 Q10,Q10,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 206 …VMIN.U16 Q14,Q14,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 219 …VMIN.U16 Q13,Q13,Q2 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 222 …VMIN.U16 Q14,Q14,Q2 @II pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u… 258 …VMIN.U16 Q13,Q13,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 264 …VMIN.U16 Q14,Q14,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 348 …VMIN.U16 Q10,Q10,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 358 …VMIN.U16 Q13,Q13,Q2 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 394 …VMIN.U16 Q13,Q13,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(…
|
D | ihevc_sao_edge_offset_class2.s | 316 …VMIN.U16 Q10,Q10,Q2 @I pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u1… 325 …VMIN.U16 Q11,Q11,Q2 @I pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u1… 411 …VMIN.U16 Q13,Q13,Q2 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 416 …VMIN.U16 Q10,Q10,Q2 @III pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_… 422 …VMIN.U16 Q14,Q14,Q2 @II pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u… 435 …VMIN.U16 Q9,Q9,Q2 @III pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_… 490 …VMIN.U16 Q10,Q10,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 496 …VMIN.U16 Q6,Q6,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 625 …VMIN.U16 Q14,Q14,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 631 …VMIN.U16 Q15,Q15,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… [all …]
|
D | ihevc_sao_edge_offset_class0.s | 221 …VMIN.U16 Q9,Q9,Q3 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 232 …VMIN.U16 Q7,Q7,Q3 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 241 …VMIN.U16 Q0,Q0,Q3 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 248 …VMIN.U16 Q14,Q14,Q3 @II pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u… 324 …VMIN.U16 Q14,Q14,Q3 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(…
|
D | ihevc_sao_edge_offset_class0_chroma.s | 230 …VMIN.U16 Q9,Q9,Q3 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 237 …VMIN.U16 Q6,Q6,Q3 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 256 …VMIN.U16 Q14,Q14,Q3 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 265 …VMIN.U16 Q15,Q15,Q3 @II pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u… 392 …VMIN.U16 Q9,Q9,Q3 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 417 …VMIN.U16 Q12,Q12,Q3 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u…
|
D | ihevc_sao_edge_offset_class3.s | 330 …VMIN.U16 Q10,Q10,Q2 @I pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u1… 336 …VMIN.U16 Q11,Q11,Q2 @I pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u1… 433 …VMIN.U16 Q14,Q14,Q2 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 443 …VMIN.U16 Q13,Q13,Q2 @II pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u… 450 …VMIN.U16 Q10,Q10,Q2 @III pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_… 459 …VMIN.U16 Q11,Q11,Q2 @III pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_… 524 …VMIN.U16 Q10,Q10,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 528 …VMIN.U16 Q11,Q11,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 666 …VMIN.U16 Q14,Q14,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 672 …VMIN.U16 Q15,Q15,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… [all …]
|
D | ihevc_sao_edge_offset_class3_chroma.s | 419 …VMIN.U16 Q10,Q10,Q2 @I pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u1… 427 …VMIN.U16 Q9,Q9,Q2 @I pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u1… 552 …VMIN.U16 Q14,Q14,Q2 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 565 …VMIN.U16 Q13,Q13,Q2 @II pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u… 572 …VMIN.U16 Q10,Q10,Q2 @III pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_… 579 …VMIN.U16 Q9,Q9,Q2 @III pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_… 651 …VMIN.U16 Q10,Q10,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 655 …VMIN.U16 Q9,Q9,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 827 …VMIN.U16 Q14,Q14,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 833 …VMIN.U16 Q15,Q15,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… [all …]
|
D | ihevc_sao_edge_offset_class2_chroma.s | 430 …VMIN.U16 Q10,Q10,Q2 @I pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u1… 435 …VMIN.U16 Q9,Q9,Q2 @I pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u1… 545 …VMIN.U16 Q14,Q14,Q2 @II pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u… 564 …VMIN.U16 Q13,Q13,Q2 @II pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u… 575 …VMIN.U16 Q10,Q10,Q2 @III pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_… 583 …VMIN.U16 Q9,Q9,Q2 @III pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_… 649 …VMIN.U16 Q10,Q10,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 653 …VMIN.U16 Q9,Q9,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… 802 …VMIN.U16 Q14,Q14,Q2 @pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vminq_u16(… 807 …VMIN.U16 Q13,Q13,Q2 @pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vminq_u16(… [all …]
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 245 U16(const uint8_t* data) { in U16() function 287 thread->fpxregs.fop = U16(rawregs->extended_registers + 6); in ParseThreadRegisters() 288 thread->fpxregs.fip = U16(rawregs->extended_registers + 8); in ParseThreadRegisters() 289 thread->fpxregs.fcs = U16(rawregs->extended_registers + 12); in ParseThreadRegisters() 290 thread->fpxregs.foo = U16(rawregs->extended_registers + 16); in ParseThreadRegisters() 291 thread->fpxregs.fos = U16(rawregs->extended_registers + 20); in ParseThreadRegisters()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 1041 #define U16(OFFS, COUNT) ((*((const deUint16*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixelInt() macro 1050 …case TextureFormat::UNORM_SHORT_565: return swizzleRB(UVec4(U16(11, 5), U16( 5, 6), U16( 0, 5… in getPixelInt() 1051 …case TextureFormat::UNORM_SHORT_555: return swizzleRB(UVec4(U16(10, 5), U16( 5, 5), U16( 0, 5… in getPixelInt() 1053 …tureFormat::UNORM_SHORT_4444: return swizzleRB(UVec4(U16(12, 4), U16( 8, 4), U16( 4, 4), U16(… in getPixelInt() 1055 …tureFormat::UNORM_SHORT_5551: return swizzleRB(UVec4(U16(11, 5), U16( 6, 5), U16( 1, 5), U16(… in getPixelInt() 1064 …return UVec4(U16(15, 1), U16(10, 5), U16(5, 5), U16(0, 5)).cast<int>().swizzle(1,2,3,0); // ARGB -… in getPixelInt() 1071 #undef U16 in getPixelInt()
|
/external/lz4/programs/ |
D | util.h | 56 typedef uint16_t U16; typedef 64 typedef unsigned short U16;
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 468 uint16_t U16; in TEST() local 480 bool U16Success = StringRef(Unsigned[i].Str).getAsInteger(0, U16); in TEST() 483 EXPECT_EQ(U16, Unsigned[i].Expected); in TEST()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 784 unsigned U16 = 1u << 16; in TEST_F() local 786 DILocation *L = DILocation::get(Context, UINT32_MAX, U16 - 1, N); in TEST_F() 788 EXPECT_EQ(U16 - 1, L->getColumn()); in TEST_F() 791 DILocation *L = DILocation::get(Context, UINT32_MAX, U16, N); in TEST_F() 796 DILocation *L = DILocation::get(Context, UINT32_MAX, U16 + 1, N); in TEST_F() 1597 unsigned U16 = 1u << 16; in TEST_F() local 1599 auto *LB = DILexicalBlock::get(Context, SP, F, UINT32_MAX, U16 - 1); in TEST_F() 1601 EXPECT_EQ(U16 - 1, LB->getColumn()); in TEST_F() 1604 auto *LB = DILexicalBlock::get(Context, SP, F, UINT32_MAX, U16); in TEST_F() 1609 auto *LB = DILexicalBlock::get(Context, SP, F, UINT32_MAX, U16 + 1); in TEST_F()
|
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 1100 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in sameIRExprs_aux2() 1223 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0); in isZeroU() 1236 case Ico_U16: return toBool( e->Iex.Const.con->Ico.U16 == 0xFFFF); in isOnesU() 1425 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; in fold_Expr() 1437 0xFFFFULL & e->Iex.Unop.arg->Iex.Const.con->Ico.U16)); in fold_Expr() 1456 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U16)); in fold_Expr() 1491 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U16)))); in fold_Expr() 1533 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; in fold_Expr() 1548 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; in fold_Expr() 1554 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; in fold_Expr() [all …]
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.cc | 468 case U16: in GetName()
|
/external/ImageMagick/coders/ |
D | wmf.c | 772 bmp_read->bmp.width = (U16)image->columns; in ipa_bmp_read() 773 bmp_read->bmp.height = (U16)image->rows; in ipa_bmp_read() 782 bmp->width = (U16) 0; in ipa_bmp_free() 783 bmp->height = (U16) 0; in ipa_bmp_free()
|