Searched refs:type (Results 76 - 100 of 2122) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/value/type_handlers/
H A DBListTypeHandler.h17 virtual float SupportsType(Type* type) const;
19 Type* type, ValueNode*& _node);
H A DCStringTypeHandler.h17 virtual float SupportsType(Type* type) const;
19 Type* type, ValueNode*& _node);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNodeAttribute.cpp18 PackageNodeAttribute::PackageNodeAttribute(uint32 type, argument
24 fType(type)
/haiku/headers/private/system/arch/arm64/
H A Dasm_defs.h10 #define STATIC_FUNCTION(name) .type name, %function; name
11 #define FUNCTION(name) .global name; .type name, %function; name
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dremainder.s2 .type remainder,@function
5 .type drem,@function
H A Dremainderf.s2 .type remainderf,@function
5 .type dremf,@function
/haiku/src/build/libshared/
H A DNaturalCompare.cpp32 chunk_type type; member in struct:BPrivate::natural_chunk
41 if (chunk.type == natural_chunk::ASCII) {
95 // Determine type of next chunks in each string based on first char
97 a.type = natural_chunk::END;
99 a.type = natural_chunk::NUMBER;
101 a.type = natural_chunk::ASCII;
104 b.type = natural_chunk::END;
106 b.type = natural_chunk::NUMBER;
108 b.type = natural_chunk::ASCII;
111 if (a.type
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ratectl.c59 ieee80211_ratectl_register(int type, const struct ieee80211_ratectl *ratectl) argument
61 if (type >= IEEE80211_RATECTL_MAX)
63 ratectls[type] = ratectl;
67 ieee80211_ratectl_unregister(int type) argument
69 if (type >= IEEE80211_RATECTL_MAX)
71 ratectls[type] = NULL;
126 ieee80211_ratectl_set(struct ieee80211vap *vap, int type) argument
128 if (type >= IEEE80211_RATECTL_MAX)
130 if (ratectls[type] == NULL) {
131 ieee80211_load_module(ratectl_modnames[type]);
[all...]
/haiku/headers/os/kernel/
H A Dfs_attr.h14 uint32 type; member in struct:attr_info
23 extern ssize_t fs_read_attr(int fd, const char *attribute, uint32 type,
25 extern ssize_t fs_write_attr(int fd, const char *attribute, uint32 type,
32 uint32 type, int openMode);
33 extern int fs_fopen_attr(int fd, const char *attribute, uint32 type,
/haiku/headers/private/app/
H A DTokenSpace.h41 int32 NewToken(int16 type, void* object);
42 bool SetToken(int32 token, int16 type, void* object);
45 bool CheckToken(int32 token, int16 type) const;
46 status_t GetToken(int32 token, int16 type,
58 int16 type; member in struct:BPrivate::BTokenSpace::token_info
/haiku/headers/build/os/kernel/
H A Dfs_attr.h14 uint32 type; member in struct:attr_info
24 extern ssize_t fs_read_attr(int fd, const char *attribute, uint32 type,
26 extern ssize_t fs_write_attr(int fd, const char *attribute, uint32 type,
33 uint32 type, int openMode);
34 extern int fs_fopen_attr(int fd, const char *attribute, uint32 type,
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.h29 HIDReport * FindReport(uint8 type, uint8 id);
30 uint8 CountReports(uint8 type);
31 HIDReport * ReportAt(uint8 type, uint8 index);
33 size_t MaxReportSize(uint8 type);
43 HIDReport * _FindOrCreateReport(uint8 type, uint8 id);
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp56 /*! Opens a BNode on the given type, failing if the type has no
59 \param type The MIME type to open.
60 \param _node Node opened on the given MIME type.
63 DatabaseLocation::OpenType(const char* type, BNode& _node) const argument
65 if (type == NULL)
69 return _OpenType(type, _node, index);
73 /*! Opens a BNode on the given type, creating a node of the
78 \param type Th
87 OpenWritableType(const char* type, BNode& _node, bool create, bool* _didCreate) const argument
162 ReadAttribute(const char* type, const char* attribute, void* data, size_t length, type_code datatype) const argument
192 ReadMessageAttribute(const char* type, const char* attribute, BMessage& _message) const argument
239 ReadStringAttribute(const char* type, const char* attribute, BString& _string) const argument
268 WriteAttribute(const char* type, const char* attribute, const void* data, size_t length, type_code datatype, bool* _didCreate) const argument
299 WriteMessageAttribute(const char* type, const char* attribute, const BMessage& message, bool* _didCreate) const argument
327 DeleteAttribute(const char* type, const char* attribute) const argument
354 GetAppHint(const char* type, entry_ref& _ref) argument
387 GetAttributesInfo(const char* type, BMessage& _info) argument
423 GetShortDescription(const char* type, char* description) argument
448 GetLongDescription(const char* type, char* description) argument
471 GetFileExtensions(const char* type, BMessage& _extensions) argument
504 GetIcon(const char* type, BBitmap& _icon, icon_size size) argument
520 GetIcon(const char* type, uint8*& _data, size_t& _size) argument
552 GetIconForType(const char* type, const char* fileType, BBitmap& _icon, icon_size which) argument
609 GetIconForType(const char* type, const char* fileType, uint8*& _data, size_t& _size) argument
685 GetPreferredApp(const char* type, char* signature, app_verb verb) argument
707 GetSnifferRule(const char* type, BString& _result) argument
714 GetSupportedTypes(const char* type, BMessage& _types) argument
733 IsInstalled(const char* type) argument
741 _TypeToFilename(const char* type, int32 index) const argument
749 _OpenType(const char* type, BNode& _node, int32& _index) const argument
766 _CreateTypeNode(const char* type, BNode& _node) const argument
810 _CopyTypeNode(BNode& source, const char* type, BNode& _target) const argument
[all...]
/haiku/headers/os/package/hpkg/
H A DPackageAttributeValue.h32 uint8 type; member in struct:BPackageKit::BHPKG::BPackageAttributeValue
54 type(B_HPKG_ATTRIBUTE_TYPE_INVALID)
63 type = B_HPKG_ATTRIBUTE_TYPE_INT;
71 type = B_HPKG_ATTRIBUTE_TYPE_UINT;
79 type = B_HPKG_ATTRIBUTE_TYPE_INT;
87 type = B_HPKG_ATTRIBUTE_TYPE_UINT;
95 type = B_HPKG_ATTRIBUTE_TYPE_INT;
103 type = B_HPKG_ATTRIBUTE_TYPE_UINT;
111 type = B_HPKG_ATTRIBUTE_TYPE_INT;
119 type
[all...]
/haiku/src/apps/deskbar/
H A DResourceSet.h87 const void* FindResource(type_code type, int32 id, size_t* outSize);
88 const void* FindResource(type_code type, const char* name, size_t* outSize);
90 const BBitmap* FindBitmap(type_code type, int32 id);
91 const BBitmap* FindBitmap(type_code type, const char* name);
93 const TStringBlock* FindStringBlock(type_code type, int32 id);
94 const TStringBlock* FindStringBlock(type_code type, const char* name);
96 const char* FindString(type_code type, int32 id, uint32 index);
97 const char* FindString(type_code type, const char* name, uint32 index);
101 TypeList* FindTypeList(type_code type);
103 TypeItem* FindItemID(type_code type, int3
[all...]
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h34 uint8 type; member in struct:BPackageKit::BHPKG::V1::BPackageAttributeValue
56 type(B_HPKG_ATTRIBUTE_TYPE_INVALID)
65 type = B_HPKG_ATTRIBUTE_TYPE_INT;
73 type = B_HPKG_ATTRIBUTE_TYPE_UINT;
81 type = B_HPKG_ATTRIBUTE_TYPE_INT;
89 type = B_HPKG_ATTRIBUTE_TYPE_UINT;
97 type = B_HPKG_ATTRIBUTE_TYPE_INT;
105 type = B_HPKG_ATTRIBUTE_TYPE_UINT;
113 type = B_HPKG_ATTRIBUTE_TYPE_INT;
121 type
[all...]
/haiku/src/bin/addattr/
H A DaddAttr.cpp29 writeAttrValue(int fd, const char* name, type_code type, Type value) argument
31 ssize_t bytes = fs_write_attr(fd, name, type, 0, &value, sizeof(Type));
39 /*! Writes an attribute to a node, taking the type into account and
46 writeAttr(int fd, type_code type, const char* name, const char* value, size_t length) argument
54 switch (type) {
76 switch (type) {
78 return writeAttrValue<int8>(fd, name, type, (int8)int64value);
80 return writeAttrValue<int16>(fd, name, type, (int16)int64value);
82 return writeAttrValue<int32>(fd, name, type, (int32)int64value);
84 return writeAttrValue<int64>(fd, name, type, int64valu
151 addAttr(const char* file, type_code type, const char* name, const char* value, size_t length, bool resolveLinks) argument
[all...]
/haiku/headers/os/media/
H A DMediaFiles.h25 virtual status_t RewindRefs(const char* type);
29 virtual status_t GetRefFor(const char* type, const char* item,
31 virtual status_t SetRefFor(const char* type, const char* item,
34 status_t GetAudioGainFor(const char* type,
36 status_t SetAudioGainFor(const char* type,
40 virtual status_t RemoveRefFor(const char* type,
43 virtual status_t RemoveItem(const char* type, const char* item);
/haiku/headers/private/storage/mime/
H A DSnifferRules.h38 status_t GuessMimeType(const entry_ref *ref, BString *type);
39 status_t GuessMimeType(const void *buffer, int32 length, BString *type);
41 status_t SetSnifferRule(const char *type, const char *rule);
42 status_t DeleteSnifferRule(const char *type);
47 std::string type; // The mime type that own the rule member in struct:BPrivate::Storage::Mime::SnifferRules::sniffer_rule
57 BString *type);
59 status_t ProcessType(const char *type, ssize_t *bytesNeeded);
/haiku/src/kits/package/
H A DFetchUtils.cpp61 FetchUtils::SetFileType(BNode& node, const char* type) argument
64 B_MIME_STRING_TYPE, type, strlen(type) + 1);
69 type_code type, const void* data, size_t size)
74 ssize_t written = node.WriteAttr(attrName, type, 0, data, size);
86 type_code type, void* data, size_t size)
91 ssize_t read = node.ReadAttr(attrName, type, 0, data, size);
68 _SetAttribute(BNode& node, const char* attrName, type_code type, const void* data, size_t size) argument
85 _GetAttribute(const BNode& node, const char* attrName, type_code type, void* data, size_t size) argument
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dconfig.h44 uint32 type; member in struct:__anon1476
61 #define IS_ICH4(x) ((x)->type & TYPE_ICH4)
62 #define IS_SIS7012(x) ((x)->type & TYPE_SIS7012)
H A Dmulti.h36 void (*get) (void *card, const void *cookie, int32 type, float *values);
37 void (*set) (void *card, const void *cookie, int32 type, float *values);
39 int32 type; member in struct:_multi_mixer_control
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.h39 void (*get) (void *card, const void *cookie, int32 type, float *values);
40 void (*set) (void *card, const void *cookie, int32 type, float *values);
42 int32 type; member in struct:_multi_mixer_control
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.h16 void (*get) (void *card, const void *cookie, int32 type, float *values);
17 void (*set) (void *card, const void *cookie, int32 type, float *values);
19 int32 type; member in struct:_multi_mixer_control
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.h39 void (*get) (void *card, MIXER_AUDIO_CHANNEL, int32 type, float *values);
40 void (*set) (void *card, MIXER_AUDIO_CHANNEL, int32 type, float *values);
42 int32 type; member in struct:_multi_mixer_control

Completed in 102 milliseconds

1234567891011>>