Home
last modified time | relevance | path

Searched refs:LE2HI64 (Results 1 – 3 of 3) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/
H A Dbam-priv.h123 static inline int64_t LE2HI64(void const *) __attribute__((always_inline));
132 static inline int64_t LE2HI64(void const *X) { int64_t y; memmove(&y, X, sizeof(y)); return y; } in LE2HI64() function
140 static inline int64_t LE2HI64(void const *X) { int64_t y; memmove(&y, X, sizeof(y)); return ( in… in LE2HI64() function
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dbam.c82 static int64_t LE2HI64(void const *X) { int64_t y; memmove(&y, X, sizeof(y)); return ( int64_t)b… in LE2HI64() function
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dbam.c82 static int64_t LE2HI64(void const *X) { int64_t y; memmove(&y, X, sizeof(y)); return ( int64_t)b… in LE2HI64() function