Home
last modified time | relevance | path

Searched full:boxed (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/unbound/dnscrypt/
H A 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/usr.bin/indent/
H A Dpr_comment.c93 * a boxed comment or some other in pr_comment()
109 * after the /+* is assumed to be a boxed in pr_comment()
229 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment, in pr_comment()
H A Dindent_globs.h246 int box_com; /* set to true when we are in a "boxed"
250 * of a boxed comment after the first one */
H A Dindent.c346 * indentation of a boxed comment. in main()
/freebsd/share/doc/usd/18.msdiffs/
H A Dms.diffs58 minor difficulties with boxed text,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h331 /// RISC-V spec: The upper bits of a valid NaN-boxed value must be all 1s.
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp768 // Only integer and floating literals, otherwise try to rewrite to boxed in rewriteToNumberLiteral()
835 // Try with boxed expression if it came from a macro. in rewriteToNumberLiteral()
842 // But try with boxed expression. in rewriteToNumberLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp224 /// NSArray (@[]) and Boxed Expressions (@())
540 // The boxed expression can be emitted as a compile time constant if it is in BuildObjCBoxedExpr()
942 Expr *Boxed = BE->getSubExpr(); in CheckObjCDictionaryLiteralDuplicateKeys() local
946 if (auto *Str = dyn_cast<StringLiteral>(Boxed->IgnoreParenImpCasts())) { in CheckObjCDictionaryLiteralDuplicateKeys()
952 if (Boxed->EvaluateAsInt(Result, S.getASTContext(), in CheckObjCDictionaryLiteralDuplicateKeys()
H A DTreeTransform.h3659 /// Build a new Objective-C boxed expression.
3731 /// \brief Build a new Objective-C boxed expression.
H A DSemaExpr.cpp14480 // can return non-pointer values boxed in a pointer value. in checkObjCPointerIntrospection()
/freebsd/contrib/mandoc/
H A Dtbl_term.c214 /* Horizontal frame at the start of boxed tables. */ in term_tbl()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dfsl.yaml1161 is needed. MBa8MPxL mainboard can be used as starterkit or in a boxed
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2903 // Objective-C boxed expression in ParseObjCAtExpression()
3470 // a boxed expression from a literal. in ParseObjCBoxedExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td1251 "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 DAttrDocs.td1523 with the Objective-C boxed expression syntax, ``@(...)``.
1542 NSValue *boxed = @(ss);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2204 "this boxed expression can't be emitted as a compile-time constant"); in VisitObjCBoxedExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2034 // Escape pointers passed into the list, unless it's an ObjC boxed in Visit()
/freebsd/share/dict/
H A Dweb2a71691 well-boxed
/freebsd/contrib/ntp/
H A DCommitLog11514 - time boxed stepping of sys_poll (avoid quick sys_poll overshoot)
[all...]