Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dsumversion.c41 uint32_t hash[MD4_HASH_WORDS]; member
88 static void md4_transform(uint32_t *hash, uint32_t const *in) in md4_transform() argument
92 a = hash[0]; in md4_transform()
93 b = hash[1]; in md4_transform()
94 c = hash[2]; in md4_transform()
95 d = hash[3]; in md4_transform()
148 hash[0] += a; in md4_transform()
149 hash[1] += b; in md4_transform()
150 hash[2] += c; in md4_transform()
151 hash[3] += d; in md4_transform()
[all …]
H A Dmodpost.c203 unsigned int hash; in new_symbol() local
206 hash = tdb_hash(name) % SYMBOL_HASH_SIZE; in new_symbol()
207 new = symbolhash[hash] = alloc_symbol(name, 0, symbolhash[hash]); in new_symbol()
/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c144 unsigned int hash; member
154 unsigned int i, hash = 2166136261U; in strhash() local
157 hash = (hash ^ str[i]) * 0x01000193; in strhash()
158 return hash; in strhash()
164 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config() argument
168 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()
169 if (aux->hash == hash && aux->len == len && in is_defined_config()
179 static void define_config(const char *name, int len, unsigned int hash) in define_config() argument
189 aux->hash = hash; in define_config()
190 aux->next = hashtab[hash % HASHSZ]; in define_config()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c773 unsigned hash = 2166136261U; in strhash() local
775 hash = (hash ^ *s) * 0x01000193; in strhash()
776 return hash; in strhash()
783 int hash; in sym_lookup() local
793 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
795 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) { in sym_lookup()
805 hash = 0; in sym_lookup()
814 symbol->next = symbol_hash[hash]; in sym_lookup()
815 symbol_hash[hash] = symbol; in sym_lookup()
823 int hash = 0; in sym_find() local
[all …]
H A Dzconf.gperf2 %define hash-function-name kconf_id_hash
H A D.zconf.tab.o.cmd53 scripts/kconfig/zconf.hash.c \
H A Dzconf.tab.c_shipped205 /* Include zconf.hash.c here so it can see the token constants. */
206 #include "zconf.hash.c"
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dget_maintainer.pl566 my %hash;
609 $hash{$tvi} = $value_pd;
619 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {
1799 my %hash;
1816 $hash{$_}++ for @lines;
1819 foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {
1820 my $sign_offs = $hash{$line};
H A DKbuild.include140 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c523 void MApi_AUTH_Process(MS_U8 *string, MS_U8 *hash) in MApi_AUTH_Process() argument
607 IPAUTH_LOGD("%02x ",hash[i]); in MApi_AUTH_Process()
629 gCusHash[i] = hash[i]; in MApi_AUTH_Process()
634 if(digest[i]!=hash[i]) in MApi_AUTH_Process()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvIPAUTH.h151 DLL_PUBLIC void MApi_AUTH_Process(MS_U8 *string, MS_U8 *hash);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvIPAUTH.h151 DLL_PUBLIC void MApi_AUTH_Process(MS_U8 *string, MS_U8 *hash);
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile6 # All text after a hash (#) is considered a comment and will be ignored
H A Dbsp.dxyfile6 # All text after a hash (#) is considered a comment and will be ignored
H A Dpreprocess.txt55322 DLL_PUBLIC void MApi_AUTH_Process(MS_U8 *string, MS_U8 *hash);