Searched refs:boxed (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 473 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/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 1251 "string is ill-formed as UTF-8 and will become a null %0 when boxed">, 3417 "illegal type %0 used in a boxed expression">; 3419 "non-trivially copyable type %0 cannot be used in a boxed expression">; 3421 "incomplete type %0 used in a boxed expression">; 3424 "%select{array literals|dictionary literals|numeric literals|boxed expressions|" 3442 "a numeric literal|a boxed expression|}0 has undefined behavior">, 6723 …"assigning %select{array literal|dictionary literal|numeric literal|boxed expression|<should not h…
|
H A D | AttrDocs.td | 1523 with the Objective-C boxed expression syntax, ``@(...)``. 1542 NSValue *boxed = @(ss);
|
/freebsd/share/dict/ |
H A D | web2a | 71691 well-boxed
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 11514 - time boxed stepping of sys_poll (avoid quick sys_poll overshoot) [all...] |