OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptr16
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/debugfs/
set_fields.c
356
__u16 *
ptr16
;
member in union:__anon11462
400
*u.
ptr16
= n;
420
*u.
ptr16
= n;
435
__s16 *
ptr16
;
local
450
ptr16
= (__s16 *) info->ptr;
451
*
ptr16
= num;
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc
270
int16_t*
ptr16
= static_cast<int16_t*>(destination);
variable
272
ptr16
[i] = impulse;
287
const int16_t*
ptr16
= static_cast<const int16_t*>(source);
variable
288
std::vector<int16_t> vec(
ptr16
,
ptr16
+ num_frames);
[
all
...]
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc
277
int16_t*
ptr16
= static_cast<int16_t*> (destination);
variable
279
ptr16
[i] = impulse;
294
const int16_t*
ptr16
= static_cast<const int16_t*> (source);
variable
295
std::vector<int16_t> vec(
ptr16
,
ptr16
+ num_frames);
[
all
...]
Completed in 631 milliseconds