HomeSort by: relevance | last modified time | path
    Searched refs:issue (Results 1 - 25 of 162) sorted by relevancy

1 2 3 4 5 6 7

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_ca.in 57 echo "issue certificate"
58 ${hxtool} issue-certificate \
69 echo "issue crl (no cert)"
80 echo "issue crl (with cert)"
92 echo "issue crl (with cert)"
105 echo "issue certificate (10years 1 month)"
106 ${hxtool} issue-certificate \
113 echo "issue certificate (with https ekus)"
114 ${hxtool} issue-certificate \
122 echo "issue certificate (pkinit KDC)
    [all...]
test_windows.in 52 ${hxtool} issue-certificate \
54 --issue-ca \
61 ${hxtool} issue-certificate \
74 ${hxtool} issue-certificate \
  /src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-pkinit.in 121 echo "issue self-signed ca cert"
122 ${hxtool} issue-certificate \
124 --issue-ca \
129 echo "issue kdc certificate"
130 ${hxtool} issue-certificate \
137 echo "issue user certificate (pkinit san)"
138 ${hxtool} issue-certificate \
145 echo "issue user 2 certificate (no san)"
146 ${hxtool} issue-certificate \
152 echo "issue user 3 certificate (ms san)
    [all...]
  /src/external/historical/nawk/dist/
FIXES 44 for spotting the ARGV issue and Todd Miller for the fix.
50 Fixed regex engine gototab reallocation issue that was
53 character. Thanks to Oguz Ismail for spotting the issue.
58 the issue and providing a fix, and to Miguel Pineiro Jr.
81 Fix issue #199: gototab improvements to dynamically resize the
86 Fix Issue #169, related to escape sequences in strings.
88 Fix Issue #147, reported by Github user drawkula, and fixed
113 unicode FS and RS. Also fixed gsub null match issue with unicode.
FIXES.1e 44 discovered by todd miller. also use-after-free issue with
87 Fix readrec's definition of a record. This fixes an issue
145 portability to DJGPP. Should fix Issue 92. Thanks to Albert Wik
160 Merge PRs 82 and 84. The latter fixes issue #83. Thanks to
168 Fix Issue #78 by allowing \r to follow floating point numbers in
179 GitHub user enh-google for pointing it out. Closes Issue #79.
208 to GitHub user michaelforney. Fix issue #60 ({0} in interval
219 use POSIX rules for multiple backslashes. This fixes Issue #66,
228 one done in the grammar. Fixes GitHub issue #61. Thanks
318 be treated literally. Fixes Issue #40. Thanks to GitHub use
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
aes-armv4.S 26 @ key [on single-issue Xscale PXA250 core].
34 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
sha512-armv4.S 22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on
45 @ multiple NEON instructions per cycle, but dual NEON issue could
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
aes-armv4.S 26 @ key [on single-issue Xscale PXA250 core].
34 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
sha512-armv4.S 22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on
45 @ multiple NEON instructions per cycle, but dual NEON issue could
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
sha256-armv4.S 23 @ byte [on single-issue Xscale PXA250 core].
27 @ Rescheduling for dual-issue pipeline resulted in 22% improvement on
sha512-armv4.S 22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on
45 @ multiple NEON instructions per cycle, but dual NEON issue could
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-model.h 42 unsigned char issue; member in struct:__anon21956
  /src/external/gpl3/gdb/dist/sim/common/
sim-model.h 42 unsigned char issue; member in struct:__anon1441
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 322 def add_common(self, issue: AnalysisDiagnostic):
323 self.present_in_both.append(issue)
325 def add_removed(self, issue: AnalysisDiagnostic):
326 self.present_only_in_old.append(issue)
328 def add_added(self, issue: AnalysisDiagnostic):
329 self.present_only_in_new.append(issue)
  /src/sys/arch/arm/arm/
cpufunc_asm_pj4b.S 67 @ LDSTM 1st issue is single word
  /src/sys/arch/x68k/stand/common/
execkern.S 106 | ??? returned from kernel -- issue software reset
  /src/external/mit/xorg/lib/fontconfig/etc/
fonts.conf 16 to the fontconfig issue tracking system located at fontconfig.org
  /src/sys/arch/sandpoint/stand/altboot/
dsk.c 401 void (*issue)(struct dvata_chan *, int64_t, int);
413 issue = (bno < (1ULL<<28)) ? issue28 : issue48;
415 (*issue)(chan, bno, rdcnt);
  /src/external/lgpl3/gmp/dist/mpn/alpha/
com.asm 47 C taken branch bubble, but also since ldq cannot issue two cycles after stq
54 C can issue together.
  /src/external/lgpl3/gmp/dist/mpn/arm/
logops_n.asm 46 C * Debug popping issue, see comment below.
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
mul_1.asm 50 C stalling instruction issue. If this is true, and the cache is actually also
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/
addmul_1.asm 63 C issue control.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
aorrlsh1_n.asm 51 C The speed is limited by decoding/issue bandwidth. There are 22 instructions
sublsh1_n.asm 46 C The speed is limited by decoding/issue bandwidth. There are 26 instructions
  /src/external/lgpl3/gmp/dist/mpn/ia64/
lorrshift.asm 46 C We should actually issue the first ld8 at cycle 0, and the first BSH/FSH pair
47 C at cycle 2. Judicious use of predicates could allow us to issue more ld8's

Completed in 63 milliseconds

1 2 3 4 5 6 7