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/src/common_audio/signal_processing/
copy_set_operations.c
57
WebRtc_Word16*
sourcePtr
= source;
61
*destPtr-- = *
sourcePtr
++;
/external/chromium_org/v8/src/
typedarray.js
198
// Next read at
sourcePtr
. We do not care for memory changing before
199
//
sourcePtr
- we have already copied it.
200
var
sourcePtr
= source.byteOffset;
202
leftIndex < sourceLength && targetPtr <=
sourcePtr
;
206
sourcePtr
+= sourceElementSize;
217
// Next read before
sourcePtr
. We do not care for memory changing after
218
//
sourcePtr
- we have already copied it.
219
var
sourcePtr
=
222
rightIndex >= leftIndex && targetPtr >=
sourcePtr
;
226
sourcePtr
-= sourceElementSize
[
all
...]
/external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp
[
all
...]
/external/icu4c/common/
rbbitblb.cpp
[
all
...]
/frameworks/rs/
rsAllocation.cpp
646
uint8_t *
sourcePtr
= (uint8_t*)data;
650
t->getDimX(), 1,
sourcePtr
+ strideBytes * dI, copySize, 0);
654
sourcePtr
+= copySize;
Completed in 404 milliseconds