Searched refs:native (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tools/unzip/unix/
H A Dunxcfg.h15 # define PutNativeEOL *q++ = native(LF);
/haiku/src/bin/unzip/
H A Dunzpriv.h284 # define PutNativeEOL {*q++ = native(CR); *q++ = native(LF);}
308 # define PutNativeEOL *q++ = native(LF);
352 # define PutNativeEOL *q++ = native(LF);
430 # define PutNativeEOL {*q++ = native(CR); *q++ = native(LF);}
456 # define PutNativeEOL *q++ = native(LF);
482 # define PutNativeEOL *q++ = native(LF);
505 # define PutNativeEOL *q++ = native(LF);
605 # define PutNativeEOL *q++ = native(L
1432 # define native macro
2280 # define native macro
[all...]
H A Dfileio.c887 *q++ = native(*p);
905 *q++ = native(*p);
943 Algorithm: CR/LF => native; lone CR => native; lone LF => native.
966 *q++ = native(*p);
2070 A_TO_N(G.outbuf); /* translate string to native */
H A Dprocess.c975 if ((native(*G.inptr) == 'P') &&
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp860 // It assumes that all graphics cards have the same native endianess, no?
881 uint32 native = (c.alpha << 24) |
885 return native;
889 uint32 native = (c.alpha << 24) | (c.red << 16) | (c.green << 8) | (c.blue); local
890 return native;
/haiku/src/add-ons/accelerants/common/
H A Ddump_edid.c288 bool native = false; local
293 native = (vic & 0x80) != 0;
320 native ? " (native)" : "");
687 dprintf(" Number of native detailed modes: %u\n", edid->cta_block.num_native_detailed);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp1150 // It assumes that all graphics cards have the same native endianess, no?
1170 uint32 native = (color.alpha << 24) | (color.red << 16) local
1172 return native;
/haiku/
H A Dconfigure88 --no-full-xattr Do not use Linux/*BSD/Darwin's native extended file
92 --no-xattr Do not use Linux/*BSD/Darwin's native extended file
962 "Only native architectures of the host platform can" \

Completed in 163 milliseconds