Searched refs:model (Results 151 - 175 of 634) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawStore.java18 import com.sleepycat.persist.model.EntityModel;
35 * StoreConfig#setModel}. In other words, the configured model must be
113 * Returns the last configured and stored entity model for this store.
127 * Closes all databases and sequences that were opened by this model. No
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DSequenceTest.java22 import com.sleepycat.persist.model.Entity;
23 import com.sleepycat.persist.model.KeyField;
24 import com.sleepycat.persist.model.Persistent;
25 import com.sleepycat.persist.model.PrimaryKey;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsystbls.h29 extern asmlinkage long sparc_memory_ordering(unsigned long model,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drocket.h11 unsigned long model; member in struct:__anon11128
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/maple/
H A Dsetup.c348 const unsigned char *model; local
357 model = (const unsigned char *)of_get_property(np, "model", NULL);
358 if (!model) {
359 printk(KERN_ERR "%s: Unabel to get model info\n", __func__);
363 ret = strcmp(model, MAPLE_CPC925_MODEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsysinfo.h25 char model[16]; member in struct:sysinfo_1_1_1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dqd65xx.h55 char model[4]; /* 4 chars from Model number, no conversion */ member in struct:qd65xx_timing_s
H A Dqd65xx.c156 char model[ATA_ID_PROD_LEN]; local
161 strncpy(model, m, ATA_ID_PROD_LEN);
162 ide_fixstring(model, ATA_ID_PROD_LEN, 1); /* byte-swap */
165 if (!strncmp(p->model, model+p->offset, 4)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_model_ppro.c76 static void ppro_setup_ctrs(struct op_x86_model_spec const *model, argument
94 * For Core2 (family 6, model 15), don't reset the
113 val &= model->reserved;
128 val &= model->reserved;
129 val |= op_x86_get_ctrl(model, &counter_config[i]);
H A Dop_model_amd.c3 * athlon / K7 / K8 / Family 10h model-specific MSR operations
258 static void op_mux_switch_ctrl(struct op_x86_model_spec const *model, argument
270 val &= model->reserved;
271 val |= op_x86_get_ctrl(model, &counter_config[virt]);
318 static void op_amd_setup_ctrs(struct op_x86_model_spec const *model, argument
340 val &= model->reserved;
360 val &= model->reserved;
361 val |= op_x86_get_ctrl(model, &counter_config[virt]);
516 /* model specific files */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpsymodel.h2 * audio encoder psychoacoustic model
72 * context used by psychoacoustic model
76 const struct FFPsyModel *model; ///< encoder-specific model functions member in struct:FFPsyContext
91 void* model_priv_data; ///< psychoacoustic model implementation private data
95 * codec-specific psychoacoustic model implementation
104 * @param ctx model context
117 * @param ctx model context
128 * Initialize psychoacoustic model.
130 * @param ctx model contex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpsymodel.h2 * audio encoder psychoacoustic model
74 * context used by psychoacoustic model
78 const struct FFPsyModel *model; ///< encoder-specific model functions member in struct:FFPsyContext
93 void* model_priv_data; ///< psychoacoustic model implementation private data
97 * codec-specific psychoacoustic model implementation
106 * @param ctx model context
119 * @param ctx model context
130 * Initialize psychoacoustic model.
132 * @param ctx model contex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/apollo/
H A Dconfig.c38 static void dn_get_model(char *model);
72 panic("Unknown apollo model");
93 panic("Apollo model not yet supported");
105 panic("Undefined apollo model");
257 static void dn_get_model(char *model) argument
259 strcpy(model, "Apollo ");
261 strcat(model, apollo_models[apollo_model - APOLLO_DN3000]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/merisc/
H A Dmerisc_sysfs.c43 __ATTR(model, S_IRUGO, merisc_model_show, NULL),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm95241.c100 u8 config, model, trutherm; member in struct:lm95241_data
146 data->model & R##flag##MS_MASK ? "1\n" : "2\n"); \
199 data->model |= R##flag##MS_MASK; \
203 data->model &= ~R##flag##MS_MASK; \
210 data->model); \
383 data->model = 0;
393 data->model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Damplc_pc263.c73 enum pc263_model model; member in struct:pc263_board
80 .model = pc263_model,
88 .model = pci263_model,
97 .model = anypci_model, /* wildcard */
182 if (thisboard->model == anypci_model) {
183 /* Match any supported model. */
198 /* Match specific model name. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dhgpk.c219 if (psmouse->model < HGPK_MODEL_C)
266 if (psmouse->model < HGPK_MODEL_D)
400 if (psmouse->model >= HGPK_MODEL_C)
444 if (psmouse->model >= HGPK_MODEL_C) {
504 /* HGPK signature: 0x67, 0x00, 0x<model> */
524 psmouse->model = version;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dsetup.c83 void (*mach_get_model) (char *model);
468 char model[80]; local
473 mach_get_model(model);
475 strcpy(model, "Unknown m68k");
477 seq_printf(m, "Model:\t\t%s\n", model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Ddelta.c752 .model = "delta1010",
759 .model = "dio2496",
767 .model = "delta66",
775 .model = "delta44",
783 .model = "audiophile",
790 .model = "delta410",
797 .model = "delta1010lt",
804 .model = "vx442",
812 .model = "mediastation",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-cards.c380 switch (dev->model) {
449 switch (dev->model) {
588 switch (dev->model) {
640 dev->dev_type = tm6000_boards[dev->model].type;
641 dev->tuner_type = tm6000_boards[dev->model].tuner_type;
642 dev->tuner_addr = tm6000_boards[dev->model].tuner_addr;
644 dev->gpio = tm6000_boards[dev->model].gpio;
646 dev->ir_codes = tm6000_boards[dev->model].ir_codes;
648 dev->demod_addr = tm6000_boards[dev->model].demod_addr;
650 dev->caps = tm6000_boards[dev->model]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistCatalog.java42 import com.sleepycat.persist.model.AnnotationModel;
43 import com.sleepycat.persist.model.ClassMetadata;
44 import com.sleepycat.persist.model.EntityMetadata;
45 import com.sleepycat.persist.model.EntityModel;
50 * The catalog of class formats for a store, along with its associated model
132 private EntityModel model; field in class:PersistCatalog
153 * formats for the given model are added. For modified classes, old
250 * If we should not use the current model, initialize the stored
251 * model and return.
272 model
[all...]
H A DCollectionProxy.java21 import com.sleepycat.persist.model.Persistent;
22 import com.sleepycat.persist.model.PersistentProxy;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Ddummy.c64 static char *model[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = NULL}; variable
79 module_param_array(model, charp, NULL, 0444);
80 MODULE_PARM_DESC(model, "Soundcard model.");
131 struct dummy_model *model; member in struct:snd_dummy
562 struct dummy_model *model = dummy->model; local
585 if (model == NULL)
589 if (model->playback_constraints)
590 err = model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/watcom/
H A Dwatcom_l.mak2 # OpenWatcom large model
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_zlib.c72 void *model)
140 void *model)
69 jffs2_zlib_compress(unsigned char *data_in, unsigned char *cpage_out, uint32_t *sourcelen, uint32_t *dstlen, void *model) argument
137 jffs2_zlib_decompress(unsigned char *data_in, unsigned char *cpage_out, uint32_t srclen, uint32_t destlen, void *model) argument

Completed in 128 milliseconds

1234567891011>>