| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 84 (LDRHHroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend16:$extend)>; 87 (LDRHHroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend16:$extend)>; 100 (LDRWroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)>; 103 (LDRWroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)>; 116 (LDRXroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)>; 119 (LDRXroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend64:$extend)>; 130 (LDRSroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)>; 133 (LDRSroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)>; 144 (LDRDroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)>; 147 (LDRDroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend64:$extend)>; [all …]
|
| /freebsd-14.2/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-14.2/usr.bin/rpcgen/ |
| H A D | rpc_main.c | 480 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output() 493 if (extend && tell == ftell(fout)) { in c_output() 645 if (extend && tell == ftell(fout)) { in h_output() 664 int extend, const char *outfile, int nomain, int netflag) in s_output() argument 672 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output() 731 if (extend && !foundprogram) { in s_output() 758 outfilename = extend ? extendfile(infile, outfile) : outfile; in l_output() 770 if (extend && !foundprogram) { in l_output() 794 if (extend && !foundprogram) { in t_output() 829 if (extend && tell == ftell(fout)) { in svc_output() [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 1 %extend lldb::SBBreakpoint { 17 %extend lldb::SBBroadcaster { 48 %extend lldb::SBCompileUnit { 80 %extend lldb::SBFunction { 96 %extend lldb::SBLineEntry { 112 %extend lldb::SBModule { 128 %extend lldb::SBSection { 143 %extend lldb::SBStream { 157 %extend lldb::SBSymbol { 173 %extend lldb::SBTarget { [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/ |
| H A D | macros.swig | 2 %extend lldb:: ## Class ## { 17 %extend lldb:: ## Class ## {
|
| /freebsd-14.2/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 {
|
| H A D | SBQueueItemExtensions.i | 1 %extend lldb::SBQueueItem {
|
| H A D | SBMemoryRegionInfoListExtensions.i | 1 %extend lldb::SBMemoryRegionInfoList {
|
| H A D | SBProcessInfoListExtensions.i | 1 %extend lldb::SBProcessInfoList {
|
| H A D | SBStringListExtensions.i | 1 %extend lldb::SBStringList {
|
| H A D | SBThreadCollectionExtensions.i | 1 %extend lldb::SBThreadCollection {
|
| H A D | SBBreakpointListExtensions.i | 1 %extend lldb::SBBreakpointList {
|
| H A D | SBModuleSpecListExtensions.i | 3 %extend lldb::SBModuleSpecList {
|
| H A D | SBFileSpecListExtensions.i | 3 %extend lldb::SBFileSpecList {
|
| H A D | SBStreamExtensions.i | 1 %extend lldb::SBStream {
|
| H A D | SBStructuredDataExtensions.i | 3 %extend lldb::SBStructuredData {
|
| H A D | SBExecutionContextExtensions.i | 1 %extend lldb::SBExecutionContext {
|
| H A D | SBCommandReturnObjectExtensions.i | 3 %extend lldb::SBCommandReturnObject {
|
| H A D | SBBroadcastExtensions.i | 1 %extend lldb::SBBroadcaster {
|
| H A D | SBBreakpointNameExtensions.i | 3 %extend lldb::SBBreakpointName {
|
| /freebsd-14.2/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-14.2/sys/arm64/arm64/ |
| H A D | disassem.c | 508 const char *extend; in disasm() local 514 extend = NULL; in disasm() 741 extend = arm64_disasm_reg_extend(sf, option, rd, rn, imm); in disasm() 756 if (extend != NULL) in disasm() 757 di->di_printf(", %s #%d", extend, imm); in disasm()
|
| /freebsd-14.2/crypto/heimdal/lib/wind/ |
| H A D | gen-normalize.py | 115 normalizeValTable.extend(vec) # [("0x%s" % i) for i in vec]) 192 next_table.extend(n)
|