Home
last modified time | relevance | path

Searched +defs:c +defs:mode (Results 1 – 25 of 36493) sorted by relevance

12345678910>>...1460

/dports/audio/checkmate/checkmate-0.21/mpck/
H A Dbufio.c116 #define S_ISDIR(mode) (((mode) & S_IFDIR)==(S_IFDIR)) argument
120 #define S_ISREG(mode) (((mode) & S_IFREG)==(S_IFREG)) argument
149 CFILE * cfopen(const char * filename, char * mode) { in cfopen()
151 CFILE *c; in cfopen() local
192 static CFILE * wb_fopen(const char * filename, char * mode, size_t filesize) { in wb_fopen()
193 CFILE *c; in wb_fopen() local
277 static CFILE * mm_fopen(const char * filename, char * mode, size_t filesize) { in mm_fopen()
280 CFILE *c; in mm_fopen() local
323 static CFILE * mm_fopen(const char * filename, char * mode, size_t filesize) { in mm_fopen()
324 CFILE *c; in mm_fopen() local
[all …]
/dports/devel/fpp/fdfpp/src/
H A Dlex.c54 skip_comment( unsigned mode ) { in skip_comment()
55 wchar c; in skip_comment() local
180 wchar c; in skipcont() local
240 skipcont90(unsigned mode) { in skipcont90()
333 getsym( unsigned mode ) { in getsym()
334 wchar c; in getsym() local
499 char c; in isfspec() local
552 get_token(unsigned mode) { in get_token()
553 wchar c,c0; in get_token() local
1178 get_token_nl(unsigned mode) { in get_token_nl()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/javax/crypto/full/
H A DCipherBench.java41 private String mode; field in CipherBench
64 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
78 protected void init(Cipher c, int mode, SecretKeySpec ks, Cipher fromCipher) in init()
123 private String mode; field in CipherBench.GCM
143 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
154 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
168 private String mode; field in CipherBench.CTR
193 private String mode; field in CipherBench.ChaCha20Poly1305
218 private String mode; field in CipherBench.ChaCha20
236 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/javax/crypto/full/
H A DCipherBench.java41 private String mode; field in CipherBench
64 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
78 protected void init(Cipher c, int mode, SecretKeySpec ks, Cipher fromCipher) in init()
123 private String mode; field in CipherBench.GCM
143 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
154 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
168 private String mode; field in CipherBench.CTR
193 private String mode; field in CipherBench.ChaCha20Poly1305
218 private String mode; field in CipherBench.ChaCha20
236 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/javax/crypto/full/
H A DCipherBench.java41 private String mode; field in CipherBench
64 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
78 protected void init(Cipher c, int mode, SecretKeySpec ks, Cipher fromCipher) in init()
123 private String mode; field in CipherBench.GCM
143 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
154 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
168 private String mode; field in CipherBench.CTR
193 private String mode; field in CipherBench.ChaCha20Poly1305
218 private String mode; field in CipherBench.ChaCha20
236 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/micro/org/openjdk/bench/javax/crypto/full/
H A DCipherBench.java41 private String mode; field in CipherBench
64 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
78 protected void init(Cipher c, int mode, SecretKeySpec ks, Cipher fromCipher) in init()
123 private String mode; field in CipherBench.GCM
143 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
154 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
168 private String mode; field in CipherBench.CTR
193 private String mode; field in CipherBench.ChaCha20Poly1305
218 private String mode; field in CipherBench.ChaCha20
236 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/javax/crypto/full/
H A DCipherBench.java41 private String mode; field in CipherBench
64 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
78 protected void init(Cipher c, int mode, SecretKeySpec ks, Cipher fromCipher) in init()
123 private String mode; field in CipherBench.GCM
143 protected void init(Cipher c, int mode, SecretKeySpec ks) in init()
154 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
168 private String mode; field in CipherBench.CTR
193 private String mode; field in CipherBench.ChaCha20Poly1305
218 private String mode; field in CipherBench.ChaCha20
236 protected void init(Cipher c, int mode, SecretKeySpec ks, in init()
/dports/audio/epos-devel/epos-2.5.37/src/nnet/
H A Dstream.cc5 bang_ifstream::bang_ifstream(const char *name, int mode) in bang_ifstream()
12 void bang_ifstream::open (const char *name, int mode) in open()
29 bang_ifstream::bang_ifstream(FILE *file, int mode) in bang_ifstream()
80 bang_istream &bang_ifstream::operator>>(char &c) in operator >>()
143 bang_istream &bang_ifstream::putback(char &c) in putback()
176 int c; in getline() local
200 char c; in ignore() local
226 void bang_ofstream::open(const char *name, int mode) in open()
251 bang_ofstream::bang_ofstream(FILE *file, int mode) in bang_ofstream()
366 bang_istream &bang_istream::get(char &c) in get()
[all …]
/dports/security/kleopatra/kleopatra-21.12.3/src/commands/
H A Dsignencryptfilescommand.cpp75 SignEncryptFilesCommand::Private::Private(SignEncryptFilesCommand *qq, KeyListController *c) in Private()
91 SignEncryptFilesCommand::SignEncryptFilesCommand(KeyListController *c) in SignEncryptFilesCommand()
97 SignEncryptFilesCommand::SignEncryptFilesCommand(QAbstractItemView *v, KeyListController *c) in SignEncryptFilesCommand()
103 SignEncryptFilesCommand::SignEncryptFilesCommand(const QStringList &files, KeyListController *c) in SignEncryptFilesCommand()
110 …mand::SignEncryptFilesCommand(const QStringList &files, QAbstractItemView *v, KeyListController *c) in SignEncryptFilesCommand()
136 unsigned int mode = d->controller.operationMode(); in setSigningPolicy() local
157 const unsigned int mode = d->controller.operationMode(); in signingPolicy() local
173 unsigned int mode = d->controller.operationMode(); in setEncryptionPolicy() local
194 const unsigned int mode = d->controller.operationMode(); in encryptionPolicy() local
210 unsigned int mode = d->controller.operationMode(); in setArchivePolicy() local
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/_shared/
H A Dinterpolation.pxd44 np_floats r, np_floats c, char mode, np_real_numeric cval,
74 np_floats r, np_floats c, char mode, np_real_numeric cval,
145 np_floats r, np_floats c, char mode, np_real_numeric cval,
226 np_floats r, np_floats c, char mode,
284 long r, long c, char mode,
320 Py_ssize_t c, Py_ssize_t d, char mode,
353 cdef inline Py_ssize_t coord_map(Py_ssize_t dim, long coord, char mode) nogil:
/dports/devel/hyperscan/hyperscan-5.4.0/src/parser/
H A DComponentClass.cpp60 CharReach getPredefinedCharReach(PredefinedClass c, const ParseMode &mode) { in getPredefinedCharReach()
400 unique_ptr<ComponentClass> getComponentClass(const ParseMode &mode) { in getComponentClass()
408 unique_ptr<ComponentClass> generateComponent(PredefinedClass c, bool negate, in generateComponent()
409 const ParseMode &mode) { in generateComponent()
416 unique_ptr<ComponentClass> getLiteralComponentClass(unsigned char c, in getLiteralComponentClass()
418 ParseMode mode; in getLiteralComponentClass() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java203 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
253 Cipher c = createCipher(mode, params); in combination_1() local
274 Cipher c = createCipher(mode, params); in combination_2() local
343 Cipher c = createCipher(mode, params); in combination_5() local
364 Cipher c = createCipher(mode, params); in combination_6() local
443 Cipher c = createCipher(mode, params); in combination_9() local
474 Cipher c = createCipher(mode, params); in combination_10() local
591 Cipher c = createCipher(mode, params); in combination_13() local
630 Cipher c = createCipher(mode, params); in combination_14() local
672 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java202 public byte[] execute(int mode, byte[] AAD, byte[] inputText, in execute()
248 Cipher c = createCipher(mode, params); in combination_1() local
269 Cipher c = createCipher(mode, params); in combination_2() local
338 Cipher c = createCipher(mode, params); in combination_5() local
359 Cipher c = createCipher(mode, params); in combination_6() local
438 Cipher c = createCipher(mode, params); in combination_9() local
469 Cipher c = createCipher(mode, params); in combination_10() local
586 Cipher c = createCipher(mode, params); in combination_13() local
625 Cipher c = createCipher(mode, params); in combination_14() local
667 Cipher c = createCipher(mode, params); in combination_15() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/crypto/Cipher/
H A DCipherInputStreamExceptions.java64 Cipher c; in gcm_AEADBadTag() local
102 Cipher c; in gcm_shortReadAEAD() local
144 Cipher c; in gcm_suppressUnreadCorrupt() local
235 Cipher c; in cbc_shortStream() local
352 static byte[] encryptedText(String mode, int length) throws Exception{ in encryptedText()
357 static byte[] encryptedText(String mode, byte[] pt) throws Exception{ in encryptedText()
358 Cipher c; in encryptedText() local
373 static CipherInputStream getStream(String mode, byte[] ct) throws Exception { in getStream()
378 static CipherInputStream getStream(String mode, byte[] ct, int length) in getStream()
380 Cipher c; in getStream() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/crypto/Cipher/
H A DCipherInputStreamExceptions.java64 Cipher c; in gcm_AEADBadTag() local
102 Cipher c; in gcm_shortReadAEAD() local
144 Cipher c; in gcm_suppressUnreadCorrupt() local
235 Cipher c; in cbc_shortStream() local
352 static byte[] encryptedText(String mode, int length) throws Exception{ in encryptedText()
357 static byte[] encryptedText(String mode, byte[] pt) throws Exception{ in encryptedText()
358 Cipher c; in encryptedText() local
373 static CipherInputStream getStream(String mode, byte[] ct) throws Exception { in getStream()
378 static CipherInputStream getStream(String mode, byte[] ct, int length) in getStream()
380 Cipher c; in getStream() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/crypto/Cipher/
H A DCipherInputStreamExceptions.java64 Cipher c; in gcm_AEADBadTag() local
102 Cipher c; in gcm_shortReadAEAD() local
144 Cipher c; in gcm_suppressUnreadCorrupt() local
235 Cipher c; in cbc_shortStream() local
352 static byte[] encryptedText(String mode, int length) throws Exception{ in encryptedText()
357 static byte[] encryptedText(String mode, byte[] pt) throws Exception{ in encryptedText()
358 Cipher c; in encryptedText() local
373 static CipherInputStream getStream(String mode, byte[] ct) throws Exception { in getStream()
378 static CipherInputStream getStream(String mode, byte[] ct, int length) in getStream()
380 Cipher c; in getStream() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/crypto/Cipher/
H A DCipherInputStreamExceptions.java64 Cipher c; in gcm_AEADBadTag() local
102 Cipher c; in gcm_shortReadAEAD() local
144 Cipher c; in gcm_suppressUnreadCorrupt() local
235 Cipher c; in cbc_shortStream() local
352 static byte[] encryptedText(String mode, int length) throws Exception{ in encryptedText()
357 static byte[] encryptedText(String mode, byte[] pt) throws Exception{ in encryptedText()
358 Cipher c; in encryptedText() local
373 static CipherInputStream getStream(String mode, byte[] ct) throws Exception { in getStream()
378 static CipherInputStream getStream(String mode, byte[] ct, int length) in getStream()
380 Cipher c; in getStream() local

12345678910>>...1460