Home
last modified time | relevance | path

Searched refs:GetSize (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioBuffer.cc74 size = GetHeader().Time_to_Bytes(GetSize()); in alloc()
229 GetSize() const in GetSize() function in AudioBuffer
293 if (Undefined(len) || (len > GetSize())) { in SetLength()
295 setlength(GetSize()); in SetLength()
393 if (pos >= GetSize()) { in WriteData()
451 if (local_length > GetSize()) { in AppendData()
H A DAudioTypeSampleRate.cc142 outbuf->GetHeader().Time_to_Samples(outbuf->GetSize()); in Convert()
148 if (nsamps > outbuf->GetHeader().Time_to_Samples(outbuf->GetSize())) { in Convert()
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioBuffer.h62 virtual Double GetSize() const; // Get buffer size
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DPiPcd.h405 EFI_PCD_PROTOCOL_GET_SIZE GetSize; member
H A DPcd.h768 PCD_PROTOCOL_GET_SIZE GetSize; member
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c83 static int GetSize = 1; /* Unless we're given as arg, must look it up */ variable
537 if (GetFsParams || GetSize) { in fill_bpb_sizes()
1227 if (GetSize) { in lookup_floppy()
1951 GetSize = GetSPT = GetSPC = GetTPC = GetBPF = 1; in compare_existing_with_computed()
2310 if (GetSize == 1) { in getdiskinfo()
2312 GetSize = 0; in getdiskinfo()
3408 GetSize = 0; in parse_suboptions()
3523 } else if (DontUseFdisk && GetSize) { in sanity_check_options()
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc748 if (obuf->GetSize() < cvtlen) in do_convert()