Searched refs:add2 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_fixed.h | 128 uint_fixed_16_16_t add2) in add_fixed16() argument 132 tmp = (u64)add1.val + add2.val; in add_fixed16() 138 u32 add2) in add_fixed16_u32() argument 140 uint_fixed_16_16_t tmp_add2 = u32_to_fixed16(add2); in add_fixed16_u32()
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | i7core_edac.c | 1539 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local 1544 add2 = new2 - pvt->rdimm_last_ce_count[chan][2]; in i7core_rdimm_update_ce_count() 1548 if (add2 < 0) in i7core_rdimm_update_ce_count() 1549 add2 += 0x7fff; in i7core_rdimm_update_ce_count() 1550 pvt->rdimm_ce_count[chan][2] += add2; in i7core_rdimm_update_ce_count() 1576 if (add2 != 0) in i7core_rdimm_update_ce_count() 1577 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, add2, in i7core_rdimm_update_ce_count() 1650 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local 1652 add2 = new2 - pvt->udimm_last_ce_count[2]; in i7core_udimm_check_mc_ecc_err() 1656 if (add2 < 0) in i7core_udimm_check_mc_ecc_err() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | entry.h | 218 add2 \out, \out, (THREAD_SIZE)/4 254 add2 \tmp, @_current_task, \tmp
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | ctx_sw_asm.S | 35 add2 r24, r0, KSP_WORD_OFF
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 629 +static inline size_t add2(size_t a, size_t b) 641 + return add2(add2(a, b), c); 648 + str->buf = xrealloc(str->buf, str->alloc = add2(newlen, 1)); 793 + growstr(&nam2, add2(n2len, suffixlen)); 949 + growstr(&nam1, add2(nam1baselen, 1)); 984 + add2(nam1baselen, subdirlen = 987 + add2(subdirlen, 1));
|
| H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 101 @@ -164,7 +166,7 @@ static inline size_t add2(size_t a, size_t b)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp.py | 127 pane.add2(box) 137 pane.add2(box)
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | tlbex.S | 221 add2.nz r1, r1, r0
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_phy.c | 70 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) in ixgbe_ones_comp_byte_add() argument 72 u16 sum = add1 + add2; in ixgbe_ones_comp_byte_add()
|