Searched refs:WORD (Results 76 - 100 of 209) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dplain_io.c186 dev->heads = WORD(nheads);
187 dev->sectors = WORD(nsect);
189 SET_INT(tot_sectors, WORD(psect));
210 BootP = WORD(ext.old.BootP);
211 Infp0 = WORD(ext.old.Infp0);
212 InfpX = WORD(ext.old.InfpX);
213 InfTm = WORD(ext.old.InfTm);
215 if(WORD(fatlen)) {
248 dev->sectors = dev->sectors * WORD(secsiz) / 512;
H A Dmclasserase.c131 if(WORD(fatlen)) {
155 sector_size = WORD(secsiz) * dev.heads;
H A Dxdf_io.c552 sect = WORD(nsect);
556 WORD(nheads) !=2)
568 dev->sectors = WORD(nsect);
569 if(WORD(psect))
570 dev->tracks = WORD(psect) / dev->sectors / 2;
667 This->FatSize = WORD(fatlen);
668 This->RootDirSize = WORD(dirents)/16;
669 This->track_size = WORD(nsect);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_h323_types.c11 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
25 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
41 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
47 {FNAME("manufacturerCode") INT, WORD, 0, 0, SKIP, 0, NULL},
81 {FNAME("url-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL},
83 {FNAME("email-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL},
222 {FNAME("item") INT, WORD, 0, 0, SKIP, 0, NULL},
260 {FNAME("manufacturerCode") INT, WORD, 0, 0, SKIP, 0, NULL},
280 {FNAME("maxBitRate") INT, WORD, 1, 0, SKIP, 0, NULL},
300 {FNAME("samplesPerLine") INT, WORD,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-dos.h19 typedef unsigned short WORD; typedef
169 WORD flags; /* Low-level status flags. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dx86masm.pl23 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[1]=~/\bxmm[0-7]\b/i);
24 $arg[1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i);
73 sub ::WP { &get_mem("WORD",@_); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/perlasm/
H A Dx86masm.pl23 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[1]=~/\bxmm[0-7]\b/i);
24 $arg[1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i);
73 sub ::WP { &get_mem("WORD",@_); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmac.h427 void MACvSetMISCFifo(PSDevice pDevice, WORD wOffset, DWORD dwData);
429 void MACvSetKeyEntry(PSDevice pDevice, WORD wKeyCtl, unsigned int uEntryIdx,
434 void MACvWriteWord(PSDevice pDevice, BYTE byRegOfs, WORD wData);
441 void MACvWriteBeaconInterval(PSDevice pDevice, WORD wInterval);
H A Dpower.c74 WORD wListenInterval)
78 WORD wAID = pMgmt->wCurrAID | BIT14 | BIT15;
321 pTxPacket->p80211Header->sA3.wFrameCtl |= cpu_to_le16((WORD)WLAN_SET_FC_TODS(1));
H A Dwmgr.c108 WORD wCurrCapInfo,
109 WORD wListenInterval,
130 WORD wCurrCapInfo,
131 WORD wListenInterval,
243 WORD wCurrCapInfo,
244 WORD wCurrBeaconPeriod,
246 WORD wCurrATIMWinodw,
260 WORD wCurrCapInfo,
261 WORD wAssocStatus,
262 WORD wAssocAI
[all...]
H A Dwpa2.c116 WORD m = 0, n = 0;
211 pBSSNode->wCSSPKCount = (WORD)j;
234 pBSSNode->wAKMSSAuthCount = (WORD)j;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Dtime-test.c75 WORD wVersionRequested;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddib.cpp64 static inline WORD GetNumberOfColours(WORD bitsPerPixel)
68 return (WORD)(bitsPerPixel <= 8 ? 1 << bitsPerPixel : 0);
117 info->bmiHeader.biBitCount = (WORD)depth;
632 pPalette->palNumEntries = (WORD)biClrUsed;
H A Dfdrepdlg.cpp82 void InitString(const wxString& str, LPTSTR *ppStr, WORD *pLen);
163 LPTSTR *ppStr, WORD *pLen)
174 *pLen = (WORD)len;
H A Dprintdlg.cpp143 hDev = GlobalAlloc(GPTR, 4*sizeof(WORD)+
148 lpDev->wDriverOffset = sizeof(WORD) * 4 / sizeof(wxChar);
151 lpDev->wDeviceOffset = (WORD)( lpDev->wDriverOffset +
155 lpDev->wOutputOffset = (WORD)( lpDev->wDeviceOffset +
834 pd->nFromPage = (WORD)data.GetFromPage();
835 pd->nToPage = (WORD)data.GetToPage();
836 pd->nMinPage = (WORD)data.GetMinPage();
837 pd->nMaxPage = (WORD)data.GetMaxPage();
838 pd->nCopies = (WORD)data.GetNoCopies();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/guisfx/
H A Dsfxwiz.c105 FUNCTION: Replace(HWND, WORD, WPARAM, LPARAM)
116 BOOL WINAPI ReplaceProc(HWND hReplaceDlg, WORD wMessage,
165 GetDirProc(HWND hDlg, WORD wMessage, WPARAM wParam, LPARAM lParam)
207 GetDirProc(HWND hwndDlg, WORD wMessage, WPARAM wParam, LPARAM lParam)
251 BOOL FAR PASCAL InitDialogProc (HWND hDlg, WORD wMsg, WORD wParam, LONG lParam) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm227 movzx ebx, WORD PTR[edi]
229 movzx ebx, WORD PTR[eax+edi-1]
262 movzx ecx, WORD PTR[edi+ecx*2]
269 movzx eax, WORD PTR[esi+ecx-1]
274 movzx eax, WORD PTR[eax+ecx]
375 movzx ebx, WORD PTR[edi+eax-1]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/printing/
H A Dprtpub.c130 void map_generic_boolean(HANDLE ph, TCHAR *printer, TCHAR *port, WORD cap, TCHAR *key)
139 void map_generic_dword(HANDLE ph, TCHAR *printer, TCHAR *port, WORD cap, TCHAR *key)
151 void map_generic_multi_sz(HANDLE ph, TCHAR *printer, TCHAR *port, WORD cap, TCHAR *key, int size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm227 movzx ebx, WORD PTR[edi]
229 movzx ebx, WORD PTR[eax+edi-1]
262 movzx ecx, WORD PTR[edi+ecx*2]
269 movzx eax, WORD PTR[esi+ecx-1]
274 movzx eax, WORD PTR[eax+ecx]
375 movzx ebx, WORD PTR[edi+eax-1]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/dpt/
H A Dosd_util.h182 #define WORD unsigned short macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcciss_defs.h44 #define WORD __u16 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dstructs.h121 WORD cchComment;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmsnd_pinnacle.c817 register WORD wTmp;
848 register WORD DAPQ_tail;
1030 static __inline__ void eval_dsp_msg(register WORD wMessage)
1101 register WORD wTmp;
1204 WORD mastVolLeft, mastVolRight;
1273 static int __init calibrate_adc(WORD srate)
1474 static int __init msnd_write_cfg_io0(int cfg, int num, WORD io)
1485 static int __init msnd_write_cfg_io1(int cfg, int num, WORD io)
1496 static int __init msnd_write_cfg_irq(int cfg, int num, WORD irq)
1509 WORD wme
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dbmputils.h155 WORD inch;
157 WORD checksum;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l74 WORD [A-Za-z_][-A-Za-z_0-9]*
293 <MACRODEF>{WORD}{SPACE} {
306 <MACRODEF>{WORD}\( {
319 <MACROARGLIST>{WORD} {
402 {WORD}\( {
439 {WORD} {

Completed in 419 milliseconds

123456789