Searched refs:uint16 (Results 26 - 50 of 412) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.h211 static uint16 GetPort() { return s_port; }
212 static void SetPort(uint16 val);
213 static uint16 GetUDPPort() { return s_udpport; }
214 static uint16 GetEffectiveUDPPort() { return s_UDPEnable ? s_udpport : 0; }
215 static void SetUDPPort(uint16 val) { s_udpport = val; }
224 static uint16 GetMaxUpload() { return s_maxupload; }
225 static uint16 GetSlotAllocation() { return s_slotallocation; }
245 static uint16 GetTrafficOMeterInterval() { return s_trafficOMeterInterval; }
246 static void SetTrafficOMeterInterval(uint16 in)
248 static uint16 GetStatsInterva
[all...]
H A DListenSocket.h74 uint16 m_OpenSocketsInterval;
75 uint16 m_ConnectionStates[3];
76 uint16 m_nPeningConnections;
H A DPartFile.h115 bool HashSinglePart(uint16 partnumber); // true = ok , false = corrupted
120 bool IsComplete(uint16 part) { return m_gaplist.IsComplete(part); }
124 bool GetNextRequestedBlock(CUpDownClient* sender, std::vector<Requested_Block_Struct*>& toadd, uint16& count);
127 static bool CanAddSource(uint32 userid, uint16 port, uint32 serverip, uint16 serverport, uint8* pdebug_lowiddropped = NULL, bool ed2kID = true);
128 void AddSources(CMemFile& sources, uint32 serverip, uint16 serverport, unsigned origin, bool bWithObfuscationAndHash);
137 uint16 GetPartMetNumber() const;
144 uint16 GetSourceCount() const { return (uint16)m_SrcList.size(); }
145 uint16 GetSrcA4AFCoun
[all...]
H A DGapList.h41 uint16 m_iPartCount;
58 uint32 GetPartSize(uint16 part) const { return part == m_iPartCount - 1 ? m_sizeLastPart : PARTSIZE; }
69 void AddGap(uint16 part);
73 void FillGap(uint16 part);
77 bool IsComplete(uint16 part);
87 uint32 GetGapSize(uint16 part) const;
H A DMuleUDPSocket.h29 #include "Types.h" // Needed for uint16 and uint32
93 virtual void OnReceiveError(int errorCode, uint32 ip, uint16 port);
111 void SendPacket(CPacket* packet, uint32 IP, uint16 port, bool bEncrypt, const uint8* pachTargetClientHashORKadID, bool bKad, uint32 nReceiverVerifyKey);
129 virtual void OnPacketReceived(uint32 ip, uint16 port, byte* buffer, size_t length) = 0;
186 uint16 port;
H A DOtherStructs.h101 uint16 port;
123 uint16 part; // Index of the chunk
125 uint16 frequency; // Availability of the chunk
126 uint16 rank; // Download priority factor (highest = 0, lowest = 0xffff)
H A Dupdownclient.h121 uint16 m_linked;
142 CUpDownClient(uint16 in_port, uint32 in_userid, uint32 in_serverup, uint16 in_serverport,CPartFile* in_reqfile, bool ed2kID, bool checkfriend);
181 uint16 GetServerPort() const { return m_nServerPort; }
182 void SetServerPort(uint16 nPort) { m_nServerPort = nPort; }
193 uint16 GetUDPPort() const { return m_nUDPPort; }
194 void SetUDPPort(uint16 nPort) { m_nUDPPort = nPort; }
268 uint16 GetUploadQueueWaitingPosition() const { return m_waitingPosition; }
269 void SetUploadQueueWaitingPosition(uint16 pos) { m_waitingPosition = pos; }
271 uint16 GetNextRequestedPar
[all...]
H A DClientRef.cpp122 uint16 WRAPC(GetAvailablePartCount)
134 uint16 WRAPC(GetKadPort)
136 uint16 WRAPC(GetLastDownloadingPart)
137 uint16 WRAPC(GetNextRequestedPart)
139 uint16 WRAPC(GetOldRemoteQueueRank)
141 uint16 WRAPC(GetRemoteQueueRank)
147 uint16 WRAPC(GetServerPort)
156 uint16 WRAPC(GetUploadQueueWaitingPosition)
172 bool CClientRef::IsUpPartAvailable(uint16 iPart) const { return m_client->IsUpPartAvailable(iPart); }
178 uint16 WRAP
[all...]
H A DClientRef.h119 uint16 GetAvailablePartCount() const;
130 uint16 GetKadPort() const;
133 uint16 GetLastDownloadingPart() const;
134 uint16 GetNextRequestedPart() const;
136 uint16 GetOldRemoteQueueRank() const;
138 uint16 GetRemoteQueueRank() const;
144 uint16 GetServerPort() const;
151 uint16 GetUDPPort() const;
155 uint16 GetUploadQueueWaitingPosition() const;
169 bool IsUpPartAvailable(uint16 iPar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dflashutl.c56 uint8 flashutl_wsz = sizeof(uint16);
58 static void scmd(uint16 cmd, unsigned long off);
59 static void cmd(uint16 cmd, unsigned long off);
61 static int flash_poll(unsigned long off, uint16 data);
65 static uint16 INLINE flash_readword(unsigned long addr);
66 static void INLINE flash_writeword(unsigned long addr, uint16 data);
76 uint16 flash_vendid = 0;
77 uint16 flash_devid = 0;
109 flashutl_wsz = (R_REG(osh, &cc->flash_config) & CC_CFG_DS) ? sizeof(uint16) : sizeof(uint8);
110 ASSERT(flashutl_wsz == sizeof(uint8) || flashutl_wsz == sizeof(uint16));
[all...]
H A Dsromstubs.c38 srom_read(si_t *sih, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf,
45 srom_write(si_t *sih, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf)
56 srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_config.h74 #if !defined(uint16)
76 #define uint16 __ERROR___CANNOT_DETERMINE_TYPE_FOR_INT16; macro
78 #define uint16 unsigned short macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddihost.h133 boolean mddi_set_rev_handler(mddi_rev_handler_type handler, uint16 pkt_type);
198 uint16 num_writes, mddi_llist_done_cb_type done_cb);
215 void mddi_wait(uint16 time_ms);
216 void mddi_assign_max_pkt_dimensions(uint16 image_cols,
217 uint16 image_rows,
218 uint16 bpp,
219 uint16 *max_cols, uint16 * max_rows);
220 uint16 mddi_assign_pkt_height(uint16 pkt_widt
[all...]
H A Dmddihost.c48 extern void mddi_hitachi_window_adjust(uint16 x1,
49 uint16 x2, uint16 y1, uint16 y2);
56 extern void mddi_s6d0142_window_adjust(uint16 x1,
57 uint16 x2,
58 uint16 y1,
59 uint16 y2,
85 uint16 curr_llist_idx;
161 uint16 curr_llist_id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmotp.h48 extern uint16 otp_read_bit(void *oh, uint offset);
51 extern int otp_read_region(si_t *sih, int region, uint16 *data, uint *wlen);
52 extern int otp_read_word(si_t *sih, uint wn, uint16 *data);
55 extern int otp_write_region(si_t *sih, int region, uint16 *data, uint wlen, uint flags);
56 extern int otp_write_word(si_t *sih, uint wn, uint16 data);
59 extern int otp_nvwrite(void *oh, uint16 *data, uint wlen);
H A Dbcmendian.h31 ((uint16)((((uint16)(val) & (uint16)0x00ffU) << 8) | \
32 (((uint16)(val) & (uint16)0xff00U) >> 8)))
113 #define ltoh16_buf(buf, i) bcmswap16_buf((uint16 *)(buf), (i))
114 #define htol16_buf(buf, i) bcmswap16_buf((uint16 *)(buf), (i))
137 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
143 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
154 uint16 _va
[all...]
H A Dbcm_mpool_pub.h58 #include <typedefs.h> /* needed for uint16 */
106 uint16 nobj; /* Total number of objects in this pool */
107 uint16 num_alloc; /* Number of objects currently allocated */
108 uint16 high_water; /* Max number of allocated objects. */
109 uint16 failed_alloc; /* Failed allocations. */
H A Dbcmsrom.h32 uint byteoff, uint nbytes, uint16 *buf,
36 uint byteoff, uint nbytes, uint16 *buf);
39 uint byteoff, uint16 value);
41 extern int srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmevent.h56 uint16 version;
57 uint16 flags; /* see flags below */
70 uint16 version;
71 uint16 flags; /* see flags below */
330 uint16 version;
331 uint16 channel; /* Matches chanspec_t format from bcmwifi_channels.h */
389 uint16 channel; /* channel of GAS protocol */
392 uint16 status_code; /* status code on GAS completion */
393 uint16 data_len; /* length of data to follow */
399 uint16 lengt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dads_cldap.h45 uint16 lmnt_token;
46 uint16 lm20_token;
H A Drpc_dce.h152 uint16 frag_len; /* fragment length - data size (bytes) inc header and tail. */
153 uint16 auth_len; /* 0 - authentication length */
162 uint16 context_id; /* presentation context identifier */
163 uint16 opnum; /* opnum */
171 uint16 context_id; /* 0 - presentation context identifier */
195 uint16 len; /* length of the string including null terminator */
201 uint16 max_tsize; /* maximum transmission fragment size (0x1630) */
202 uint16 max_rsize; /* max receive fragment size (0x1630) */
239 uint16 context_id; /* presentation context identifier. */
270 uint16 resul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/access_control/
H A DAccessControl.h5 #ifndef uint16
6 #define uint16 unsigned short macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.h64 std::map<ec_tagname_t, uint16> m_map_uint16;
100 void CreateTag(ec_tagname_t tagname, uint16 value, CECTag *parent)
102 CreateTagT<uint16>(tagname, value, m_map_uint16, parent);
225 uint16 GetRequests(uint16 *target = 0) const { return AssignIfExist(EC_TAG_KNOWNFILE_REQ_COUNT, target); }
228 uint16 GetAccepts(uint16 *target = 0) const { return AssignIfExist(EC_TAG_KNOWNFILE_ACCEPT_COUNT, target); }
234 uint16 GetCompleteSourcesLow(uint16 *target = 0) const { return AssignIfExist(EC_TAG_KNOWNFILE_COMPLETE_SOURCES_LOW, target); }
235 uint16 GetCompleteSourcesHig
[all...]
H A DRemoteConnect.h131 void ConnectED2K(uint32 ip, uint16 port);
141 uint16 port);
146 uint16 port);
293 uint16 MaxDownloadSpeed,
294 uint16 MaxUploadSpeed,
295 uint16 UploadSlotAllocation,
296 uint16 TCPPort,
297 uint16 UDPPort,
299 uint16 MaxSourcesPerFile,
300 uint16 MaxConnection
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dir.c62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, long n)
63 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); }
77 uint16* va;
81 if ((uint16) *v > td->td_samplesperpixel)
83 va = va_arg(ap, uint16*);
89 td->td_extrasamples = (uint16) *v;
143 td->td_bitspersample = (uint16) va_arg(ap, int);
178 td->td_compression = (uint16) v;
183 td->td_photometric = (uint16) va_ar
[all...]

Completed in 218 milliseconds

1234567891011>>