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

/haiku/headers/os/drivers/
H A Disapnp.h13 /* uint32 MAKE_EISA_PRODUCT_ID(EISA_PRODUCT_ID* ptr, char ch0, char ch1, char ch2, uint12 prod_num, uint4 rev) */
16 #define MAKE_EISA_PRODUCT_ID(ptr, ch0, ch1, ch2, prod_num, rev) \
18 (ptr)->b[0] = (uint8)(((((ch0) - 'A' + 1) & 0x1f) << 2) | ((((ch1) - 'A' + 1) & 0x18) >> 3)); \
19 (ptr)->b[1] = (uint8)(((((ch1) - 'A' + 1) & 0x07) << 5) | ((((ch2) - 'A' + 1) & 0x1f) )); \
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dhardware.h66 #define PNP_ISA_PRODUCT_ID(ch0, ch1, ch2, prod, rev) \
67 (((ch0 & 0x1f) << 2) | ((ch1 & 0x18) >> 3) | \
68 ((ch1 & 0x07) << 13) | ((ch2 & 0x1f) << 8) | \
/haiku/src/libs/mapm/
H A Dmapmutl2.c313 register char ch1, ch2; local
331 if ((ch1 = *p1) == '\0') return(-1);
332 if (ch1 == ch2) break;
/haiku/src/apps/magnify/
H A DMagnify.cpp708 bool ch1, ch2; local
709 CrossHairsShowing(&ch1, &ch2);
710 write(ref, &ch1, sizeof(bool));
767 bool ch1, ch2; local
768 fFatBits->CrossHairsShowing(&ch1, &ch2);
769 if (ch1)
794 bool ch1, ch2; local
795 fFatBits->CrossHairsShowing(&ch1, &ch2);
796 if (ch1)
944 TWindow::CrossHairsShowing(bool* ch1, boo argument
1790 SetCrossHairsShowing(bool ch1, bool ch2) argument
1798 CrossHairsShowing(bool* ch1, bool* ch2) argument
[all...]
H A DMagnify.h108 void SetCrossHairsShowing(bool ch1=false, bool ch2=false);
235 void CrossHairsShowing(bool* ch1, bool* ch2);
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c284 # define SWAP_FLAGS(ch1, ch2) \
287 char __tmp = __getopt_nonoption_flags[ch1]; \
288 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
292 # define SWAP_FLAGS(ch1, ch2)
295 # define SWAP_FLAGS(ch1, ch2)
/haiku/src/libs/glut/
H A Dglut_8x13.c1806 static const BitmapCharRec ch1 = {7,7,0,-1,8,ch1data}; variable
1810 &ch1,
H A Dglut_9x15.c1808 static const BitmapCharRec ch1 = {7,7,-1,0,9,ch1data}; variable
1812 &ch1,

Completed in 97 milliseconds