Searched refs:int64 (Results 1 - 25 of 514) sorted by path

1234567891011>>

/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h278 virtual status_t SeekToFrame(int64 * ioFrame,
308 virtual status_t SeekToChunk(int64 * ioChunk,
348 virtual status_t Seek(int64 * numerator,
377 // SeekTrackToFrame(BTrack * track, int64 ioFrame, int32 flags = 0) {
443 int64 * ioFrame,
449 int64 * ioChunk,
455 int64 * numerator,
467 void * outBuffer, int64 * outFrameCount,
473 void * outBuffer, int64 * outTimeCount,
479 void * outBuffer, int64 * outNumerato
[all...]
/haiku/headers/build/os/app/
H A DMessage.h116 status_t AddInt64(const char *name, int64 value);
158 status_t FindInt64(const char *name, int64 *value) const;
159 status_t FindInt64(const char *name, int32 index, int64 *value) const;
204 status_t ReplaceInt64(const char *name, int64 value);
205 status_t ReplaceInt64(const char *name, int32 index, int64 value);
265 int64 FindInt64(const char *, int32 n = 0) const;
/haiku/headers/libs/agg/
H A Dagg_basics.h125 typedef AGG_INT64 int64; //----int64 typedef in namespace:agg
H A Dagg_color_gray.h229 typedef int64 long_type;
H A Dagg_color_rgba.h476 typedef int64 long_type;
/haiku/headers/os/drivers/bus/
H A DSCSI.h129 int64 sort; // value of command to sort on (<0 means n/a)
/haiku/headers/os/locale/
H A DStringFormat.h34 status_t Format(BString& buffer, const int64 arg) const;
/haiku/headers/os/media/
H A DMediaDecoder.h34 status_t Decode(void *out_buffer, int64 *out_frameCount,
82 void *out_buffer, int64 *out_frameCount,
H A DMediaEncoder.h37 status_t Encode(const void* buffer, int64 frameCount,
108 int64 frameCount, media_encode_info* info);
H A DMediaTrack.h91 int64 CountFrames() const;
103 int64 CurrentFrame() const;
115 status_t ReadFrames(void* buffer, int64* _frameCount,
118 status_t ReadFrames(void* buffer, int64* _frameCount,
123 int64* _frameCount,
139 status_t SeekToFrame(int64* _frame, int32 flags = 0);
143 status_t FindKeyFrameForFrame(int64* _frame,
171 status_t WriteFrames(const void* data, int64 frameCount,
243 int64 fCurrentFrame;
/haiku/headers/os/net/
H A DNetBuffer.h47 status_t AppendInt64(int64 data);
61 status_t RemoveInt64(int64& data);
/haiku/headers/os/package/
H A DInstallationLocationInfo.h51 int64 ChangeCount() const;
52 void SetChangeCount(int64 changeCount);
62 int64 fChangeCount;
/haiku/headers/os/package/hpkg/
H A DPackageAttributeValue.h21 int64 signedInt;
44 inline void SetTo(int64 value);
108 BPackageAttributeValue::SetTo(int64 value)
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h23 int64 signedInt;
46 inline void SetTo(int64 value);
110 BPackageAttributeValue::SetTo(int64 value)
/haiku/headers/os/storage/
H A DQuery.h56 status_t PushInt64(int64 value);
/haiku/headers/private/debugger/elf/
H A DElfFile.h192 static int64 _Swap(const int64& value)
/haiku/headers/private/debugger/model/
H A DType.h144 int64 lowerBound,
145 int64 elementCount,
/haiku/headers/private/debugger/types/
H A DArrayIndexPath.h29 inline int64 IndexAt(int32 index) const;
30 inline bool AddIndex(int64 index);
31 inline void SetIndexAt(int32 at, int64 newIndex);
36 typedef Array<int64> IndexArray;
50 int64
59 ArrayIndexPath::AddIndex(int64 index)
66 ArrayIndexPath::SetIndexAt(int32 at, int64 newIndex)
/haiku/headers/private/debugger/value/value_nodes/
H A DArrayValueNode.h87 const BString& name, int64 elementIndex);
99 int64 fElementIndex;
107 const BString& name, int64 elementIndex,
125 const BString& name, int64 elementIndex,
/haiku/headers/private/debugger/value/values/
H A DIntegerValue.h19 int64 ToInt64() const
/haiku/headers/private/graphics/radeon/
H A Dutils.h25 static inline int32 RoundDiv64( int64 num, int32 den )
/haiku/headers/private/kernel/arch/m68k/
H A Dtypes.h9 typedef long long int64; typedef
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_cpu.h67 int64 __mipsel_get_time_base(void);
H A Dtypes.h9 typedef long long int64; typedef
/haiku/headers/private/kernel/arch/ppc/
H A Dtypes.h9 typedef long long int64; typedef

Completed in 177 milliseconds

1234567891011>>