OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncap
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/nvmectl/
identify.c
172
(long long)nsdata->
ncap
,
173
(long long)nsdata->
ncap
/ 1024 / 1024);
/src/sys/dev/ic/
nvmeio.h
127
identify->
ncap
= le64toh(identify->
ncap
);
nvmereg.h
571
uint64_t
ncap
; /* Namespace Capacity */
member in struct:nvm_identify_namespace
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d
2231
immutable
ncap
= _cap ? 2 * _cap : initSize / RANGE.sizeof;
2232
auto p = cast(RANGE*)os_mem_map(
ncap
* RANGE.sizeof);
2240
_cap =
ncap
;
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d
5412
size_t
ncap
= buf.length * 2 + 128 + n;
5413
char[] nbuf = new char[
ncap
];
Completed in 21 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026