OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempa
(Results
1 - 4
of
4
) 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/libvpx/vp8/encoder/
rdopt.c
645
ENTROPY_CONTEXT ta = *a,
tempa
= *a;
local
674
tempa
= ta;
677
ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &
tempa
, &templ);
690
*a =
tempa
;
[
all
...]
/external/bison/build-aux/
texinfo.tex
[
all
...]
/external/grub/docs/
texinfo.tex
[
all
...]
Completed in 735 milliseconds