OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cap
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
cap.h
29
typedef struct
_cap
cap;
cap.c
33
struct
_cap
{
struct
/src/external/gpl3/gdb.old/dist/sim/ppc/
cap.h
29
typedef struct
_cap
cap;
cap.c
33
struct
_cap
{
struct
/src/external/bsd/elftoolchain/dist/libelf/
gelf.h
102
GElf_Cap *gelf_getcap(Elf_Data *_data, int _index, GElf_Cap *
_cap
);
/src/sys/dev/ic/
athvar.h
459
#define ath_hal_getcapability(_ah,
_cap
, _param, _result) \
460
((*(_ah)->ah_getCapability)((_ah), (
_cap
), (_param), (_result)))
461
#define ath_hal_setcapability(_ah,
_cap
, _param, _v, _status) \
462
((*(_ah)->ah_setCapability)((_ah), (
_cap
), (_param), (_v), (_status)))
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d
2179
os_mem_unmap(_p,
_cap
* RANGE.sizeof);
2182
_cap
= 0;
2191
if (_length ==
_cap
) grow();
2231
immutable ncap =
_cap
? 2 *
_cap
: initSize / RANGE.sizeof;
2237
os_mem_unmap(_p,
_cap
* RANGE.sizeof);
2240
_cap
= ncap;
2245
size_t
_cap
;
Completed in 36 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026