| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 83 ro_Wextend16:$extend)), 84 (LDRHHroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend16:$extend)>; 86 ro_Xextend16:$extend)), 87 (LDRHHroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend16:$extend)>; 101 (ro_Windexed32 GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)), 102 (LDRWroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)>; 104 (ro_Xindexed32 GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)), 105 (LDRWroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)>; 119 (ro_Windexed64 GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)), 120 (LDRXroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)>; [all …]
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Hash.h | 120 @param[in] Extend Specifies whether to create a new hash (FALSE) or extend the specified 124 @param[in,out] Hash On input, if Extend is TRUE, then this parameter holds a pointer 125 to a pointer to an array containing the hash to extend. If Extend 128 computation. On output (regardless of the value of Extend), the 135 … driver. Or, Extend is TRUE, and the algorithm doesn't support extending the hash. 143 IN BOOLEAN Extend,
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 1 %extend lldb::SBBreakpoint { 17 %extend lldb::SBBroadcaster { 33 %extend lldb::SBCommandReturnObject { 48 %extend lldb::SBCompileUnit { 64 %extend lldb::SBDeclaration { 80 %extend lldb::SBFunction { 96 %extend lldb::SBLineEntry { 112 %extend lldb::SBModule { 128 %extend lldb::SBSection { 143 %extend lld [all...] |
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_main.c | 66 #define EXTEND 1 /* alias for TRUE */ macro 164 c_output(cmd.infile, "-DRPC_XDR", EXTEND, "_xdr.c"); in main() 166 h_output(cmd.infile, "-DRPC_HDR", EXTEND, ".h", cmd.hflag); in main() 168 l_output(cmd.infile, "-DRPC_CLNT", EXTEND, "_clnt.c"); in main() 171 s_output(allc, allv, cmd.infile, "-DRPC_SVC", EXTEND, in main() 175 EXTEND, "_svc.c", cmd.mflag, cmd.nflag); in main() 178 t_output(cmd.infile, "-DRPC_TBL", EXTEND, "_tbl.i"); in main() 183 svc_output(cmd.infile, "-DRPC_SERVER", EXTEND, in main() 186 clnt_output(cmd.infile, "-DRPC_CLIENT", EXTEND, in main() 463 c_output(const char *infile, const char *define, int extend, const char *outfile) in c_output() argument [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | intel,ixp4xx-expansion-peripheral-props.yaml | 19 description: Address timing, extend address phase with n cycles. 24 description: Setup chip select timing, extend setup phase with n cycles. 29 description: Strobe timing, extend strobe phase with n cycles. 34 description: Hold timing, extend hold phase with n cycles. 39 description: Recovery timing, extend recovery phase with n cycles.
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-shuffle-test.py | 132 ALL_TESTS.extend( 137 ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0]) 140 FILTERED_TESTS.extend( 145 SHARDED_TESTS.extend( 152 SHUFFLED_ALL_TESTS.extend( 159 SHUFFLED_ACTIVE_TESTS.extend( 164 SHUFFLED_FILTERED_TESTS.extend( 171 SHUFFLED_SHARDED_TESTS.extend( 372 sorted_active_tests.extend(ACTIVE_TESTS)
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/ |
| H A D | fallocate_extend_timestamps.ksh | 28 # 2. fallocate -l to a larger size (extend) and verify the size grew and both 44 # extend past EOF: size must grow and mtime/ctime must advance 60 log_assert "Ensure fallocate extend updates mtime/ctime and --keep-size does not" 77 log_pass "fallocate extend correctly updates timestamps"
|
| /freebsd/tests/sys/netinet6/ |
| H A D | ra.py | 46 action='extend', type=str, default=[], 49 action='extend', type=int, default=[], 52 action='extend', type=int, default=[], 55 action='extend', type=int, default=[],
|
| /freebsd/sys/contrib/device-tree/Bindings/bus/ |
| H A D | intel,ixp4xx-expansion-bus-controller.yaml | 62 description: Address timing, extend address phase with n cycles. 67 description: Setup chip select timing, extend setup phase with n cycles. 72 description: Strobe timing, extend strobe phase with n cycles. 77 description: Hold timing, extend hold phase with n cycles. 82 description: Recovery timing, extend recovery phase with n cycles.
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_tsf.h | 35 * Extend 15-bit time stamp from rx descriptor to 48 * Extend 32-bit time stamp from rx descriptor to 67 * Extend the TSF from the RX descriptor to a full 64 bit TSF.
|
| /freebsd/sys/arm64/arm64/ |
| H A D | disassem.c | 44 #define OP_SIGN_EXT (1UL << 0) /* Sign-extend immediate value */ 106 * OP <RT>, [<XN|SP>, <RM> {, EXTEND AMOUNT }] 114 * OP <RD>, <RN|SP>, <RM> {, <extend> { #<amount> } } 115 * OP <RN|SP>, <RM>, {, <extend> { #<amount> } } 420 /* If last bit is 1, sign-extend the value */ in arm64_disasm_read_token_sign_ext() 443 * In all other cases <extend> is required. in arm64_disasm_reg_extend() 507 const char *extend; in disasm() local 513 extend = NULL; in disasm() 614 * OP <RT>, [<XN|SP>, <RM> {, EXTEND AMOUNT }] in disasm() 731 * OP <RD>, <RN|SP>, <RM> {, <extend> { #<amount> } } in disasm() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 208 // next_line_sc is the same file & line as this LineEntry, so extend in GetSameLineContiguousAddressRange() 211 // extend we're done. in GetSameLineContiguousAddressRange() 212 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange() 232 // Extend our AddressRange by the size of the inlined block, but if there in GetSameLineContiguousAddressRange() 234 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 43 /// Extend - Valid only for integer argument types. Same as 'direct' 45 Extend, enumerator 162 auto AI = ABIArgInfo(Extend); 173 auto AI = ABIArgInfo(Extend); 193 auto AI = ABIArgInfo(Extend); in getNoExtend() 302 bool isExtend() const { return TheKind == Extend; } in isExtend() 313 // Direct/Extend accessors 315 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in getDirectOffset() 319 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in setDirectOffset() 324 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in getDirectAlign() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 397 /// Extend the current nested-name-specifier by another 406 void Extend(ASTContext &Context, TypeLoc TL, SourceLocation ColonColonLoc); 408 /// Extend the current nested-name-specifier by another 419 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 422 /// Extend the current nested-name-specifier by another 433 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 436 /// Extend the current nested-name-specifier by another 448 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
| /freebsd/contrib/llvm-project/lldb/bindings/ |
| H A D | macros.swig | 2 %extend lldb:: ## Class ## { 17 %extend lldb:: ## Class ## {
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeEnumMemberExtensions.i | 2 %extend lldb::SBTypeEnumMember { 21 %extend lldb::SBTypeEnumMemberList {
|
| H A D | SBTypeExtensions.i | 2 %extend lldb::SBTypeMember { 22 %extend lldb::SBTypeMemberFunction { 36 %extend lldb::SBType { 146 %extend lldb::SBTypeList {
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 499 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 626 // don't extend the nested-name-specifier. Just return now. in BuildCXXNestedNameSpecifier() 634 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 639 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 686 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 704 // resolve Identifier, then extend the SS with Identifier. This will have in BuildCXXNestedNameSpecifier() 733 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier() 736 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier() 802 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype() 824 SS.Extend(Context, TLB.getTypeLocInContext(Context, Type), ColonColonLoc); in ActOnCXXNestedNameSpecifierIndexedPack() [all …]
|
| H A D | CheckExprLifetime.cpp | 45 /// This is a mem-initializer: if it would extend a temporary (other than via 118 // FIXME: Should we lifetime-extend through the result of a statement in getEntityLifetime() 703 // Walk past any constructs which we can lifetime-extend across. in visitLocalsRetainedByReferenceBinding() 738 // We can't lifetime extend through this but we might still find some in visitLocalsRetainedByReferenceBinding() 953 // If we lifetime-extend a braced initializer which is initializing an in visitLocalsRetainedByInitializer() 977 // we should recursively lifetime-extend that initializer. in visitLocalsRetainedByInitializer() 1100 /// Lifetime-extend along this path. 1101 Extend, enumerator 1102 /// Do not lifetime extend along this path. 1107 /// supposed to lifetime-extend along. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 471 // If bitwidth smaller than 32 extend inputs, extend output and proceed in expandRemainderUpTo32Bits() 517 // If bitwidth smaller than 64 extend inputs, extend output and proceed in expandRemainderUpTo64Bits() 566 // If bitwidth smaller than 32 extend inputs, extend output and proceed in expandDivisionUpTo32Bits() 612 // If bitwidth smaller than 64 extend inputs, extend output and proceed in expandDivisionUpTo64Bits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyIndVar.h | 69 /// extend operations. This information is recorded by CollectExtend and provides 81 /// Widen Induction Variables - Extend the width of an IV to cover its
|
| /freebsd/lib/libsys/ |
| H A D | truncate.2 | 34 .Nd truncate or extend a file to a specified length 166 to extend a file was not portable, but this behavior became required in
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 185 HANDLE_CAST_INST(39, ZExt , ZExtInst ) // Zero extend integers 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervalCalc.h | 30 /// Extend the live range of @p LR to reach all uses of Reg. 51 /// Extend the live range of @p LR to reach all uses of Reg.
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPRecipeBuilder.h | 28 /// reduction_bin_op (extend (A), accumulator), or 29 /// reduction_bin_op (bin_op (extend (A), (extend (B))), accumulator).
|