HomeSort by: relevance | last modified time | path
    Searched defs:icd (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/common/
utarray.h 64 UT_icd icd; /* initializer, copy and destructor functions */ member in struct:__anon6543
65 char *d; /* n slots of size icd->sz*/
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))); }
    [all...]
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 1743 int icd; /* member of this class (index) */ member in struct:quick_procedure
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 1743 int icd; /* member of this class (index) */ member in struct:quick_procedure
  /src/external/gpl3/gdb.old/dist/include/
hp-symtab.h 1743 int icd; /* member of this class (index) */ member in struct:quick_procedure
  /src/external/gpl3/gdb/dist/include/
hp-symtab.h 1743 int icd; /* member of this class (index) */ member in struct:quick_procedure

Completed in 68 milliseconds