To be specific, make puni-beginning-of-sexp and puni-end-of-sexp jump to cursor position designated with "|" in the following examples.
1. Greater Blocks
#+BEGIN_NAME PARAMETERS
|CONTENTS1
CONTENTS2|
#+END_NAME
2. Dynamic Blocks
#+BEGIN: NAME PARAMETERS
|CONTENTS1
CONTENTS2|
#+END:
3. Latex Environment
\begin{equation*}
|CONTENTS1
CONTENTS2|
\end{equation*}