Searched refs:ch2 (Results 1 - 9 of 9) 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) \
19 (ptr)->b[1] = (uint8)(((((ch1) - 'A' + 1) & 0x07) << 5) | ((((ch2) - 'A' + 1) & 0x1f) )); \
/haiku/src/libs/mapm/
H A Dmapmutl2.c313 register char ch1, ch2; local
327 ch2 = *p2;
332 if (ch1 == ch2) break;
343 if ((ch2 = *p2) == '\0') return(ct);
344 if (*p1 != ch2) break;
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dhardware.h66 #define PNP_ISA_PRODUCT_ID(ch0, ch1, ch2, prod, rev) \
68 ((ch1 & 0x07) << 13) | ((ch2 & 0x1f) << 8) | \
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9280.c177 uint32_t f, ch, ch2;
186 ch2 = ((ch * 25) / 5) + 9600;
187 channelSel = (ch2 * 0x4000) / 15;
189 // "%s: freq=%d, ch=%d, ch2=%d, "
191 // __func__, freq, ch, ch2, channelSel);
/haiku/src/apps/magnify/
H A DMagnify.cpp708 bool ch1, ch2; local
709 CrossHairsShowing(&ch1, &ch2);
711 write(ref, &ch2, sizeof(bool));
767 bool ch1, ch2; local
768 fFatBits->CrossHairsShowing(&ch1, &ch2);
771 if (ch2)
794 bool ch1, ch2; local
795 fFatBits->CrossHairsShowing(&ch1, &ch2);
798 if (ch2)
944 TWindow::CrossHairsShowing(bool* ch1, bool* ch2) 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) \
288 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
289 __getopt_nonoption_flags[ch2] = __tmp; \
292 # define SWAP_FLAGS(ch1, ch2)
295 # define SWAP_FLAGS(ch1, ch2)
/haiku/src/libs/glut/
H A Dglut_8x13.c1798 static const BitmapCharRec ch2 = {8,12,0,2,8,ch2data}; variable
1811 &ch2,
H A Dglut_9x15.c1800 static const BitmapCharRec ch2 = {8,14,0,3,9,ch2data}; variable
1813 &ch2,

Completed in 132 milliseconds