Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1311 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 Devent_rpcgen.py1311 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 Dgardena_smart_gateway_mt7688.dts158 factory: partition@c0000 { label
159 label = "factory";
204 mediatek,mtd-eeprom = <&factory 0x0000>;
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dmt7629-rfb.dts27 label = "factory";
129 factory: partition@70000 { label
130 label = "factory";
H A Dat91-kizbox3_common.dtsi141 u-boot-factory@160000 {
142 label = "u-boot-factory";
367 /* export overkiz u-boot mode/version and factory */
H A Dmt7623a-rfb-emmc.dts48 factory {
49 label = "factory";
H A Dmt7623a-rfb-nand.dts48 factory {
49 label = "factory";
H A Dmt7623n-bananapi-bpi-r2.dts74 factory {
75 label = "factory";
H A Dmt7623n-rfb-emmc.dts50 factory {
51 label = "factory";
H A Dzynq-zc770-xm013.dts56 factory-fout = <156250000>;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp102 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 Dsanitizer_thread_registry.h90 ThreadRegistry(ThreadContextFactory factory);
91 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si570.txt19 - 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 Dbattery.yaml70 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 Dmediatek,mt76.txt46 mediatek,mtd-eeprom = <&factory 0x8000>;
65 mediatek,mtd-eeprom = <&factory 0x0000>;
/freebsd-13.1/contrib/tzdata/
H A Dfactory1 # tzdb data for noncommittal factory settings
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Drt1011.txt29 u32. This is r0 calibration data which was measured in factory mode.
H A Dmaxim,max98390.yaml27 description: This is r0 calibration data which was measured in factory mode.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h765 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 Dst,stm32-romem.yaml34 This property explicits a factory programmed area that both secure
/freebsd-13.1/share/zoneinfo/
H A DMakefile52 factory northamerica southamerica
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/panel/
H A Dolimex,lcd-olinuxino.yaml26 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 DImmutableSet.h222 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 Dgmock-actions.h215 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 Devent.cc102 Event::CreateEvent(const EventFactory &factory, const string &eventString) in CreateEvent() argument
123 return (factory.Build(type, nvpairs, eventString)); in CreateEvent()

123