OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destinationlength
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h
102
IN OUT PSIZE_T
DestinationLength
,
109
*
DestinationLength
,
432
SIZE_T
DestinationLength
, Remaining, Copied = 0;
438
&
DestinationLength
,
443
LocalDestinationEnd = Destination +
DestinationLength
;
444
Remaining = CharLength -
DestinationLength
;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp
181
size_t
destinationLength
= bus->length();
183
bool isLengthGood =
destinationLength
<= 4096 && numberOfFrames <= 4096;
188
bool isOffsetGood = destinationFrameOffset <=
destinationLength
&& destinationFrameOffset + numberOfFrames <=
destinationLength
;
/external/chromium_org/third_party/icu/source/i18n/
usearch.cpp
205
* size
destinationlength
.
208
* @param
destinationlength
target array size, return value for the new size
218
uint32_t *
destinationlength
,
223
uint32_t newlength = *
destinationlength
;
232
*
destinationlength
= newlength;
245
* size
destinationlength
.
248
* @param
destinationlength
target array size, return value for the new size
258
uint32_t *
destinationlength
,
263
uint32_t newlength = *
destinationlength
;
274
*
destinationlength
= newlength
[
all
...]
/external/icu/icu4c/source/i18n/
usearch.cpp
197
* size
destinationlength
.
200
* @param
destinationlength
target array size, return value for the new size
210
uint32_t *
destinationlength
,
215
uint32_t newlength = *
destinationlength
;
224
*
destinationlength
= newlength;
237
* size
destinationlength
.
240
* @param
destinationlength
target array size, return value for the new size
250
uint32_t *
destinationlength
,
255
uint32_t newlength = *
destinationlength
;
266
*
destinationlength
= newlength
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp
343
static void normalizeCharacters(const TextRun& run, unsigned length, UChar* destination, unsigned*
destinationLength
)
355
*
destinationLength
= 0;
367
U16_APPEND(destination, *
destinationLength
, length, character, error);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.cpp
571
int
destinationLength
= sourceLength / sampleRateRatio;
575
RefPtr<AudioBus> destinationBus = create(numberOfDestinationChannels,
destinationLength
);
Completed in 402 milliseconds