OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufLen
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
scopebuffer.d
129
this.
bufLen
= cast(uint) buf.length;
146
debug(ScopeBuffer) buf[0 ..
bufLen
] = 0;
147
if (
bufLen
& wasResized)
150
bufLen
= 0;
163
if (j ==
bufLen
)
184
const len =
bufLen
;
203
assert(lower <=
bufLen
);
204
assert(upper <=
bufLen
);
215
assert(used <=
bufLen
);
225
assert(i <
bufLen
);
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
region.d
452
enum
bufLen
= 10 * Mallocator.alignment;
453
void[] tmp = Mallocator.instance.allocate(
bufLen
);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d
1461
T toStringRadixConvert(size_t
bufLen
)(uint runtimeRadix = 0)
1465
size_t index =
bufLen
;
1466
EEType[
bufLen
] buffer = void;
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
12322
int i,
bufLen
, realLength;
12334
bufLen
= 0;
12343
bufLen
+= len;
12350
bufLen
+= len + 2;
12353
bufLen
+= len * 2;
12356
bufLen
++;
12358
bufLen
++;
12361
p = objPtr->bytes = Jim_Alloc(
bufLen
+ 1);
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
[
all
...]
Completed in 72 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026