Searched refs:shp (Results 1 - 5 of 5) sorted by relevance

/external/toybox/toys/lsb/
H A Dsu.c46 struct spwd *shp; local
56 if (!(shp = getspnam(name))) perror_exit("no '%s'", name);
58 if (*shp->sp_pwdp != '$') goto deny;
60 passhash = crypt(toybuf, shp->sp_pwdp);
62 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny;
/external/tcpdump/
H A Dprint-decnet.c877 struct seghdr *shp = (struct seghdr *)nspp; local
886 ND_TCHECK(shp->sh_seq[0]);
887 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
896 ND_TCHECK(shp->sh_seq[1]);
897 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
906 ND_TCHECK(shp->sh_seq[2]);
907 ack = EXTRACT_LE_16BITS(shp->sh_seq[2]);
923 struct seghdr *shp = (struct seghdr *)nspp; local
932 ND_TCHECK(shp->sh_seq[0]);
933 ack = EXTRACT_LE_16BITS(shp
969 struct seghdr *shp = (struct seghdr *)nspp; local
[all...]
/external/vboot_reference/host/lib/
H A Dcrossystem.c288 const VbSharedDataKernelPart* shp = local
301 shp->gpt_index,
302 shp->sector_start,
303 shp->sector_count,
304 shp->combined_version,
305 shp->check_result,
306 shp->flags);
/external/libgdx/gdx/src/com/badlogic/gdx/math/
H A DQuaternion.java136 final float shp = (float)Math.sin(hp);
141 final float chy_shp = chy * shp;
144 final float shy_shp = shy * shp;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
H A DbtSoftBody.cpp2252 const btCollisionShape *shp = colObjWrap->getCollisionShape(); local
2261 shp,

Completed in 143 milliseconds