Home
last modified time | relevance | path

Searched refs:consts (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/bc/src/
H A Dparse.c116 if (bc_map_insert(&prog->const_map, string, prog->consts.len, &idx)) in bc_parse_addNum()
125 c = bc_vec_pushEmpty(&prog->consts); in bc_parse_addNum()
H A Dprogram.c649 BcConst* c = bc_vec_item(&p->consts, bc_program_index(code, bgn)); in bc_program_const()
2861 bc_vec_free(&p->consts); in bc_program_free()
2958 bc_vec_init(&p->consts, sizeof(BcConst), BC_DTOR_CONST); in bc_program_init()
3850 BcConst* c = bc_vec_item(&p->consts, idx); in bc_program_printInst()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl1554 my $consts=1;
1559 if ($consts && m/\.long\s+(.+)\s+(\?[a-z]*)$/o) {
1581 $consts=0 if (m/Lconsts:/o); # end of table
H A Daesp8-ppc.pl3804 my $consts=1;
3809 if ($consts && m/\.(long|byte)\s+(.+)\s+(\?[a-z]*)$/o) {
3835 $consts=0 if (m/Lconsts:/o); # end of table
/freebsd/crypto/heimdal/appl/login/
H A DChangeLog352 * utmpx_login.c: add some consts
354 * utmp_login.c: add some consts
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl654 consts => 0x11, # sleb128
724 return ($DW_OP_complex{consts}, sleb128($val));
/freebsd/contrib/bc/include/
H A Dprogram.h93 BcVec consts; member
/freebsd/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am125 crypto_scalarmult/curve25519/sandy2x/consts.S \
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def708 HANDLE_DW_OP(0x11, consts, 1, 0, 2, DWARF)
/freebsd/sys/contrib/zlib/
H A DChangeLog208 - Add casts and consts to ease user conversion to C++
372 - Fix bug and add consts in contrib/puff [Oberhumer]
/freebsd/contrib/ldns/
H A DChangelog272 * Clarify data ownership with consts for tsig parameters.
/freebsd/contrib/ntp/
H A DNEWS2857 * tests/libntp/lfptostr.c remove unnecessary include, add consts, fix formatting.
2883 * sntp/tests/kodDatabase.c added consts, deleted empty function,
6623 * tests/libntp/lfptostr.c remove unnecessary include, add consts, fix formatting.
6649 * sntp/tests/kodDatabase.c added consts, deleted empty function,
H A DChangeLog960 * tests/libntp/lfptostr.c remove unnecessary include, add consts, fix formatting.
986 * sntp/tests/kodDatabase.c added consts, deleted empty function,
H A DCommitLog25866 - removing bad consts that are superfluous
35248 removed static consts, placed them in c_lpftest.h
35262 removed static consts, placed them in c_lpftest.h
[all...]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog1039 o Fix consts in WIN32-Code/getopt*.[ch] (57abb35)
/freebsd/contrib/libevent/
H A DChangeLog1039 o Fix consts in WIN32-Code/getopt*.[ch] (57abb35)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2282 defm keep_static_consts : BoolFOption<"keep-static-consts",