Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 25 of 106) sorted by last modified time

12345

/dragonfly/contrib/awk/
H A DFIXES.1e227 Fix a bug in the concatentation of two string constants into
282 Import grammar optimization from NetBSD: Two string constants
808 in case stdin, etc., are not constants; some compilers care.
1314 Changed grammar to prohibit constants as 3rd arg of sub and gsub;
/dragonfly/sys/crypto/chacha20/
H A Dchacha.c58 const char *constants; in chacha_keysetup() local
66 constants = sigma; in chacha_keysetup()
68 constants = tau; in chacha_keysetup()
74 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
75 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
76 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
77 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/dragonfly/crypto/libressl/crypto/chacha/
H A Dchacha-merged.c91 const char *constants; in chacha_keysetup() local
99 constants = sigma; in chacha_keysetup()
101 constants = tau; in chacha_keysetup()
107 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
108 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
109 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
110 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/dragonfly/crypto/libressl/
H A DChangeLog510 - Added AES-GCM constants from RFC 7714 for SRTP.
/dragonfly/contrib/expat/
H A DChanges357 - Two new XML_FEATURE_* constants ..
1115 some character constants to be ASCII encoded.
1236 - Added compile-time constants that can be used to determine the
/dragonfly/contrib/bmake/
H A DChangeLog671 use bit-shift expressions for VarFlags constants
672 rename constants for VarFlags
673 rename ExprDefined constants for debug logging
697 o rename some VAR constants to SCOPE
784 o cond.c: clean up VarParseResult constants
800 clean up VarParseResult constants
843 rename mode constants for ParseGetLine to be more expressive
917 o define constants for enum zero-values
1178 use proper enum constants for aborting
/dragonfly/usr.sbin/ppp/
H A Dppp.8.m43189 constants are considered
/dragonfly/usr.bin/window/
H A DREADME55 The file local.h contains locally tunable constants.
/dragonfly/usr.bin/m4/TEST/
H A Dhash.m440 dnl handle char constants in eval.
/dragonfly/tools/regression/bin/sh/expansion/
H A Darith2.020 # constants
/dragonfly/sys/dev/raid/vinum/
H A Dvinumvar.h61 enum constants { enum
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt3153 constants.
3156 DMAR: Added new constants per the 10/2014 DMAR spec.
3158 HEST: For ACPI 6.1, added new constants and new subtable.
3159 DBG2: Added new constants per the 12/2015 DBG2 spec.
6308 constants
16686 Fixed some issues with constants in the 64-bit version of the
17193 Fixed a reported problem where constants such as Zero and One
17214 switch statements for these constants (which previously were
17439 instead of Integer/Buffer/String constants in terms that must
17657 constants were not reported.
[all …]
/dragonfly/sys/bus/gpio/
H A Dgpio_if.m41 # XXX trigger, polarity and termination constants are currently used from
/dragonfly/share/zoneinfo/
H A Deurope4228 # It should also be remembered that time-zones are not constants; e.g.
/dragonfly/share/dict/
H A Dweb2a352 Admiralty constants
/dragonfly/lib/libc/rpc/
H A Dgetrpcent.c67 enum constants enum
345 switch ((enum constants)mdata) in files_setrpcent()
572 switch ((enum constants)mdata) in nis_setrpcent()
/dragonfly/lib/libc/net/
H A Dgetservent.c59 enum constants enum
430 switch ((enum constants)mdata) { in files_setservent()
648 switch ((enum constants)mdata) { in nis_setservent()
683 switch ((enum constants)mdata) { in compat_setservent()
/dragonfly/lib/libc/gen/
H A Dgetpwent.c79 enum constants { enum
781 switch ((enum constants)mdata) { in files_setpwent()
1709 switch ((enum constants)mdata) { in compat_setpwent()
H A Dgetgrent.c64 enum constants { enum
805 switch ((enum constants)mdata) { in files_setgrent()
1246 switch ((enum constants)mdata) { in compat_setgrent()
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A DMakefile.headers159 insn-constants.h \
H A Db-header-vars12 GTM_H=tm.h options.h config/vxworks-dummy.h defaults.h insn-constants.h
/dragonfly/gnu/usr.bin/cc80/cc_tools/tools/
H A DMakefile32 genprogmd= $(genprogrtl) mddeps constants enums
44 ${BUILD_RTL}: tm.h insn-modes.h insn-modes-inline.h gtype-desc.h insn-constants.h
87 gencheck.no: tm.h insn-constants.h
88 gencondmd.no: insn-constants.h
109 simple_generated_h= $(simple_rtl_generated_h) insn-constants.h
145 insn-constants.h: genconstants.nx ${MD_DEPS} _MD
210 insn-modes.c insn-constants.h insn-conditions.md \
230 ${GENFILES:Minsn-constants.h} ${GENFILES:Minsn-modes.h} \
/dragonfly/gnu/usr.bin/cc47/cc_tools/tools/
H A DMakefile21 ${BUILD_RTL}: tm.h insn-modes.h gtype-desc.h insn-constants.h
25 genprogmd = $(genprogrtl) mddeps constants enums
59 gencheck.no: tm.h insn-constants.h
60 gencondmd.no: tree-check.h insn-constants.h
93 insn-constants.h: genconstants.nx ${MD_DEPS} _MD
133 insn-constants.h tree-check.h gencondmd.c insn-conditions.md \
/dragonfly/gnu/usr.bin/cc47/liblto_plugin/
H A DMakefile.headers53 insn-constants.h \
/dragonfly/gnu/usr.bin/cc80/
H A DMakefile.tgt35 TARGET_INC+= insn-constants.h

12345