Searched refs:ch (Results 1 - 25 of 160) sorted by path

1234567

/haiku/headers/cpp/std/
H A Dbastring.cc442 int ch = sb->sbumpc (); local
443 if (ch == EOF)
448 else if (traits::is_del (ch))
453 s += static_cast<charT> (ch);
485 int ch = sb->sbumpc (); local
486 if (ch == EOF)
496 if (ch == delim)
499 s += static_cast<charT> (ch);
H A Dcomplext.cc99 char ch = 0; local
104 is >> ch; local
106 if (ch == '(')
108 is >> ch; local
109 if (ch == ',')
110 is >> im >> ch; local
115 if (ch != 0 && ch != ')')
/haiku/headers/cpp/
H A Dstream.h53 char* chr(char ch, int width = 0);
/haiku/headers/private/firewire/
H A Dfirewire.h49 unsigned char ch:6, member in struct:fw_isochreq
H A Dfwphyreg.h115 ch:1, member in struct:phyreg_page0
144 ch:1,
/haiku/headers/private/interface/
H A Dutf8_functions.h13 IsInsideGlyph(uchar ch) argument
15 return (ch & 0xc0) == 0x80;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc_dma.c28 static void nv_acc_set_ch_dma(uint16 ch, uint32 handle);
1581 static void nv_acc_set_ch_dma(uint16 ch, uint32 handle) argument
1584 ((uint32*)(si->dma_buffer))[si->engine.dma.current++] = ((1 << 18) | ch);
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3gDco.cpp777 WORD ch,i; local
812 ch = m_wFirstDigitalBusOut + 2;
815 m_Adat38Mask.SetIndexInMask(ch);
816 ch++;
819 ch += m_wFirstDigitalBusIn + 2;
822 m_Adat38Mask.SetIndexInMask(ch);
823 ch++;
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c700 it->flag |= (0x3f & ichreq->ch);
706 ichreq->ch = it->flag & 0x3f;
726 ir->flag |= (0x3f & ichreq->ch);
733 ichreq->ch = ir->flag & 0x3f;
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c1881 struct ieee80211_channel ch; local
2273 bzero(&ch, sizeof(ch));
2274 ch.ic_freq = ieee80211_ieee2mhz(status->an_cur_channel,
2276 ch.ic_flags = IEEE80211_CHAN_B;
2277 ch.ic_ieee = status->an_cur_channel;
2278 error = copyout(&ch, ireq->i_data, sizeof(ch));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_spectral.c228 /* ch 1 */ {2412, { {N2DBM(-101, 00), N2DBM( -94, 25)},
231 /* ch 6 */ {2437, { {N2DBM(-102, 25), N2DBM( -94, 25)},
234 /* ch 11 */ {2462, { {N2DBM(-101, 50), N2DBM( -95, 00)},
237 /* ch 36 */ {5180, { {N2DBM(-114, 25), N2DBM( -95, 00)},
240 /* ch 44 */ {5220, { {N2DBM(-113, 00), N2DBM( -95, 00)},
243 /* ch 64 */ {5320, { {N2DBM(-113, 00), N2DBM( -95, 00)}, // not cal'ed
246 /* ch 100*/ {5500, { {N2DBM(-111, 50), N2DBM( -93, 75)},
249 /* ch 120*/ {5600, { {N2DBM(-111, 50), N2DBM( -93, 75)},
252 /* ch 140*/ {5700, { {N2DBM(-111, 75), N2DBM( -95, 00)},
255 /* ch 15
265 ar9300_noise_floor_get(struct ath_hal *ah, int freq_mhz, int ch) argument
285 ar9300_noise_floor_power_get(struct ath_hal *ah, int freq_mhz, int ch) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9280.c177 uint32_t f, ch, ch2;
184 ch = (((f - 4800) * 10) / 25) + 1;
186 ch2 = ((ch * 25) / 5) + 9600;
189 // "%s: freq=%d, ch=%d, ch2=%d, "
191 // __func__, freq, ch, ch2, channelSel);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_btcoex.h44 const struct ieee80211_channel *ch);
H A Dif_ath_lna_div.h86 const struct ieee80211_channel *ch);
H A Dif_ath_spectral.h40 struct ieee80211_channel *ch);
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp458 uint16 ch; local
461 for (int i = 0; (ch = B_BENDIAN_TO_HOST_INT16(
466 if (ch <= 0x001F || ch == '*' || ch == '/'
467 || ch == ':' || ch == ';'
468 || ch == '?' || ch == '\\') {
470 "found: 0%4x\n", ch));
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c512 char ch; local
515 dev->d_ops->read(dev, &ch, 1) == 1)
H A Dunistr.c1498 int ch; local
1512 ch = le16_to_cpu(name[i]);
1513 if ((ch < 0x20)
1514 || ((ch < 0x40)
1515 && ((1L << (ch - 0x20)) & mainset))
1516 || (ch == '\\')
1517 || (ch == '|'))
1629 unsigned int ch; local
1635 ch = le16_to_cpu(longname[i]);
1637 if ((cs != ch)
[all...]
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp196 isoreq.ch = ich & 0x3f;
253 isoreq.ch = ich & 0x3f;
363 isoreq.ch = ich & 0x3f;
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp146 char ch = *ptr; local
147 if (!((ch >= '0' && ch <= '9') || ch == '.' || ch == '-')) {
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp118 uint8 ch = *string; local
119 while (ch != 0) {
120 Append(ch);
122 ch = *string;
/haiku/src/add-ons/translators/ppm/
H A Dcolorspace.cpp176 unsigned char ch = *in_data; local
177 out_buf[0] = ch;
178 out_buf[1] = ch;
179 out_buf[2] = ch;
190 unsigned char ch; local
192 ch = 0;
194 ch = 255;
196 out_buf[0] = ch;
197 out_buf[1] = ch;
198 out_buf[2] = ch;
[all...]
/haiku/src/bin/bfs_tools/lib/
H A Dmakefile112 @zip -y `basename $(NAME)`-`date +%Y-%m-%d`.zip *.[ch]* *.rsrc makefile History ToDo test/*.[ch]* test/makefile
/haiku/src/bin/
H A Dcomm.c73 int ch, flag1, flag2, flag3, iflag; local
84 while ((ch = getopt(argc, argv, "123ivh")) != -1)
85 switch(ch) {
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c638 p.astat, p.bstat, p.ch, p.con, p.rxok, p.dis,
702 isoreq.ch = ich & 0x3f;
754 int fd = -1, ch, len=1024; local
812 while ((ch = getopt(argc, argv, "M:f:g:o:s:b:prtc:d:l:u:R:S:")) != -1) {
814 while ((ch = getopt(argc, argv, "M:f:g:m:o:s:b:prtc:d:l:u:R:S:")) != -1) {
817 switch(ch) {

Completed in 154 milliseconds

1234567