Searched refs:shft (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | lpt.c | 556 int num, shft; in calc_nnode_num_from_parent() local 561 num = parent->num ^ (1 << shft); in calc_nnode_num_from_parent() 562 num |= (UBIFS_LPT_FANOUT + iip) << shft; in calc_nnode_num_from_parent() 1447 int err, i, h, iip, shft; in ubifs_lpt_lookup() local 1458 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup() 1461 shft -= UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup() 1580 int err, i, h, iip, shft; in ubifs_lpt_lookup_dirty() local 1594 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup_dirty() 1597 shft -= UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup_dirty() 1929 int err = 0, i, h, iip, shft; in ubifs_lpt_scan_nolock() local [all …]
|
H A D | lpt_commit.c | 628 int err, h, iip, shft; in pnode_lookup() local 638 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in pnode_lookup() 640 iip = ((i >> shft) & (UBIFS_LPT_FANOUT - 1)); in pnode_lookup() 641 shft -= UBIFS_LPT_FANOUT_SHIFT; in pnode_lookup() 646 iip = ((i >> shft) & (UBIFS_LPT_FANOUT - 1)); in pnode_lookup()
|
/openbmc/linux/fs/ubifs/ |
H A D | lpt.c | 551 int num, shft; in calc_nnode_num_from_parent() local 556 num = parent->num ^ (1 << shft); in calc_nnode_num_from_parent() 557 num |= (UBIFS_LPT_FANOUT + iip) << shft; in calc_nnode_num_from_parent() 1458 int err, h, iip, shft; in ubifs_pnode_lookup() local 1468 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in ubifs_pnode_lookup() 1471 shft -= UBIFS_LPT_FANOUT_SHIFT; in ubifs_pnode_lookup() 1605 int err, i, h, iip, shft; in ubifs_lpt_lookup_dirty() local 1619 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup_dirty() 1622 shft -= UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup_dirty() 2081 int err = 0, i, h, iip, shft; in ubifs_lpt_scan_nolock() local [all …]
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | mfp-pxa2xx.c | 59 int shft = (gpio & 0xf) << 1; in __mfp_config_gpio() local 68 gafr = (gafr & ~(0x3 << shft)) | (fn << shft); in __mfp_config_gpio()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | sgetem.S | 96 bsr shft |shift mantissa bits till msbit is set 110 shft: label
|
/openbmc/linux/drivers/edac/ |
H A D | pnd2_edac.c | 878 static int bank_hash(u64 pmiaddr, int idx, int shft) in bank_hash() argument 884 bhash ^= ((pmiaddr >> (12 + shft)) ^ (pmiaddr >> (9 + shft))) & 1; in bank_hash() 887 bhash ^= (((pmiaddr >> (10 + shft)) ^ (pmiaddr >> (8 + shft))) & 1) << 1; in bank_hash() 891 bhash ^= (((pmiaddr >> (13 + shft)) ^ (pmiaddr >> (11 + shft))) & 1) << 2; in bank_hash()
|
/openbmc/qemu/target/hexagon/ |
H A D | attribs_def.h.inc | 68 DEF_ATTRIB(CVI_VP_VS, "Double vector permute/shft insn executes on HVX", "", "")
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 1486 neg.w %d0 # -shft amt 7637 neg.w %d0 # new exp = -(shft amt) 13515 neg.w %d0 # new exponent = -(shft val) 15895 neg.w %d0 # new exp = -(shft val) 15931 neg.w %d0 # new exp = -(shft val) 16007 neg.l %d0 # new exponent = -(shft val) 16133 neg.l %d0 # new exponent = -(shft val)
|
H A D | pfpsp.S | 1485 neg.w %d0 # -shft amt
|
H A D | fplsp.S | 9264 cmpi.w %d0,&-0x3fff # is the shft amt really low? 10866 add.l &32, %d2 # add 32 to shft amount 10960 sub.w &32, %d1 # adjust shft amt by 32
|