OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__builtin_bswap16
(Results
76 - 78
of
78
) sorted by null
1
2
3
4
/external/libpng/
pngtrans.c
334
*(png_uint_16*)rp =
__builtin_bswap16
(*(png_uint_16*)rp);
CHANGES
[
all
...]
/external/clang/include/clang/Basic/
Builtins.def
403
BUILTIN(
__builtin_bswap16
, "UsUs", "nc")
[
all
...]
Completed in 460 milliseconds
1
2
3
4