Searched refs:level (Results 201 - 225 of 373) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/mail/
H A DContent.h134 level(0),
142 int32 level; member in struct:quote_context
H A DContent.cpp91 {0, 0, 0x80, 0}, // 3rd, 6th, ... quote level color (blue)
92 {0, 0x80, 0, 0}, // 1st, 4th, ... quote level color (green)
394 // count qoute level (to be able to wrap quotes correctly)
397 int32 level = 0;
400 level++;
405 // if there are too much quotes, try to preserve the quote color level
406 if (level > 10)
407 level = kNumQuoteColors * 3 + (level % kNumQuoteColors);
413 while (level
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dlanguage.h216 /* Print a top-level value using syntax appropriate for this language. */
352 #define LA_PRINT_TYPE(type,varstring,stream,show,level) \
353 (current_language->la_print_type(type,varstring,stream,show,level))
H A Dui-out.h204 /* Note: level 0 is the top-level so LEVEL is always greater than
208 int level, const char *id);
211 int level);
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDevice.cpp232 virtual bool Visit(BPartition* partition, int32 level) argument
535 BDiskDevice::_AcceptVisitor(BDiskDeviceVisitor* visitor, int32 level) argument
/haiku-fatelf/src/libs/ncurses/progs/
H A Ddump_entry.c429 fmt_complex(char *src, int level) argument
451 /* treat a "%e%?" as else-if, on the same level */
453 for (n = 0; n < level; n++)
459 for (n = 0; n <= level; n++)
464 src = fmt_complex(src, level + 1);
465 } else if (level == 1) {
475 if (level > 1) {
477 for (n = 0; n < level; n++)
489 for (n = 0; n <= level; n++)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DGroups.cpp94 GroupsItem::GroupsItem(uint32 level, bool superitem, bool expanded, int32 resourceID, BView *headerView, ColumnListView *listView, char *text) : argument
95 TreeItem(level, superitem, expanded, resourceID, headerView, listView, text)
H A DTreeControl.cpp58 TreeItem::TreeItem(uint32 level, bool superitem, bool expanded, int32 resourceID, BView *headerView, ColumnListView *listView, char *text) : argument
59 CLVListItem(level, superitem, expanded, 16.0)
H A DUsers.cpp94 UsersItem::UsersItem(uint32 level, bool superitem, bool expanded, int32 resourceID, BView *headerView, ColumnListView *listView, char *text) : argument
95 TreeItem(level, superitem, expanded, resourceID, headerView, listView, text)
/haiku-fatelf/headers/posix/sys/
H A Dsocket.h50 /* Socket options for SOL_SOCKET level */
173 int getsockopt(int socket, int level, int option, void *value,
184 int setsockopt(int socket, int level, int option, const void *value,
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp145 void Dump(int32 level = 0);
231 put_level(int32 level) argument
233 while (level-- > 0)
239 dump_attribute(device_attr* attr, int32 level) argument
244 put_level(level + 2);
1785 device_node::Dump(int32 level = 0)
1787 put_level(level);
1788 dprintf("(%ld) @%p \"%s\" (ref %ld, init %ld)\n", level, this, ModuleName(),
1793 dump_attribute(attribute.Next(), level);
1798 iterator.Next()->Dump(level
[all...]
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_defsfont.c641 /* Instrument level, generators */
715 /* Preset level, generators */
720 * encountered at preset level, they should be ignored */
749 } /* if available at preset level */
1906 return (gerr (ErrCorr, _("Invalid chunk id in level 0 parse")));
2326 int level, skip, drop, gzone, discarded; local
2338 level = 0;
2354 if (level == 0)
2356 level = 1;
2365 if (level <
2677 int level, skip, drop, gzone, discarded; local
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/liba52/
H A Dparse.c132 sample_t * level, sample_t bias)
157 state->output = a52_downmix_init (acmod, *flags, level,
165 state->dynrng = state->level = 2 * *level;
319 sample_t level, int dither, int end)
327 factor[i] = scale_factor[i] * level;
555 state->dynrng = state->level * range;
131 a52_frame(a52_state_t * state, uint8_t * buf, int * flags, sample_t * level, sample_t bias) argument
317 coeff_get(a52_state_t * state, sample_t * coeff, expbap_t * expbap, quantizer_t * quantizer, sample_t level, int dither, int end) argument
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Ddwt.c338 int rw; /* width of the resolution level computed */
339 int rh; /* height of the resolution level computed */
340 int rw1; /* width of the resolution level once lower than computed one */
341 int rh1; /* height of the resolution level once lower than computed one */
401 double dwt_getnorm(int level, int orient) { argument
402 return dwt_norms[orient][level];
421 int rw; /* width of the resolution level computed */
422 int rh; /* height of the resolution level computed */
423 int rw1; /* width of the resolution level once lower than computed one */
424 int rh1; /* height of the resolution level onc
473 dwt_getnorm_real(int level, int orient) argument
482 int resno, level, orient, gain; local
[all...]
/haiku-fatelf/src/bin/zip/
H A Dzipup.c998 err = zl_deflate_init(level);
1003 if (level <= 2) {
1005 } else if (level >= 8) {
1112 lm_init(level, &z_entry->flg);
1149 err = zl_deflate_init(level);
1176 lm_init((level != 0 ? level : 1), &flags);
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1295 KPartition::Dump(bool deep, int32 level) argument
1297 if (level < 0 || level > 255)
1301 sprintf(prefix, "%*s%*s", (int)level, "", (int)level, "");
1304 if (level > 0)
1326 child->Dump(true, level + 1);
/haiku-fatelf/src/libs/libtelnet/
H A Dsra.c343 sra_status(Authenticator *ap __unused, char *name, int level) argument
345 if (level < AUTH_USER)
346 return(level);
/haiku-fatelf/src/preferences/filetypes/
H A DMimeTypeListView.cpp345 uint32 level = 0; local
348 level = underItem->OutlineLevel() + 1;
356 if (item->OutlineLevel() < level) {
/haiku-fatelf/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp288 // get index of item among items in 0 level
374 int32 level = pSelItem->OutlineLevel() + 1; local
381 m_pMenuOutlineView->AddItem(new BStringItem(STR_SEPARATOR, level),
384 m_pMenuOutlineView->AddItem(new BStringItem(itemName, level),
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp179 void SetLevel(uint32 level) argument
181 if (fLevelCount < level)
182 fLevelCount = level;
185 off_t PreviousOffset(uint32 level) argument
187 return fPreviousOffsets[level];
190 void SetPreviousOffset(uint32 level, off_t offset) argument
192 fPreviousOffsets[level] = offset;
1055 // if we are already on leaf level, we're done
1691 // But it's still sane at leaf level - we could set
2263 BPlusTree::_ValidateChildren(TreeCheck& check, uint32 level, off_ argument
2453 _ValidateChild(TreeCheck& check, CachedNode& cached, uint32 level, off_t offset, off_t lastOffset, off_t nextOffset, const uint8* key, uint16 keyLength) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPControl.h213 ppp_level level; member in struct:ppp_protocol_info
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.cpp90 MSP3430_DSP_SUBW_LEVEL = 0x002c, // subwoofer level
402 void CMSP3430::SetVolume(int level, bool mute, MSP3430_clipping_mode mode,
406 fVolume = (mute ? 0x00 : Clamp(level + 0x73, 0x01, 0x7f)) << 8;
540 void CMSP3430::SetSubwoofer(int level, int frequency, bool mute, MSP3430_subwoofer_mode mode)
542 // set subwoofer level between -128 dB and 12 dB
543 fSubwooferLevel = (mute ? 0x80 : Clamp(0x00 + level, -128, 12)) << 8;
587 // disable subwoofer level adjustments
/haiku-fatelf/src/add-ons/translators/rtf/
H A DRTF.h57 virtual void PrintToStream(int32 level = 0);
/haiku-fatelf/src/apps/bootmanager/
H A DLegacyBootMenu.cpp78 virtual bool Visit(BPartition* partition, int32 level);
94 virtual bool Visit(BPartition* partition, int32 level);
195 PartitionVisitor::Visit(BPartition* partition, int32 level) argument
239 PartitionRecorder::Visit(BPartition* partition, int32 level) argument
/haiku-fatelf/src/apps/installer/
H A DWorkerThread.cpp62 virtual bool Visit(BPartition* partition, int32 level);
73 virtual bool Visit(BPartition* partition, int32 level);
675 SourceVisitor::Visit(BPartition *partition, int32 level) argument
735 TargetVisitor::Visit(BPartition *partition, int32 level) argument

Completed in 260 milliseconds

1234567891011>>