OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hid_t
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
invalid-decl.c
34
static void bar(
hid_t
, char); // expected-error {{expected identifier}}
36
static void bar(
hid_t
p, char); // expected-error {{unknown type name '
hid_t
'}}
warn-type-safety-mpi-hdf5.c
101
typedef int
hid_t
;
typedef
116
hid_t
H5T_NATIVE_SCHAR_g __attribute__(( type_tag_for_datatype(hdf5,signed char) ));
117
hid_t
H5T_NATIVE_UCHAR_g __attribute__(( type_tag_for_datatype(hdf5,unsigned char) ));
118
hid_t
H5T_NATIVE_INT_g __attribute__(( type_tag_for_datatype(hdf5,int) ));
119
hid_t
H5T_NATIVE_LONG_g __attribute__(( type_tag_for_datatype(hdf5,long) ));
121
void H5Dwrite(
hid_t
mem_type_id, const void *buf) __attribute__(( pointer_with_type_tag(hdf5,2,1) ));
/external/opencv3/modules/flann/include/opencv2/flann/
hdf5.h
45
hid_t
get_hdf5_type()
51
hid_t
get_hdf5_type<char>() { return H5T_NATIVE_CHAR; }
53
hid_t
get_hdf5_type<unsigned char>() { return H5T_NATIVE_UCHAR; }
55
hid_t
get_hdf5_type<short int>() { return H5T_NATIVE_SHORT; }
57
hid_t
get_hdf5_type<unsigned short int>() { return H5T_NATIVE_USHORT; }
59
hid_t
get_hdf5_type<int>() { return H5T_NATIVE_INT; }
61
hid_t
get_hdf5_type<unsigned int>() { return H5T_NATIVE_UINT; }
63
hid_t
get_hdf5_type<long>() { return H5T_NATIVE_LONG; }
65
hid_t
get_hdf5_type<unsigned long>() { return H5T_NATIVE_ULONG; }
67
hid_t
get_hdf5_type<float>() { return H5T_NATIVE_FLOAT;
[
all
...]
Completed in 80 milliseconds