Searched refs:group (Results 151 - 175 of 1439) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68hc11/
H A Dbug-3331.s1 ;;; Bug #3331: Invalid group relaxation, bset uses an invalid address
8 ldx #foo ;; This relax group must not be changed.
14 ;; previous relax group
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sm2/
H A Dsm2_key.c26 const EC_GROUP *group = NULL; local
30 || (group = EC_KEY_get0_group(eckey)) == NULL
32 || (order = EC_GROUP_get0_order(group)) == NULL ) {
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_intc.c95 const u_int group = irqbase / 32; local
97 KASSERT((mask & sc->sc_enabled_irqs[group]) == 0);
98 sc->sc_enabled_irqs[group] |= mask;
99 INTC_WRITE(sc, INTC_EN_REG(group), sc->sc_enabled_irqs[group]);
100 INTC_WRITE(sc, INTC_MASK_REG(group), ~sc->sc_enabled_irqs[group]);
107 const u_int group = irqbase / 32; local
109 sc->sc_enabled_irqs[group] &= ~mask;
110 INTC_WRITE(sc, INTC_EN_REG(group), s
180 sunxi_intc_find_pending_irqs(struct sunxi_intc_softc *sc, u_int group) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched-bd.c118 enum dispatch_group group; member in struct:sched_insn_info_s
157 /* Get dispatch group of insn. */
250 new_list->window[i].group = disp_no_group;
289 is_end_basic_block (enum dispatch_group group) argument
291 return group == disp_branch;
424 /* Return insn dispatch group. */
429 enum dispatch_group group = get_mem_group (insn); local
430 if (group)
431 return group;
454 enum dispatch_group group local
507 enum dispatch_group group = get_insn_group (insn); local
565 enum dispatch_group group = get_insn_group (insn); local
749 enum dispatch_group group; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dgroup1.d3 #ld: -T group.ld
H A Dgroup11.d3 #ld: -r --force-group-allocation
H A Dwarn2.d4 #ld: -T group.ld
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dnon-contiguous-powerpc64.d5 #error: .*Could not assign group.*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/elf/
H A Dsection4.d6 [ ]*\[.*\][ ]+.group[ ]+GROUP.*
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_pwd_common.c94 wpa_printf(MSG_INFO, "EAP-pwd: unsuitable group %u", num);
100 grp->group = crypto_ec_init(num);
101 if (!grp->group) {
102 wpa_printf(MSG_INFO, "EAP-pwd: unable to create EC group");
108 wpa_printf(MSG_INFO, "EAP-pwd: provisioned group %d", num);
157 prime = crypto_ec_get_prime(grp->group);
158 primebitlen = crypto_ec_prime_len_bits(grp->group);
159 primebytelen = crypto_ec_prime_len(grp->group);
163 grp->pwe = crypto_ec_point_init(grp->group);
246 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidat
390 eap_pwd_get_element(EAP_PWD_group *group, const u8 *buf) argument
429 eap_pwd_get_scalar(EAP_PWD_group *group, const u8 *buf) argument
452 eap_pwd_get_rand_mask(EAP_PWD_group *group, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) argument
[all...]
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dcomapi.c82 "group",
94 log_fatal ("Can't register group object type: %s",
137 struct group_object *group; local
142 group = (struct group_object *)h;
144 /* XXX For now, we can only set these values on new group objects.
145 XXX Soon, we need to be able to update group objects. */
147 if (group -> name)
151 group -> name = dmalloc (value -> u.buffer.len + 1,
153 if (!group -> name)
155 memcpy (group
210 struct group_object *group; local
233 struct group_object *group, *t; local
264 struct group_object *group; local
310 struct group_object *group; local
343 struct group_object *group; local
406 struct group_object *group; local
422 struct group_object *group; local
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirp_gr.c71 struct group group; member in struct:pvt
77 static struct group * gr_next(struct irs_gr *);
78 static struct group * gr_byname(struct irs_gr *, const char *);
79 static struct group * gr_bygid(struct irs_gr *, gid_t);
84 static void free_group(struct group *gr);
90 * Initialize the group sub-module.
142 * Gets the next group out of the cached data and returns it.
146 static struct group *
149 struct group *g
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_backend.c156 static int ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, argument
167 fid = EC_GROUP_get_field_type(group);
197 if (!EC_GROUP_get_curve(group, p, a, b, bnctx)) {
211 const BIGNUM *order = EC_GROUP_get0_order(group);
237 const EC_POINT *genpt = EC_GROUP_get0_generator(group);
238 point_conversion_form_t genform = EC_GROUP_get_point_conversion_form(group);
244 genbuf_len = EC_POINT_point2buf(group, genpt, genform, genbuf, bnctx);
259 const BIGNUM *cofactor = EC_GROUP_get0_cofactor(group);
271 unsigned char *seed = EC_GROUP_get0_seed(group);
272 size_t seed_len = EC_GROUP_get_seed_len(group);
288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) argument
502 EC_GROUP *group = NULL; local
751 EC_GROUP *group; local
772 EC_GROUP *group = NULL; local
[all...]
H A Dec_mult.c38 const EC_GROUP *group; /* parent EC_GROUP object */ member in struct:ec_pre_comp_st
51 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) argument
55 if (!group)
64 ret->group = group;
117 * This functions computes a single point multiplication over the EC group,
128 * constant time bets are off (where n is the cardinality of the EC group).
130 * This function expects `group->order` and `group->cardinality` to be well
141 * input parameters `group`, `
145 ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
410 ossl_ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
830 ossl_ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
991 ossl_ec_wNAF_have_precompute_mult(const EC_GROUP *group) argument
[all...]
/netbsd-current/external/bsd/ipf/dist/perl/
H A Dipf-mrtg.pl10 $in_pkts += $1 if (/^(\d+)\s+pass\s+in\s+quick.*group\s+1\d0/);
15 $out_pkts += $1 if (/^(\d+)\s+pass\s+out\s+quick.*group\s+1\d0/);
/netbsd-current/external/bsd/nsd/dist/contrib/
H A Dnsd.zones2nsd.conf27 zone = match.group(1)
28 zonefile = match.group(2)
29 master_group = match.group(3)
67 zone = match.group(1)
68 zonefile = match.group(2)
75 zone = match.group(1)
76 zonefile = match.group(2)
77 notify_group = match.group(3)
/netbsd-current/sys/arch/mips/cavium/dev/
H A Docteon_pow.c66 octpow_config_int(struct octpow_softc *sc, int group, uint64_t tc_thr, argument
75 _POW_WR8(sc, POW_WQ_INT_THR0_OFFSET + (group * 8), wq_int_thr);
85 * => each group can set timeout
91 octpow_config(struct octpow_softc *sc, int group) argument
94 octpow_config_int(sc, group,
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dtan.c35 MPFR_GROUP_DECL (group);
69 MPFR_GROUP_INIT_2 (group, m, s, c);
81 MPFR_GROUP_REPREC_2 (group, m, s, c);
85 MPFR_GROUP_CLEAR (group);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dopenat.h62 chownat (int fd, char const *file, uid_t owner, gid_t group) argument
64 return fchownat (fd, file, owner, group, 0);
68 lchownat (int fd, char const *file, uid_t owner, gid_t group) argument
70 return fchownat (fd, file, owner, group, AT_SYMLINK_NOFOLLOW);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dcomdat-reloc.d19 COMDAT group section \[.....\] `\.group' \[bar\] contains .+ sections:
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-linkonce/
H A Dsym1.s8 # PE signature of the comdat group
H A Dsym2.s8 # PE signature of the comdat group
H A Dsym3.s8 # PE signature of the comdat group
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxml-syscall.h55 /* Function used to retrieve the list of syscalls of a given group in
57 If the group doesn't exist, return false. */
59 bool get_syscalls_by_group (struct gdbarch *gdbarch, const char *group,
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dz180.s5 ; IN0 group
14 ; OUT0 group
23 ; MLT group
29 ; TST group

Completed in 726 milliseconds

1234567891011>>