/linux-4.4.14/crypto/ |
D | salsa20_generic.c | 109 const char *constants; in salsa20_keysetup() local 117 constants = sigma; in salsa20_keysetup() 119 constants = tau; in salsa20_keysetup() 125 ctx->input[0] = U8TO32_LITTLE(constants + 0); in salsa20_keysetup() 126 ctx->input[5] = U8TO32_LITTLE(constants + 4); in salsa20_keysetup() 127 ctx->input[10] = U8TO32_LITTLE(constants + 8); in salsa20_keysetup() 128 ctx->input[15] = U8TO32_LITTLE(constants + 12); in salsa20_keysetup()
|
/linux-4.4.14/lib/ |
D | strncpy_from_user.c | 25 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in do_strncpy_from_user() local 45 if (has_zero(c, &data, &constants)) { in do_strncpy_from_user() 46 data = prep_zero_mask(c, data, &constants); in do_strncpy_from_user()
|
D | strnlen_user.c | 29 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in do_strnlen_user() local 54 if (has_zero(c, &data, &constants)) { in do_strnlen_user() 55 data = prep_zero_mask(c, data, &constants); in do_strnlen_user()
|
D | string.c | 179 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in strscpy() local 206 if (has_zero(c, &data, &constants)) { in strscpy() 207 data = prep_zero_mask(c, data, &constants); in strscpy()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | aty128fb.c | 447 struct aty128_constants constants; /* PLL and others */ member 918 par->constants.ppll_max = BIOS_IN32(bios_pll + 0x16); in aty128_get_pllinfo() 919 par->constants.ppll_min = BIOS_IN32(bios_pll + 0x12); in aty128_get_pllinfo() 920 par->constants.xclk = BIOS_IN16(bios_pll + 0x08); in aty128_get_pllinfo() 921 par->constants.ref_divider = BIOS_IN16(bios_pll + 0x10); in aty128_get_pllinfo() 922 par->constants.ref_clk = BIOS_IN16(bios_pll + 0x0e); in aty128_get_pllinfo() 925 par->constants.ppll_max, par->constants.ppll_min, in aty128_get_pllinfo() 926 par->constants.xclk, par->constants.ref_divider, in aty128_get_pllinfo() 927 par->constants.ref_clk); in aty128_get_pllinfo() 970 if (!par->constants.ref_clk) in aty128_timings() [all …]
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | orplus.cocci | 1 /// Check for constants that are added but are used elsewhere as bitmasks 3 /// bits in the two constants are actually disjoint.
|
D | compare_const_fl.cocci | 1 /// Move constants to the right of binary operators.
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 473 symlist_t constants; in symtable_dump() local 490 SLIST_INIT(&constants); in symtable_dump() 512 symlist_add(&constants, cursym, in symtable_dump() 655 while (SLIST_FIRST(&constants) != NULL) { in symtable_dump() 658 curnode = SLIST_FIRST(&constants); in symtable_dump() 659 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.fax | 64 (one of the constants ISDN_FAX_PHASE_[IDLE,A,B,C,D,E]) 71 Commands from LL to HL; possible constants : 83 Commands from HL to LL; possible constants :
|
D | INTERFACE | 63 field the constants ISDN_FEATURE..., declared in isdnif.h have to be 103 command = event-type. (one of the constants ISDN_STAT_...) 120 command = command to perform. (one of the constants ISDN_CMD_...) 371 protocol-Id is one of the constants ISDN_PROTO_L2... 385 current protocol-Id (one of the constants ISDN_L2_PROTO) 399 protocol-Id is one of the constants ISDN_PROTO_L3... 413 current protocol-Id (one of the constants ISDN_L3_PROTO)
|
D | README.gigaset | 347 See the constants DEBUG_* in the source file gigaset.h for details.
|
/linux-4.4.14/Documentation/DocBook/ |
D | .scsi.xml.cmd | 2 …scsi_scan.c drivers/scsi/scsi_sysfs.c drivers/scsi/hosts.c drivers/scsi/constants.c drivers/scsi/s…
|
D | gpu.xml.db | 489 API-drm-calc-timestamping-constants
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver.txt | 17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
|
/linux-4.4.14/scripts/ |
D | kernel-doc | 368 my %constants; 472 $constants{$name} = $contents; 2260 %constants = (); 2633 %constants = (); 2651 %constants = ();
|
/linux-4.4.14/Documentation/i2c/ |
D | functionality | 14 For the most up-to-date list of functionality constants, please check 114 thumb, the functionality constants you test for with
|
D | i2c-stub | 46 constants in <linux/i2c.h> for the suitable values. For example,
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 62 See include/asm-frv/mem-layout.h for constants pertaining to the memory 65 See include/asm-frv/mb-regs.h for the constants pertaining to the I/O bus 104 See include/asm-frv/mem-layout.h for constants pertaining to the memory 107 See include/asm-frv/mb-regs.h for the constants pertaining to the I/O bus
|
/linux-4.4.14/Documentation/kbuild/ |
D | headers_install.txt | 10 system calls, as well as constants and structures to be used with these
|
D | makefiles.txt | 980 This is usually used for header files containing assembler constants.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 587 * constants.c: Add type cast in switch statement. 1026 * constants.h: Add prototype for print_Scsi_Cmnd. 1089 * constants.c: Fix typo (;;). 1146 * constants.c: Define CONST_CMND and CONST_MSG. Other minor 1414 * constants.c: Fix some things to eliminate warnings. Add some 1527 * constants.c: Fix typo in definition of CONSTANTS. 1653 * constants.c: Clean up a few things. 1669 * scsi.h: Add constants for tagged queueing. 1671 * Throughout: Use constants from major.h instead of hardcoded 1733 * constants.c, constants.h: New files with ascii descriptions of [all …]
|
D | ChangeLog.ips | 79 4.00.04 - Rename structures/constants to be prefixed with IPS_
|
D | advansys.txt | 60 The following constants can be defined in the source file.
|
D | ChangeLog.megaraid | 221 4. Use the pre defined DMA mask constants from dma-mapping.h 222 Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling
|
D | ncr53c8xx.txt | 61 11. Some constants and flags of the ncr53c8xx.h header file 1047 11. Some constants and flags of the ncr53c8xx.h header file
|
D | scsi_mid_low_api.txt | 1286 related constants.
|
D | ChangeLog.lpfc | 58 - remove typecast for constants - a U postfix marks them
|
/linux-4.4.14/kernel/time/ |
D | timeconst.bc | 43 print "/* Time conversion constants for HZ == ", hz, " */\n"
|
/linux-4.4.14/Documentation/filesystems/ |
D | quota.txt | 34 is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>.
|
D | logfs.txt | 170 constants.
|
D | gfs2-glocks.txt | 50 Table of glock operations and per type constants:
|
D | spufs.txt | 433 following constants:
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 236 up to 8 more registers are used to hold constants in some configurations. 239 a) additionally, i have tried to put the larger constants in registers. 244 1-8 were never registered, being the cheapest constants. 308 will be set to magic constants which speed up the encryption/decryption
|
/linux-4.4.14/drivers/scsi/ |
D | Makefile | 166 scsi_mod-$(CONFIG_SCSI_CONSTANTS) += constants.o
|
/linux-4.4.14/Documentation/arm/ |
D | tcm.txt | 68 - Tag data and constants to be allocated to DTCM and ITCM.
|
D | kernel_user_helpers.txt | 18 constants that allows for efficient branching to those code segments. And
|
/linux-4.4.14/fs/cramfs/ |
D | README | 141 variables instead of #define'd constants. The gain is that people
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 84 return (RD) or assign (WR) the SPI transfer mode. Use the constants
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 102 constants: `k_po` and `k_pu`. `k_po` is the proportional term
|
/linux-4.4.14/fs/ |
D | namei.c | 1836 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in hash_name() local 1845 } while (!(has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants))); in hash_name() 1847 adata = prep_zero_mask(a, adata, &constants); in hash_name() 1848 bdata = prep_zero_mask(b, bdata, &constants); in hash_name()
|
/linux-4.4.14/fs/affs/ |
D | Changes | 309 - Prefixed some constants with AFFS_ to avoid name
|
/linux-4.4.14/Documentation/networking/ |
D | udplite.txt | 97 for UDP-Lite header fields and protocol constants
|
D | phy.txt | 316 match, however two constants, PHY_ANY_ID and PHY_ANY_UID, are provided as
|
D | can.txt | 1100 Shows the bit-timing constants of the CAN controller, here the 1104 These constants could be used for user-defined (non-standard) 1134 constants can be used for that purpose. They are listed by the
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 203 1. Unified pin definitions - enum constants for all configurable pins
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 80 Unless otherwise specified, all data structures and constants 725 constants defined in hdreg.h.
|
D | cdrom.txt | 91 Unless otherwise specified, all data structures and constants
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 162 # They are then added to their respective SHA512 constants at
|
D | sha512-avx-asm.S | 168 # They are then added to their respective SHA512 constants at
|
D | aesni-intel_avx-x86_64.S | 132 # order of these constants should not change. 482 jl _initial_blocks_done\@ # no need for precomputed constants 1742 jl _initial_blocks_done\@ # no need for precomputed constants
|
D | aesni-intel_asm.S | 55 # order of these constants should not change.
|
/linux-4.4.14/Documentation/ |
D | CodingStyle | 616 Names of macros defining constants and labels in enums are capitalized. 620 Enums are preferred when defining several related constants. 658 4) forgetting about precedence: macros defining constants using expressions
|
D | kernel-doc-nano-HOWTO.txt | 280 Use the argument mechanism to document members or constants.
|
D | unshare.txt | 139 the following constants.
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 53 ;; whether the bug is present, some constants would then have to
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 157 The profile also contains a few constants to aid in completing,
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 129 header-y += firewire-constants.h
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 6 subtraction of constants, and casts all work quite naturally and safely.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1744 /* Target mode command processing constants */ 1752 * Downloaded (kernel inserted) constants
|
D | aic79xx.reg | 4246 /* Target mode command processing constants */ 4267 * Downloaded (kernel inserted) constants
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ste-dbx5x0.dtsi | 800 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
|
/linux-4.4.14/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 547 .LM0ISR: @ InvShiftRows constants 553 .LM0SR: @ ShiftRows constants 1409 sub r6, r8, #.LREVM0SR-.LSR @ pass constants
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 569 your driver if they're helpful, or just use plain hex constants.
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 366 Along with the constants: 1155 preprocessor) so you can use #include's, #define for constants, etc...
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 210 /* Include zconf.hash.c here so it can see the token constants. */
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 552 capability-constants that are defined in \cdromh\ at the registration
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 708 attached for this thread. reqkey_defl should be one of these constants:
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 435 is an area just behind each procedure used to store constants
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 1872 and their own constants and width. To keep track of the implemented
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 271 # This file contains a set of define statements for constants
|