Searched refs:consts (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/bc/src/
H A Dparse.c85 BcVec *consts = &p->func->consts; local
98 idx = consts->len;
106 bc_vec_push(consts, &c);
H A Dlang.c99 bc_vec_init(&f->consts, sizeof(BcConst), bc_const_free);
124 bc_vec_popAll(&f->consts);
151 bc_vec_free(&f->consts);
H A Dprogram.c54 p->consts = &f->consts;
382 BcConst *c = bc_vec_item(p->consts, bc_program_index(code, bgn));
1791 assert(p->consts != NULL && p->strs != NULL);
2320 BcConst *c = bc_vec_item(p->consts, idx);
/freebsd-13-stable/contrib/bc/include/
H A Dlang.h237 BcVec consts; member in struct:BcFunc
H A Dprogram.h71 BcVec *consts; member in struct:BcProgram
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl523 consts => 0x11, # sleb128
593 return ($DW_OP_complex{consts}, sleb128($val));
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am125 crypto_scalarmult/curve25519/sandy2x/consts.S \
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl1552 my $consts=1;
1557 if ($consts && m/\.long\s+(.+)\s+(\?[a-z]*)$/o) {
1579 $consts=0 if (m/Lconsts:/o); # end of table
H A Daesp8-ppc.pl3755 my $consts=1;
3760 if ($consts && m/\.(long|byte)\s+(.+)\s+(\?[a-z]*)$/o) {
3786 $consts=0 if (m/Lconsts:/o); # end of table

Completed in 217 milliseconds