Searched refs:num (Results 176 - 200 of 1331) sorted by relevance

1234567891011>>

/openbsd-current/lib/libcrypto/rc2/
H A Drc2.h91 int *num, int enc);
94 int *num);
H A Drc2cfb64.c64 * 64bit block we have used is contained in *num;
70 int *num, int encrypt)
73 int n = *num;
122 *num = n;
68 RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
H A Drc2ofb64.c64 * 64bit block we have used is contained in *num;
69 int *num)
72 int n = *num;
109 *num = n;
67 RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num) argument
/openbsd-current/lib/libcrypto/bf/
H A Dblowfish.h102 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
104 const BF_KEY *schedule, unsigned char *ivec, int *num);
/openbsd-current/lib/libcrypto/idea/
H A Didea.h90 int *num, int enc);
92 long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int *num);
/openbsd-current/games/hack/
H A Dhack.read.c390 int num, zx, zy; local
399 if((num = lev->typ) == 0)
401 if(num == SCORR) {
405 if(num == SDOOR) {
411 if(num != ROOM)
436 { int num; local
448 num = rnd(6);
449 u.uhpmax -= num;
450 losehp(num, "scroll of fire");
453 num
512 int num,zx,zy; local
[all...]
/openbsd-current/sbin/isakmpd/
H A Dfield.h42 raw, num, mask, ign, cst enumerator in enum:field::__anon8181
/openbsd-current/usr.sbin/unbound/services/
H A Dmodstack.h52 int num; member in struct:module_stack
/openbsd-current/sbin/unwind/libunbound/services/
H A Dmodstack.h52 int num; member in struct:module_stack
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dnumconvert.t71 my $num = 0;
72 $num += 10**$_ - 4**$_ for 1.. $max_chain;
73 $num *= $st_t;
74 $num += $::additional_tests;
75 plan(tests => $num); # In fact 15 times more subsubtests...
133 for my $num (@list) {
140 $inpt = $num; # Try to not contaminate $num...
154 #my $tmp1 = $num;
200 my $diag = "'$ans[0]' ne '$ans[1]',\t$num\
[all...]
/openbsd-current/sys/arch/i386/i386/
H A Dapicvec.s217 #define voidop(num)
227 #define APICINTR(name, num, early_ack, late_ack, mask, unmask, level_mask) \
228 IDTVEC(intr_##name##num) \
230 INTRENTRY(intr_##name##num) ;\
233 orl $num,%eax ;\
236 mask(num) /* mask it in hardware */ ;\
237 early_ack(num) /* and allow other intrs */ ;\
242 jz Xstray_##name##num ;\
265 APIC_STRAY_TEST(name,num) /* see if it's a stray */ ;\
267 unmask(num) /* unmas
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/19_diagnostics/
H A Dstdexceptions.cc74 const size_t num = 512; local
75 __extension__ char array[num];
76 for (size_t i = 0; i < num; i++)
/openbsd-current/libexec/tradcpp/
H A Darray.h54 unsigned num, max; member in struct:array
64 void array_setsize(struct array *, unsigned num);
75 return a->num;
81 arrayassert(index_ < a->num);
88 arrayassert(index_ < a->num);
95 unsigned index_ = a->num;
174 INLINE void ARRAY##_setsize(struct ARRAY *a, unsigned num); \
229 ARRAY##_setsize(struct ARRAY *a, unsigned num) \
231 array_setsize(&a->arr, num); \
261 unsigned i, num; \
[all...]
/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dnid_104.c26 unsigned short num; local
34 num = uint16_fromregion(&region);
36 snprintf(buf, sizeof(buf), "%u", num);
H A Dl64_106.c26 unsigned short num; local
34 num = uint16_fromregion(&region);
36 snprintf(buf, sizeof(buf), "%u", num);
H A Dl32_105.c26 unsigned short num; local
34 num = uint16_fromregion(&region);
36 snprintf(buf, sizeof(buf), "%u", num);
H A Dlp_107.c29 unsigned short num; local
38 num = uint16_fromregion(&region);
40 snprintf(buf, sizeof(buf), "%u", num);
/openbsd-current/regress/lib/libcrypto/x509/
H A Dx509attribute.c74 int num; local
88 else if ((num = X509_ATTRIBUTE_count(attrib)) != 1)
89 fail_int("X509_ATTRIBUTE_count", num);
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/t/
H A Dconfig.t44 my $num = unpack('N', pack('C*', split(/\./, $_[0])));
45 $names{$num} = $_[0];
46 return $num;
/openbsd-current/usr.sbin/nsd/
H A Dregion-allocator.h92 void *region_alloc_array(region_type *region, size_t num, size_t size);
106 size_t num, size_t size);
119 void *region_alloc_array_zero(region_type *region, size_t num, size_t size);
/openbsd-current/lib/libcrypto/bio/
H A Dbss_null.c67 static int null_write(BIO *h, const char *buf, int num);
98 bi->num = 0;
124 null_ctrl(BIO *b, int cmd, long num, void *ptr) argument
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DFindBugs.cpp39 unsigned num = 1; local
60 outs() << "Combination " << num << " optimized successfully!\n";
95 num++;
/openbsd-current/lib/libcrypto/des/
H A Dofb64ede.c63 * 64bit block we have used is contained in *num;
70 int *num)
73 int n = *num;
111 *num = n;
66 DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
H A Dofb64enc.c63 * 64bit block we have used is contained in *num;
68 DES_key_schedule *schedule, DES_cblock *ivec, int *num)
71 int n = *num;
108 *num = n;
66 DES_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num) argument
H A Dcfb64enc.c63 * 64bit block we have used is contained in *num;
69 DES_cblock *ivec, int *num, int enc)
73 int n = *num;
121 *num = n;
67 DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num, int enc) argument

Completed in 384 milliseconds

1234567891011>>