Searched refs:s_ptr (Results 1 – 12 of 12) sorted by relevance
/external/libopus/silk/float/ |
D | LPC_analysis_filter_FLP.c | 52 const silk_float *s_ptr; in silk_LPC_analysis_filter16_FLP() local 55 s_ptr = &s[ix - 1]; in silk_LPC_analysis_filter16_FLP() 58 LPC_pred = s_ptr[ 0 ] * PredCoef[ 0 ] + in silk_LPC_analysis_filter16_FLP() 59 s_ptr[ -1 ] * PredCoef[ 1 ] + in silk_LPC_analysis_filter16_FLP() 60 s_ptr[ -2 ] * PredCoef[ 2 ] + in silk_LPC_analysis_filter16_FLP() 61 s_ptr[ -3 ] * PredCoef[ 3 ] + in silk_LPC_analysis_filter16_FLP() 62 s_ptr[ -4 ] * PredCoef[ 4 ] + in silk_LPC_analysis_filter16_FLP() 63 s_ptr[ -5 ] * PredCoef[ 5 ] + in silk_LPC_analysis_filter16_FLP() 64 s_ptr[ -6 ] * PredCoef[ 6 ] + in silk_LPC_analysis_filter16_FLP() 65 s_ptr[ -7 ] * PredCoef[ 7 ] + in silk_LPC_analysis_filter16_FLP() [all …]
|
/external/libabigail/tests/data/test-diff-suppr/test34-pub-include-dir-v1/ |
D | test34-pub-include-v1.h | 11 typedef struct S* s_ptr; typedef 14 foo(s_ptr, int a); 16 s_ptr 17 bar(s_ptr, char a); 20 baz(s_ptr);
|
/external/libabigail/tests/data/test-diff-suppr/test34-pub-include-dir-v0/ |
D | test34-pub-include-v0.h | 11 typedef struct S* s_ptr; typedef 14 foo(s_ptr, int a); 16 s_ptr 17 bar(s_ptr, char a); 20 baz(s_ptr);
|
/external/deqp/framework/common/ |
D | tcuTestPackage.cpp | 75 static TestPackageRegistry* s_ptr = DE_NULL; in getOrDestroy() local 79 if (!s_ptr) in getOrDestroy() 80 s_ptr = new TestPackageRegistry(); in getOrDestroy() 82 return s_ptr; in getOrDestroy() 86 if (s_ptr) in getOrDestroy() 88 delete s_ptr; in getOrDestroy() 89 s_ptr = DE_NULL; in getOrDestroy()
|
/external/libabigail/tests/data/test-diff-suppr/ |
D | test34-v1.c | 10 foo(s_ptr ptr, int a) in foo() 16 s_ptr 17 bar(s_ptr ptr, char a) in bar() 25 baz(s_ptr ptr) in baz()
|
D | test34-v0.c | 10 foo(s_ptr ptr, int a) in foo() 16 s_ptr 17 bar(s_ptr ptr, char a) in bar() 25 baz(s_ptr ptr) in baz()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_sse2.c | 23 int vp8_mbuverror_sse2_impl(short *s_ptr, short *d_ptr); 25 short *s_ptr = &mb->coeff[256]; in vp8_mbuverror_sse2() local 27 return vp8_mbuverror_sse2_impl(s_ptr, d_ptr); in vp8_mbuverror_sse2()
|
D | block_error_sse2.asm | 134 ;int vp8_mbuverror_sse2_impl(short *s_ptr, short *d_ptr); 145 mov rsi, arg(0) ;s_ptr
|
/external/adhd/cros_alsa/src/ |
D | control_primitive.rs | 397 let s_ptr = unsafe { alsa_sys::snd_strerror(err_num) }; in snd_strerror() localVariable 398 if s_ptr.is_null() { in snd_strerror() 403 slice::from_raw_parts(s_ptr as *const u8, strlen(s_ptr) + 1) in snd_strerror()
|
/external/mksh/src/ |
D | funcs.c | 282 static const char *s_ptr; variable 481 s_ptr = s; in c_print() 483 s = s_ptr; in c_print() 594 return (ord(*s_ptr++)); in s_get() 600 --s_ptr; in s_put()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_msa.cc | 158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ argument
|
/external/libyuv/files/source/ |
D | row_msa.cc | 158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ argument
|