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

  /external/tcpdump/
parsenfsfh.c 381 u_int32_t tempa[4]; /* at least 16 bytes, maybe more */ local
383 memset((char *)tempa, 0, sizeof(tempa));
384 memcpy((char *)tempa, (char *)fh, 14); /* ensure alignment */
385 fsidp->Fsid_dev.Minor = tempa[0] + (tempa[1]<<1);
386 fsidp->Fsid_dev.Major = tempa[2] + (tempa[3]<<1);
  /external/libvpx/vp8/encoder/
rdopt.c 615 ENTROPY_CONTEXT ta = *a, tempa = *a; local
637 tempa = ta;
640 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
653 *a = tempa;
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 1774 milliseconds