/linux-4.4.14/arch/score/lib/ |
D | ashrdi3.c | 25 DWunion uu, w; in __ashrdi3() local 31 uu.ll = u; in __ashrdi3() 37 uu.s.high >> 31; in __ashrdi3() 38 w.s.low = uu.s.high >> -bm; in __ashrdi3() 40 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 42 w.s.high = uu.s.high >> b; in __ashrdi3() 43 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
D | lshrdi3.c | 26 DWunion uu, w; in __lshrdi3() local 32 uu.ll = u; in __lshrdi3() 37 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 39 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 41 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 42 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 25 DWunion uu, w; in __ashldi3() local 31 uu.ll = u; in __ashldi3() 36 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 38 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 40 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 41 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
/linux-4.4.14/arch/mips/lib/ |
D | ashrdi3.c | 7 DWunion uu, w; in __ashrdi3() local 13 uu.ll = u; in __ashrdi3() 19 uu.s.high >> 31; in __ashrdi3() 20 w.s.low = uu.s.high >> -bm; in __ashrdi3() 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 24 w.s.high = uu.s.high >> b; in __ashrdi3() 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
D | ashldi3.c | 7 DWunion uu, w; in __ashldi3() local 13 uu.ll = u; in __ashldi3() 18 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 22 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 7 DWunion uu, w; in __lshrdi3() local 13 uu.ll = u; in __lshrdi3() 18 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 22 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
/linux-4.4.14/arch/microblaze/lib/ |
D | ashrdi3.c | 7 DWunion uu, w; in __ashrdi3() local 13 uu.ll = u; in __ashrdi3() 19 uu.s.high >> 31; in __ashrdi3() 20 w.s.low = uu.s.high >> -bm; in __ashrdi3() 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 24 w.s.high = uu.s.high >> b; in __ashrdi3() 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
D | ashldi3.c | 7 DWunion uu, w; in __ashldi3() local 13 uu.ll = u; in __ashldi3() 18 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 22 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 7 DWunion uu, w; in __lshrdi3() local 13 uu.ll = u; in __lshrdi3() 18 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 22 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | muldi3.c | 48 const DWunion uu = {.ll = u}; in __muldi3() local 50 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 52 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3() 53 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
|
/linux-4.4.14/arch/sh/lib/ |
D | ashrdi3.c | 7 DWunion uu, w; in __ashrdi3() local 13 uu.ll = u; in __ashrdi3() 19 uu.s.high >> 31; in __ashrdi3() 20 w.s.low = uu.s.high >> -bm; in __ashrdi3() 22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 24 w.s.high = uu.s.high >> b; in __ashrdi3() 25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
D | lshrdi3.c | 7 DWunion uu, w; in __lshrdi3() local 13 uu.ll = u; in __lshrdi3() 18 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 22 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 7 DWunion uu, w; in __ashldi3() local 13 uu.ll = u; in __ashldi3() 18 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() 22 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3() 23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
/linux-4.4.14/arch/blackfin/lib/ |
D | ashrdi3.c | 17 DIunion uu; in __ashrdi3() local 22 uu.ll = u; in __ashrdi3() 27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3() 28 w.s.low = uu.s.high >> -bm; in __ashrdi3() 30 USItype carries = (USItype) uu.s.high << bm; in __ashrdi3() 31 w.s.high = uu.s.high >> b; in __ashrdi3() 32 w.s.low = ((USItype) uu.s.low >> b) | carries; in __ashrdi3()
|
D | lshrdi3.c | 17 DIunion uu; in __lshrdi3() local 22 uu.ll = u; in __lshrdi3() 27 w.s.low = (USItype) uu.s.high >> -bm; in __lshrdi3() 29 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() 30 w.s.high = (USItype) uu.s.high >> b; in __lshrdi3() 31 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 17 DIunion uu; in __ashldi3() local 22 uu.ll = u; in __ashldi3() 27 w.s.high = (USItype) uu.s.low << -bm; in __ashldi3() 29 USItype carries = (USItype) uu.s.low >> bm; in __ashldi3() 30 w.s.low = (USItype) uu.s.low << b; in __ashldi3() 31 w.s.high = ((USItype) uu.s.high << b) | carries; in __ashldi3()
|
/linux-4.4.14/arch/mn10300/lib/ |
D | ashrdi3.c | 41 union DIunion uu; in __ashrdi3() local 47 uu.ll = u; in __ashrdi3() 52 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3() 53 w.s.low = uu.s.high >> -bm; in __ashrdi3() 55 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() 56 w.s.high = uu.s.high >> b; in __ashrdi3() 57 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
D | lshrdi3.c | 42 union DIunion uu; in __lshrdi3() local 47 uu.ll = u; in __lshrdi3() 52 w.s.low = (USItype) uu.s.high >> -bm; in __lshrdi3() 54 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() 55 w.s.high = (USItype) uu.s.high >> b; in __lshrdi3() 56 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | negdi2.c | 49 union DWunion uu; in __negdi2() local 51 uu.ll = u; in __negdi2() 53 w.s.low = -uu.s.low; in __negdi2() 54 w.s.high = -uu.s.high - ((u32) w.s.low > 0); in __negdi2()
|
/linux-4.4.14/arch/m68k/lib/ |
D | ashrdi3.c | 36 DIunion uu; in __ashrdi3() local 41 uu.ll = u; in __ashrdi3() 47 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3() 48 w.s.low = uu.s.high >> -bm; in __ashrdi3() 52 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() 53 w.s.high = uu.s.high >> b; in __ashrdi3() 54 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
D | ashldi3.c | 36 DIunion uu; in __ashldi3() local 41 uu.ll = u; in __ashldi3() 47 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3() 51 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() 52 w.s.low = (USItype)uu.s.low << b; in __ashldi3() 53 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 36 DIunion uu; in __lshrdi3() local 41 uu.ll = u; in __lshrdi3() 47 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3() 51 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() 52 w.s.high = (USItype)uu.s.high >> b; in __lshrdi3() 53 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
|
D | muldi3.c | 82 DIunion uu, vv; in __muldi3() local 84 uu.ll = u, in __muldi3() 87 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3() 88 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 89 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
/linux-4.4.14/arch/h8300/lib/ |
D | ashrdi3.c | 5 const DWunion uu = {.ll = u}; in __ashrdi3() local 14 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3() 15 w.s.low = uu.s.high >> -bm; in __ashrdi3() 17 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 19 w.s.high = uu.s.high >> b; in __ashrdi3() 20 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
|
D | ashldi3.c | 6 const DWunion uu = {.ll = u}; in __ashldi3() local 15 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3() 17 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() 19 w.s.low = (UWtype) uu.s.low << b; in __ashldi3() 20 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 5 const DWunion uu = {.ll = u}; in __lshrdi3() local 14 w.s.low = (UWtype) uu.s.high >> -bm; in __lshrdi3() 16 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() 18 w.s.high = (UWtype) uu.s.high >> b; in __lshrdi3() 19 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | muldi3.c | 36 const DWunion uu = {.ll = u}; in __muldi3() local 38 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 40 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3() 41 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | card.c | 516 unsigned int uu; in CARDvSafeResetTx() local 523 for (uu = 0; uu < TYPE_MAXTD; uu++) in CARDvSafeResetTx() 524 priv->iTDUsed[uu] = 0; in CARDvSafeResetTx() 526 for (uu = 0; uu < priv->opts.tx_descs[0]; uu++) { in CARDvSafeResetTx() 527 pCurrTD = &(priv->apTD0Rings[uu]); in CARDvSafeResetTx() 531 for (uu = 0; uu < priv->opts.tx_descs[1]; uu++) { in CARDvSafeResetTx() 532 pCurrTD = &(priv->apTD1Rings[uu]); in CARDvSafeResetTx() 566 unsigned int uu; in CARDvSafeResetRx() local 574 for (uu = 0; uu < priv->opts.rx_descs0; uu++) { in CARDvSafeResetRx() 575 pDesc = &(priv->aRD0Ring[uu]); in CARDvSafeResetRx() [all …]
|
D | mac.c | 725 unsigned int uu, ii; in MACvTimer0MicroSDelay() local 731 for (uu = 0; uu < uDelay; uu++) { in MACvTimer0MicroSDelay()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | uuid.c | 46 void class_uuid_unparse(class_uuid_t uu, struct obd_uuid *out) in class_uuid_unparse() argument 48 sprintf(out->uuid, "%pU", uu); in class_uuid_unparse()
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inffast.c | 24 union uu { union 33 union uu mm; in get_unaligned16() 291 union uu mm; in inflate_fast()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_tb.gif.b64 | 188 NYdvUOu1Zuu2duu3huu4luu5puu6VmsUBuZ1CIC95uu+9uu/BuzAFuzBJuzCNuy9Xgd7XQStZuzG
|
/linux-4.4.14/drivers/atm/ |
D | lanai.c | 1191 int len, int cpi, int uu) in vcc_tx_add_aal5_trailer() argument 1196 lvcc->tx.buf.ptr[-2] = cpu_to_be32((uu << 24) | (cpi << 16) | len); in vcc_tx_add_aal5_trailer()
|