/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.cpp | 321 const UBiDiProps *bdp; local 325 bdp=ubidi_getSingleton(); 332 switch(ubidi_getClass(bdp, c)) { 352 switch(ubidi_getClass(bdp, c)) { [all...] |
usprep.cpp | 354 newProfile->bdp = ubidi_getSingleton(); 768 direction = ubidi_getClass(profile->bdp, ch);
|
uts46.cpp | 1114 const UBiDiProps *bdp=ubidi_getSingleton(); local [all...] |
ubidi.c | 149 pBiDi->bdp=ubidi_getSingleton(); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
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...] |
ubidi_props.h | 43 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode); 48 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which); 51 ubidi_getClass(const UBiDiProps *bdp, UChar32 c); 54 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c); 57 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c); 60 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c); 63 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c); 66 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c); 69 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
|
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...] |
/external/chromium_org/third_party/openssl/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/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 | 3096 UBiDiProps *bdp; local [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | 3231 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 | |