/linux-4.4.14/arch/x86/crypto/ |
D | cast5-avx-x86_64-asm_64.S | 159 #define round(l, r, n, f) \ macro 251 round(RL, RR, 0, 1); 252 round(RR, RL, 1, 2); 253 round(RL, RR, 2, 3); 254 round(RR, RL, 3, 1); 255 round(RL, RR, 4, 2); 256 round(RR, RL, 5, 3); 257 round(RL, RR, 6, 1); 258 round(RR, RL, 7, 2); 259 round(RL, RR, 8, 3); [all …]
|
D | twofish-x86_64-asm_64.S | 79 #define encrypt_round(a,b,c,d,round)\ argument 101 add k+round(%r11), %r9d;\ 104 add k+4+round(%r11),%r8d;\ 115 #define encrypt_last_round(a,b,c,d,round)\ argument 139 add k+round(%r11), %r9d;\ 142 add k+4+round(%r11),%r8d;\ 152 #define decrypt_round(a,b,c,d,round)\ argument 174 add k+round(%r11), %r9d;\ 176 add k+4+round(%r11),%r8d;\ 188 #define decrypt_last_round(a,b,c,d,round)\ argument [all …]
|
D | twofish-i586-asm_32.S | 80 #define encrypt_round(a,b,c,d,round)\ argument 104 add k+round(%ebp), %esi;\ 107 add k+4+round(%ebp),d ## D;\ 118 #define encrypt_last_round(a,b,c,d,round)\ argument 142 add k+round(%ebp), %esi;\ 145 add k+4+round(%ebp),d ## D;\ 155 #define decrypt_round(a,b,c,d,round)\ argument 179 add k+round(%ebp), c ## D;\ 181 add k+4+round(%ebp),%esi;\ 193 #define decrypt_last_round(a,b,c,d,round)\ argument [all …]
|
D | aes-x86_64-asm_64.S | 83 #define round(TAB,OFFSET,r1,r2,r3,r4,r5,r6,r7,r8,ra,rb,rc,rd) \ macro 139 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \ 143 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) 146 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4) \ 150 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4)
|
D | aesni-intel_asm.S | 1005 AESENCLAST \TMP3, \XMM1 # last round 1820 AESKEYGENASSIST 0x1 %xmm2 %xmm1 # round 1 1824 AESKEYGENASSIST 0x2 %xmm2 %xmm1 # round 2 1828 AESKEYGENASSIST 0x4 %xmm2 %xmm1 # round 3 1832 AESKEYGENASSIST 0x8 %xmm2 %xmm1 # round 4 1836 AESKEYGENASSIST 0x10 %xmm2 %xmm1 # round 5 1840 AESKEYGENASSIST 0x20 %xmm2 %xmm1 # round 6 1844 AESKEYGENASSIST 0x40 %xmm2 %xmm1 # round 7 1849 AESKEYGENASSIST 0x1 %xmm2 %xmm1 # round 1 1851 AESKEYGENASSIST 0x2 %xmm2 %xmm1 # round 2 [all …]
|
D | sha1_ssse3_asm.S | 264 .macro RR F, a, b, c, d, e, round 265 add WK(\round), \e 267 W_PRECALC (\round + W_PRECALC_AHEAD) 270 add WK(\round + 1), \d 273 W_PRECALC (\round + W_PRECALC_AHEAD + 1)
|
D | sha256-ssse3-asm.S | 316 .macro DO_ROUND round 334 offset = \round * 4 + _XFER
|
D | sha256-avx-asm.S | 310 .macro DO_ROUND round 328 offset = \round * 4 + _XFER #
|
D | chacha20-ssse3-x86_64.S | 31 # round. 8/16-bit word rotation is done with the slightly better
|
D | sha256-avx2-asm.S | 118 _XFER_SIZE = 2*64*4 # 2 blocks, 64 rounds, 4 bytes/round
|
/linux-4.4.14/arch/mips/math-emu/ |
D | dp_tint.c | 27 int round; in ieee754dp_tint() local 64 round = 0; in ieee754dp_tint() 69 round = (residue >> 63) != 0; in ieee754dp_tint() 78 if (round && (sticky || odd)) in ieee754dp_tint() 84 if ((round || sticky) && !xs) in ieee754dp_tint() 88 if ((round || sticky) && xs) in ieee754dp_tint() 98 if (round || sticky) in ieee754dp_tint()
|
D | sp_tlong.c | 28 int round; in ieee754sp_tlong() local 68 round = 0; in ieee754sp_tlong() 73 round = (residue >> 31) != 0; in ieee754sp_tlong() 80 if (round && (sticky || odd)) in ieee754sp_tlong() 86 if ((round || sticky) && !xs) in ieee754sp_tlong() 90 if ((round || sticky) && xs) in ieee754sp_tlong() 99 if (round || sticky) in ieee754sp_tlong()
|
D | sp_tint.c | 27 int round; in ieee754sp_tint() local 67 round = 0; in ieee754sp_tint() 76 round = (residue >> 31) != 0; in ieee754sp_tint() 83 if (round && (sticky || odd)) in ieee754sp_tint() 89 if ((round || sticky) && !xs) in ieee754sp_tint() 93 if ((round || sticky) && xs) in ieee754sp_tint() 102 if (round || sticky) in ieee754sp_tint()
|
D | dp_tlong.c | 27 int round; in ieee754dp_tlong() local 67 round = 0; in ieee754dp_tlong() 76 round = (residue >> 63) != 0; in ieee754dp_tlong() 83 if (round && (sticky || odd)) in ieee754dp_tlong() 89 if ((round || sticky) && !xs) in ieee754dp_tlong() 93 if ((round || sticky) && xs) in ieee754dp_tlong() 102 if (round || sticky) in ieee754dp_tlong()
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | system.c | 142 unsigned int round; in prepare_user() local 144 for (round = 0; round < config->rounds; round++) { in prepare_user() 146 (config->sleep + config->sleep_step * round); in prepare_user() 148 (config->load + config->load_step * round) + in prepare_user() 149 (config->load + config->load_step * round * 4); in prepare_user()
|
D | README-BENCH | 69 100% CPU load (load) | 0 % CPU load (sleep) | round 76 In round 1, ondemand should have rather static 50% load and probably 79 In round 2, if the ondemand sampling times exactly match the load/sleep
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | round.S | 2 | round.sa 3.4 7/29/91 21 | round --- round result according to precision/mode 44 .global round 45 round: label 46 | If g=r=s=0 then result is exact and round is done, else set 55 swap %d1 |set up d1.w for round prec. 81 swap %d1 |set up d1 for round prec. 106 swap %d1 |set up d1 for round prec. 113 | Note that this will round to even in case of a tie. 116 swap %d1 |set up d1 for round prec. [all …]
|
D | res_func.S | 36 |xref round 111 | The routine round is used to correctly round the input for the 474 | If bit 2 is set, round is forced to double. If it is clear, 475 | and bit 6 is set, round is forced to single. If both are clear, 476 | the round precision is found in the fpcr. If the rounding precision 496 | The move is fdmove or round precision is double. Result is zero. 511 | The move is fsmove or round precision is single. Result is zero. 787 | ;round precision/mode. This 827 | precision. We can then call round with no sticky and the result 890 orl %d0,%d1 |set up for round call [all …]
|
D | x_unfl.S | 34 |xref round 53 bsrl unf_res |denormalize, round & store interm op 146 | ;upper word for round 189 | Set up d1 for round subroutine d1 contains the PREC/MODE 197 | round subroutines. All code between these two subroutines 203 | d0{31:29} has guard, round, sticky 209 bsrl round |returns rounded denorm at (a0)
|
D | fpsp.h | 159 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky 161 .set round_bit,0 | round bit is bit number 0 289 .set x_mode,0x00 | round to extended 290 .set s_mode,0x40 | round to single 291 .set d_mode,0x80 | round to double 293 .set rn_mode,0x00 | round nearest 294 .set rz_mode,0x10 | round to zero 295 .set rm_mode,0x20 | round to minus infinity 296 .set rp_mode,0x30 | round to plus infinity 305 .set rnd_stky_bit,29 | round/sticky bit of mantissa
|
D | sint.S | 35 | sintrz, force round-to-zero mode. 65 |xref round 217 | ;used by round 221 bsr round |round the unnorm based on users
|
D | slog2.S | 34 | Notes: Default means round-to-nearest mode, no floating-point 49 | Notes: Default means round-to-nearest mode, no floating-point 63 | Notes: Default means round-to-nearest mode, no floating-point 78 | Notes: Default means round-to-nearest mode, no floating-point
|
D | Makefile | 6 kernel_ex.o res_func.o round.o sacos.o sasin.o satan.o satanh.o \
|
D | util.S | 152 bfextu FPCR_MODE(%a6){#0:#2},%d0 |set round precision 164 | This sets the round precision according to the destination size. 182 lsll #2,%d0 |move round precision to d0{3:2} 183 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode 485 | d0 contains round precision 512 lsll #2,%d0 |move round precision to d0{3:2} 513 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode
|
D | setox.S | 79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). 81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ). 89 | N := round-to-nearest-integer(Z) 188 | 8.2 N := round-to-integer( X * 64/log2 )
|
D | stwotox.S | 43 | N := round-to-int(y). Decompose N as
|
D | stanh.S | 40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
|
D | x_store.S | 111 | Note: no attempt is made to round the extended value to double.
|
D | scale.S | 35 |xref round
|
D | srem_mod.S | 387 fmovex %fp0,%fp0 |capture exceptions & round
|
D | bindec.S | 73 | If INEX is set, round error occurred. This is
|
/linux-4.4.14/fs/logfs/ |
D | dir.c | 134 static pgoff_t hash_index(u32 hash, int round) in hash_index() argument 141 switch (round) { in hash_index() 152 + round - 4; in hash_index() 164 int round; in logfs_get_dd_page() local 169 for (round = 0; round < 20; round++) { in logfs_get_dd_page() 170 index = hash_index(hash, round); in logfs_get_dd_page() 375 int round, err; in logfs_write_dir() local 377 for (round = 0; round < 20; round++) { in logfs_write_dir() 378 index = hash_index(hash, round); in logfs_write_dir()
|
D | gc.c | 460 int round, progress, last_progress = 0; in __logfs_gc_pass() local 475 for (round = 0; round < SCAN_ROUNDS; ) { in __logfs_gc_pass() 482 round += logfs_scan_some(sb); in __logfs_gc_pass() 487 last_progress = round; in __logfs_gc_pass() 488 else if (round - last_progress > 2) in __logfs_gc_pass() 519 round = 0; in __logfs_gc_pass()
|
/linux-4.4.14/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 85 vldmia r4!, {q9} @ round 0 key 532 vldmia r4, {q8} @ last round key 571 vldmia r4!, {q9} @ round 0 key 987 vldmia r4, {q8} @ last round key 1002 vld1.8 {q7}, [r4]! @ load round 0 key 1004 vld1.8 {q15}, [r4]! @ load round 1 key 1019 vstmia r12!, {q7} @ save round 0 key 1037 vld1.8 {q15}, [r4]! @ load next round key 1046 vstmia r12!,{q0-q7} @ write bit-sliced round key 1050 @ don't save last round key [all …]
|
D | aes-ce-core.S | 130 add ip, r2, #32 @ 3rd round key 137 add ip, r2, #32 @ 3rd round key 143 add ip, r2, #32 @ 3rd round key 149 add ip, r2, #32 @ 3rd round key 155 vld1.8 {q8-q9}, [\rk] @ load first 2 round keys 156 vld1.8 {q14}, [ip] @ load last round key 263 vmov q15, q14 @ preserve last round key 389 add ip, r6, #32 @ 3rd round key of key 2 482 add ip, r2, #32 @ 3rd round key
|
D | sha256-core.S_shipped | 161 eor r12,r4,r5 @ a^b, b^c in next round 164 eor r12,r4,r5 @ a^b, b^c in next round 219 eor r3,r11,r4 @ a^b, b^c in next round 222 eor r3,r11,r4 @ a^b, b^c in next round 277 eor r12,r10,r11 @ a^b, b^c in next round 280 eor r12,r10,r11 @ a^b, b^c in next round 335 eor r3,r9,r10 @ a^b, b^c in next round 338 eor r3,r9,r10 @ a^b, b^c in next round 393 eor r12,r8,r9 @ a^b, b^c in next round 396 eor r12,r8,r9 @ a^b, b^c in next round [all …]
|
/linux-4.4.14/arch/arm/plat-versatile/ |
D | clock.c | 41 if (clk->ops && clk->ops->round) in clk_round_rate() 42 ret = clk->ops->round(clk, rate); in clk_round_rate()
|
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | trace-agent.c | 74 unsigned long value, round; in parse_size() local 98 round = value & (PAGE_SIZE - 1); in parse_size() 99 value = value - round; in parse_size()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-rcar.c | 171 u32 round, ick; in rcar_i2c_clock_calculate() local 221 round = (ick + 500000) / 1000000 * 285; in rcar_i2c_clock_calculate() 222 round = (round + 500) / 1000; in rcar_i2c_clock_calculate() 237 scl = ick / (20 + (scgd * 8) + round); in rcar_i2c_clock_calculate() 246 scl, bus_speed, clk_get_rate(priv->clk), round, cdf, scgd); in rcar_i2c_clock_calculate()
|
/linux-4.4.14/Documentation/devicetree/bindings/hsi/ |
D | client-devices.txt | 16 - hsi-arb-mode: Arbitration mode for TX frame ("round-robin", "priority") 39 hsi-arb-mode = "round-robin";
|
D | nokia-modem.txt | 42 hsi-arb-mode = "round-robin";
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README.FPE | 8 {P|M|Z} = {round to +infinity,round to -infinity,round to zero}, 9 default = round to nearest 108 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round 112 URD{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - unnormalized round
|
D | TODO | 39 default, but rounding to + or - infinity or round to zero are also allowed.
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache-inv-by-reg.S | 139 and L1_CACHE_TAG_MASK,d0 # round start addr down 143 and L1_CACHE_TAG_MASK,d1 # round end addr up
|
D | cache-dbg-flush-by-tag.S | 94 # round cacheline addr down
|
/linux-4.4.14/arch/arm/plat-versatile/include/plat/ |
D | clock.h | 7 long (*round)(struct clk *, unsigned long); member
|
/linux-4.4.14/arch/parisc/math-emu/ |
D | fmpyfadd.c | 455 goto round; in dbl_fmpyfadd() 564 goto round; in dbl_fmpyfadd() 630 round: in dbl_fmpyfadd() 1115 goto round; 1224 goto round; 1290 round: 1768 goto round; 1873 goto round; 1934 round: 2410 goto round; [all …]
|
D | sfsub.c | 342 goto round; in sgl_fsub() 456 round: in sgl_fsub()
|
D | sfadd.c | 339 goto round; in sgl_fadd() 453 round: in sgl_fadd()
|
D | dfsub.c | 347 goto round; in dbl_fsub() 461 round: in dbl_fsub()
|
D | dfadd.c | 344 goto round; in dbl_fadd() 458 round: in dbl_fadd()
|
/linux-4.4.14/Documentation/ |
D | IRQ-affinity.txt | 33 round-trip min/avg/max = 0.1/0.1/0.4 ms 50 round-trip min/avg/max = 0.1/0.5/585.4 ms
|
D | ntb.txt | 47 shifted by one in each round, to test the behavior of multiple doorbell bits 50 round before writing the peer doorbell register. 60 round.
|
D | bcache.txt | 224 1M, it will round cache miss reads up to that size, but without overlapping
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 771 static void next_key(u8 *key, int round); 801 static void next_key(u8 *key, int round) in next_key() argument 814 rcon = rcon_table[round]; in next_key() 909 int round; in aes128k128d() local 916 for (round = 0; round < 11; round++) { in aes128k128d() 917 if (round == 0) { in aes128k128d() 919 next_key(round_key, round); in aes128k128d() 920 } else if (round == 10) { in aes128k128d() 932 next_key(round_key, round); in aes128k128d()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 781 static void next_key(u8 *key, sint round) in next_key() argument 794 rcon = rcon_table[round]; in next_key() 881 sint round; in aes128k128d() local 889 for (round = 0; round < 11; round++) { in aes128k128d() 890 if (round == 0) { in aes128k128d() 892 next_key(round_key, round); in aes128k128d() 893 } else if (round == 10) { in aes128k128d() 905 next_key(round_key, round); in aes128k128d()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 855 static void next_key(u8 *key, int round) in next_key() argument 869 rcon = rcon_table[round]; in next_key() 970 int round; in aes128k128d() local 979 for (round = 0; round < 11; round++) { in aes128k128d() 980 if (round == 0) { in aes128k128d() 982 next_key(round_key, round); in aes128k128d() 983 } else if (round == 10) { in aes128k128d() 995 next_key(round_key, round); in aes128k128d()
|
/linux-4.4.14/arch/arm/common/ |
D | vlock.S | 74 @ Wait for the current round of voting to finish:
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm95245 | 39 It will round up to the next selectable interval. See the datasheet for exact
|
D | lm95234 | 39 It will round up to the next selectable interval. See the datasheet for exact
|
D | ltc4245 | 94 then they will be sampled in round-robin fashion. If userspace reads too
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 114 tristate "round-robin scheduling" 117 connections to different real servers in a round-robin manner. 123 tristate "weighted round-robin scheduling" 127 in a round-robin manner. Servers with higher weights receive
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | NOTES | 13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
|
/linux-4.4.14/drivers/net/team/ |
D | Kconfig | 33 round-robin fashion using packet counter.
|
/linux-4.4.14/drivers/md/ |
D | Makefile | 44 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 141 of round trip times in network code. See "TCP/IP Illustrated, 208 srtt - Smoothed round trip time for non-blocking dlm requests 210 srttb - Smoothed round trip time for (potentially) blocking dlm requests
|
D | ext4.txt | 473 mb_group_prealloc The multiblock allocator will round up allocation
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 48 API---round-jiffies 49 API---round-jiffies-relative 50 API-round-jiffies 51 API-round-jiffies-relative 52 API---round-jiffies-up 53 API---round-jiffies-up-relative 54 API-round-jiffies-up 55 API-round-jiffies-up-relative
|
D | kernel-api.xml.db | 610 API-part-round-stats 755 API-clk-round-rate
|
/linux-4.4.14/Documentation/ia64/ |
D | IRQ-redir.txt | 54 routing is used. The target CPUs are distributed in a round robin
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-flush.S | 170 # round the start down to beginning of TLB line and end up to beginning of next TLB line
|
/linux-4.4.14/arch/frv/kernel/ |
D | head-uc-fr451.S | 74 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
|
D | head-uc-fr401.S | 259 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
|
D | head-uc-fr555.S | 247 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 788 const u32 round = 10; in eq_delay_to_mult() local 798 multiplier = (MAX_INTR_RATE - interrupt_rate) * round; in eq_delay_to_mult() 800 multiplier = (multiplier + round / 2) / round; in eq_delay_to_mult()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 566 u32 freq, round; in stv0900_get_freq_auto() local 578 round = (stv0900_get_bits(intp, TUN_RFRESTE1) >> 2) + in stv0900_get_freq_auto() 581 round = (round * 1000) / 2048; in stv0900_get_freq_auto() 583 return freq + round; in stv0900_get_freq_auto()
|
/linux-4.4.14/Documentation/networking/ |
D | multiqueue.txt | 34 A new round-robin qdisc, sch_multiq also supports multiple hardware queues. The
|
D | tcp.txt | 45 heuristics. There are also round trip time based algorithms like
|
D | eql.txt | 383 about 160 kbits/sec. The next round of testing will distribute
|
D | ip-sysctl.txt | 1807 The initial round trip timeout value in milliseconds that will be used 1808 in calculating round trip times. This is the initial time interval 1814 The maximum value (in milliseconds) of the round trip timeout. This 1820 The minimum value (in milliseconds) of the round trip timeout. This
|
D | bonding.txt | 548 balance-rr (round robin). Possible values are: 675 receive load is distributed sequentially (round robin) 1660 output slave selection was limited to round-robin and active-backup modes. 1724 Bonding Mode: load balancing (round-robin)
|
D | packet_mmap.txt | 589 - PACKET_FANOUT_LB: schedule to socket by round-robin
|
D | arcnet-hardware.txt | 2319 In a chip Socket with info printed on a label covering a round window
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 61 nodes and thus provides bare-metal PCIe latency. The round trip SCIF mmap
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | arm,pl172.txt | 82 - mpmc,turn-round-delay: Delay between access to memory banks in nano
|
/linux-4.4.14/arch/arm/kernel/ |
D | head-nommu.S | 75 rsb r6, r6, #31 @ ...so round up region size
|
D | entry-armv.S | 523 * coding round the lack of ldrht on older arches is pointless. Temporarily
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-fs-ext4 | 14 The multiblock allocator will round up allocation
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | compaction-times.py | 52 return "%dns" % ns if opt_ns else "%dus" % (round(ns, -3) / 1000)
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry.S | 58 ; user mode, in a round about way since that is always done from
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 503 set rn_mode, 0x0 # round-to-nearest 504 set rz_mode, 0x1 # round-to-zero 505 set rm_mode, 0x2 # round-tp-minus-infinity 506 set rp_mode, 0x3 # round-to-plus-infinity 4903 # d0 = round precision,mode # 5612 # d0 = round precision,mode # 5832 fmov.l %d0,%fpcr # restore users round mode,prec 5871 fmov.l %d0,%fpcr # restore users round mode,prec 5883 fmov.l %d0,%fpcr # restore users round mode,prec 6492 # d0 = round precision,mode # [all …]
|
D | fpsp.S | 5229 fmov.l %d0,%fpcr # restore users round mode,prec 5291 fmov.l %d0,%fpcr # restore users round mode,prec 5314 fmov.l %d0,%fpcr # restore users round mode,prec 5321 fmov.l %d0,%fpcr # restore users round mode,prec 6148 # d0 = round precision,mode # 6699 # d0 = round precision,mode # 6756 fmov.l (%sp)+,%fpcr # restore users round prec,mode 6773 fmov.l %d0,%fpcr # load round mode,prec 6998 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). # 6999 # 2.1 N := round-to-nearest-integer( X * 64/log2 ). # [all …]
|
/linux-4.4.14/Documentation/fb/ |
D | framebuffer.txt | 88 If you try to change that information, the driver maybe will round up some 95 it to the hardware (round it down to less bits, maybe throw away
|
/linux-4.4.14/crypto/ |
D | Kconfig | 1268 It is a 16 round block cipher with the key size of 128 bit. 1401 16 round block cipher supporting key sizes of 128, 192, and 256 1423 16 round block cipher supporting key sizes of 128, 192, and 256 1439 16 round block cipher supporting key sizes of 128, 192, and 256 1459 16 round block cipher supporting key sizes of 128, 192, and 256 1485 16 round block cipher supporting key sizes of 128, 192, and 256
|
/linux-4.4.14/Documentation/device-mapper/ |
D | switch.txt | 36 increased network bandwidth. An initiator could use a simple round
|
D | cache.txt | 211 the policy we currently think is giving best all round performance.
|
D | thin-provisioning.txt | 77 metadata device as 48 * $data_dev_size / $data_block_size but round it up
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | lpc4350-hitex-eval.dts | 383 mpmc,turn-round-delay = <55>;
|
D | omap3-n900.dts | 971 hsi-arb-mode = "round-robin";
|
/linux-4.4.14/drivers/usb/serial/ |
D | mos7720.c | 1443 __u16 round; in calc_baud_rate_divisor() local 1463 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor() 1464 if (round > 4) in calc_baud_rate_divisor()
|
/linux-4.4.14/Documentation/scsi/ |
D | hptiop.txt | 143 round to 0 if the index reaches the supported count of requests.
|
D | ChangeLog.1992-1997 | 1180 Next round of changes to support loadable modules. Getting closer 1704 wd7000.c: Supply jumpstart flag for reset. Do not round up
|
D | ChangeLog.lpfc | 917 "Re: [Emulex] Ready for next round. This patch cleans up the memory
|
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_trig.c | 778 static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) in do_fprem() argument 835 if ((round == RC_RND) in do_fprem()
|
/linux-4.4.14/Documentation/usb/ |
D | gadget-testing.txt | 49 then the other way round 492 Then the other way round: 560 then the other way round
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_spdif.c | 1096 enum spdif_txrate index, bool round) in fsl_spdif_txclk_caldiv() argument 1111 if (round) in fsl_spdif_txclk_caldiv()
|
/linux-4.4.14/Documentation/development-process/ |
D | 6.Followthrough | 120 reviewers; these comments need to be answered as in the previous round. 140 may be a new round of comments from developers who had not been aware of
|
/linux-4.4.14/Documentation/arm/ |
D | vlocks.txt | 127 reduces the number of round-trips required to external memory.
|
/linux-4.4.14/arch/arm/mach-versatile/ |
D | core.c | 357 .round = icst_clk_round,
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | gadget.c | 566 int round = maxreq % hs_ep->ep.maxpacket; in dwc2_hsotg_start_req() local 569 __func__, length, maxreq, round); in dwc2_hsotg_start_req() 572 if (round) in dwc2_hsotg_start_req() 573 maxreq -= round; in dwc2_hsotg_start_req()
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 139 checked to find which missing pages to send in round robin and we seek
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 176 B) There is a round-off error associated with the cpuinfo_cur_freq value.
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 166 accommodate, they are normally round-robined so as to collect 168 round-robining from happening. This will likely be fixed by
|
D | hrtimers.txt | 141 the hrtimer code will round timer events to lower-resolution clocks
|
/linux-4.4.14/fs/affs/ |
D | Changes | 304 should remedy the round-off error introduced by
|
/linux-4.4.14/arch/sparc/kernel/ |
D | entry.S | 1171 mov %i0, %o0 ! round multiplier up so large ns ok 1185 sethi %hi(0x10c7), %o1 ! round multiplier up so large us ok
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 70 The kernel blocks internal driver-execution during such round-trips (times out
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 225 // round up base/size to 256 byte boundary (for strand SWBASE)
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 147 probed in a round-robin manner.
|
/linux-4.4.14/arch/sh/lib/ |
D | memcpy-sh4.S | 395 ! Size is at least 64 bytes, so will be going round the big loop at least once.
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 315 mantissa and round slightly incorrect, what is more than enough
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 170 particular counter allowing one to take the round-robin scheduling effect
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 438 of nodes in a round-robin manner.
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 1000 unsigned round = cfq_hist_divisor / 2; in cfq_group_get_avg_queues() local 1005 cfqg->busy_queues_avg[rt] = (mult * max_q + min_q + round) / in cfq_group_get_avg_queues()
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 576 high speed long delay links. It uses round-trip-time to
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 787 Say Y here to use the predictable round-robin cache replacement
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 424 of colors possible. (Or, the other way round: The number of colors is
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-gmxx-defs.h | 6838 uint64_t round:16; member 6840 uint64_t round:16;
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 363 round-robin or interleave.
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2549 performance should round up your number of processors to the next
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 365 * our batching and round-robin selection scheme
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 2693 RCU_FAST_NO_HZ, round 2.
|