HomeSort by relevance Sort by last modified time
    Searched refs:dp (Results 1 - 25 of 823) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fec/
dotprod_port.c 17 struct dotprod *dp; local
23 dp = (struct dotprod *)calloc(1,sizeof(struct dotprod));
24 dp->len = len;
27 dp->coeffs = (signed short *)calloc(len,sizeof(signed short));
29 dp->coeffs[j] = coeffs[j];
30 return (void *)dp;
36 struct dotprod *dp = (struct dotprod *)p; local
38 if(dp->coeffs != NULL)
39 free(dp->coeffs);
40 free(dp);
47 struct dotprod *dp = (struct dotprod *)p; local
    [all...]
  /external/tcpdump/
print-nfs.c 244 const uint32_t *dp, struct nfsv3_sattr *sa3)
246 ND_TCHECK(dp[0]);
247 sa3->sa_modeset = EXTRACT_32BITS(dp);
248 dp++;
250 ND_TCHECK(dp[0]);
251 sa3->sa_mode = EXTRACT_32BITS(dp);
252 dp++;
255 ND_TCHECK(dp[0]);
256 sa3->sa_uidset = EXTRACT_32BITS(dp);
257 dp++
431 register const uint32_t *dp; local
536 register const uint32_t *dp; local
1001 register const uint32_t *dp; local
1471 register const uint32_t *dp; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /development/ndk/platforms/android-21/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /external/kernel-headers/original/uapi/linux/
ppp-comp.h 35 #define CCP_CODE(dp) ((dp)[0])
36 #define CCP_ID(dp) ((dp)[1])
37 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
40 #define CCP_OPT_CODE(dp) ((dp)[0])
41 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
ppp-comp.h 30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]
    [all...]