Searched refs:level (Results 176 - 200 of 373) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/kits/game/chart/
H A DChartRender.h77 /* Count of different light level available for a star. */
147 /* lighting level */
148 uint8 level; member in struct:__anon5796
149 /* pattern level. Used to design which representation of star
150 will be used, depending of the ligthing level and the half-
H A DChartRender_d.h93 /* Count of different light level available for a star. */
168 /* lighting level */
169 uint8 level; member in struct:__anon5800
170 /* pattern level. Used to design which representation of star
171 will be used, depending of the ligthing level and the half-
/haiku-fatelf/headers/os/interface/
H A DOutlineListView.h121 virtual BRect LatchRect(BRect itemRect, int32 level) const;
122 virtual void DrawLatch(BRect itemRect, int32 level,
145 int32 level, int32* _superIndex = NULL);
/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp149 l2cap_control(net_protocol* protocol, int level, int option, void* value, argument
159 l2cap_getsockopt(net_protocol* protocol, int level, int option, argument
169 l2cap_setsockopt(net_protocol* protocol, int level, int option, argument
/haiku-fatelf/src/system/kernel/fs/
H A Dsocket.cpp546 common_getsockopt(int fd, int level, int option, void *value, argument
553 return sStackInterface->getsockopt(descriptor->u.socket, level, option,
559 common_setsockopt(int fd, int level, int option, const void *value, argument
566 return sStackInterface->setsockopt(descriptor->u.socket, level, option,
757 getsockopt(int socket, int level, int option, void *value, socklen_t *_length) argument
760 RETURN_AND_SET_ERRNO(common_getsockopt(socket, level, option, value,
766 setsockopt(int socket, int level, int option, const void *value, argument
770 RETURN_AND_SET_ERRNO(common_setsockopt(socket, level, option, value,
1108 _user_getsockopt(int socket, int level, int option, void *userValue, argument
1128 error = common_getsockopt(socket, level, optio
1142 _user_setsockopt(int socket, int level, int option, const void *userValue, socklen_t length) argument
[all...]
/haiku-fatelf/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp48 virtual bool Visit(BPartition *partition, int32 level) argument
51 sprintf(prefix, "%*s", 2 * (int)level, "");
52 if (level > 0) {
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartition.cpp696 int32 level = _Level(); local
698 if (child->_AcceptVisitor(visitor, level))
1416 int32 level = 0; local
1419 level++;
1420 return level;
1425 BPartition::_AcceptVisitor(BDiskDeviceVisitor* visitor, int32 level) argument
1427 return visitor->Visit(this, level);
1432 BPartition::_VisitEachDescendant(BDiskDeviceVisitor* visitor, int32 level) argument
1434 if (level < 0)
1435 level
[all...]
/haiku-fatelf/src/apps/drivesetup/
H A DDiskView.cpp37 int32 level, partition_id id)
43 fLevel(level),
53 base = tint_color(base, 1 + 0.13 * (level - 1));
219 virtual bool Visit(BPartition* partition, int32 level) argument
245 level, id);
36 PartitionView(const char* name, float weight, off_t offset, int32 level, partition_id id) argument
/haiku-fatelf/src/libs/expat/lib/
H A Dxmlrole.c1018 state->level = 1;
1044 state->level = 2;
1139 state->level += 1;
1169 state->level -= 1;
1170 if (state->level == 0) {
1176 state->level -= 1;
1177 if (state->level == 0) {
1183 state->level -= 1;
1184 if (state->level == 0) {
1190 state->level
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Derror.c252 xmlErrorLevel level; local
267 level = err->level;
366 switch (level) {
425 * @level: the xmlErrorLevel for the error
443 void *nod, int domain, int code, xmlErrorLevel level,
455 if ((xmlGetWarningsDefaultValue == 0) && (level == XML_ERR_WARNING))
538 to->level = level;
597 if (level
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
[all...]
H A Dxinclude.c866 xmlNodePtr xmlXPtrAdvanceNode(xmlNodePtr cur, int *level); /* in xpointer.c */
888 int level = 0, lastLevel = 0, endLevel = 0, endFlag = 0; local
907 * level is depth of the current node under consideration
910 the included file) in case we need to add another level
918 if (level < 0) {
919 while (level < 0) {
925 level++;
933 while (level < lastLevel) {
959 if (level == lastLevel)
965 endLevel = level; /* remembe
[all...]
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dlink.cpp354 link_control(net_protocol* _protocol, int level, int option, void* value, argument
513 link_getsockopt(net_protocol* protocol, int level, int option, void* value, argument
517 return protocol->next->module->getsockopt(protocol, level, option,
521 return gNetSocketModule.get_option(protocol->socket, level, option, value,
527 link_setsockopt(net_protocol* protocol, int level, int option, argument
531 return protocol->next->module->setsockopt(protocol, level, option,
535 return gNetSocketModule.set_option(protocol->socket, level, option,
/haiku-fatelf/src/add-ons/translators/rtf/
H A DRTF.cpp105 dump(Element &element, int32 level = 0)
107 printf("%03" B_PRId32 " (%p):", level, &element);
108 for (int32 i = 0; i < level; i++)
126 dump(*group->ElementAt(i), level + 1);
269 Element::PrintToStream(int32 level) argument
271 dump(*this, level);
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h49 uint8 level; member in struct:btrfs_header
58 uint8 Level() const { return level; }
243 uint8 level; member in struct:btrfs_root
/haiku-fatelf/src/libs/libtelnet/
H A Dkerberos.c404 kerberos4_status(Authenticator *ap __unused, char *nam, int level) argument
406 if (level < AUTH_USER)
407 return(level);
/haiku-fatelf/headers/libs/mesa/GL/internal/
H A Dglcore.h90 GLint level; member in struct:__GLcontextModesRec
/haiku-fatelf/headers/os/net/
H A DNetEndpoint.h34 int SetOption(int32 option, int32 level, const void* data,
/haiku-fatelf/src/apps/diskusage/
H A DPieView.h55 int colorIdx, int level);
/haiku-fatelf/src/apps/mail/
H A DPrefs.h64 int32* level, bool* warp,
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-hooks.c232 tui_selected_frame_level_changed_hook (int level) argument
/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.h96 void vfs_free_unused_vnodes(int32_t level);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Doptimize.c220 int level; local
231 level = MAX(JT(b)->level, JF(b)->level) + 1;
233 level = 0;
234 b->level = level;
235 b->link = levels[level];
236 levels[level] = b;
242 * first node of the level lis
[all...]
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dsynth.h157 * Low level access
278 double damping, double width, double level);
313 FLUIDSYNTH_API void fluid_synth_set_chorus(fluid_synth_t* synth, int nr, double level,
/haiku-fatelf/headers/private/storage/
H A DPartition.h200 int32 level);
203 int32 level = -1);
/haiku-fatelf/src/apps/login/
H A DLoginView.cpp28 PwdItem(struct passwd *pwd, uint32 level = 0,
30 : BStringItem("", level, expanded)

Completed in 372 milliseconds

1234567891011>>