| /src/external/gpl3/binutils/dist/gprofng/src/ |
| StringBuilder.h | 34 StringBuilder (int capacity); 44 capacity () function in class:StringBuilder
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| StringBuilder.h | 34 StringBuilder (int capacity); 44 capacity () function in class:StringBuilder
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| TypeTableCollection.cpp | 60 uint32_t TypeTableCollection::capacity() { return Records.size(); } function in class:TypeTableCollection
|
| GlobalTypeTableBuilder.cpp | 72 uint32_t GlobalTypeTableBuilder::capacity() { return SeenRecords.size(); } function in class:GlobalTypeTableBuilder
|
| AppendingTypeTableBuilder.cpp | 69 uint32_t AppendingTypeTableBuilder::capacity() { return SeenRecords.size(); } function in class:AppendingTypeTableBuilder
|
| MergingTypeTableBuilder.cpp | 72 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); } function in class:MergingTypeTableBuilder
|
| LazyRandomTypeCollection.cpp | 148 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); } function in class:LazyRandomTypeCollection 161 if (MinSize <= capacity()) 166 assert(NewCapacity > capacity()); 195 TIE = TypeIndex::fromArrayIndex(capacity());
|
| /src/external/bsd/iscsi/dist/include/ |
| so.h | 48 unsigned capacity; /* size in blocks */ member in struct:scsi_osd
|
| /src/sys/arch/amiga/dev/ |
| zz9k_usb.c | 96 uint16_t capacity = ZZREG_R(ZZ9K_USB_CAPACITY); local 98 (capacity == 0) ? "not " : "");
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| vector.h | 35 uint32_t capacity; member in struct:vector 42 uint32_t capacity, 47 uint32_t capacity, 106 bool dal_vector_reserve(struct vector *vector, uint32_t capacity);
|
| /src/sys/arch/luna68k/stand/boot/ |
| scsi.c | 98 struct scsi_generic_cdb capacity = { variable in typeref:struct:scsi_generic_cdb 156 if (scsi_immed_command( 0, scsi_device, 0, &capacity,
|
| /src/external/bsd/nsd/dist/ |
| radtree.h | 48 /** capacity of the lookup array (can be larger than length) */ 49 uint16_t capacity; member in struct:radnode
|
| /src/external/bsd/zstd/dist/tests/regression/ |
| data.h | 63 size_t capacity; member in struct:__anon8921 89 * Create a buffer with the specified capacity. 93 data_buffer_t data_buffer_create(size_t capacity);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/ |
| dmub_rb.h | 43 uint32_t capacity; member in struct:dmub_rb_init_params 51 uint32_t capacity; member in struct:dmub_rb 70 data_count = rb->capacity - (rb->rptr - rb->wrpt); 72 return (data_count == (rb->capacity - DMUB_RB_CMD_SIZE)); 91 if (rb->wrpt >= rb->capacity) 92 rb->wrpt %= rb->capacity; 117 if (rb->rptr >= rb->capacity) 118 rb->rptr %= rb->capacity; 138 if (rptr >= rb->capacity) 139 rptr %= rb->capacity; [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyUtil.h | 88 : Data(Dat), Size(Sz), Capacity(Cp) {} 90 : Data(Cp == 0 ? nullptr : A.allocateT<T>(Cp)), Capacity(Cp) {} 94 : Data(A.Data), Size(A.Size), Capacity(A.Capacity) { 97 A.Capacity = 0; 104 Capacity = RHS.Capacity; 107 RHS.Size = RHS.Capacity = 0; 114 if (Ncp <= Capacity) 118 Capacity = Ncp 136 size_t capacity() const { return Capacity; } function in class:clang::threadSafety::til::SimpleArray [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| checker-path.cc | 140 its capacity is (if known). 150 tree capacity = NULL_TREE; local 153 capacity = model->get_representative_tree (capacity_sval); 155 pd->add_region_creation_events (reg, capacity, loc_info, *this); 158 add_event (make_unique<region_creation_event_debug> (reg, capacity,
|
| kf-analyzer.cc | 87 Emit a warning describing the capacity of the base region of 110 const svalue *capacity = model->get_capacity (base_reg); variable 111 label_text desc = capacity->get_desc (true); 113 "capacity: %qs", desc.get ());
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/ |
| BumpVector.h | 62 T *Capacity = nullptr; 160 if (End < Capacity) { 175 if (End + Cnt <= Capacity) { 189 if (unsigned(Capacity-Begin) < N) 193 /// capacity - Return the total number of elements in the currently allocated 195 size_t capacity() const { return Capacity - Begin; } function in class:clang::BumpVector 226 size_t CurCapacity = Capacity-Begin; 251 Capacity = Begin+NewCapacity;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-phinodes.cc | 172 int capacity, i; local 174 capacity = ideal_phi_node_len (len); 176 phi = allocate_phi_node (capacity); 187 phi->capacity = capacity; 275 new_phi->capacity = len; 358 If PHI has reached its maximum capacity, add a few slots. In this case,
|
| /src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| sarray.h | 150 size_t capacity; member in struct:sarray 238 if (soffset_decode (indx) < array->capacity)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-phinodes.cc | 172 int capacity, i; local 174 capacity = ideal_phi_node_len (len); 176 phi = allocate_phi_node (capacity); 187 phi->capacity = capacity; 267 new_phi->capacity = len; 351 If PHI has reached its maximum capacity, add a few slots. In this case,
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| sarray.h | 150 size_t capacity; member in struct:sarray 238 if (soffset_decode (indx) < array->capacity)
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| hpa_utils.h | 62 size_t capacity; member in struct:__anon23 68 ra->capacity = sz; 84 assert(ra->cur < ra->capacity); 91 if (ra->cur == ra->capacity) {
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| hpa_utils.h | 62 size_t capacity; member in struct:__anon125 68 ra->capacity = sz; 84 assert(ra->cur < ra->capacity); 91 if (ra->cur == ra->capacity) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_clock.cc | 406 if (nclk <= capacity()) { 436 while (nclk > capacity()) { 526 ALWAYS_INLINE uptr SyncClock::capacity() const { function in class:__tsan::SyncClock
|