OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H5T_NATIVE_UCHAR
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c
110
#define H5T_NATIVE_CHAR (CHAR_MIN?H5T_NATIVE_SCHAR:
H5T_NATIVE_UCHAR
)
112
#define
H5T_NATIVE_UCHAR
(H5OPEN H5T_NATIVE_UCHAR_g)
304
H5Dwrite(
H5T_NATIVE_UCHAR
, uchar_buf); // no-warning
/external/opencv3/modules/flann/include/opencv2/flann/
hdf5.h
53
hid_t get_hdf5_type<unsigned char>() { return
H5T_NATIVE_UCHAR
; }
Completed in 76 milliseconds