Searched refs:type (Results 51 - 75 of 2122) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dlogl.s2 .type logl,@function
H A Dlrint.s2 .type lrint,@function
H A Dlrintf.s2 .type lrintf,@function
H A Dlrintl.s2 .type lrintl,@function
H A Dsqrtf.s2 .type sqrtf,@function
H A Dfloor.s2 .type floorf,@function
8 .type floorl,@function
14 .type floor,@function
28 .type ceil,@function
35 .type ceilf,@function
42 .type ceill,@function
49 .type trunc,@function
56 .type truncf,@function
63 .type truncl,@function
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Datan2l.s2 .type atan2l,@function
H A Datanl.s2 .type atanl,@function
H A Dllrintl.s2 .type llrintl,@function
H A Dlog10l.s2 .type log10l,@function
H A Dlog2l.s2 .type log2l,@function
H A Dlogl.s2 .type logl,@function
H A Dlrintl.s2 .type lrintl,@function
/haiku/src/system/boot/platform/riscv/
H A Dfixed_font.S8 .type gFixedFont, @object
/haiku/headers/private/system/
H A Devent_queue_defs.h20 uint16 type; member in struct:event_wait_info
/haiku/src/add-ons/translators/icns/
H A DICNSLoader.h27 #define IS_SPUPPORTED_TYPE(type) ((type) == ICNS_1024x1024_32BIT_ARGB_DATA || \
28 (type) == ICNS_512x512_32BIT_ARGB_DATA || \
29 (type) == ICNS_256x256_32BIT_ARGB_DATA || \
30 (type) == ICNS_128X128_32BIT_DATA || \
31 (type) == ICNS_48x48_32BIT_DATA || \
32 (type) == ICNS_32x32_32BIT_DATA || \
33 (type) == ICNS_16x16_32BIT_DATA)
56 icns_type_t type);
/haiku/src/servers/media/
H A DMediaFilesManager.h33 area_id GetItemsArea(const char* type, int32& count);
35 status_t GetRefFor(const char* type, const char* item,
37 status_t GetAudioGainFor(const char* type,
39 status_t SetRefFor(const char* type, const char* item,
41 status_t SetAudioGainFor(const char* type,
43 status_t InvalidateItem(const char* type,
45 status_t RemoveItem(const char* type, const char* item);
60 status_t _GetItem(const char* type, const char* item,
62 status_t _SetItem(const char* type, const char* item,
/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp21 Type* type; member in struct:GlobalTypeCache::TypeEntry
25 TypeEntry(Type* type) argument
27 type(type)
29 type->AcquireReference();
34 type->ReleaseReference();
50 return HashKey(value->type->Name());
55 return key == value->type->Name();
76 return HashKey(value->type->ID());
81 return key == value->type
164 AddressType* type = dynamic_cast<AddressType*>( local
171 CompoundType* type = dynamic_cast<CompoundType*>( local
193 AddType(Type* type) argument
217 RemoveType(Type* type) argument
[all...]
/haiku/src/bin/rc/
H A Dparser.y128 %type <i> integer
129 %type <f> float
130 %type <id> id
131 %type <d> archive array arrayfields data expr message msgfield
132 %type <d> type typefield type_or_define
133 %type <l> msgfields typefields typedeffields
134 %type <F> typedeffield
135 %type <T> datatype typecast
201 $$.type
[all...]
/haiku/headers/os/add-ons/registrar/
H A DMimeSnifferAddon.h26 BMimeType* type);
29 BMimeType* type);
/haiku/src/servers/mail/
H A DErrorLogWindow.h9 ErrorLogWindow(BRect rect, const char *name, window_type type);
11 void AddError(alert_type type,const char *message,const char *tag = NULL,bool timestamp = true);
/haiku/src/kits/storage/mime/
H A DMimeSnifferAddon.cpp29 BMimeSnifferAddon::GuessMimeType(const char* fileName, BMimeType* type) argument
37 BMimeType* type)
36 GuessMimeType(BFile* file, const void* buffer, int32 length, BMimeType* type) argument
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2upper.h14 status_t post_packet_up(bt_usb_dev* bdev, bt_packet_t type, void* buf);
15 status_t send_packet(hci_id hid, bt_packet_t type, net_buffer* nbuf);
/haiku/headers/private/debugger/value/
H A DTypeHandler.h23 virtual float SupportsType(Type* type) const = 0;
25 Type* type, ValueNode*& _node) = 0;
/haiku/src/kits/debugger/value/type_handlers/
H A DBMessageTypeHandler.h17 virtual float SupportsType(Type* type) const;
19 Type* type, ValueNode*& _node);

Completed in 86 milliseconds

1234567891011>>