Home
last modified time | relevance | path

Searched refs:OSReadBigInt16 (Results 1 – 7 of 7) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/libkern/
H A DOSByteOrder.h169 #define OSReadBigInt16(base, byteOffset) _OSReadInt16(base, byteOffset) macro
243 #define OSReadBigInt16(base, byteOffset) OSReadSwapInt16(base, byteOffset) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/libkern/
H A DOSByteOrder.h157 #define OSReadBigInt16(base, byteOffset) _OSReadInt16(base, byteOffset) macro
231 #define OSReadBigInt16(base, byteOffset) OSReadSwapInt16(base, byteOffset) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/libkern/
H A DOSByteOrder.h157 #define OSReadBigInt16(base, byteOffset) _OSReadInt16(base, byteOffset) macro
231 #define OSReadBigInt16(base, byteOffset) OSReadSwapInt16(base, byteOffset) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/libkern/
H A DOSByteOrder.h169 #define OSReadBigInt16(base, byteOffset) _OSReadInt16(base, byteOffset) macro
243 #define OSReadBigInt16(base, byteOffset) OSReadSwapInt16(base, byteOffset) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/metrics/
H A Dpower_metrics_provider_mac.mm120 return static_cast<int16_t>(OSReadBigInt16(bytes, 0)) /
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmacfont.m3224 OSReadBigInt16(cdb, 7);" in a sample code by Apple. */
3226 #define BUINT16_VALUE(lval) OSReadBigInt16 (&(lval), 0)
/dports/editors/emacs/emacs-27.2/src/
H A Dmacfont.m3133 OSReadBigInt16(cdb, 7);" in a sample code by Apple. */
3135 #define BUINT16_VALUE(lval) OSReadBigInt16 (&(lval), 0)