Searched defs:bLen (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcomp_corr.c31 int16_t bLen, /* (i) length of buffer */
37 w16ptr=&buffer[bLen-sRange-lag];
40 (*corr)=WebRtcSpl_DotProductWithScale(&buffer[bLen-sRange], w16ptr, sRange, scale);
26 WebRtcIlbcfix_CompCorr( int32_t *corr, int32_t *ener, int16_t *buffer, int16_t lag, int16_t bLen, int16_t sRange, int16_t scale ) argument
/external/chromium_org/third_party/icu/source/samples/legacy/
H A Dnewcol.cpp27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { argument
33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
H A Doldcol.cpp28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { argument
34 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
/external/icu/icu4c/source/samples/legacy/
H A Dnewcol.cpp27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { argument
33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
H A Doldcol.cpp28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { argument
34 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducm.h41 * 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; member in struct:UCMapping
115 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
H A Ducm.c52 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;
747 int8_t bLen; local
788 int8_t uLen, bLen, f; local
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.h41 * 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; member in struct:UCMapping
115 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
H A Ducm.c52 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;
747 int8_t bLen; local
788 int8_t uLen, bLen, f; local
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp68 SkDVector bLen = b[1] - b[0]; local
75 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX;
77 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
/external/skia/src/pathops/
H A DSkDLineIntersection.cpp68 SkDVector bLen = b[1] - b[0]; local
75 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX;
77 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java818 private static void multiplyWord(long a, long[] b, int bLen, long[] c, int cOff) argument
822 add(c, cOff, b, 0, bLen);
829 long carry = addShiftedUp(c, cOff, b, 0, bLen, k);
832 c[cOff + bLen] ^= carry;
869 int bLen = (bDeg + 63) >>> 6;
884 multiplyWord(a, B.m_ints, bLen, c, 0);
908 System.arraycopy(B.m_ints, 0, T0, tOff, bLen);
1001 int bLen = (bDeg + 63) >>> 6;
1016 multiplyWord(a, B.m_ints, bLen, c, 0);
1040 System.arraycopy(B.m_ints, 0, T0, tOff, bLen);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1368 milliseconds