HomeSort by relevance Sort by last modified time
    Searched defs:bdp (Results 1 - 8 of 8) sorted by null

  /external/blktrace/btt/
bno_dump.c 53 struct bno_dump *bdp; local
57 bdp = malloc(sizeof(*bdp));
58 bdp->rfp = bno_dump_open(device, 'r');
59 bdp->wfp = bno_dump_open(device, 'w');
60 bdp->cfp = bno_dump_open(device, 'c');
62 return bdp;
72 struct bno_dump *bdp = handle; local
74 if (bdp) {
75 FILE *fp = IOP_READ(iop) ? bdp->rfp : bdp->wfp
    [all...]
  /external/icu4c/common/
sprpimpl.h 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member in struct:UStringPrepProfile
ubidiimp.h 199 const UBiDiProps *bdp; member in struct:UBiDi
ushape.c 318 const UBiDiProps *bdp; local
322 bdp=ubidi_getSingleton();
329 switch(ubidi_getClass(bdp, c)) {
349 switch(ubidi_getClass(bdp, c)) {
    [all...]
  /external/openssl/crypto/bn/
bn_gf2m.c 574 BN_ULONG *udp,*bdp,*vdp,*cdp; local
579 bn_wexpand(b,top); bdp = b->d;
580 bdp[0] = 1;
581 for (i=1;i<top;i++) bdp[i] = 0;
597 b0 = bdp[0];
605 b1 = bdp[i+1]^(p->d[i+1]&mask);
606 bdp[i] = ((b0>>1)|(b1<<(BN_BITS2-1)))&BN_MASK2;
610 bdp[i] = b0>>1;
622 bdp = cdp; cdp = c->d;
627 bdp[i] ^= cdp[i]
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 219 GLEnum bsf = back.sf, bdf = back.df, bdp = back.dp; local
229 bdp = GLEnum.valueOf(msg.getArg3());
232 if (bsf == back.sf && bdf == back.df && bdp == back.dp)
239 back.dp = bdp;
  /external/icu4c/test/cintltst/
cucdtst.c 3095 UBiDiProps *bdp; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 889 milliseconds