| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/ |
| H A D | strip_asm.py | 52 def is_identifier(tk): argument 53 if len(tk) == 0: 55 first = tk[0] 58 for i in range(1, len(tk)): 59 c = tk[i] 73 for tk in parts: 74 if is_identifier(tk): 75 if tk.startswith('__Z'): 76 tk = tk[1:] 77 elif tk.startswith('_') and len(tk) > 1 and \ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/ |
| H A D | strip_asm.py | 52 def is_identifier(tk): argument 53 if len(tk) == 0: 55 first = tk[0] 58 for i in range(1, len(tk)): 59 c = tk[i] 73 for tk in parts: 74 if is_identifier(tk): 75 if tk.startswith('__Z'): 76 tk = tk[1:] 77 elif tk.startswith('_') and len(tk) > 1 and \ [all …]
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
| H A D | rijndael-alg-fst.c | 45 #define tk xtk.x8 in rijndaelKeySched() macro 49 *((word32*)tk[j]) = *((word32*)k[j]); in rijndaelKeySched() 56 *((word32*)W[r][t]) = *((word32*)tk[j]); in rijndaelKeySched() 66 tk[0][0] ^= S[tk[KC-1][1]]; in rijndaelKeySched() 67 tk[0][1] ^= S[tk[KC-1][2]]; in rijndaelKeySched() 68 tk[0][2] ^= S[tk[KC-1][3]]; in rijndaelKeySched() 69 tk[0][3] ^= S[tk[KC-1][0]]; in rijndaelKeySched() 70 tk[0][0] ^= rcon[rconpointer++]; in rijndaelKeySched() 74 *((word32*)tk[j]) ^= *((word32*)tk[j-1]); in rijndaelKeySched() 78 *((word32*)tk[j]) ^= *((word32*)tk[j-1]); in rijndaelKeySched() [all …]
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_hashdriver.c | 81 unsigned char tk[20]; in sctp_hash_digest() local 89 MD5Final(tk, &tctx); in sctp_hash_digest() 90 key = tk; in sctp_hash_digest() 96 SHA1Final(tk, &tctx); in sctp_hash_digest() 97 key = tk; in sctp_hash_digest() 168 unsigned char tk[20]; in sctp_hash_digest_m() local 176 MD5Final(tk, &tctx); in sctp_hash_digest_m() 177 key = tk; in sctp_hash_digest_m() 183 SHA1Final(tk, &tctx); in sctp_hash_digest_m() 184 key = tk; in sctp_hash_digest_m()
|
| /netbsd-src/external/bsd/wpa/dist/src/crypto/ |
| H A D | sha1.c | 30 unsigned char tk[20]; in hmac_sha1_vector() local 45 if (sha1_vector(1, &key, &key_len, tk)) in hmac_sha1_vector() 47 key = tk; in hmac_sha1_vector() 90 forced_memzero(tk, sizeof(tk)); in hmac_sha1_vector()
|
| H A D | md5.c | 30 u8 tk[16]; in hmac_md5_vector() local 45 if (md5_vector(1, &key, &key_len, tk)) in hmac_md5_vector() 47 key = tk; in hmac_md5_vector() 91 os_memset(tk, 0, sizeof(tk)); in hmac_md5_vector()
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | auth.c | 80 omapi_auth_key_t *tk; in omapi_auth_key_enter() local 87 tk = (omapi_auth_key_t *)0; in omapi_auth_key_enter() 89 omapi_auth_key_hash_lookup (&tk, auth_key_hash, in omapi_auth_key_enter() 91 if (tk == a) { in omapi_auth_key_enter() 92 omapi_auth_key_dereference (&tk, MDL); in omapi_auth_key_enter() 95 if (tk) { in omapi_auth_key_enter() 97 tk -> name, 0, MDL); in omapi_auth_key_enter() 98 omapi_auth_key_dereference (&tk, MDL); in omapi_auth_key_enter()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gengtype-state.cc | 348 struct state_token_st *tk = NULL; in read_a_state_token() local 387 tk = XCNEW (struct state_token_st); in read_a_state_token() 388 tk->stok_kind = STOK_INTEGER; in read_a_state_token() 389 tk->stok_line = state_line; in read_a_state_token() 390 tk->stok_col = curoff - state_bol; in read_a_state_token() 391 tk->stok_file = state_path; in read_a_state_token() 392 tk->stok_next = NULL; in read_a_state_token() 393 tk->stok_un.stok_num = n; in read_a_state_token() 395 return tk; in read_a_state_token() 401 tk = XCNEW (struct state_token_st); in read_a_state_token() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gengtype-state.c | 346 struct state_token_st *tk = NULL; in read_a_state_token() local 385 tk = XCNEW (struct state_token_st); in read_a_state_token() 386 tk->stok_kind = STOK_INTEGER; in read_a_state_token() 387 tk->stok_line = state_line; in read_a_state_token() 388 tk->stok_col = curoff - state_bol; in read_a_state_token() 389 tk->stok_file = state_path; in read_a_state_token() 390 tk->stok_next = NULL; in read_a_state_token() 391 tk->stok_un.stok_num = n; in read_a_state_token() 393 return tk; in read_a_state_token() 399 tk = XCNEW (struct state_token_st); in read_a_state_token() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | typeinfo.cc | 160 make_internal_typeinfo (tinfo_kind tk, Identifier *ident, ...) in make_internal_typeinfo() argument 186 tinfo_types[tk] = type; in make_internal_typeinfo() 1548 tinfo_kind tk = get_typeinfo_kind (t); in create_typeinfo() local 1549 switch (tk) in create_typeinfo() 1560 if (tk == TK_SHARED_TYPE) in create_typeinfo() 1566 else if (tk == TK_CONST_TYPE) in create_typeinfo() 1571 else if (tk == TK_IMMUTABLE_TYPE) in create_typeinfo() 1576 else if (tk == TK_INOUT_TYPE) in create_typeinfo() 1581 else if (tk == TK_POINTER_TYPE) in create_typeinfo() 1586 else if (tk == TK_ARRAY_TYPE) in create_typeinfo() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | typeinfo.cc | 159 make_internal_typeinfo (tinfo_kind tk, Identifier *ident, ...) in make_internal_typeinfo() argument 185 tinfo_types[tk] = type; in make_internal_typeinfo() 1508 tinfo_kind tk = get_typeinfo_kind (t); in create_typeinfo() local 1509 switch (tk) in create_typeinfo() 1520 if (tk == TK_SHARED_TYPE) in create_typeinfo() 1526 else if (tk == TK_CONST_TYPE) in create_typeinfo() 1531 else if (tk == TK_IMMUTABLE_TYPE) in create_typeinfo() 1536 else if (tk == TK_INOUT_TYPE) in create_typeinfo() 1541 else if (tk == TK_POINTER_TYPE) in create_typeinfo() 1546 else if (tk == TK_ARRAY_TYPE) in create_typeinfo() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/ |
| H A D | fnchange.lst | 465 @V@/gdb/testsuite/gdb.gdbtk/ChangeLog @V@/gdb/testsuite/gdb.tk/ChangeLog 466 @V@/gdb/testsuite/gdb.gdbtk/Makefile.in @V@/gdb/testsuite/gdb.tk/Makefile.in 467 @V@/gdb/testsuite/gdb.gdbtk/browser.exp @V@/gdb/testsuite/gdb.tk/browser.exp 468 @V@/gdb/testsuite/gdb.gdbtk/browser.test @V@/gdb/testsuite/gdb.tk/browser.test 469 @V@/gdb/testsuite/gdb.gdbtk/c_variable.c @V@/gdb/testsuite/gdb.tk/c_variable.c 470 @V@/gdb/testsuite/gdb.gdbtk/c_variable.exp @V@/gdb/testsuite/gdb.tk/c_variable.exp 471 @V@/gdb/testsuite/gdb.gdbtk/c_variable.test @V@/gdb/testsuite/gdb.tk/c_variable.test 472 @V@/gdb/testsuite/gdb.gdbtk/configure @V@/gdb/testsuite/gdb.tk/configure 473 @V@/gdb/testsuite/gdb.gdbtk/configure.in @V@/gdb/testsuite/gdb.tk/configure.in 474 @V@/gdb/testsuite/gdb.gdbtk/console.exp @V@/gdb/testsuite/gdb.tk/console.exp [all …]
|
| /netbsd-src/regress/sys/fs/lfs/ckckp/ |
| H A D | check-all | 282 for ($tk = $oind; $tk < $k; $tk++) { 283 print "Test roll-forward agent at non-checkpoint pseg $tk\n"; 284 print LOG "Test roll-forward agent at non-checkpoint pseg $tk\n"; 285 ©pseg($oind, $tk);
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | mktime.c | 557 check_result (time_t tk, struct tm tmk, time_t tl, const struct tm *lt) in check_result() argument 559 if (tk != tl || !lt || not_equal_tm (&tmk, lt)) in check_result() 565 printf (") == %ld, should be %ld\n", (long int) tk, (long int) tl); in check_result() 578 time_t tk, tl, tl1; in main() local 618 tk = mktime (&tmk); in main() 619 status |= check_result (tk, tmk, tl, &tml); in main() 638 tk = tl; in main() 639 status |= check_result (tk, tmk, tl, &tml); in main()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl-tk/po/ |
| H A D | zh_CN.po | 1 # zh_CN translation for hello-tcl-tk. 3 # This file is distributed under the same license as the hello-tcl-tk package. 8 "Project-Id-Version: hello-tcl-tk 0.13.1\n"
|
| H A D | sr.po | 1 # Serbian translation of hello-tcl-tk. 3 # This file is distributed under the same license as the `hello-tcl-tk' package. 7 "Project-Id-Version: hello-tcl-tk 0.14\n"
|
| H A D | uk.po | 1 # Ukrainian translation to hello-tcl-tk 3 # This file is distributed under the same license as the hello-tcl-tk package. 8 "Project-Id-Version: hello-tcl-tk 0.14.1\n"
|
| H A D | nl.po | 1 # Dutch translation of hello-tcl-tk. 3 # This file is distributed under the same license as the hello-tcl-tk package. 9 "Project-Id-Version: hello-tcl-tk 0.13.1\n"
|
| H A D | ru.po | 1 # Translation of hello-tcl-tk-0.14.1.po to Russian 3 # This file is distributed under the same license as the hello-tcl-tk package. 9 "Project-Id-Version: hello-tcl-tk 0.14.1\n"
|
| H A D | ga.po | 1 # Irish translations for hello-tcl-tk. 3 # This file is distributed under the same license as the hello-tcl-tk package. 8 "Project-Id-Version: hello-tcl-tk 0.14.1\n"
|
| H A D | sk.po | 1 # Slovak translations GNU for hello-tcl-tk package. 3 # This file is distributed under the same license as the GNU hello-tcl-tk package. 8 "Project-Id-Version: GNU hello-tcl-tk 0.14-pre1\n"
|
| H A D | hu.po | 1 # Hungarian translation for hello-tcl-tk. 3 # This file is distributed under the same license as the hello-tcl-tk package. 8 "Project-Id-Version: hello-tcl-tk 0.14.5\n"
|
| H A D | de.po | 1 # German messages for hello-tcl-tk. 3 # This file is distributed under the same license as the hello-tcl-tk package. 9 "Project-Id-Version: hello-tcl-tk 0.13.1\n"
|
| H A D | pt.po | 1 # Portuguese translation of 'hello-tcl-tk' package. 3 # This file is distributed under the same license as the hello-tcl-tk package. 8 "Project-Id-Version: hello-tcl-tk 0.14.5\n"
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
| H A D | rules.vc | 626 !if "$(PROJECT)" == "tk" 627 _TK_H = ..\generic\tk.h 633 !if exist("$(_INSTALLDIR)\..\include\tk.h") 636 _TK_H = $(_TKDIR)\include\tk.h 638 !elseif exist("$(_TCLDIR)\include\tk.h") 641 _TK_H = $(_TKDIR)\include\tk.h 646 !if exist("$(_TKDIR)\include\tk.h") 648 _TK_H = $(_TKDIR)\include\tk.h 649 !elseif exist("$(_TKDIR)\generic\tk.h") 651 _TK_H = $(_TKDIR)\generic\tk.h [all …]
|