Home
last modified time | relevance | path

Searched defs:data_alloc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddir.c54 size_t data_alloc, data_used; local
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddir.c69 size_t data_alloc, data_used; in dir_read() local
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr-impl.h104 int data_alloc; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-table.h273 xcallocator <Type>::data_alloc (size_t count) in data_alloc() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-table.h273 xcallocator <Type>::data_alloc (size_t count) in data_alloc() function
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp1748 void *GenericPluginTy::data_alloc(int32_t DeviceId, int64_t Size, void *HostPtr, data_alloc() function in GenericPluginTy