Home
last modified time | relevance | path

Searched refs:boxed (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnscrypt/
Ddnscrypt.c473 uint8_t *boxed; in dnscrypt_server_curve() local
487 boxed = buf + DNSCRYPT_REPLY_BOX_OFFSET; in dnscrypt_server_curve()
488 memmove(boxed + crypto_box_MACBYTES, buf, len); in dnscrypt_server_curve()
489 len = dnscrypt_pad(boxed + crypto_box_MACBYTES, len, in dnscrypt_server_curve()
502 (boxed, boxed + crypto_box_MACBYTES, len, nonce, nmkey) != 0) { in dnscrypt_server_curve()
510 (boxed, boxed + crypto_box_MACBYTES, len, nonce, nmkey) != 0) { in dnscrypt_server_curve()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticSemaKinds.td1105 "string is ill-formed as UTF-8 and will become a null %0 when boxed">,
3107 "illegal type %0 used in a boxed expression">;
3109 "non-trivially copyable type %0 cannot be used in a boxed expression">;
3111 "incomplete type %0 used in a boxed expression">;
3114 "%select{array literals|dictionary literals|numeric literals|boxed expressions|"
3132 "a numeric literal|a boxed expression|}0 has undefined behavior">,
6193 …"assigning %select{array literal|dictionary literal|numeric literal|boxed expression|<should not h…
DAttrDocs.td1346 with the Objective-C boxed expression syntax, ``@(...)``.
1365 NSValue *boxed = @(ss);
/freebsd-12-stable/share/dict/
Dweb2a71691 well-boxed
/freebsd-12-stable/contrib/ntp/
DCommitLog8293 - time boxed stepping of sys_poll (avoid quick sys_poll overshoot)