HomeSort by relevance Sort by last modified time
    Searched defs:bdp (Results 1 - 15 of 15) 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/chromium_org/third_party/icu/source/common/
sprpimpl.h 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member in struct:UStringPrepProfile
uts46.cpp 1114 const UBiDiProps *bdp=ubidi_getSingleton(); local
    [all...]
ushape.cpp 321 const UBiDiProps *bdp; local
325 bdp=ubidi_getSingleton();
332 switch(ubidi_getClass(bdp, c)) {
352 switch(ubidi_getClass(bdp, c)) {
    [all...]
ubidiimp.h 266 const UBiDiProps *bdp; member in struct:UBiDi
  /external/icu/icu4c/source/common/
sprpimpl.h 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member in struct:UStringPrepProfile
uts46.cpp 1112 const UBiDiProps *bdp=ubidi_getSingleton(); local
    [all...]
ushape.cpp 345 const UBiDiProps *bdp; local
349 bdp=ubidi_getSingleton();
356 switch(ubidi_getClass(bdp, c)) {
376 switch(ubidi_getClass(bdp, c)) {
    [all...]
ubidiimp.h 257 const UBiDiProps *bdp; member in struct:UBiDi
  /external/chromium_org/net/quic/congestion_control/
send_algorithm_simulator.cc 349 // If the number of bytes in flight are less than the bdp, there's
351 QuicByteCount bdp = bandwidth_.ToBytesPerPeriod(rtt_); local
353 if (kPacketSize > bdp) {
354 ack_time = ack_time.Add(bandwidth_.TransferTime(kPacketSize - bdp));
  /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...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 3265 UBiDiProps *bdp; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 3264 UBiDiProps *bdp; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 753 milliseconds