Searched refs:ci (Results 1 - 25 of 30) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcharset.c384 check_iconv_cache (struct cached_iconv *ci,
392 if (ci->from == from
393 && ci->to == to
394 && ci->i != (iconv_t) 0)
399 if (ci->i != (iconv_t) 0)
401 i = ci->i;
402 ci->i = (iconv_t) 0;
407 ci->from->name, ci->to->name, safe_strerror (errno));
415 ci
376 check_iconv_cache(struct cached_iconv *ci, struct charset *from, struct charset *to) argument
418 cached_iconv_convert(struct cached_iconv *ci, int from_char, int *to_char) argument
484 check_iconv_cache(struct cached_iconv *ci, struct charset *from, struct charset *to) argument
493 cached_iconv_convert(struct cached_iconv *ci, int from_char, int *to_char) argument
568 struct cached_iconv *ci = baton; local
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcstest96 ci -ta.11 -mm $q a.c &&
98 rcs -L $q a.c || { echo "#ci+rcs -L failed"; exit 1; }
99 test ! -f a.c || { echo "#ci did not remove working file"; exit 1; }
104 $diff a.11 a.c || { echo '#ci' followed by co $l is not a no-op; exit 1; }
108 ci -mm $q a.c &&
110 $diff a.12 a.c || { echo "#ci+co failed"; exit 1; }
118 ci -r1.1.1 -mm $q a.c &&
124 ci -f -mm $q a.c &&
126 $diff a.12 a.c || { echo "#(co -l; ci -f) failed"; exit 1; }
131 ci
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp209 acpi_cstate_info *ci = (acpi_cstate_info *)cState->pData; local
210 if (ci->method == ACPI_CSTATE_FFH)
212 else if (ci->method == ACPI_CSTATE_SYSIO)
213 in8(ci->address);
223 acpi_cstate_info *ci = (acpi_cstate_info *)cState->pData; local
224 if (!ci->skip_bm_sts) {
229 if (ci->type != ACPI_STATE_C3)
259 acpi_cstate_info *ci = (acpi_cstate_info *)malloc(sizeof(acpi_cstate_info)); local
260 if (!ci)
284 ci
[all...]
/haiku-fatelf/src/tools/rman/
H A DMakefile155 @echo "*** Did you remember to ci -l first?"
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-opc.c574 int ci = main_table[place].completers;
583 int cname = completer_table[ci].name_index;
585 tinsn = apply_completer (tinsn, ci);
594 ci = completer_table[ci].subentries;
599 ci = completer_table[ci].alternative;
601 if (ci < 0)
612 completer_table[ci].dependencies);
564 int ci = main_table[place].completers; local
H A Dia64-gen.c1705 int ci = 0;
1732 ci = (ci << 1) | (completer_index & 1);
1735 ent->completer_index = ci;
1699 int ci = 0; local
/haiku-fatelf/src/libs/tiff/
H A Dtif_jpeg.c613 int ci; local
618 for (ci = 0, compptr = comp_info; ci < num_components;
619 ci++, compptr++) {
627 sp->ds_buffer[ci] = buf;
689 int ci; local
818 for (ci = 1; ci < sp->cinfo.d.num_components; ci++) {
819 if (sp->cinfo.d.comp_info[ci]
1004 int ci, clumpoffset; local
1458 int clumpoffset, ci, xpos, ypos; local
1544 int ci, ypos, n; local
[all...]
H A Dtif_dirwrite.c189 int ci, is_set = FALSE; local
191 for( ci = 0; ci < td->td_customValueCount; ci++ )
192 is_set |= (td->td_customValues[ci].info == fip);
496 int ci, is_set = FALSE; local
498 for( ci = 0; ci < td->td_customValueCount; ci++ )
499 is_set |= (td->td_customValues[ci]
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathEuler.h627 T ci = Math<T>::cos(angles.x); local
634 T cc = ci*ch;
635 T cs = ci*sh;
643 M[i][i] = cj; M[j][i] = sj*si; M[k][i] = sj*ci;
651 M[i][k] = -sj; M[j][k] = cj*si; M[k][k] = cj*ci;
670 T ci = Math<T>::cos(angles.x); local
677 T cc = ci*ch;
678 T cs = ci*sh;
686 M[i][i] = cj; M[j][i] = sj*si; M[k][i] = sj*ci;
694 M[i][k] = -sj; M[j][k] = cj*si; M[k][k] = cj*ci;
715 T ci = Math<T>::cos(ti); local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c1086 const MWL_HAL_CHANNELINFO *ci; local
1092 ci = &mh->mh_40M;
1096 ci = &mh->mh_20M;
1098 hc = ((unsigned)i < ci->nchannels) ? &ci->channels[i] : NULL;
1101 ci = &mh->mh_40M_5G;
1105 ci = &mh->mh_20M_5G;
1107 for (i = 0; i < ci->nchannels; i++)
1108 if (ci->channels[i].ieee == chan)
1110 hc = (i < ci
1154 mwl_hal_getchannelinfo(struct mwl_hal *mh0, int band, int chw, const MWL_HAL_CHANNELINFO **ci) argument
2042 get5Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2085 get2Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2119 MWL_HAL_CHANNELINFO *ci; local
[all...]
H A Dif_mwl.c4450 findhalchannel(const MWL_HAL_CHANNELINFO *ci, int ieee) argument
4454 for (i = 0; i < ci->nchannels; i++) {
4455 const struct mwl_hal_channel *hc = &ci->channels[i];
4468 const MWL_HAL_CHANNELINFO *ci; local
4478 MWL_CH_40_MHz_WIDTH : MWL_CH_20_MHz_WIDTH, &ci);
4482 MWL_CH_40_MHz_WIDTH : MWL_CH_20_MHz_WIDTH, &ci);
4492 hc = findhalchannel(ci, c->ic_ieee);
4503 hc = findhalchannel(ci, c->ic_extieee);
4552 const MWL_HAL_CHANNELINFO *ci, int flags)
4562 for (i = 0; i < ci
4551 addht40channels(struct ieee80211_channel chans[], int maxchans, int *nchans, const MWL_HAL_CHANNELINFO *ci, int flags) argument
4588 addchannels(struct ieee80211_channel chans[], int maxchans, int *nchans, const MWL_HAL_CHANNELINFO *ci, int flags) argument
4639 const MWL_HAL_CHANNELINFO *ci; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c205 commands_info *ci; local
228 ci = g_commands_info;
229 while(ci && ci->op) {
230 if (ci->op == command->op)
232 ci++;
237 ci->name, command->op, index, args, command->length, command->result);
/haiku-fatelf/src/add-ons/translators/gif/
H A DSavePalette.cpp222 ColorItem* ci = (ColorItem*)hash.GetItem(key); local
223 if (ci == NULL) {
224 ci = new(nothrow) ColorItem(key, 1, r, g, b);
225 if (ci == NULL) {
230 hash.AddItem((HashItem *)ci);
232 ci->count++;
234 /* ci->red = max_c(ci->red, r);
235 ci->green = max_c(ci
338 ColorItem *ci = (ColorItem *)hash.NextItem(); local
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Drecur.c386 struct iri *ci;
405 ci = iri_new ();
406 set_uri_encoding (ci, i->content_encoding, false);
407 url_enqueue (queue, ci, xstrdup (child->url->url),
384 struct iri *ci; local
/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp340 uint32 ci = fRegs->ci; local
343 "is 0x%08" B_PRIx32 ", ci 0x%08" B_PRIx32 "\n", system_time(), find_thread(NULL),
344 fIndex, fCommandsActive, is, ci);
347 if ((fCommandsActive & 1) && !(ci & 1)) {
358 uint32 ci = fRegs->ci; local
362 "fCommandsActive 0x%08" B_PRIx32 ", is 0x%08" B_PRIx32 ", ci 0x%08" B_PRIx32 "\n", fIndex,
363 fCommandsActive, is, ci);
839 fRegs->ci
[all...]
H A Dahci_defs.h94 uint32 ci; // Command Issue **RW1** member in struct:__anon1397
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5111.c148 const CHAN_INFO_2GHZ* ci = local
152 data2111 = ((ath_hal_reverseBits(ci->channelSelect, 8) & 0xff)
154 | (ci->refClkSel << 4);
155 chan5111 = ci->channel5111;
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp420 ATOM_CONNECTOR_INFO_I2C ci local
424 ci.sucConnectorInfo.sbfAccess.bfConnectorType];
429 ci.sucConnectorInfo.sbfAccess.bfConnectorType);
440 uint8 dac = ci.sucConnectorInfo.sbfAccess.bfAssociatedDAC;
455 connector_attach_gpio(connectorIndex, ci.sucI2cId.ucAccess);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd.c494 struct coff_comdat_info *ci;
503 && (ci = bfd_coff_get_comdat_section (sec->owner,
505 group = ci->name;
492 struct coff_comdat_info *ci; local
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp89 CodecMenuItem(media_codec_info *ci, uint32 msg_type);
96 CodecMenuItem::CodecMenuItem(media_codec_info *ci, uint32 msg_type) argument
98 BMenuItem(ci->pretty_name, new BMessage(msg_type))
100 memcpy(&fCodecInfo, ci, sizeof(fCodecInfo));
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c793 const CHAN_INFO_2GHZ* ci = local
796 data2111 = ((ath_hal_reverseBits(ci->channelSelect, 8) & 0xff)
798 | (ci->refClkSel << 4);
799 chan5111 = ci->channel5111;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c701 struct ieee80211req_chaninfo *ci; local
719 ci = &dc->dc_chaninfo;
720 ic->ic_getradiocaps(ic, maxchans, &ci->ic_nchans, ci->ic_chans);
721 KASSERT(ci->ic_nchans <= maxchans,
722 ("nchans %d maxchans %d", ci->ic_nchans, maxchans));
723 ieee80211_sort_channels(ci->ic_chans, ci->ic_nchans);
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk709 $(emit-commit-log) > .ci-msg
710 $(VC) commit -F .ci-msg -a
/haiku-fatelf/src/add-ons/translators/raw/
H A DRAW.cpp399 uchar buf97[324], ci, cj, ck; local
581 ci = xlat[0][serial & 0xff];
586 buf97[i] ^= (cj += ci * ck++);
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5574 code_set_init csin str ci - - ----- Init sequence for multiple codesets

Completed in 416 milliseconds

12