OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kptr
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
refl_coef_to_lpc.c
24
const int16_t *
kptr
;
local
27
kptr
= k;
34
kptr
++;
41
any[m + 1] = *
kptr
>> 3;
44
*anyptr = *aptr + (int16_t)((*aptr2 * *
kptr
) >> 15);
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
cng_helpfuns.c
21
const int16_t *
kptr
;
local
24
kptr
= k;
29
kptr
++;
36
any[m + 1] = (*
kptr
+ 4) >> 3;
39
(int16_t)((((int32_t)(*aptr2--) * (int32_t) *
kptr
) + 16384) >> 15);
/external/clang/test/CodeGen/
ms-inline-asm-functions.c
10
int (*
kptr
)(int);
variable
28
__asm call
kptr
;
local
43
__asm mov eax,
kptr
;
local
Completed in 380 milliseconds