| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 1311 def ProcessOneEntry(factory, newstruct, entry): argument 1377 newentry = factory.EntryInt(entry_type, name, tag) 1406 newentry = factory.EntryArray(newentry) 1415 def ProcessStruct(factory, data): argument 1419 newstruct = factory.Struct(tokens[1]) 1515 def Parse(factory, file): argument 1529 entities.extend(ProcessStruct(factory, data)) 1645 self.factory = CCodeGenerator() 1680 factory = self.factory 1685 entities = Parse(factory, fp) [all …]
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | event_rpcgen.py | 1311 def ProcessOneEntry(factory, newstruct, entry): argument 1377 newentry = factory.EntryInt(entry_type, name, tag) 1406 newentry = factory.EntryArray(newentry) 1415 def ProcessStruct(factory, data): argument 1419 newstruct = factory.Struct(tokens[1]) 1515 def Parse(factory, file): argument 1529 entities.extend(ProcessStruct(factory, data)) 1645 self.factory = CCodeGenerator() 1680 factory = self.factory 1685 entities = Parse(factory, fp) [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/src/mips/ralink/ |
| H A D | gardena_smart_gateway_mt7688.dts | 158 factory: partition@c0000 { label 159 label = "factory"; 204 mediatek,mtd-eeprom = <&factory 0x0000>;
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | mt7629-rfb.dts | 27 label = "factory"; 129 factory: partition@70000 { label 130 label = "factory";
|
| H A D | at91-kizbox3_common.dtsi | 141 u-boot-factory@160000 { 142 label = "u-boot-factory"; 367 /* export overkiz u-boot mode/version and factory */
|
| H A D | mt7623a-rfb-emmc.dts | 48 factory { 49 label = "factory";
|
| H A D | mt7623a-rfb-nand.dts | 48 factory { 49 label = "factory";
|
| H A D | mt7623n-bananapi-bpi-r2.dts | 74 factory { 75 label = "factory";
|
| H A D | mt7623n-rfb-emmc.dts | 50 factory { 51 label = "factory";
|
| H A D | zynq-zc770-xm013.dts | 56 factory-fout = <156250000>;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cpp | 102 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory) in ThreadRegistry() argument 103 : ThreadRegistry(factory, UINT32_MAX, UINT32_MAX, 0) {} in ThreadRegistry() 105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry() argument 107 : context_factory_(factory), in ThreadRegistry()
|
| H A D | sanitizer_thread_registry.h | 90 ThreadRegistry(ThreadContextFactory factory); 91 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | silabs,si570.txt | 19 - factory-fout: Factory set default frequency. This frequency is part specific. 38 factory-fout = <156250000>;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | battery.yaml | 70 factory-internal-resistance-micro-ohms: 71 description: battery factory internal resistance 124 factory-internal-resistance-micro-ohms = <250000>;
|
| /freebsd-13.1/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-13.1/contrib/tzdata/ |
| H A D | factory | 1 # tzdb data for noncommittal factory settings
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | rt1011.txt | 29 u32. This is r0 calibration data which was measured in factory mode.
|
| H A D | maxim,max98390.yaml | 27 description: This is r0 calibration data which was measured in factory mode.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 765 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool() argument 966 ParsedAttributes(AttributeFactory &factory) : pool(factory) {} in ParsedAttributes() argument 1071 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange() 1072 : ParsedAttributes(factory) {} in ParsedAttributesWithRange()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | st,stm32-romem.yaml | 34 This property explicits a factory programmed area that both secure
|
| /freebsd-13.1/share/zoneinfo/ |
| H A D | Makefile | 52 factory northamerica southamerica
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | olimex,lcd-olinuxino.yaml | 26 The above chips share same I2C bus. The EEPROM is factory preprogrammed with
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 222 Factory *factory; 246 : factory(f), left(l), right(r), height(height), IsMutable(true), in ImutAVLTree() 351 factory->Cache[factory->maskCacheIndex(computeDigest())] = next; in destroy() 357 factory->freeNodes.push_back(this); in destroy()
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 215 static void SetFactory(FactoryFunction factory) { 217 producer_ = new FactoryValueProducer(factory); 262 explicit FactoryValueProducer(FactoryFunction factory) 263 : factory_(factory) {}
|
| /freebsd-13.1/lib/libdevdctl/ |
| H A D | event.cc | 102 Event::CreateEvent(const EventFactory &factory, const string &eventString) in CreateEvent() argument 123 return (factory.Build(type, nvpairs, eventString)); in CreateEvent()
|