/linux-4.1.27/sound/core/seq/ |
D | seq_timer.h | 30 unsigned long fraction; /* current time per tick in nsec */ member 72 tick->fraction += resolution; in snd_seq_timer_update_tick() 73 tick->cur_tick += (unsigned int)(tick->fraction / tick->resolution); in snd_seq_timer_update_tick() 74 tick->fraction %= tick->resolution; in snd_seq_timer_update_tick()
|
D | seq_timer.c | 121 tmr->tick.fraction = 0; in seq_timer_reset() 229 tmr->tick.fraction = 0; in snd_seq_timer_set_position_tick()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | binstr.S | 16 | bit 63. The fraction is multiplied by 10 using a mul by 2 26 | Copy the fraction in d2:d3 to d4:d5. 28 | A3. Multiply the fraction in d2:d3 by 8 using bit-field 32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb 51 | d2: upper 32-bits of fraction for mul by 8 52 | d3: lower 32-bits of fraction for mul by 8 53 | d4: upper 32-bits of fraction for mul by 2 54 | d5: lower 32-bits of fraction for mul by 2 84 movel %d2,%d4 |copy the fraction before muls
|
D | sint.S | 203 | ;there are no fraction bits 208 | ;shift off fraction bits
|
D | decbin.S | 27 | digits, rather than 1 integer and 16 fraction digits. 44 | SM = 1 a non-zero digit in Mant0, lsd of the fraction 144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
|
D | bindec.S | 95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
|
D | setox.S | 69 | bits are the 16 most significant fraction (including the
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 42 static u32 pde_get_multiple(u32 val, u32 fraction, u32 tolerance) in pde_get_multiple() argument 48 if (fraction == 0) in pde_get_multiple() 51 delta = (val < fraction) ? (fraction - val) : (val - fraction); in pde_get_multiple() 57 factor = val / fraction; in pde_get_multiple() 58 remainder = val % fraction; in pde_get_multiple() 61 if ((fraction - remainder) <= tolerance) in pde_get_multiple()
|
/linux-4.1.27/drivers/media/tuners/ |
D | max2165.c | 164 static int fixpt_div32(u32 dividend, u32 divisor, u32 *quotient, u32 *fraction) in fixpt_div32() argument 186 *fraction = f; in fixpt_div32() 196 u32 quotient, fraction; in max2165_set_rf() local 201 "ient, &fraction); in max2165_set_rf() 206 fraction >>= 12; in max2165_set_rf() 209 max2165_mask_write_reg(priv, REG_NDIV_FRAC2, 0x0F, fraction >> 16); in max2165_set_rf() 210 max2165_write_reg(priv, REG_NDIV_FRAC1, fraction >> 8); in max2165_set_rf() 211 max2165_write_reg(priv, REG_NDIV_FRAC0, fraction); in max2165_set_rf()
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | stmpe.txt | 22 - st,fraction-z: Length of the fractional part in z (fraction-z ([0..7]) = Count of 41 st,fraction-z = <7>;
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | progress.c | 12 double fraction = p->total ? 1.0 * p->curr / p->total : 0.0; in gtk_ui_progress__update() local 34 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), fraction); in gtk_ui_progress__update()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-firmware-gsmi | 51 ASCII) representing the fraction of the log to 55 submitted fraction.
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r600_blit.c | 46 uint32_t msb, exponent, fraction; in int2float() local 59 fraction = ror32(x, (msb - I2F_FRAC_BITS) & 0x1f) & I2F_MASK; in int2float() 62 return fraction + exponent; in int2float()
|
/linux-4.1.27/drivers/hwmon/ |
D | emc2103.c | 65 u8 fraction; /* 0-7 multiples of 0.125 */ member 110 temp->fraction = (fractional & 0xe0) >> 5; in read_temp_from_i2c() 193 + data->temp[nr].fraction * 125; in show_temp()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | imx53-m53.dtsi | 75 st,fraction-z = <7>;
|
D | spear320-hmi.dts | 268 ts,fraction-z = <7>;
|
D | spear1310-evb.dts | 383 ts,fraction-z = <7>;
|
D | spear1340-evb.dts | 494 ts,fraction-z = <7>;
|
D | tegra30-apalis.dtsi | 553 st,fraction-z = <7>;
|
/linux-4.1.27/arch/ia64/include/asm/uv/ |
D | uv_mmrs.h | 726 unsigned long fraction : 20; /* RW */ member
|
/linux-4.1.27/drivers/atm/ |
D | iphase.h | 251 u_short fraction; member 793 u_short fraction; /* fraction */ member
|
D | iphase.c | 259 tempFract = abr_vc->fraction; in clear_lockup()
|
/linux-4.1.27/mm/ |
D | vmscan.c | 1921 u64 fraction[2]; in get_scan_count() local 2061 fraction[0] = ap; in get_scan_count() 2062 fraction[1] = fp; in get_scan_count() 2089 scan = div64_u64(scan * fraction[file], in get_scan_count()
|
D | slub.c | 2834 int fraction; in calculate_order() local 2852 fraction = 16; in calculate_order() 2853 while (fraction >= 4) { in calculate_order() 2855 slub_max_order, fraction, reserved); in calculate_order() 2858 fraction /= 2; in calculate_order()
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 62 nodes. Each emulated node will manage a fraction of the underlying cells'
|
D | unevictable-lru.txt | 61 fraction of these pages are not evictable for any reason [see below], vmscan 62 will spend a lot of time scanning the LRU lists looking for the small fraction
|
D | frontswap.txt | 132 to be I/O bound and using a small fraction of a percent of a CPU
|
/linux-4.1.27/Documentation/RCU/ |
D | torture.txt | 247 to be non-zero, but it is bad for it to be a large fraction of
|
/linux-4.1.27/Documentation/ |
D | bcache.txt | 384 Average fraction of btree in use.
|
D | md.txt | 564 value, a fraction of the process that is complete.
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 142 the fraction of CPU time needed to execute the task.
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 705 This is the fraction of pages at most (high mark pcp->high) in each zone that
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 2236 Note that the fraction of packets that will be delivered out of
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 6733 mov.l (%a0),%d1 # pack exp w/ upper 16 fraction
|
D | fplsp.S | 6723 # lower 16 bits are the 16 most significant fraction #
|