OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourcePtr
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
copy_set_operations.c
57
int16_t*
sourcePtr
= source;
61
*destPtr-- = *
sourcePtr
++;
/external/icu/icu4c/source/common/
rbbitblb.cpp
[
all
...]
/external/v8/src/js/
typedarray.js
351
// Next read at
sourcePtr
. We do not care for memory changing before
352
//
sourcePtr
- we have already copied it.
353
var
sourcePtr
= source.byteOffset;
355
leftIndex < sourceLength && targetPtr <=
sourcePtr
;
359
sourcePtr
+= sourceElementSize;
370
// Next read before
sourcePtr
. We do not care for memory changing after
371
//
sourcePtr
- we have already copied it.
372
var
sourcePtr
=
375
rightIndex >= leftIndex && targetPtr >=
sourcePtr
;
379
sourcePtr
-= sourceElementSize
[
all
...]
/frameworks/rs/
rsAllocation.cpp
804
uint8_t *
sourcePtr
= (uint8_t*)data;
808
t->getDimX(), 1,
sourcePtr
+ strideBytes * dI, copySize, 0);
812
sourcePtr
+= copySize;
[
all
...]
/external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp
[
all
...]
Completed in 285 milliseconds