Home
last modified time | relevance | path

Searched refs:J (Results 1 – 106 of 106) sorted by relevance

/linux-4.1.27/arch/m68k/fpsp040/
Dstwotox.S234 lea EXPTBL,%a1 | ...LOAD ADDRESS OF TABLE OF 2^(J/64)
238 andil #0x3F,%d0 | ...D0 IS J
239 asll #4,%d0 | ...DISPLACEMENT FOR 2^(J/64)
240 addal %d0,%a1 | ...ADDRESS FOR 2^(J/64)
241 asrl #6,%d2 | ...d2 IS L, N = 64L + J
244 subl %d0,%d2 | ...d2 IS M', N = 64(M+M') + J
249 |--D0 IS M WHERE N = 64(M+M') + J. NOTE THAT |M| <= 16140 BY DESIGN.
337 lea EXPTBL,%a1 | ...LOAD ADDRESS OF TABLE OF 2^(J/64)
341 andil #0x3F,%d0 | ...D0 IS J
342 asll #4,%d0 | ...DISPLACEMENT FOR 2^(J/64)
[all …]
Dsetox.S82 | 2.3 Calculate J = N mod 64; so J = 0,1,2,..., or 63.
83 | 2.4 Calculate M = (N - J)/64; so N = 64M + J.
84 | 2.5 Calculate the address of the stored value of 2^(J/64).
141 | Step 5. Compute 2^(J/64)*exp(R) = 2^(J/64)*(1+p) by
143 | where T and t are the stored values for 2^(J/64).
144 | Notes: 2^(J/64) is stored as T and t where T+t approximates
145 | 2^(J/64) to roughly 85 bits; T is in extended precision
153 | exp(X) = 2^M * 2^(J/64) * exp(R).
189 | 8.3 Calculate J = N mod 64, J = 0,1,...,63
190 | 8.4 K := (N-J)/64, M1 := truncate(K/2), M = K-M1, AdjFlag := 1.
[all …]
Dssin.S231 |--LET J BE THE LEAST SIG. BIT OF D0, LET SGN := (-1)**J.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-acpi3 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
14 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
22 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
31 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
38 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
47 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
54 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
Dsysfs-devices-power3 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
11 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
37 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
56 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
82 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
93 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
105 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
117 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
129 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
141 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
[all …]
Dsysfs-devices-lpss_ltr3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
12 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
24 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
36 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-power3 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
11 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
37 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
82 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
99 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
148 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
161 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
176 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
190 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
207 Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
[all …]
Dsysfs-devices-resource_in_use3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-devices-power_resources_D03 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-devices-power_resources_wakeup3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-devices-power_resources_D3hot3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-devices-power_resources_D13 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-devices-power_resources_D23 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-devices-power_state3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-devices-real_power_state3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-devices-online3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsysfs-firmware-acpi23 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
49 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
/linux-4.1.27/drivers/media/tuners/
Dmt2060.c104 int I,J; in mt2060_spurcalc() local
108 J = ((2*I*lo1)/lo2+1)/2; in mt2060_spurcalc()
109 diff = I*(int)lo1-J*(int)lo2; in mt2060_spurcalc()
124 int I,J; in mt2060_spurcheck() local
126 J=1000; in mt2060_spurcheck()
138 J=-J; I=-I; Spur=Sp2; in mt2060_spurcheck()
143 I += J; in mt2060_spurcheck()
/linux-4.1.27/scripts/
Dcoccicheck22 if [ -z "$J" ]; then
25 NPROC="$J"
/linux-4.1.27/arch/sh/lib64/
Dmemset.S8 ! SH5 code by J"orn Rennecke (joern.rennecke@superh.com)
Dmemcpy.S7 ! hacked by J"orn Rernnecke (joern.rennecke@superh.com) ("o for o-umlaut)
Dcopy_user_memcpy.S5 ! hacked by J"orn Rernnecke (joern.rennecke@superh.com) ("o for o-umlaut)
/linux-4.1.27/Documentation/hwmon/
Dlm785 * National Semiconductor LM78 / LM78-J
22 This driver implements support for the National Semiconductor LM78, LM78-J
26 the LM78 and LM78-J are exactly identical. The LM79 has one more VID line,
Dtwl4030-madc-hwmon10 J Keerthy <j-keerthy@ti.com>
Dadt741110 Author: Wolfram Sang (based on adt7470 by Darrick J. Wong)
Dibmaem15 Author: Darrick J. Wong
Dmax665015 Hans J. Koch <hjk@hansjkoch.de>
Dacpi_power_meter11 Author: Darrick J. Wong
Dadt746210 Author: Darrick J. Wong
Dadt747010 Author: Darrick J. Wong
Dadt747525 Darrick J. Wong (documentation)
Dlm9316 Ported to 2.6 by Eric J. Bowersox <ericb@aspsys.com>
18 Modified for mainline integration by Hans J. Koch <hjk@hansjkoch.de>
/linux-4.1.27/sound/soc/codecs/
Dpcm512x.c702 int R, J, D, P; in pcm512x_find_pll_coeff() local
729 J = num / R; in pcm512x_find_pll_coeff()
730 if (J == 0 || J > 63) in pcm512x_find_pll_coeff()
733 dev_dbg(dev, "R * J / P = %d * %d / %d\n", R, J, P); in pcm512x_find_pll_coeff()
761 J = K / 10000; in pcm512x_find_pll_coeff()
763 dev_dbg(dev, "J.D / P = %d.%04d / %d\n", J, D, P); in pcm512x_find_pll_coeff()
789 J = K / 10000; in pcm512x_find_pll_coeff()
791 dev_dbg(dev, "J.D / P ~ %d.%04d / %d\n", J, D, P); in pcm512x_find_pll_coeff()
796 pcm512x->pll_j = J; in pcm512x_find_pll_coeff()
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
DKconfig2 tristate "Micronas DRX-J demodulator"
/linux-4.1.27/Documentation/video4linux/bttv/
DTuners21 J= NTSC-Japan
85 TPI8NSR11 : NTSC J/M (TPI8NSR01 w/FM) (P,210/497)
DCards490 M(J)PEG capture and playback:
/linux-4.1.27/Documentation/misc-devices/
Dics932s40110 Author: Darrick J. Wong
/linux-4.1.27/Documentation/DocBook/media/
Dvbi_525.gif.b6447 R/J+1qddDHeAUZZy85c+mOcp/ndc5QMqGyMawrd5ACVx/8dYKrcsFQg7DAhEu6NAG7g9q3cU3RN4
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt52 /* S K J ; */
/linux-4.1.27/Documentation/ja_JP/
DSubmittingPatches336 Signed-off-by: Random J Developer <random@developer.example.org>
358 Signed-off-by: Random J Developer <random@developer.example.org>
/linux-4.1.27/Documentation/power/
Ddrivers-testing.txt2 (C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL
Dnotifiers.txt2 (C) 2007-2011 Rafael J. Wysocki <rjw@sisk.pl>, GPL
Dswsusp-and-swap-files.txt2 (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
Dstates.txt3 (C) 2014 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dsuspend-and-interrupts.txt4 Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Duserland-swsusp.txt2 (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
Dbasic-pm-debugging.txt2 (C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL
Dfreezing-of-tasks.txt2 (C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL
Ddevices.txt3 Copyright (c) 2010-2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
5 Copyright (c) 2014 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Druntime_pm.txt3 (C) 2009-2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
5 (C) 2014 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dpci.txt3 Copyright (c) 2010 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
/linux-4.1.27/Documentation/
Djava.txt58 were supplied by Colin J. Watson <cjw44@cam.ac.uk>.
156 * Copyright (C) 1999 Colin J. Watson <cjw44@cam.ac.uk>.
402 new scripts by Colin J. Watson <cjw44@cam.ac.uk>
Dkernel-docs.txt208 Author: Peter J. Braam.
557 Author: Maurice J. Bach.
565 Author: Samuel J. Leffler, Marshall Kirk McKusick, Michael J.
573 Author: Marshall Kirk McKusick, Keith Bostic, Michael J. Karels,
672 Author: Peter J. Braam.
Dcoccinelle.txt98 the parallelism, set the J= variable. For example, to run across 4 CPUs:
100 make coccicheck MODE=report J=4
Dunicode.txt123 U+F8D8 KLINGON LETTER J
DSubmittingPatches448 Signed-off-by: Random J Developer <random@developer.example.org>
469 Signed-off-by: Random J Developer <random@developer.example.org>
DDMA-API.txt4 James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
Dmemory-barriers.txt3034 Appendix J: Programming with the Memory Models
Ddevices.txt336 4 = /dev/jbm J-mouse
/linux-4.1.27/Documentation/crypto/
Dapi-intro.txt214 Adam J. Richter
244 Generic scatterwalk code by Adam J. Richter <adam@yggdrasil.com>
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S5074 #--LET J BE THE LEAST SIG. BIT OF D0, LET SGN := (-1)**J.
6737 # 2.3 Calculate J = N mod 64; so J = 0,1,2,..., #
6739 # 2.4 Calculate M = (N - J)/64; so N = 64M + J. #
6741 # 2^(J/64). #
6799 # Step 5. Compute 2^(J/64)*exp(R) = 2^(J/64)*(1+p) by #
6801 # where T and t are the stored values for 2^(J/64). #
6802 # Notes: 2^(J/64) is stored as T and t where T+t approximates #
6803 # 2^(J/64) to roughly 85 bits; T is in extended precision #
6812 # exp(X) = 2^M * 2^(J/64) * exp(R). #
6848 # 8.3 Calculate J = N mod 64, J = 0,1,...,63 #
[all …]
Dfpsp.S5233 #--LET J BE THE LEAST SIG. BIT OF D0, LET SGN := (-1)**J.
7000 # 2.2 Calculate J = N mod 64; so J = 0,1,2,..., #
7002 # 2.3 Calculate M = (N - J)/64; so N = 64M + J. #
7004 # 2^(J/64). #
7033 # Step 5. Compute 2^(J/64)*p by #
7035 # where T and t are the stored values for 2^(J/64). #
7036 # Notes: 2^(J/64) is stored as T and t where T+t approximates #
7037 # 2^(J/64) to roughly 85 bits; T is in extended precision #
7047 # exp(X)-1 = 2^M * ( 2^(J/64) + p - 2^(-M) ). #
9129 #--D0 IS M WHERE N = 64(M+M') + J. NOTE THAT |M| <= 16140 BY DESIGN.
[all …]
/linux-4.1.27/Documentation/video4linux/
DCARDLIST.cx8883 82 -> WinFast DTV2000 H rev. J [107d:6f2b]
DREADME.cpia2128 Scott J. Bertin <scottbertin@yahoo.com>, and
/linux-4.1.27/scripts/genksyms/
Dkeywords.hash.c_shipped14 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
/linux-4.1.27/drivers/s390/char/
Ddefkeymap.map85 keycode 81 = eacute J
/linux-4.1.27/Documentation/zh_CN/
DSubmittingPatches268 Signed-off-by: Random J Developer <random@developer.example.org>
/linux-4.1.27/arch/arm/boot/dts/
Dtegra124-nyan.dtsi323 interrupts = <TEGRA_GPIO(J, 0)
326 TEGRA_GPIO(J, 0)
Dtegra124-venice2.dts848 interrupts = <TEGRA_GPIO(J, 0)
851 TEGRA_GPIO(J, 0)
Dtegra20-paz00.dts522 gpios = <&gpio TEGRA_GPIO(J, 7) GPIO_ACTIVE_LOW>;
Dtegra114-dalmore.dts814 interrupts = <TEGRA_GPIO(J, 0) IRQ_TYPE_LEVEL_HIGH>;
/linux-4.1.27/Documentation/sound/oss/
DAudioExcelDSP1691 > From: Mr S J Greenaway <sjg95@unixfe.rl.ac.uk>
/linux-4.1.27/Documentation/acpi/
Dscan_handlers.txt4 Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Dnamespace.txt19 Thanks for the help from Zhang Rui <rui.zhang@intel.com> and Rafael J.
/linux-4.1.27/arch/arc/mm/
Dtlbex.S351 ; MMU with 2 way set assoc J-TLB, needs some help in pathetic case of
/linux-4.1.27/scripts/kconfig/
Dzconf.hash.c_shipped14 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
/linux-4.1.27/drivers/video/fbdev/
Dstifb.c381 #define BA(F,C,S,A,J,B,I) \ argument
382 (((F)<<31)|((C)<<27)|((S)<<24)|((A)<<21)|((J)<<16)|((B)<<12)|(I))
/linux-4.1.27/Documentation/filesystems/
Dsharedsubtree.txt850 / F G J K H I
858 mounts 'J' and 'K' and 'D' has got two slave mounts 'H' and 'I'.
872 C's ->mnt_slave_list links with ->mnt_slave of 'J' and 'K'
873 J and K's ->mnt_master points to struct vfsmount of C
Df2fs.txt40 segments." from Rosenblum, M. and Ousterhout, J. K., 1992, "The design and
Dcoda.txt25 Peter J. Braam
/linux-4.1.27/arch/arc/boot/dts/
Dabilis_tb101.dtsi97 pctl_gpio_j: pctl-gpio-j { /* GPIO bank J */
Dabilis_tb100.dtsi97 pctl_gpio_j: pctl-gpio-j { /* GPIO bank J */
/linux-4.1.27/drivers/parisc/
DKconfig93 present on B, C, J, L and N-class machines with 4-digit model
/linux-4.1.27/Documentation/scsi/
Daha152x.txt4 Copyright 1993-1999 Jürgen Fischer <fischer@norbit.de>
Dsym53c8xx_2.txt622 .....A.........B.C....D.E..F....G.H..I.......J.....K...L.......
678 Understanding Fields J, K, L and dumps requires to have good knowledge of
DChangeLog.megaraid431 Patrick J. LoPresti <patl@users.sourceforge.net>, 8.22.2004
Dncr53c8xx.txt1296 ............A.........B.C....D.E..F....G.H.......I.....J...K.......
1350 Understanding Fields I, J, K and dumps requires to have good knowledge of
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt249 "J...". Note that the "cache/" directory is itself a special index.
293 Index "I..." "J..."
/linux-4.1.27/
DCREDITS475 N: Dirk J. Brandewie
480 N: Derrick J. Brashear
855 N: Todd J. Derr
1117 N: János Farkas
1132 N: Jürgen Fischer
1175 N: Daniel J. Frasnelli
2073 S: J. Obrechtstr 23
2219 N: H.J. Lu
2239 N: Tuomas J. Lukka
2247 N: Daniel J. Maas
[all …]
DMAINTAINERS148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
262 M: Rafael J. Wysocki <rjw@rjwysocki.net>
283 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2759 M: Rafael J. Wysocki <rjw@rjwysocki.net>
2798 M: Rafael J. Wysocki <rjw@rjwysocki.net>
4007 M: J. Bruce Fields <bfields@fieldses.org>
4203 M: J. German Rivera <German.Rivera@freescale.com>
4215 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4358 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4625 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
[all …]
/linux-4.1.27/Documentation/RCU/
DRTFP.txt855 ,author="J. Appavoo and K. Hui and C. A. N. Soules and R. W. Wisniewski and
856 D. M. {Da Silva} and O. Krieger and M. A. Auslander and D. J. Edelsohn and
858 B. Rosenburg and M. Stumm and J. Xenidis"
1854 ,Author="Paul E. McKenney and Hans-J. Boehm and Lawrence Crowl"
1913 ,journal="J. Parallel Distrib. Comput."
2069 ,author="D. Guniguntala and P. E. McKenney and J. Triplett and J. Walpole"
/linux-4.1.27/arch/arc/
DKconfig107 -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
/linux-4.1.27/crypto/
DKconfig1119 The Salsa20 stream cipher algorithm is designed by Daniel J.
1132 The Salsa20 stream cipher algorithm is designed by Daniel J.
1145 The Salsa20 stream cipher algorithm is designed by Daniel J.
/linux-4.1.27/Documentation/timers/
Dhighres.txt61 Timers" was written by J. Stultz, D.V. Hart, & N. Aravamudan.
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt339 '11' CCITT J.17
/linux-4.1.27/fs/ntfs/
Dsuper.c1455 static ntfschar J[3] = { cpu_to_le16('$'), in load_and_init_usnjrnl() local
1525 tmp_ino = ntfs_attr_iget(vol->usnjrnl_ino, AT_DATA, J, 2); in load_and_init_usnjrnl()
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt146 'J' 00-1F drivers/scsi/gdth_ioctl.h
/linux-4.1.27/arch/x86/crypto/
Dsalsa20-i586-asm_32.S2 # D. J. Bernstein
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio44 CI-104J, CI-104JS,
/linux-4.1.27/arch/x86/math-emu/
DREADME408 Jon Jagger, J.Jagger@scp.ac.uk
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt201 1 - C. L. Liu and J. W. Layland. Scheduling algorithms for multiprogram-
/linux-4.1.27/Documentation/input/
Datarikbd.txt641 24 J
/linux-4.1.27/Documentation/networking/
Darcnet-hardware.txt959 - from J.S. van Oosten <jvoosten@compiler.tdcnet.nl>
2916 - from Andrew J. Kroll <ag784@freenet.buffalo.edu>
/linux-4.1.27/drivers/hwmon/
DKconfig958 LM78-J and LM79.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4460 o Sapan J. Batia
4481 o Brian J. Murrell
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1389 J. Preserve the network location, if any, given in the Document for