Searched refs:inst (Results 201 - 225 of 280) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dtypes.c594 PyInstanceObject *inst = (PyInstanceObject *) node; local
595 PyObject *name = inst->in_class->cl_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/intl/
H A DMakefile402 $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \
550 rm -f ChangeLog.inst $(DISTFILES.normal); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A DMakefile.in331 mkdir $(distdir)/=inst
333 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dstanh.S166 fmovex X(%a6),%fp0 |last inst - possible exception set
H A Ddo_func.S66 | if they are $17, the inst is fmovecr. Call entry smovcr
108 bra t_inx2 |now, set the inx for the next inst
111 bra t_inx2 |now, set the inx for the next inst
H A Dstan.S247 fdivx %fp1,%fp0 |last inst - possible exception set
287 fdivx (%sp)+,%fp0 |last inst - possible exception set
301 fmovex (%sp)+,%fp0 |last inst - possible exception set
H A Dx_unfl.S159 | Test for fsgldiv and fsglmul. If the inst was one of these, then
H A Dget_op.S202 bne not_fmovecr |handle fmovecr as an unimplemented inst
274 | If the inst is not fmove, normalize the source. If it is,
368 st DY_MO_FLG(%a6) |set the inst flag type to dyadic
371 clrb DY_MO_FLG(%a6) |set the inst flag type to monadic
616 | ;re-execute the inst. without taking
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dprocess.c41 #include <asm/inst.h>
H A Dgdb-stub.c141 #include <asm/inst.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dcassini.c1122 cas_hp_inst_t *inst; local
1127 while ((inst = firmware) && inst->note) {
1130 val = CAS_BASE(HP_INSTR_RAM_HI_VAL, inst->val);
1131 val |= CAS_BASE(HP_INSTR_RAM_HI_MASK, inst->mask);
1134 val = CAS_BASE(HP_INSTR_RAM_MID_OUTARG, inst->outarg >> 10);
1135 val |= CAS_BASE(HP_INSTR_RAM_MID_OUTOP, inst->outop);
1136 val |= CAS_BASE(HP_INSTR_RAM_MID_FNEXT, inst->fnext);
1137 val |= CAS_BASE(HP_INSTR_RAM_MID_FOFF, inst->foff);
1138 val |= CAS_BASE(HP_INSTR_RAM_MID_SNEXT, inst
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Duams_krb4.c135 char inst[ 40 ], princ[ 40 ]; local
161 strcpy( inst, "*" );
172 if( (rc = krb_rd_req( &tkt, princ, inst, 0, &ad, "" ))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Duams_krb4.c135 char inst[ 40 ], princ[ 40 ]; local
161 strcpy( inst, "*" );
172 if( (rc = krb_rd_req( &tkt, princ, inst, 0, &ad, "" ))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dname_table.c374 static struct publication *tipc_nameseq_remove_publ(struct name_seq *nseq, u32 inst, argument
380 struct sub_seq *sseq = nameseq_find_subseq(nseq, inst);
389 nseq, sseq, nseq->type, inst, key);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c1167 (bp->enabled & BP_IABR)? "inst": "trap");
2068 typedef int (*instruction_dump_func)(unsigned long inst, unsigned long addr);
2076 unsigned long inst, last_inst = 0; local
2089 inst = GETWORD(val);
2090 if (adr > first_adr && inst == last_inst) {
2098 last_inst = inst;
2100 printf(REG" %.8x", adr, inst);
2102 dump_func(inst, adr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dvmx.c1476 u64 inst; local
1494 n = kvm_read_guest(vcpu, rip, sizeof(inst), &inst);
1497 switch (((u8*)&inst)[i]) {
H A Dsvm.c963 u8 inst[MAX_INST_SIZE]; local
974 "%s: inst length err, cs base 0x%llx rip 0x%llx "
982 if (kvm_read_guest(vcpu, rip, ins_length, inst) != ins_length)
989 switch (inst[i]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dpg-r4k.c16 #include <asm/inst.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbdbread.mak66 ARMCC = $(ARMBIN)\armcc # ARM ADS ARM 32-bit inst. set ANSI C compiler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbpp.c68 struct inst { struct
82 static struct inst instances[BPP_NO];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c2084 u32 *inst; local
2099 inst = (u32 *)chip->dsp_microcode->data;
2101 snd_ymfpci_writel(chip, YDSXGR_DSPINSTRAM + (i << 2), inst[i]);
2104 inst = (u32 *)chip->controller_microcode->data;
2106 snd_ymfpci_writel(chip, YDSXGR_CTRLINSTRAM + (i << 2), inst[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A DMakefile829 list=; while read file base inst; do \
830 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
831 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
832 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
H A DMakefile.in829 list=; while read file base inst; do \
830 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
831 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
832 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm946.S358 mcr p15, 0, r0, c5, c0, 3 @ set inst. access permission
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S5124 fadd.x X(%a6),%fp0 # last inst - possible exception set
5186 fadd.s POSNEG1(%a6),%fp0 # last inst - possible exception set
5209 mov.b &FMOV_OP,%d1 # last inst is MOVE
5210 fmov.x X(%a6),%fp0 # last inst - possible exception set
5216 fadd.s &0x80800000,%fp0 # last inst - possible exception set
5445 mov.b &FMOV_OP,%d1 # last inst is MOVE
5833 fdiv.x %fp1,%fp0 # last inst - possible exception set
5872 fdiv.x (%sp)+,%fp0 # last inst - possible exception set
5884 mov.b &FMOV_OP,%d1 # last inst is MOVE
5885 fmov.x (%sp)+,%fp0 # last inst
[all...]

Completed in 408 milliseconds

1234567891011>>