Searched refs:ALLOCATE (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/diff/ |
| D | diff3.c | 157 #define ALLOCATE(number, type) \ macro 984 struct diff3_block *result = ALLOCATE (1, struct diff3_block); 1002 D_LINEARRAY (result, FILE0) = ALLOCATE (numlines, char *); 1003 D_LENARRAY (result, FILE0) = ALLOCATE (numlines, size_t); 1016 D_LINEARRAY (result, FILE1) = ALLOCATE (numlines, char *); 1017 D_LENARRAY (result, FILE1) = ALLOCATE (numlines, size_t); 1030 D_LINEARRAY (result, FILE2) = ALLOCATE (numlines, char *); 1031 D_LENARRAY (result, FILE2) = ALLOCATE (numlines, size_t); 1094 bptr = ALLOCATE (1, struct diff_block); 1133 bptr->lines[0] = ALLOCATE (numlines, char *); [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| D | PECallFrameInfo.cpp | 22 ALLOCATE, enumerator 212 m_program.emplace_back(EHInstruction{o, EHInstruction::Type::ALLOCATE, in ProcessUnwindCode() 219 EHInstruction{o, EHInstruction::Type::ALLOCATE, LLDB_INVALID_REGNUM, in ProcessUnwindCode() 281 m_program.emplace_back(EHInstruction{o, EHInstruction::Type::ALLOCATE, in ProcessUnwindCode() 401 case EHInstruction::Type::ALLOCATE: in BuildUnwindPlanRow() 424 case EHInstruction::Type::ALLOCATE: in GetCFAFrameOffset()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | str-1t.fin | 27 ;Allocate ALLOCATE
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | bfin-defs.h | 317 #define ALLOCATE(x) malloc (x) macro
|
| D | bfin-parse.y | 4235 EXPR_T e = (EXPR_T) ALLOCATE (sizeof (struct expression_cell));
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | bfin-parse.c | 7338 EXPR_T e = (EXPR_T) ALLOCATE (sizeof (struct expression_cell)); in mkexpr()
|