Searched refs:type (Results 401 - 425 of 2123) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/libroot/posix/musl/math/x86/
H A Datanf.s2 .type atanf,@function
H A Dlog1p.s2 .type log1p,@function
H A Dremquo.s2 .type remquof,@function
12 .type remquol,@function
22 .type remquo,@function
/haiku/src/kits/support/
H A DByteOrder.cpp13 swap_data(type_code type, void *_data, size_t length, swap_action action) argument
31 // the type to be converted, too much data may be read. R5 behaves in the
33 switch (type) {
111 // not swappable or recognized type!
120 is_type_swapped(type_code type) argument
122 // Returns true when the type is in the host's native format
125 switch (type) {
/haiku/src/apps/haikudepot/util/
H A DLoggingUrlProtocolListener.cpp41 BUrlProtocolDebugMessage type, const char* text)
40 DebugMessage(BUrlRequest* caller, BUrlProtocolDebugMessage type, const char* text) argument
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps_asm.S11 .type SVec, @function
/haiku/src/kits/storage/
H A DResourceItem.cpp69 ResourceItem::SetIdentity(type_code type, int32 id, const char *name) argument
71 fType = type;
108 ResourceItem::SetType(type_code type) argument
110 fType = type;
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h29 #define MT_NOINIT 255 /* not a type, a flag to allocate a non-initialized mbuf */
72 #define MGET(m, how, type) ((m) = m_get((how), (type)))
73 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type)))
75 #define m_getm(m, len, how, type) \
76 m_getm2((m), (len), (how), (type), M_PKTHDR)
78 #define mtod(m, type) ((type)((m)->m_data))
196 #define MEXTADD(m, buf, size, free, arg1, arg2, flags, type) \
338 m_tag_setup(struct m_tag* tagPointer, u_int32_t cookie, int type, int length) argument
[all...]
/haiku/src/system/boot/platform/efi/arch/generic/
H A Dgeneric_mmu.h21 const char* memory_region_type_str(int type);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlists2.h22 #define SLLPTROFF(type,item,nextp) ((typeof(item))(((char *)(item)) + offsetof(item, nextp)))
23 #define SLLITEM2PTR(type,item,nextp) ((typeof(item))(((char *)(item)) + offsetof(item, nextp)))
24 #define SLLPTR2ITEM(type,ptr,nextp) ((typeof(ptr))(((char *)(ptr)) - offsetof(ptr, nextp)))
25 #define SLLNEXT(type,item,nextp) (*(typeof(item))(((char *)(item)) + offsetof(item, nextp)))
/haiku/src/libs/icon/transformer/
H A DTransformerFactory.h38 static Transformer* TransformerFor(uint32 type,
/haiku/src/preferences/datatranslations/
H A DTranslatorListView.cpp68 TranslatorListView::TranslatorListView(const char* name, list_view_type type) argument
90 uint32 type; local
97 message->GetInfo("refs", &type, &count);
98 if (count > 0 && type == B_REF_TYPE) {
/haiku/src/kits/app/
H A DKeyStore.cpp32 BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key) argument
34 return GetKey(NULL, type, identifier, NULL, true, key);
39 BKeyStore::GetKey(BKeyType type, const char* identifier, argument
42 return GetKey(NULL, type, identifier, secondaryIdentifier, false, key);
47 BKeyStore::GetKey(BKeyType type, const char* identifier, argument
51 return GetKey(NULL, type, identifier, secondaryIdentifier,
57 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, argument
60 return GetKey(keyring, type, identifier, NULL, true, key);
65 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, argument
68 return GetKey(keyring, type, identifie
73 GetKey(const char* keyring, BKeyType type, const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key) argument
149 GetNextKey(BKeyType type, BKeyPurpose purpose, uint32& cookie, BKey& key) argument
164 GetNextKey(const char* keyring, BKeyType type, BKeyPurpose purpose, uint32& cookie, BKey& key) argument
[all...]
/haiku/src/system/runtime_loader/
H A Delf_load_image.h22 status_t load_image(char const* name, image_type type, const char* rpath,
/haiku/src/kits/shared/
H A DExpressionParser.cpp54 type(TOKEN_NONE),
62 type(other.type),
68 Token(const char* string, int32 length, int32 position, int32 type) argument
70 type(type),
79 type = other.type;
86 int32 type; member in struct:ExpressionParser::Token
121 if (fCurrentToken.type
231 int32 type = TOKEN_NONE; local
793 _EatToken(int32 type) argument
[all...]
/haiku/headers/private/userlandfs/private/
H A DRequest.h60 Request(uint32 type);
73 bool is_kernel_request(uint32 type);
74 bool is_userland_request(uint32 type);
/haiku/src/apps/cortex/support/
H A DILockable.h77 lock_t type=WRITE,
81 lock_t type=WRITE)=0;
84 lock_t type=WRITE) const=0;
/haiku/src/preferences/filetypes/
H A DAttributeListView.h16 AttributeItem(const char* name, const char* publicName, type_code type,
56 void SetTo(BMimeType* type);
66 type_code type; member in struct:type_map
/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp155 const char* type; local
156 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK; i++)
157 fDatabase->DeferInstallNotification(type);
166 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK;
172 && appInfo.GetIconForType(type, &data, &size) == B_OK) {
174 status = fDatabase->SetIconForType(signature, type, data, size);
179 && appInfo.GetIconForType(type, &miniIcon, B_MINI_ICON) == B_OK) {
181 status = fDatabase->SetIconForType(signature, type, &miniIcon,
186 && appInfo.GetIconForType(type, &largeIcon, B_LARGE_ICON) == B_OK) {
188 status = fDatabase->SetIconForType(signature, type,
[all...]
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp51 mtrr_type_to_string(uint8 type) argument
53 switch (type) {
72 set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type) argument
89 if (base != 0 || mask != 0 || type != 0) {
93 (base & ~(B_PAGE_SIZE - 1)) | type);
141 // We need to ensure that the default type is uncacheable, otherwise
143 // cacheable to become cacheable due to the default type.
150 generic_set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type) argument
152 set_mtrr(index, base, length, type);
193 set_mtrr(i, infos[i].base, infos[i].size, infos[i].type);
249 uint8 type; local
[all...]
/haiku/headers/private/firewire/
H A Dfwglue.h41 #define mtx_init(lockaddr, name, type, opts) mutex_init(lockaddr, name)
58 #define __offsetof(type, field) ((size_t)(&((type *)0)->field))
/haiku/src/servers/media/
H A DDefaultManager.h40 node_type type);
42 int32 *input_id, node_type type);
55 media_type type);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.h38 uint16 type; member in struct:pppoe_tag
63 bool AddTag(uint16 type, const void *data, uint16 length, int32 index = -1);
68 pppoe_tag *TagWithType(uint16 type) const;
/haiku/headers/os/net/
H A DAbstractSocket.h52 bool reuseAddr, int type);
53 status_t Connect(const BNetworkAddress& peer, int type,
59 status_t _OpenIfNeeded(int family, int type);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPManager.h61 void (*EnableReports)(ppp_report_type type, thread_id thread,
63 void (*DisableReports)(ppp_report_type type, thread_id thread);
64 bool (*DoesReport)(ppp_report_type type, thread_id thread);

Completed in 264 milliseconds

<<11121314151617181920>>