Searched refs:uint8 (Results 151 - 175 of 357) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dccsflash.c272 uint8 *from, *to;
291 from = (uint8 *)OSL_UNCACHED((void *)SI_FLASH2 + offset);
293 from = (uint8 *)OSL_CACHED((void *)SI_FLASH2 + offset);
294 to = (uint8 *)buf;
354 #define GET_BYTE(ptr) (*(uint8 *)((uint32)(ptr) ^ 7))
356 #define GET_BYTE(ptr) (*(uint8 *)((uint32)(ptr) ^ 3))
368 const uint8 *buf = buffer;
369 uint8 data;
H A Dnicpci.c46 uint8 pciecap_lcreg_offset; /* PCIE capability LCreg offset in the config space */
47 uint8 pciecap_devctrl_offset; /* PCIE DevControl reg offset in the config space */
49 uint8 pcie_polarity;
50 uint8 pcie_war_aspm_ovr; /* Override ASPM/Clkreq settings */
51 uint8 pmecap_offset; /* PM Capability offset in the config space */
57 uint8 pciecap_devctrl2_offset; /* PCIE DevControl2 reg offset in the config space */
61 uint8 pcie_configspace[PCI_CONFIG_SPACE_SIZE];
93 static void pcicore_fixlatencytimer(pcicore_info_t* pch, uint8 timer_val);
145 uint8 cap_ptr;
203 uint8
[all...]
H A Dhndfwd.c121 #error "Dictionary hash table size uses a uint8 index"
135 uint8 u8[WOFA_DICT_SYMBOL_SIZE];
318 uint8 hash8; /* CAUTION: 8bit hash index for 258 buckets */
323 hash8 = ((uint8)(hash16) ^ (uint8)(hash16 >> 8));
359 __EVAL((uint8*)symbol), (uint)wofa));
369 __EVAL((uint8*)symbol), (uint)wofa, hash8));
405 uint8 hash8; /* CAUTION: 8bit hash index for 258 buckets */
410 hash8 = ((uint8)(hash16) ^ (uint8)(hash1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dauth.h89 const uint8 *(*get_ntlm_challenge)(struct auth_context *auth_context);
H A Dntlmssp.h114 const uint8 *(*get_challenge)(const struct ntlmssp_state *ntlmssp_state);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclierror.c104 uint8 errclass;
201 void cli_dos_error(struct cli_state *cli, uint8 *eclass, uint32 *ecode)
375 uint8 eclass;
455 uint8 eclass;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.cpp137 uint32 CAbstractFile::GetIntTagValue(uint8 tagname) const
148 bool CAbstractFile::GetIntTagValue(uint8 tagname, uint32& ruValue) const
171 const wxString& CAbstractFile::GetStrTagValue(uint8 tagname) const
193 const CTag *CAbstractFile::GetTag(uint8 tagname, uint8 tagtype) const
204 const CTag *CAbstractFile::GetTag(const wxString& tagname, uint8 tagtype) const
215 const CTag *CAbstractFile::GetTag(uint8 tagname) const
906 CPacket* CKnownFile::CreateSrcInfoPacket(const CUpDownClient* forClient, uint8 byRequestedVersion, uint16 nRequestedOptions)
941 uint8 byUsedVersion;
946 byUsedVersion = std::min(byRequestedVersion, (uint8)SOURCEEXCHANGE2_VERSIO
[all...]
H A DSearchList.h117 void AddFileToDownloadByHash(const CMD4Hash& hash, uint8 category = 0);
H A DServerConnect.h86 uint8 pendingConnects;
H A DServerList.h93 uint8 current_url_index;
H A DTag.cpp50 CTag::CTag(uint8 uName)
175 uint8 length = m_uType - TAGTYPE_STR1 + 1;
318 uint8 uType;
463 CTagHash::CTagHash(uint8 name, const CMD4Hash& value)
H A DCanceledFileList.cpp59 uint8 version = file.ReadUInt8();
H A DDownloadQueue.cpp233 void CDownloadQueue::AddSearchToDownload(CSearchFile* toadd, uint8 category)
350 void CDownloadQueue::AddDownload(CPartFile* file, bool paused, uint8 category)
442 uint8 status = file->GetStatus();
909 uint8 status = file->GetStatus();
1052 uint8 nPriority = cur_file->GetDownPriority();
1098 uint8 byOpcode = 0;
1138 void CDownloadQueue::ResetCatParts(uint8 cat)
1151 void CDownloadQueue::SetCatPrio(uint8 cat, uint8 newprio)
1168 void CDownloadQueue::SetCatStatus(uint8 ca
[all...]
H A DED2KLink.h90 uint8 cryptoptions;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp4_overlay_lcdc.c83 uint8 *buf;
107 buf = (uint8 *) fbi->fix.smem_start;
279 uint8 *buf;
289 buf = (uint8 *) fbi->fix.smem_start;
H A Dmdp_dma_lcdc.c90 uint8 *buf;
116 buf = (uint8 *) fbi->fix.smem_start;
322 uint8 *buf;
338 buf = (uint8 *) fbi->fix.smem_start;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dauth_compat.c43 const uint8 *chal;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmotp.h70 extern int otp_write_bits(void *oh, uint offset, int bits, uint8* data);
H A Dbcmwifi.h42 * DO NOT MAKE it > 255: channels are uint8's all over
90 #define CHSPEC_CHANNEL(chspec) ((uint8)((chspec) & WL_CHANSPEC_CHAN_MASK))
198 #define CHSPEC_CHANNEL(chspec) ((uint8)((chspec) & WL_CHANSPEC_CHAN_MASK))
280 #define LCHSPEC_CHANNEL(chspec) ((uint8)((chspec) & WL_LCHANSPEC_CHAN_MASK))
389 extern uint8 wf_chspec_ctlchan(chanspec_t chspec);
H A Dhndarm.h105 int32 si_arm_clockratio(si_t *sih, uint8 div);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsecace.c30 BOOL sec_ace_object(uint8 type)
60 void init_sec_ace(SEC_ACE *t, const DOM_SID *sid, uint8 type, SEC_ACCESS mask, uint8 flag)
H A Dutil_tdb.c405 uint8 bt;
421 bt = (uint8)va_arg(ap, int);
498 BOOL tdb_pack_append(TALLOC_CTX *mem_ctx, uint8 **buf, size_t *len,
509 *buf = TALLOC_REALLOC_ARRAY(mem_ctx, *buf, uint8,
512 *buf = SMB_REALLOC_ARRAY(*buf, uint8, (*len) + len1);
540 uint8 *bt;
558 bt = va_arg(ap, uint8 *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dpassdb.c826 BOOL init_sam_from_buffer_v3(struct samu *sampass, uint8 *buf, uint32 buflen)
859 uint8 *hours = NULL;
860 uint8 *lm_pw_ptr = NULL, *nt_pw_ptr = NULL, *nt_pw_hist_ptr = NULL;
999 uint8 *pw_hist = (uint8 *)SMB_MALLOC(pwHistLen * PW_HISTORY_ENTRY_LEN);
1060 uint32 init_buffer_from_sam_v3 (uint8 **buf, struct samu *sampass, BOOL size_only)
1094 const uint8 *lm_pw;
1095 const uint8 *nt_pw;
1096 const uint8 *nt_pw_hist;
1275 if ( (*buf=(uint8*)SMB_MALLO
[all...]
H A Dpdb_get_set.c140 const uint8 *pdb_get_hours(const struct samu *sampass)
145 const uint8 *pdb_get_nt_passwd(const struct samu *sampass)
149 return (uint8 *)sampass->nt_pw.data;
152 const uint8 *pdb_get_lanman_passwd(const struct samu *sampass)
156 return (uint8 *)sampass->lm_pw.data;
159 const uint8 *pdb_get_pw_history(const struct samu *sampass, uint32 *current_hist_len)
164 return (uint8 *)sampass->nt_pw_his.data;
844 BOOL pdb_set_nt_passwd(struct samu *sampass, const uint8 pwd[NT_HASH_LEN], enum pdb_value_state flag)
862 BOOL pdb_set_lanman_passwd(struct samu *sampass, const uint8 pwd[LM_HASH_LEN], enum pdb_value_state flag)
880 entries to store in the history - this must match the size of the uint8 arra
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dchgpasswd.c580 const uint8 *lanman_pw;
651 const uint8 *pwd;
761 uint8 *password_encrypted;
762 const uint8 *encryption_key;
763 const uint8 *lanman_pw, *nt_pw;
956 const uint8 *nt_pw;
957 const uint8 *pwhistory;

Completed in 139 milliseconds

1234567891011>>