Searched refs:TRY (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.c27 #define TRY(statement) \ macro
36 TRY(crypto_generichash_blake2b_init(&blake_state, NULL, 0U, outlen));
37 TRY(crypto_generichash_blake2b_update(&blake_state, outlen_bytes,
39 TRY(crypto_generichash_blake2b_update(
41 TRY(crypto_generichash_blake2b_final(&blake_state, out, outlen));
46 TRY(crypto_generichash_blake2b_init(
48 TRY(crypto_generichash_blake2b_update(&blake_state, outlen_bytes,
50 TRY(crypto_generichash_blake2b_update(
52 TRY(crypto_generichash_blake2b_final(
61 TRY(crypto_generichash_blake2
78 #undef TRY macro
[all...]
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c417 #define TRY(rights) \ macro
466 TRY(CAP_READ);
467 TRY(CAP_WRITE);
468 TRY(CAP_SEEK);
469 TRY(CAP_PREAD);
470 TRY(CAP_PWRITE);
471 TRY(CAP_READ | CAP_WRITE);
472 TRY(CAP_PREAD | CAP_PWRITE);
473 TRY(CAP_MMAP);
474 TRY(CAP_MMAP_
[all...]
/freebsd-12-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh337 TRY=0
339 TRY=$(( $TRY + 1 ))
341 log "info" "Attempting download from $LEAPSRC, try $TRY.."
411 if [ $TRY -ge $MAXTRIES ]; then
423 log "warning" "Download from $LEAPSRC failed after $TRY attempts"
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.h32 enum EHInstKind { TRY, CATCH, END_TRY }; enumerator in enum:llvm::final::EHInstKind
H A DWebAssemblyInstPrinter.cpp93 case WebAssembly::TRY:
97 LastSeenEHInst = TRY;
H A DWebAssemblyMCTargetDesc.h583 case WebAssembly::TRY:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes,
68 // For each BLOCK|LOOP|TRY, the corresponding END_(BLOCK|LOOP|TRY).
70 // For each END_(BLOCK|LOOP|TRY), the corresponding BLOCK|LOOP|TRY.
72 // <TRY marker, EH pad> map
74 // <EH pad, TRY marker> map
109 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false,
280 // All previously inserted BLOCK/TRY markers should be after the BLOCK
283 MI.getOpcode() == WebAssembly::TRY)
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3809 #define TRY(k, name) \ macro
3835 TRY(nt_key, "NameServer");
3836 TRY(nt_key, "DhcpNameServer");
3837 TRY(interfaces_key, "NameServer");
3838 TRY(interfaces_key, "DhcpNameServer");
3848 TRY(win_key, "NameServer");
3857 #undef TRY macro
/freebsd-12-stable/contrib/libevent/
H A Devdns.c3810 #define TRY(k, name) \ macro
3836 TRY(nt_key, "NameServer");
3837 TRY(nt_key, "DhcpNameServer");
3838 TRY(interfaces_key, "NameServer");
3839 TRY(interfaces_key, "DhcpNameServer");
3849 TRY(win_key, "NameServer");
3858 #undef TRY macro
/freebsd-12-stable/contrib/amd/scripts/
H A Dexpn.1604 TRY:
H A Dexpn.in603 TRY:
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dexpn.pl594 TRY: label
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3307 enum { TRY = 0, HANDLER = 1 }; enumerator in enum:clang::SEHTryStmt::__anon2491
3329 return cast<CompoundStmt>(Children[TRY]);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1132 Children[TRY] = TryBlock;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2114 S->Children[SEHTryStmt::TRY] = Record.readSubStmt();

Completed in 181 milliseconds