Searched refs:model (Results 1 - 25 of 130) sorted by relevance

123456

/openbsd-current/gnu/llvm/clang/utils/
H A Dmodfuzz.py23 def valid(self, model):
25 if i not in model.decls:
28 if i in model.decls:
32 def apply(self, model, name):
34 model.decls[i] = True
35 model.source += self.text % {'name': name}
91 model = CodeModel()
95 for d in mutations(model):
96 d(model)
98 if not model
[all...]
/openbsd-current/lib/libexpat/examples/
H A Delement_declarations.c60 const XML_Content *model; member in struct:StackStruct
66 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { argument
71 newStackTop->model = model;
121 dumpContentModelElement(const XML_Content *model, unsigned level, argument
130 printf("[%u] type=%s(%d), quant=%s(%d)", (unsigned)(model - root),
131 contentTypeName(model->type), model->type,
132 contentQuantName(model->quant), model
151 const XML_Content *const model = stackTop->model; local
178 handleElementDeclaration(void *userData, const XML_Char *name, XML_Content *model) argument
[all...]
/openbsd-current/sys/arch/i386/i386/
H A Dmtrr.c42 int family, model, step; local
45 model = (cpu_id >> 4) & 0xf;
50 (model > 0x8 ||
51 (model == 0x8 &&
H A Damdmsr.c63 int family, model; local
66 model = (cpu_id >> 4) & 0xf;
70 model == 0x0a) {
/openbsd-current/sys/dev/eisa/
H A Dif_ep_eisa.c116 const char *model, *intrstr; local
141 model = EISA_PRODUCT_TCM5090;
143 model = EISA_PRODUCT_TCM5091;
145 model = EISA_PRODUCT_TCM5092;
147 model = EISA_PRODUCT_TCM5093;
149 model = EISA_PRODUCT_TCM5094;
151 model = EISA_PRODUCT_TCM5095;
153 model = EISA_PRODUCT_TCM5098;
155 model = EISA_PRODUCT_TCM5920;
158 model
[all...]
/openbsd-current/gnu/llvm/llvm/utils/
H A Dschedcover.py16 def add(instr, model, resource=None):
20 entry[model] = resource
21 models.add(model)
46 for model in ordered_models:
47 sys.stdout.write(", {}".format(model))
52 for model in ordered_models:
53 if model in mapping and mapping[model] is not None:
54 sys.stdout.write(", {}".format(mapping[model]))
62 re_sched_default = re.compile("SchedRW machine model fo
[all...]
/openbsd-current/sys/arch/amd64/amd64/
H A Dmtrr.c42 int family, model, step; local
45 model = (cpu_id >> 4) & 0xf;
H A Dcpu.c191 int model = ci->ci_model; local
195 (model == 0x37 || model == 0x4a || model == 0x4c ||
196 model == 0x4d || model == 0x5a || model == 0x5d ||
197 model == 0x6e || model == 0x65 || model
323 int model = ci->ci_model; local
[all...]
/openbsd-current/sys/arch/alpha/include/
H A Dcpuconf.h44 * The tags family and model information are strings describing the platform.
58 const char *model; /* Model (variant) Name */ member in struct:platform
/openbsd-current/sys/arch/octeon/dev/
H A Dmainbus.c67 char model[128]; local
80 len = OF_getprop(node, "model", model, sizeof(model));
82 printf(", model %s", model);
85 strlcpy(hw_prod, model, len);
/openbsd-current/sys/dev/isa/
H A Dif_ep_isa.c106 u_short model; member in struct:epcard
111 epaddcard(int bus, int iobase, int irq, u_short model) argument
119 epcards[nepcards].model = model;
137 u_int16_t vendor, model; local
184 model = htons(epreadeeprom(iot, ioh, EEPROM_PROD_ID));
185 if ((model & 0xfff0) != PROD_ID_3C509) {
187 printf("ep_isa_probe: ignoring model %04x\n",
188 model);
204 if ((model
[all...]
H A Dpas.c99 int model; /* unique to PAS */ member in struct:pas_softc
144 pasconf(int model, int sbbase, int sbirq, int sbdrq) argument
185 if (model == PAS_16 || model == PAS_16BASIC)
302 sc->model = O_M_1_to_card[t];
303 if (sc->model != 0) {
307 DPRINTF(("pas: bogus model id\n"));
311 if (sc->model >= 0) {
316 pasconf(sc->model, ia->ia_iobase, ia->ia_irq, 1);
389 printf(" ProAudio Spectrum %s [rev %d] ", pasnames[sc->model], s
[all...]
H A Dessreg.h178 #define ESS_USE_AUDIO1(model) (((model) == ESS_1788) || ((model) == ESS_1868) || ((model) ==ESS_1878) || ((model) == ESS_1869) || ((model) == ESS_1879))
H A Duha_isa.c149 u_int16_t model, config; local
153 model = (bus_space_read_1(iot, ioh, U14_ID + 0) << 8) |
155 if ((model & 0xfff0) != 0x5640)
161 switch (model & 0x000f) {
184 printf("u14_find: unknown model %x\n", model);
/openbsd-current/sys/arch/luna88k/cbus/
H A Dnec86.c168 int model; local
170 if ((model = nec86_probesubr(iot, n86ioh, n86ioh)) < 0) {
174 ysc->model = model;
182 switch (ysc->model) {
231 printf(": %s\n", boardname[ysc->model]);
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp1 //===- DevelopmentModeInlineAdvisor.cpp - runtime-loadable model runner --===//
9 // This file implements a model runner using Tensorflow C APIs, allowing the
10 // loading of a model from a command line option.
39 "ml-inliner-model-under-training", cl::Hidden,
70 "-ml-inliner-model-under-training documentation for the "
73 static cl::opt<std::string> TFFeedPrefix("ml-inliner-trained-model-feed-prefix",
96 /// Collect data we may use for training a model.
124 /// 2) collect logs for the ML policy, using a model from a previous
125 /// training. Potentially, that model uses internally some small random
128 /// retrain and improve on this model
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Datomic.c178 void __atomic_load_c(int size, void *src, void *dest, int model) { argument
180 *((type *)dest) = __c11_atomic_load((_Atomic(type) *)src, model); \
192 void __atomic_store_c(int size, void *dest, void *src, int model) { argument
194 __c11_atomic_store((_Atomic(type) *)dest, *(type *)src, model); \
231 void __atomic_exchange_c(int size, void *ptr, void *val, void *old, int model) { argument
234 __c11_atomic_exchange((_Atomic(type) *)ptr, *(type *)val, model); \
265 type __atomic_load_##n(type *src, int model) { \
267 return __c11_atomic_load((_Atomic(type) *)src, model); \
278 void __atomic_store_##n(type *dest, type val, int model) { \
280 __c11_atomic_store((_Atomic(type) *)dest, val, model); \
[all...]
/openbsd-current/sys/dev/pci/
H A Dami_pci.c192 const char *intrstr, *model = NULL, *lhc; local
241 model = ssp->name;
247 if (!model && PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMI) {
250 model = "AMI 428";
253 model = "AMI 434";
262 if (!model) {
274 model = modelbuf;
291 printf("%s: %s, %s", sc->sc_dev.dv_xname, model, lhc);
/openbsd-current/sys/arch/alpha/alpha/
H A Ddec_3000_500.c85 if ((platform.model = alpha_dsr_sysname()) == NULL) {
91 if ((platform.model = alpha_variation_name(variation,
98 platform.model = dec_3000_500_sf;
100 platform.model = dec_3000_500_sp;
102 platform.model = alpha_unknown_sysname();
H A Ddec_3000_300.c80 if ((platform.model = alpha_dsr_sysname()) == NULL) {
82 if ((platform.model = alpha_variation_name(variation,
84 platform.model = alpha_unknown_sysname();
/openbsd-current/sys/arch/i386/stand/libsa/
H A Dexec_i386.c159 uint32_t model, family, stepping; local
199 model = (signature >> 4) & 0x0f;
202 model += ((signature >> 16) & 0x0f) << 4;
209 cmd.bootdev, family, model, stepping);
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dof.h8 of_machine_is_compatible(const char *model) argument
11 return (strcmp(model, hw_prod) == 0);
/openbsd-current/sys/dev/sbus/
H A Dasio.c112 char *model; local
117 model = getpropstring(sa->sa_node, "model");
118 if (model == NULL) {
119 printf(": empty model, unsupported\n");
122 if (strcmp(model, "210sj") != 0) {
123 printf(": unsupported model %s\n", model);
152 printf(": %s\n", model);
H A Dapio.c104 char *model; local
108 model = getpropstring(sa->sa_node, "model");
109 if (model == NULL) {
110 printf(": empty model, unsupported\n");
113 if (strcmp(model, "210sj") != 0) {
114 printf(": unsupported model %s\n", model);
145 printf(": %s\n", model);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp101 {"model", cpu_info.model},
109 uint64_t family, model, stepping; local
111 o.map("model", model) && o.map("stepping", stepping)))
115 cpu_info.model = model;

Completed in 371 milliseconds

123456