Searched refs:consts (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/bc/src/ |
| H A D | parse.c | 116 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 D | program.c | 649 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 D | vpaes-ppc.pl | 1554 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 D | aesp8-ppc.pl | 3804 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 D | ChangeLog | 352 * utmpx_login.c: add some consts 354 * utmp_login.c: add some consts
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 654 consts => 0x11, # sleb128 724 return ($DW_OP_complex{consts}, sleb128($val));
|
| /freebsd/contrib/bc/include/ |
| H A D | program.h | 93 BcVec consts; member
|
| /freebsd/sys/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 125 crypto_scalarmult/curve25519/sandy2x/consts.S \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 708 HANDLE_DW_OP(0x11, consts, 1, 0, 2, DWARF)
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 208 - 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 D | Changelog | 272 * Clarify data ownership with consts for tsig parameters.
|
| /freebsd/contrib/ntp/ |
| H A D | NEWS | 2857 * 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 D | ChangeLog | 960 * tests/libntp/lfptostr.c remove unnecessary include, add consts, fix formatting. 986 * sntp/tests/kodDatabase.c added consts, deleted empty function,
|
| H A D | CommitLog | 25866 - 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 D | ChangeLog | 1039 o Fix consts in WIN32-Code/getopt*.[ch] (57abb35)
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog | 1039 o Fix consts in WIN32-Code/getopt*.[ch] (57abb35)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2282 defm keep_static_consts : BoolFOption<"keep-static-consts",
|