HomeSort by relevance Sort by last modified time
    Searched refs:bLen (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
comp_corr.c 31 int16_t bLen, /* (i) length of buffer */
37 w16ptr=&buffer[bLen-sRange-lag];
40 (*corr)=WebRtcSpl_DotProductWithScale(&buffer[bLen-sRange], w16ptr, sRange, scale);
comp_corr.h 34 int16_t bLen, /* (i) length of buffer */
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c 52 for(j=0; j<m->bLen; ++j) {
140 if(l->bLen<=r->bLen) {
141 length=l->bLen;
143 length=r->bLen;
147 result=l->bLen-r->bLen;
151 length=l->bLen;
168 return l->bLen-r->bLen;
    [all...]
ucm.h 41 * b if bLen<=4: up to 4 bytes
42 * else index to bLen bytes
44 * bLen number of words containing left-justified bytes
57 int8_t uLen, bLen, f, moveFlag;
115 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 52 for(j=0; j<m->bLen; ++j) {
140 if(l->bLen<=r->bLen) {
141 length=l->bLen;
143 length=r->bLen;
147 result=l->bLen-r->bLen;
151 length=l->bLen;
168 return l->bLen-r->bLen;
    [all...]
ucm.h 41 * b if bLen<=4: up to 4 bytes
42 * else index to bLen bytes
44 * bLen number of words containing left-justified bytes
57 int8_t uLen, bLen, f, moveFlag;
115 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
  /external/chromium_org/third_party/icu/source/samples/legacy/
newcol.cpp 27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
oldcol.cpp 28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
34 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
oldcol.cpp 28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
34 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java 482 int bLen = other.getUsedLength();
483 if (bLen == 0)
489 if (aLen > bLen)
492 int tmp = aLen; aLen = bLen; bLen = tmp;
499 int[] c = new int[aLen + bLen];
502 add(c, b, bLen);
509 addShiftedByBits(c, b, bLen, k);
522 int bExt = bLen;
523 if ((B.m_ints[bLen - 1] >>> (33 - shifts)) != 0
    [all...]
LongArray.java     [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 369 if(m->bLen>extData->maxInBytes) {
370 extData->maxInBytes=m->bLen;
376 ratio=(u16Length+(m->bLen-1))/m->bLen;
513 if(m->bLen==unitIndex+1) {
517 if(subStart<subLimit && mappings[map[subStart]].bLen==unitIndex+1) {
609 if(flag==0 || flag==1 || (flag==2 && m->bLen==1) || flag==4) {
655 switch(m->bLen) {
665 /* the parser enforces m->bLen<=UCNV_EXT_MAX_BYTES */
668 resultBytes=utm_allocN(extData->fromUBytes, m->bLen);
    [all...]
genmbcs.cpp     [all...]
makeconv.c 828 if(!MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, m->u, m->f)) {
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 369 if(m->bLen>extData->maxInBytes) {
370 extData->maxInBytes=m->bLen;
376 ratio=(u16Length+(m->bLen-1))/m->bLen;
513 if(m->bLen==unitIndex+1) {
517 if(subStart<subLimit && mappings[map[subStart]].bLen==unitIndex+1) {
609 if(flag==0 || flag==1 || (flag==2 && m->bLen==1) || flag==4) {
655 switch(m->bLen) {
665 /* the parser enforces m->bLen<=UCNV_EXT_MAX_BYTES */
668 resultBytes=utm_allocN(extData->fromUBytes, m->bLen);
    [all...]
genmbcs.cpp     [all...]
makeconv.c 828 if(!MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, m->u, m->f)) {
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 68 SkDVector bLen = b[1] - b[0];
75 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX;
77 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri.h 537 struct java_lang_Class* (*DefineClass)(JRIEnv* env, jint op, struct java_lang_ClassLoader* a, jbyte* b, jsize bLen);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 277 milliseconds