Searched refs:HASHSIZE (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dstabsread.h43 EXTERN struct symbol *global_sym_chain[HASHSIZE];
H A Dbuildsym.h44 #define HASHSIZE 127 /* Size of things hashed via macro
H A Dstabsread.c4387 for (hash = 0; hash < HASHSIZE; hash++)
4392 if (hash >= HASHSIZE)
4476 for (hash = 0; hash < HASHSIZE; hash++)
H A Dbuildsym.c1151 return (hash(name,strlen(name)) % HASHSIZE);
H A Dcoffread.c123 static struct symbol *opaque_type_chain[HASHSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dstabsread.h43 EXTERN struct symbol *global_sym_chain[HASHSIZE];
H A Dbuildsym.h44 #define HASHSIZE 127 /* Size of things hashed via macro
H A Dstabsread.c4387 for (hash = 0; hash < HASHSIZE; hash++)
4392 if (hash >= HASHSIZE)
4476 for (hash = 0; hash < HASHSIZE; hash++)
H A Dbuildsym.c1151 return (hash(name,strlen(name)) % HASHSIZE);
H A Dcoffread.c123 static struct symbol *opaque_type_chain[HASHSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dstabsread.h43 EXTERN struct symbol *global_sym_chain[HASHSIZE];
H A Dbuildsym.h44 #define HASHSIZE 127 /* Size of things hashed via macro
H A Dstabsread.c4387 for (hash = 0; hash < HASHSIZE; hash++)
4392 if (hash >= HASHSIZE)
4476 for (hash = 0; hash < HASHSIZE; hash++)
H A Dbuildsym.c1151 return (hash(name,strlen(name)) % HASHSIZE);
H A Dcoffread.c123 static struct symbol *opaque_type_chain[HASHSIZE];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dnfscache.c23 #define HASHSIZE 64 macro
36 return h & (HASHSIZE-1);
66 cache_hash = kcalloc (HASHSIZE, sizeof(struct hlist_head), GFP_KERNEL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dnfscache.c23 #define HASHSIZE 64 macro
36 return h & (HASHSIZE-1);
66 cache_hash = kcalloc (HASHSIZE, sizeof(struct hlist_head), GFP_KERNEL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c116076 #define HASHSIZE macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c116076 #define HASHSIZE macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c116076 #define HASHSIZE macro
[all...]

Completed in 897 milliseconds