Searched refs:num (Results 101 - 125 of 3431) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/allow-retries/
H A Dsucceeds-within-limit.py17 num = int(counter.read()) variable
18 if num == 4:
23 counter.write(str(num + 1))
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test_retry_attempts/
H A Dtest.py15 num = int(counter.read()) variable
16 if num == 4:
21 counter.write(str(num + 1))
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h41 int (*seed) (const void *buf, int num);
42 int (*bytes) (unsigned char *buf, int num);
44 int (*add) (const void *buf, int num, double randomness);
45 int (*pseudorand) (unsigned char *buf, int num);
61 int RAND_bytes(unsigned char *buf, int num);
62 int RAND_priv_bytes(unsigned char *buf, int num);
68 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
75 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
79 OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
91 void RAND_seed(const void *buf, int num);
[all...]
/netbsd-current/sys/arch/x68k/usr.bin/tvctrl/
H A Dtvctrl.c18 unsigned long num; local
27 num = strtoul(argv[0], &ep, 10);
28 if (num > 255 || *ep != '\0')
31 ctl = num;
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dintbycpu.d43 sdt:::interrupt-start { @num[cpu] = count(); }
48 printa("%-16d %@16d\n", @num);
H A Dsyscallbypid.d47 @num[pid, execname, probefunc] = count();
53 printa("%6d %-24s %-24s %@8d\n", @num);
H A Dxcallsbypid.d44 @num[pid, execname] = count();
50 printa("%6d %-16s %@16d\n", @num);
/netbsd-current/external/cddl/dtracetoolkit/dist/Cpu/
H A Dintbycpu.d43 sdt:::interrupt-start { @num[cpu] = count(); }
48 printa("%-16d %@16d\n", @num);
H A Dxcallsbypid.d44 @num[pid, execname] = count();
50 printa("%6d %-16s %@16d\n", @num);
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dsyscallbypid.d47 @num[pid, execname, probefunc] = count();
53 printa("%6d %-24s %-24s %@8d\n", @num);
/netbsd-current/external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/
H A Dfwd_udptmout.conf3 num-threads: 1
11 num-queries-per-thread: 1024
/netbsd-current/external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/
H A Dfwd_waitudp.conf3 num-threads: 1
11 num-queries-per-thread: 1024
/netbsd-current/external/bsd/unbound/dist/testdata/fwd_three_service.tdir/
H A Dfwd_three_service.conf3 num-threads: 1
11 num-queries-per-thread: 1024
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder.c105 der_get_class_name(unsigned num) argument
107 if (num >= SIZEOF_ARRAY(class_names))
109 return class_names[num];
119 der_get_type_name(unsigned num) argument
121 if (num >= SIZEOF_ARRAY(type_names))
123 return type_names[num];
133 der_get_tag_name(unsigned num) argument
135 if (num >= SIZEOF_ARRAY(tag_names))
137 return tag_names[num];
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Drefnumtoa.c15 sockaddr_u *num
22 if (!ISREFCLOCKADR(num))
23 return socktoa(num);
26 netnum = SRCADR(num);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dt_pkey.c45 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, argument
53 if (num == NULL)
55 neg = BN_is_negative(num) ? "-" : "";
58 if (BN_is_zero(num)) {
64 if (BN_num_bytes(num) <= BN_BYTES) {
66 (unsigned long)bn_get_words(num)[0], neg,
67 (unsigned long)bn_get_words(num)[0]) <= 0)
72 buflen = BN_num_bytes(num) + 1;
80 n = BN_bn2bin(num, buf + 1);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dt_pkey.c45 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, argument
53 if (num == NULL)
55 neg = BN_is_negative(num) ? "-" : "";
58 if (BN_is_zero(num)) {
64 if (BN_num_bytes(num) <= BN_BYTES) {
66 (unsigned long)bn_get_words(num)[0], neg,
67 (unsigned long)bn_get_words(num)[0]) <= 0)
72 buflen = BN_num_bytes(num) + 1;
80 n = BN_bn2bin(num, buf + 1);
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dgcc_init_compound_literal.c33 int num; member in struct:node
/netbsd-current/usr.bin/sort/
H A Dinit.c108 if (field->icol.num <= clist[i].num)
110 if (field->icol.num != clist[i].num) {
112 clist[i].num = field->icol.num;
115 if (field->tcol.num && field->tcol.num != field->icol.num) {
117 if (field->tcol.num <
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios_i2c.c43 u8 *buf, int num)
61 if (num > ATOM_MAX_HW_I2C_WRITE) {
62 DRM_ERROR("hw i2c: tried to write too many bytes (%d vs 3)\n", num);
70 if (num)
71 num--;
72 if (num)
73 memcpy(&out, &buf[1], num);
77 (uintmax_t)1 << (CHAR_BIT*sizeof(num)));
84 args.ucTransBytes = num;
98 radeon_atom_copy_swap(buf, base, num, fals
41 radeon_process_i2c_ch(struct radeon_i2c_chan *chan, u8 slave_addr, u8 flags, u8 *buf, int num) argument
107 radeon_atom_hw_i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num) argument
[all...]
/netbsd-current/games/monop/
H A Dmisc.c100 long num; local
114 num = strtol(buf, &sp, 10);
115 if (errno || strlen(sp) > 0 || num < 0 || num >= INT_MAX) {
119 return num;
129 int num; /* general counter */ local
147 for (num = 0; op && op->sqr->type == UTIL;
149 num++;
150 play[pl].num_util = num;
152 printf("play[pl].num_util = num [
[all...]
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_syntax5.y10 int num
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.h17 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num,
19 void hostapd_remove_acl_mac(struct mac_acl_entry **acl, int *num,
/netbsd-current/external/mit/libcbor/dist/test/
H A Dassertions.c10 void assert_uint8(cbor_item_t* item, uint8_t num) { argument
13 assert_true(cbor_get_uint8(item) == num);
16 void assert_uint16(cbor_item_t* item, uint16_t num) { argument
19 assert_true(cbor_get_uint16(item) == num);
22 void assert_uint32(cbor_item_t* item, uint32_t num) { argument
25 assert_true(cbor_get_uint32(item) == num);
28 void assert_uint64(cbor_item_t* item, uint64_t num) { argument
31 assert_true(cbor_get_uint64(item) == num);
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dresultclass.h37 #define ISC_RESULTCLASS_FROMNUM(num) ((num) << 16)

Completed in 397 milliseconds

1234567891011>>