| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 1476 def ProcessOneEntry(factory, newstruct, entry): argument 1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length) 1535 newentry = factory.EntryVarBytes(entry_type, name, tag) 1537 newentry = factory.EntryInt(entry_type, name, tag) 1539 newentry = factory.EntryInt(entry_type, name, tag, bits=64) 1541 newentry = factory.EntryString(entry_type, name, tag) 1546 newentry = factory.EntryStruct(entry_type, name, tag, res.group("name")) 1563 newentry = factory.EntryArray(newentry) 1573 def ProcessStruct(factory, data): argument 1577 newstruct = factory.Struct(tokens[1]) [all …]
|
| /freebsd/contrib/libevent/ |
| H A D | event_rpcgen.py | 1476 def ProcessOneEntry(factory, newstruct, entry): argument 1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length) 1535 newentry = factory.EntryVarBytes(entry_type, name, tag) 1537 newentry = factory.EntryInt(entry_type, name, tag) 1539 newentry = factory.EntryInt(entry_type, name, tag, bits=64) 1541 newentry = factory.EntryString(entry_type, name, tag) 1546 newentry = factory.EntryStruct(entry_type, name, tag, res.group("name")) 1563 newentry = factory.EntryArray(newentry) 1573 def ProcessStruct(factory, data): argument 1577 newstruct = factory.Struct(tokens[1]) [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-3720-gl-mv1000.dts | 96 factory: partition@f8000 { label 97 label = "factory"; 220 &factory {
|
| /freebsd/sys/contrib/device-tree/src/mips/ralink/ |
| H A D | mt7621-gnubee-gb-pc1.dts | 77 factory: partition@40000 { label 78 label = "factory";
|
| H A D | gardena_smart_gateway_mt7688.dts | 158 factory: partition@c0000 { label 159 label = "factory"; 204 mediatek,mtd-eeprom = <&factory 0x0000>;
|
| H A D | mt7621-gnubee-gb-pc2.dts | 97 factory: partition@40000 { label 98 label = "factory";
|
| /freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
| H A D | mt7629-rfb.dts | 27 label = "factory"; 129 factory: partition@70000 { label 130 label = "factory";
|
| H A D | mt7623a-rfb-emmc.dts | 48 button-factory { 49 label = "factory";
|
| H A D | mt7623a-rfb-nand.dts | 48 button-factory { 49 label = "factory";
|
| H A D | mt7623n-rfb-emmc.dts | 63 button-factory { 64 label = "factory";
|
| H A D | mt7623n-bananapi-bpi-r2.dts | 94 button-factory { 95 label = "factory";
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cpp | 115 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory) in ThreadRegistry() argument 116 : ThreadRegistry(factory, UINT32_MAX, UINT32_MAX, 0) {} in ThreadRegistry() 118 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry() argument 120 : context_factory_(factory), in ThreadRegistry()
|
| H A D | sanitizer_thread_registry.h | 92 ThreadRegistry(ThreadContextFactory factory); 93 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | silabs,si570.txt | 19 - factory-fout: Factory set default frequency. This frequency is part specific. 40 factory-fout = <156250000>;
|
| /freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
| H A D | mediatek,mt76.txt | 46 mediatek,mtd-eeprom = <&factory 0x8000>; 65 mediatek,mtd-eeprom = <&factory 0x0000>;
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3568-hinlink-opc.dtsi | 41 pinctrl-0 = <&factory>; 43 button-factory { 44 label = "factory"; 483 factory: factory { label
|
| H A D | rk3326-odroid-go2.dts | 46 factory-internal-resistance-micro-ohms = <180000>;
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | at91-kizbox3_common.dtsi | 141 u-boot-factory@160000 { 142 label = "u-boot-factory"; 366 /* export overkiz u-boot mode/version and factory */
|
| /freebsd/contrib/tzdata/ |
| H A D | factory | 1 # tzdb data for noncommittal factory settings
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | rt1011.txt | 29 u32. This is r0 calibration data which was measured in factory mode.
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-threads.pod | 79 A separate, although related, issue is modifying "factory" objects 83 In this specific case, and probably for factory methods in general, it is 84 not safe to modify the factory object after it has been used to create
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 210 Factory *factory; 237 : factory(f), left(l), right(r), height(height), IsMutable(true), in ImutAVLTree() 342 factory->Cache[factory->maskCacheIndex(computeDigest())] = next; in destroy() 348 factory->freeNodes.push_back(this); in destroy()
|
| /freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
| H A D | sp9860g-1h10.dts | 75 factory-internal-resistance-micro-ohms = <250000>;
|
| /freebsd/sys/contrib/device-tree/src/arm/xilinx/ |
| H A D | zynq-zc770-xm013.dts | 56 factory-fout = <156250000>;
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 614 internal::TestFactoryBase* factory); 623 internal::TestFactoryBase* factory); 2301 const char* file, int line, Factory factory) { in GTEST_DISABLE_MSC_WARNINGS_POP_() 2302 using TestT = typename std::remove_pointer<decltype(factory())>::type; in GTEST_DISABLE_MSC_WARNINGS_POP_() 2318 new FactoryImpl{std::move(factory)}); in GTEST_DISABLE_MSC_WARNINGS_POP_()
|