HomeSort by relevance Sort by last modified time
    Searched refs:tempa (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
parsenfsfh.c 374 uint32_t tempa[4]; /* at least 16 bytes, maybe more */ local
376 memset((char *)tempa, 0, sizeof(tempa));
377 memcpy((char *)tempa, (const char *)fh, 14); /* ensure alignment */
378 fsidp->Fsid_dev.Minor = tempa[0] + (tempa[1]<<1);
379 fsidp->Fsid_dev.Major = tempa[2] + (tempa[3]<<1);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 961 ENTROPY_CONTEXT ta[2], tempa[2]; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 531 ENTROPY_CONTEXT ta = *a, tempa = *a; local
559 tempa = ta;
562 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
574 *a = tempa;
    [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]

Completed in 876 milliseconds