Home
last modified time | relevance | path

Searched defs:si (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c85 SvcInternal_t *const si = (SvcInternal_t *)malloc(sizeof(*si)); in get_svc_internal() local
101 SvcInternal_t *const si = (SvcInternal_t *)svc_ctx->internal; in svc_log_reset() local
110 SvcInternal_t *const si = get_svc_internal(svc_ctx); in svc_log() local
208 SvcInternal_t *const si = get_svc_internal(svc_ctx); in parse_options() local
292 SvcInternal_t *const si = get_svc_internal(svc_ctx); in vpx_svc_set_options() local
304 const SvcInternal_t *const si = get_const_svc_internal(svc_ctx); in assign_layer_bitrates() local
389 SvcInternal_t *const si = get_svc_internal(svc_ctx); in vpx_svc_init() local
518 SvcInternal_t *const si = get_svc_internal(svc_ctx); in vpx_svc_encode() local
584 const SvcInternal_t *const si = get_const_svc_internal(svc_ctx); in vpx_svc_get_message() local
604 SvcInternal_t *const si = get_svc_internal(svc_ctx); in vpx_svc_dump_statistics() local
[all …]
Dvpx_decoder.c70 vpx_codec_stream_info_t *si) { in vpx_codec_peek_stream_info()
89 vpx_codec_stream_info_t *si) { in vpx_codec_get_stream_info()
/external/ipsec-tools/src/racoon/
Dsainfo.c179 delsainfo(si) in delsainfo() argument
208 remsainfo(si) in remsainfo() argument
272 sainfo2str(si) in sainfo2str() argument
/external/icu/icu4c/source/samples/layout/
Dlayout.cpp52 SCROLLINFO si; in InitParagraph() local
170 SCROLLINFO si; in WndProc() local
230 SCROLLINFO si; in WndProc() local
Dclayout.c53 SCROLLINFO si; in InitParagraph() local
172 SCROLLINFO si; in WndProc() local
232 SCROLLINFO si; in WndProc() local
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c185 static Int get_wstat(const vki_siginfo_t *si) in get_wstat()
244 static void fill_siginfo(const vki_siginfo_t *si, vki_siginfo_t *di, in fill_siginfo()
455 const vki_siginfo_t *si) in fill_prpsinfo()
480 const vki_siginfo_t *si) in fill_prstatus()
502 const vki_siginfo_t *si) in fill_psinfo()
533 const vki_siginfo_t *si) in fill_pstatus()
727 const vki_siginfo_t *si) in fill_lwpstatus()
741 const vki_siginfo_t *si) in fill_old_note_for_thread()
762 const vki_siginfo_t *si) in fill_new_note_for_thread()
/external/strace/tests/
Dsysinfo.c34 struct sysinfo si; in main() local
/external/opencv3/modules/ml/src/
Dboost.cpp232 int si = w->sidx[i]; in updateWeightsAndTrim() local
246 int si = w->sidx[i]; in updateWeightsAndTrim() local
267 int si = w->sidx[i]; in updateWeightsAndTrim() local
290 int si = w->sidx[i]; in updateWeightsAndTrim() local
353 int si = w->sidx[i]; in updateWeightsAndTrim() local
/external/lzma/CPP/Windows/
DFileFind.cpp204 … Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(const MY_WIN32_FIND_STREAM_DATA &sd, CStreamInfo &si) in Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo()
210 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si) in FindFirst()
244 bool CFindStream::FindNext(CStreamInfo &si) in FindNext()
260 bool CStreamEnumerator::Next(CStreamInfo &si, bool &found) in Next()
367 CStreamInfo si; in Find() local
/external/strace/
Dsysinfo.c43 sysinfo_t si; in SYS_FUNC() local
/external/valgrind/memcheck/tests/linux/
Dsigqueue.c13 siginfo_t *si; in main() local
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp79 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() local
164 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test1() local
Dunique_pred.pass.cpp103 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() local
204 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test1() local
/external/compiler-rt/test/asan/TestCases/Posix/
Dwaitid.cc16 siginfo_t *si = (siginfo_t*)(x + argc * 3); in main() local
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.cpp63 set<int> si = intersection(s1, s2); in STLUtil_selfTest() local
/external/dhcpcd-6.8.2/compat/
Darc4random.c61 uint8_t si; in arc4_addrandom() local
77 uint8_t si, sj; in arc4_getbyte() local
/external/clang/test/CodeGen/
Dunsigned-promotion.c9 unsigned short si, sj, sk; variable
/external/libpcap/
Dpcap-snit.c237 struct strioctl si; in nit_setflags() local
285 struct strioctl si; /* struct for ioctl() */ in pcap_activate_snit() local
/external/valgrind/memcheck/tests/amd64-solaris/
Dcontext_fpu.c13 static siginfo_t si; variable
Dcontext_rflags.c16 static siginfo_t si; variable
Dcontext_rflags2.c23 static siginfo_t si; variable
/external/valgrind/memcheck/tests/x86-solaris/
Dcontext_eflags.c14 static siginfo_t si; variable
Dcontext_fpu.c11 static siginfo_t si; variable
Dcontext_eflags2.c14 static siginfo_t si; variable
/external/valgrind/memcheck/tests/amd64-linux/
Dint3-amd64.c11 static void int_handler(int signum, siginfo_t *si, void *uc_arg) in int_handler()

12345678910