Searched refs:ivec (Results 101 - 119 of 119) sorted by relevance

12345

/freebsd-11-stable/contrib/gdb/gdb/
H A Df-exp.c250 int *ivec; member in union:YYSTYPE
1783 yyval.ivec[0] = 1; /* Number of types in vector */
1790 { int len = sizeof (struct type *) * (++(yyvsp[-2].ivec[0]) + 1);
1792 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Dc-exp.c264 int *ivec; member in union:YYSTYPE
2400 yyval.ivec[0] = 1; /* Number of types in vector */
2407 { int len = sizeof (struct type *) * (++(yyvsp[-2].ivec[0]) + 1);
2409 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Dobjc-exp.c267 int *ivec; member in union:YYSTYPE
2377 yyval.ivec[0] = 1; /* Number of types in vector. */
2384 { int len = sizeof (struct type *) * (++(yyvsp[-2].ivec[0]) + 1);
2386 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Dm2-exp.y150 int *ivec;
H A Djv-exp.y145 int *ivec;
H A Dm2-exp.c275 int *ivec; member in union:YYSTYPE
H A Dp-exp.y151 int *ivec;
H A Djv-exp.c241 int *ivec; member in union:YYSTYPE
H A Dp-exp.c247 int *ivec; member in union:YYSTYPE
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c987 qla_ivec_t *ivec = arg; local
994 ha = ivec->ha;
998 if ((idx = ivec->sds_idx) >= ha->hw.num_sds_rings)
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl2035 my $ivec=&DWP(60,"esp"); # ivec[16]
2179 &mov (&DWP(0,$acc),$s0); # save ivec
2260 &lea ($key,$ivec);
2284 &lea ($acc,$ivec);
2405 &movq (&QWP(0,$acc),"mm0"); # save ivec
2451 &mov (&DWP(0,$acc),$s0); # save ivec
2500 &lea ($s0,$ivec);
2554 &lea ($key,$ivec);
2584 &lea ($acc,$ivec);
[all...]
H A Daest4-sparcv9.pl415 my ($inp,$out,$len,$key,$ivec,$enc)=map("%i$_",(0..5));
883 my ($inp,$out,$len,$key,$ivec,$enc)=map("%o$_",(0..5));
H A Daesni-x86_64.pl228 my ($p,$key,$rounds,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout));
234 $code.=<<___ if (defined($ivec));
235 xorps $rndkey0,$ivec
237 xorps $ivec,$inout
239 $code.=<<___ if (!defined($ivec));
942 # const char *ivec,char *cmac);
945 # does not update *ivec! Nor does it finalize CMAC value
1156 # const char *ivec);
1159 # does not update *ivec! (see crypto/modes/ctr128.c for details)
/freebsd-11-stable/sys/dev/tl/
H A Dif_tl.c1641 u_int8_t ivec = 0; local
1650 ivec = (ints & TL_VEC_MASK) >> 5;
1682 if (ivec)
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl492 my ($inp,$out,$len,$key,$ivec,$enc)=map("%i$_",(0..5));
901 my ($inp,$out,$len,$key,$ivec,$enc)=map("%o$_",(0..5));
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.c2264 uint32_t ivec, uint32_t ilevel, uint8_t reqisr, uint8_t shared,
2296 ivec, ilevel, 0, imode, shared, 0, FALSE);
2263 NdisMRegisterInterrupt(ndis_miniport_interrupt *intr, ndis_handle adapter, uint32_t ivec, uint32_t ilevel, uint8_t reqisr, uint8_t shared, ndis_interrupt_mode imode) argument
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c109 const AES_KEY *key, unsigned char *ivec, int enc);
H A De_aes_cbc_hmac_sha256.c109 const AES_KEY *key, unsigned char *ivec, int enc);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4985 qlnx_ivec_t *ivec = arg; local
4990 ha = ivec->ha;
4996 idx = ivec->rss_idx;
4998 if ((idx = ivec->rss_idx) >= ha->num_rss) {

Completed in 322 milliseconds

12345