HomeSort by relevance Sort by last modified time
    Searched refs:bdp (Results 1 - 12 of 12) 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/
ubidi_props.h 38 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
43 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
46 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
49 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
52 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
55 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
58 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
61 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
64 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
ubidi_props.c 62 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
74 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
79 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]);
84 start=bdp->indexes[UBIDI_IX_JG_START];
85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
86 jgArray=bdp->jgArray;
109 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) {
112 if(bdp==NULL) {
116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX]
    [all...]
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...]
usprep.cpp 357 newProfile->bdp = ubidi_getSingleton();
771 direction = ubidi_getClass(profile->bdp, ch);
ubidi.c 148 pBiDi->bdp=ubidi_getSingleton();
    [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/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/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 162 milliseconds