Home
last modified time | relevance | path

Searched refs:s_l (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/libebl/
Deblsectionstripp.c56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx, in ebl_section_strip_p() local
58 if (s_l != NULL && ebl_debugscn_p (ebl, s_l)) in ebl_section_strip_p()
/external/fdlibm/
De_pow.c209 double ss,s2,s_h,s_l,t_h,t_l; local
233 s_l = v*((u-s_h*t_h)-s_h*t_l);
237 r += s_l*(s_h+ss);
244 v = s_l*t_h+t_l*ss;
/external/srtp/doc/
Drfc3711.txt52 3.3.1. Packet Index Determination, and ROC, s_l Update. 13
421 * for the receiver only, a 16-bit sequence number s_l, which can be
487 * no rollover counter and s_l-value need to be maintained as the
679 7. Update the rollover counter and highest sequence number, s_l, in
687 3.3.1. Packet Index Determination, and ROC, s_l Update
712 and s_l values. At the setup of the session, the ROC MUST be set to
715 signaling. Furthermore, the receiver SHALL initialize s_l to the RTP
726 + s_l (see Appendix A for pseudocode).
737 conditionally update its s_l and ROC variables as follows. If
738 v=(ROC-1) mod 2^32, then there is no update to s_l or ROC. If v=ROC,
[all …]