HomeSort by relevance Sort by last modified time
    Searched full:xlength (Results 1 - 17 of 17) sorted by null

  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 343 int32_t xLength, yLength, DLength, D2Length, decApproxCount, incApproxCount;
346 xLength = yLength = DLength = D2Length = 0;
363 xLength = sizeOfTenToTheE (e) + length;
364 allocateU64 (x, xLength);
365 memset (x + length, 0, sizeof (uint64_t) * (xLength - length));
367 timesTenToTheEHighPrecision (x, xLength, e);
377 xLength = sizeOfTenToTheE (e) + length + ((-k) >> 6) + 1;
378 allocateU64 (x, xLength);
379 memset (x + length, 0, sizeof (uint64_t) * (xLength - length));
381 timesTenToTheEHighPrecision (x, xLength, e)
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_compare.c 175 size_t xlength; local
231 xlength=read_pcm16(&x,fin1,2);
233 for(xi=0;xi<xlength;xi++)x[xi]=.5*(x[2*xi]+x[2*xi+1]);
238 if(xlength!=ylength*downsample){
240 (unsigned long)xlength,(unsigned long)ylength*downsample);
243 if(xlength<TEST_WIN_SIZE){
245 (unsigned long)xlength,TEST_WIN_SIZE);
248 nframes=(xlength-TEST_WIN_SIZE+TEST_WIN_STEP)/TEST_WIN_STEP;
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 74 static int32_t Xlength(const UReplaceable* rep) {
95 int32_t newLen = Xlength(rep) + limit - start + textLength;
107 int32_t newLen = Xlength(rep) + limit - start;
124 callbacks->length = Xlength;
  /external/icu4c/test/cintltst/
utransts.c 74 static int32_t Xlength(const UReplaceable* rep) {
95 int32_t newLen = Xlength(rep) + limit - start + textLength;
107 int32_t newLen = Xlength(rep) + limit - start;
124 callbacks->length = Xlength;
  /external/mksh/src/
lex.c 904 if (Xlength(ws, wp) == 0)
906 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) {
1406 XcheckN(s->xs, xp, Xlength(s->xs, xp));
1431 strip_nuls(Xstring(s->xs, xp), Xlength(s->xs, xp));
1433 if (Xlength(s->xs, xp) == 0) {
    [all...]
eval.c 905 p + Xlength(ds, (dp - 1)),
922 !ctype(c, C_IFSWS) && Xlength(ds, dp) == 0) {
934 Xlength(ds, dp) == 0) {
    [all...]
histrap.c 350 XcheckN(xs, xp, Xlength(xs, xp));
361 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
    [all...]
misc.c     [all...]
funcs.c 442 int len = Xlength(xs, xp);
    [all...]
sh.h     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c     [all...]
bitvect.h 219 N_int Xoffset, N_int Xlength,
  /external/tcpdump/
print-snmp.c 1712 int xlength = length; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 522 CARD32 xLength B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 522 CARD32 xLength B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 522 CARD32 xLength B32;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp     [all...]

Completed in 465 milliseconds