Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/usr.bin/yacc/
H A Ddefs.h145 typedef struct bucket bucket; typedef
146 struct bucket { struct
147 struct bucket *link; argument
148 struct bucket *next; argument
149 char *name;
150 char *tag;
151 short value;
152 short index;
153 short prec;
154 char class;
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c624 # define N_BLKS(bucket) n_blks[bucket] argument
647 # define BLK_SHIFT(bucket) blk_shift[bucket] argument
688 # define MEM_OVERHEAD(bucket) \ argument
725 # define MEM_OVERHEAD(bucket) M_OVERHEAD argument
754 # define POW2_OPTIMIZE_SURPLUS(bucket) \ argument
1181 int bucket; in S_adjust_size_and_find_bucket() local
1237 int bucket; in Perl_malloc() local
1663 morecore(int bucket) in morecore()
1813 u_char bucket; in Perl_mfree() local
1916 int bucket; in Perl_realloc() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dprint-tree.c35 struct bucket struct
38 struct bucket *next; argument
/openbsd/gnu/gcc/gcc/
H A Dprint-tree.c38 struct bucket struct
41 struct bucket *next; argument
H A Dtree-phinodes.c134 int bucket = NUM_BUCKETS - 2; in allocate_phi_node() local
244 int bucket; in release_phi_node() local
H A Drtl-factoring.c315 p_hash_bucket bucket; in compute_rtx_cost() local
1205 p_hash_bucket bucket = (p_hash_bucket) p; in htab_hash_bucket() local
1222 p_hash_bucket bucket = (p_hash_bucket) p; in htab_del_bucket() local
1265 p_hash_bucket bucket; in fill_hash_bucket() local
/openbsd/regress/sys/net/rtable/
H A Dkern_compat.h46 #define malloc(size, bucket, flag) calloc(1, size) argument
47 #define mallocarray(nelems, size, bucket, flag) calloc(nelems, size) argument
48 #define free(x, bucket, size) free(x) argument
/openbsd/usr.bin/dig/lib/isc/
H A Dsymtab.c152 unsigned int bucket; in isc_symtab_lookup() local
211 unsigned int bucket; in isc_symtab_define() local
/openbsd/usr.sbin/npppd/common/
H A Dhash.h44 hash_link **bucket; member
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D920923-1.c71 register prec_t bucket; local
/openbsd/sys/uvm/
H A Duvm_amap.c117 int bucket = UVM_AMAP_BUCKET(amap, slot); in amap_chunk_get() local
162 int bucket = UVM_AMAP_BUCKET(amap, chunk->ac_baseslot); in amap_chunk_free() local
1019 int bucket, startbucket, endbucket; in amap_wiperange() local
/openbsd/lib/libc/db/hash/
H A Dhash.c686 u_int32_t bucket; in hash_seq() local
846 int n, bucket; in __call_hash() local
H A Dhash_page.c510 __get_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_disk, in __get_page()
565 __put_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_bitmap) in __put_page()
/openbsd/sbin/isakmpd/
H A Dx509.c481 u_int16_t bucket = 0; in x509_hash() local
571 u_int16_t bucket = 0; in x509_hash_enter() local
H A Dsa.c329 u_int16_t bucket = 0; in sa_enter() local
370 u_int16_t bucket = 0; in sa_lookup() local
H A Dexchange.c514 u_int16_t bucket = 0; in exchange_enter() local
543 u_int16_t bucket = 0; in exchange_lookup() local
/openbsd/libexec/tradcpp/
H A Dmacro.c326 struct macroarray *bucket; in macrotable_cleanup() local
346 struct macroarray *bucket; in macrotable_findlen() local
440 struct macroarray *bucket; in macrotable_add() local
/openbsd/sys/kern/
H A Dkern_timeout.c927 db_show_callout_bucket(struct circq *bucket) in db_show_callout_bucket()
936 db_show_timeout(struct timeout *to, struct circq *bucket) in db_show_timeout()
H A Dkern_malloc.c91 struct kmembuckets bucket[MINBUCKET + 16]; variable
/openbsd/gnu/usr.bin/cvs/diff/
H A Dio.c194 int i, *bucket; local
/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp349 for (size_t bucket = 0; bucket < kMaxTrampolineRegion; ++bucket) { in TestOnlyReleaseTrampolineRegions() local
361 for (size_t bucket = 0; bucket < kMaxTrampolineRegion; ++bucket) { in AllocateMemoryForTrampoline() local
/openbsd/lib/libc/stdlib/
H A Dmalloc.c223 u_short bucket; member
978 init_chunk_info(struct dir_info *d, struct chunk_info *p, u_int bucket) in init_chunk_info()
994 alloc_chunk_info(struct dir_info *d, u_int bucket) in alloc_chunk_info()
1049 omalloc_make_chunks(struct dir_info *d, u_int bucket, u_int listnum) in omalloc_make_chunks()
1169 u_int i, j, k, r, bucket, listnum; in malloc_bytes() local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbcache.c74 struct bstring **bucket; member
/openbsd/usr.sbin/btrace/
H A Dmap.c213 hist_increment(struct hist *hist, const char *bucket) in hist_increment()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h115 Bucket *bucket = &table_[n]; in ForEach() local

12