Home
last modified time | relevance | path

Searched refs:_bucket (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DOctreeInternals.cpp145 _bucket->lhead = ptr1; in addElement2Bucket()
146 (_bucket->numElements)++; in addElement2Bucket()
152 _bucket->minPt[0],_bucket->minPt[1], _bucket->minPt[2], _bucket->maxPt[0], in addElement2Bucket()
153 _bucket->maxPt[1], _bucket->maxPt[2]); in addElement2Bucket()
167 ptr1 = _bucket->lhead; in addElement2Bucket()
247 if(!_bucket->next) { in subdivideOctantBucket()
259 (_bucket->next[i]).parent = _bucket; in subdivideOctantBucket()
260 (_bucket->next[i]).precision = _bucket->precision + 1; in subdivideOctantBucket()
265 tmp[i] = ((double)(_bucket->maxPt[i] - _bucket->minPt[i])) / tmp1; in subdivideOctantBucket()
377 if(_bucket->minPt[i] > _maxPt[i] || _bucket->maxPt[i] < _minPt[i]) return; in insertOneBB()
[all …]
/dports/www/py-django-storages/django-storages-1.9.1/tests/
H A Dtest_gcloud.py63 self.storage._bucket = mock.MagicMock()
72 self.storage._bucket = mock.MagicMock()
85 self.storage._bucket = mock.MagicMock()
149 self.storage._bucket = mock.MagicMock()
153 self.storage._bucket.reset_mock()
192 self.storage._bucket = mock.MagicMock()
226 self.storage._bucket = mock.MagicMock()
255 self.storage._bucket = mock.MagicMock()
264 self.storage._bucket = mock.MagicMock()
273 self.storage._bucket = mock.MagicMock()
[all …]
/dports/emulators/tme/tme-0.8/libtme/
H A Dhash.c117 struct _tme_hash_bucket **_bucket, *bucket; in _tme_hash_lookup_internal() local
124 (bucket = *_bucket) != NULL; in _tme_hash_lookup_internal()
131 *__bucket = _bucket; in _tme_hash_lookup_internal()
139 *__bucket = _bucket; in _tme_hash_lookup_internal()
191 &_bucket); in tme_hash_insert()
192 bucket->_tme_hash_bucket_next = *_bucket; in tme_hash_insert()
193 *_bucket = bucket; in tme_hash_insert()
210 *_bucket = bucket; in tme_hash_insert()
288 (bucket = *_bucket) != NULL; ) { in tme_hash_foreach_remove()
292 *_bucket = bucket->_tme_hash_bucket_next; in tme_hash_foreach_remove()
[all …]
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
H A Dbuckets_mt.h37 typedef struct _##allocator_name##_bucket { \
40 struct _##allocator_name##_bucket *next; \
41 } allocator_name##_bucket; \
42 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
48 allocator_name##_bucket *srb,*nsrb; \
52 BUCKETS_MT_FREE(srb,sizeof(allocator_name##_bucket)); \
61 allocator_name##_bucket *srb; \
72 srb = (allocator_name##_bucket*)BUCKETS_MT_ALLOC(sizeof(allocator_name##_bucket)); \
77 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
H A Dbuckets_mt.h37 typedef struct _##allocator_name##_bucket { \
40 struct _##allocator_name##_bucket *next; \
41 } allocator_name##_bucket; \
42 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
48 allocator_name##_bucket *srb,*nsrb; \
52 BUCKETS_MT_FREE(srb,sizeof(allocator_name##_bucket)); \
61 allocator_name##_bucket *srb; \
72 srb = (allocator_name##_bucket*)BUCKETS_MT_ALLOC(sizeof(allocator_name##_bucket)); \
77 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
H A Dbuckets_mt.h37 typedef struct _##allocator_name##_bucket { \
40 struct _##allocator_name##_bucket *next; \
41 } allocator_name##_bucket; \
42 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
48 allocator_name##_bucket *srb,*nsrb; \
52 BUCKETS_MT_FREE(srb,sizeof(allocator_name##_bucket)); \
61 allocator_name##_bucket *srb; \
72 srb = (allocator_name##_bucket*)BUCKETS_MT_ALLOC(sizeof(allocator_name##_bucket)); \
77 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
H A Dbuckets_mt.h37 typedef struct _##allocator_name##_bucket { \
40 struct _##allocator_name##_bucket *next; \
41 } allocator_name##_bucket; \
42 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
48 allocator_name##_bucket *srb,*nsrb; \
52 BUCKETS_MT_FREE(srb,sizeof(allocator_name##_bucket)); \
61 allocator_name##_bucket *srb; \
72 srb = (allocator_name##_bucket*)BUCKETS_MT_ALLOC(sizeof(allocator_name##_bucket)); \
77 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
H A Dbuckets_mt.h37 typedef struct _##allocator_name##_bucket { \
40 struct _##allocator_name##_bucket *next; \
41 } allocator_name##_bucket; \
42 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
48 allocator_name##_bucket *srb,*nsrb; \
52 BUCKETS_MT_FREE(srb,sizeof(allocator_name##_bucket)); \
61 allocator_name##_bucket *srb; \
72 srb = (allocator_name##_bucket*)BUCKETS_MT_ALLOC(sizeof(allocator_name##_bucket)); \
77 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs2-cgi/moosefs-2.0.91/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
H A Dbuckets_mt.h37 typedef struct _##allocator_name##_bucket { \
40 struct _##allocator_name##_bucket *next; \
41 } allocator_name##_bucket; \
42 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
48 allocator_name##_bucket *srb,*nsrb; \
52 BUCKETS_MT_FREE(srb,sizeof(allocator_name##_bucket)); \
61 allocator_name##_bucket *srb; \
72 srb = (allocator_name##_bucket*)BUCKETS_MT_ALLOC(sizeof(allocator_name##_bucket)); \
77 allocator_name##_allocated += sizeof(allocator_name##_bucket); \
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfscommon/
H A Dbuckets.h35 typedef struct _##allocator_name##_bucket { \
38 struct _##allocator_name##_bucket *next; \
39 } allocator_name##_bucket; \
40 static allocator_name##_bucket *allocator_name##_buckets_head = NULL; \
45 allocator_name##_bucket *srb,*nsrb; \
48 BUCKETS_FREE(srb,sizeof(allocator_name##_bucket)); \
56 allocator_name##_bucket *srb; \
65 srb = (allocator_name##_bucket*)BUCKETS_ALLOC(sizeof(allocator_name##_bucket)); \
70 allocator_name##_allocated += sizeof(allocator_name##_bucket); \

1234567891011