Searched refs:Word (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A DSA-1101.h89 #define SKCR (*((volatile Word *) SA1101_p2v (_SKCR)))
90 #define SMCR (*((volatile Word *) SA1101_p2v (_SMCR)))
91 #define SNPR (*((volatile Word *) SA1101_p2v (_SNPR)))
139 #define VMCCR (*((volatile Word *) SA1101_p2v (_VMCCR)))
140 #define VMCAR (*((volatile Word *) SA1101_p2v (_VMCAR)))
141 #define VMCDR (*((volatile Word *) SA1101_p2v (_VMCDR)))
173 #define UFCR (*((volatile Word *) SA1101_p2v (_UFCR)))
174 #define UFSR (*((volatile Word *) SA1101_p2v (_UFSR)))
175 #define UFLVLR (*((volatile Word *) SA1101_p2v (_UFLVLR)))
176 #define UFDR (*((volatile Word *) SA1101_p2
[all...]
H A Dneponset.h45 #define LEDS (*((volatile Word *) Nep_p2v(_LEDS)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Didea.cpp14 CRYPTOPP_COMPILE_ASSERT(sizeof(IDEA::Word) >= 2);
26 a = (IDEA::Word)p - (IDEA::Word)high16(p); \
45 IDEA::Word x=1;
61 IDEA::Word* Z=key;
75 inline void IDEA::Base::LookupMUL(IDEA::Word &a, IDEA::Word b)
104 m_key[i] = ((IDEA::Word)userKey[2*i]<<8) | userKey[2*i+1];
113 static IDEA::Word MulInv(IDEA::Word
[all...]
H A Didea.h23 typedef word Word; typedef in class:IDEA
25 typedef hword Word;
40 FixedSizeSecBlock<Word, 6*ROUNDS+4> m_key;
H A Dinteger.cpp294 class Word class
297 Word() {} function in class:Word
299 Word(word value) function in class:Word
304 Word(hword low, hword high) function in class:Word
309 static Word Multiply(hword a, hword b)
311 Word r;
316 Word operator-(Word a)
318 Word r;
323 Word operato
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deepro.c228 /* EEPROM Word 0: */
230 #define ee_Word1 1 /* Word 1? */
242 /* EEPROM Word 1: */
265 /* Word 5: */
278 /* Word 6: */
284 /* Word 7: */
294 #define ee_addr_vendor 0x10 /* Word offset for EISA Vendor ID */
295 #define ee_addr_id 0x11 /* Word offset for Card ID */
609 unsigned short Word; local
620 Word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddoc.tex33 Note that you can also generate HTML and Word RTF with Tex2RTF.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_raid.h128 U32 Word; member in union:_MPI2_RAID_ACTION_DATA
268 U32 Word[5]; member in union:_MPI2_RAID_ACTION_REPLY_DATA
H A Dmpi2.h700 U32 Word; member in union:_MPI2_VERSION_UNION
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacbin3.c44 #define WORD_AT_OFFSET(data, offset) *((Word *)((unsigned char *)&data[offset]))
48 typedef unsigned short Word; typedef
147 Word *version,
194 Word *version,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.c1048 karg.firmware_version = ioc->facts.FWVersion.Word;
2339 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24,
2340 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16,
2341 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8,
2342 ioc->facts.FWVersion.Word & 0x000000FF);
2423 le32_to_cpu(ioc->iounit_pg0.NvdataVersionPersistent.Word));
2443 le32_to_cpu(ioc->iounit_pg0.NvdataVersionDefault.Word));
H A Dmpt2sas_base.c1733 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24,
1734 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16,
1735 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8,
1736 ioc->facts.FWVersion.Word & 0x000000FF,
2950 facts->FWVersion.Word = le32_to_cpu(mpi_reply.FWVersion.Word);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex119 \item Debugged problem with Word bookmarks not being inserted for unnumbered
130 or section references if not on Word mode.
181 \item Added contentsDepth for Word RTF contents page.
251 \item Tidied up RTF generation for non-Word viewers ({\it useWord} set to {\it false}). Will now look reasonable using
303 \item Option for using Word's INCLUDEPICTURE or IMPORT field, since the method that
304 works for Works, doesn't work for Word! See {\it bitmapMethod} in the
350 \item For linear RTF, Word for Windows support for \verb$\printindex$,\rtfsp
452 If importing RTF files into Word for Windows\index{Microsoft Word}, you may need to reformat
616 ``includepicture'' (use the MS Word 6.
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi.h341 U32 Word; member in union:_MPI_VERSION_FORMAT
H A Dmpi_ioc.h236 U32 Word; member in union:_MPI_FW_VERSION
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptscsih.c1339 mptscsih_copy_info(&info, "%s%08xh, ", MPT_FW_REV_MAGIC_ID_STRING, ioc->facts.FWVersion.Word);
3149 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24,
3150 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16,
3151 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8,
3152 ioc->facts.FWVersion.Word & 0x000000FF);
H A Dmptbase.c3053 facts->FWVersion.Word =
3057 facts->FWVersion.Word = le32_to_cpu(facts->FWVersion.Word);
6600 seq_printf(m, " FWVersion = 0x%08x%s", ioc->facts.FWVersion.Word, expVer);
6682 if ((ioc->facts.FWVersion.Word >> 24) == 0x0E) {
6684 (ioc->facts.FWVersion.Word >> 16) & 0x00FF, /* Month */
6685 (ioc->facts.FWVersion.Word >> 8) & 0x1F); /* Day */
6688 if ((ioc->facts.FWVersion.Word >> 8) & 0x80)
6720 ioc->facts.FWVersion.Word,
6754 ioc->facts.FWVersion.Word,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataobj.tex76 your proprietary format, as well as Word, RTF, HTML, Unicode and plain text to
H A Ddocmanag.tex494 more akin to MS Word and other Multiple Document Interface applications.
H A Drichtextoverview.tex301 it can be unwieldy for the user or programmer to set attributes separately. Word processors have collections
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dutil.S641 | 1 - Word

Completed in 246 milliseconds

12