Searched defs:bdp (Results 1 - 6 of 6) sorted by relevance

/external/blktrace/btt/
H A Dbno_dump.c53 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
[all...]
/external/icu4c/common/
H A Dsprpimpl.h91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member in struct:UStringPrepProfile
H A Dubidi_props.c62 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) { argument
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) { argument
112 if(bdp==NULL) {
116 max=bdp
130 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) argument
136 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) argument
142 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) argument
175 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) argument
181 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) argument
187 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) argument
193 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c) argument
[all...]
H A Dubidiimp.h199 const UBiDiProps *bdp; member in struct:UBiDi
H A Dushape.c318 const UBiDiProps *bdp; local
322 bdp=ubidi_getSingleton();
329 switch(ubidi_getClass(bdp, c)) {
349 switch(ubidi_getClass(bdp, c)) {
/external/icu4c/test/cintltst/
H A Dcucdtst.c3096 UBiDiProps *bdp; local
3109 bdp=ubidi_openBinary((const uint8_t *)pData->pHeader, -1, &errorCode);
3117 if(0x2215!=ubidi_getMirror(bdp, 0x29F5)) { /* verify some data */
3121 ubidi_closeProps(bdp);

Completed in 1567 milliseconds