Home
last modified time | relevance | path

Searched refs:icd (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftoolchain/dist/common/
H A Dutarray.h64 UT_icd icd; /* initializer, copy and destructor functions */ member
70 (a)->icd = *(_icd); \
75 if ((a)->icd.dtor) { \
78 (a)->icd.dtor(utarray_eltptr(a,_ut_i)); \
103 utarray_tmp=(char*)realloc((a)->d, (a)->n*(a)->icd.sz); \
113 if ((a)->icd.copy) { (a)->icd.copy( _utarray_eltptr(a,(a)->i++), p); } \
114 else { memcpy(_utarray_eltptr(a,(a)->i++), p, (a)->icd.sz); }; \
118 if ((a)->icd.dtor) { (a)->icd.dtor( _utarray_eltptr(a,--((a)->i))); } \
124 if ((a)->icd.init) { (a)->icd.init(_utarray_eltptr(a,(a)->i)); } \
125 else { memset(_utarray_eltptr(a,(a)->i),0,(a)->icd.sz); } \
[all …]
/netbsd-src/sys/dev/nor/
H A Dcfi.h79 cfi_interface_desc_str(uint16_t icd) in cfi_interface_desc_str() argument
81 switch(icd) { in cfi_interface_desc_str()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhp-symtab.h1743 int icd; /* member of this class (index) */ member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhp-symtab.h1743 int icd; /* member of this class (index) */ member