HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 296 for (int xx = 0; xx < 32; xx++) {
297 muteMask[ii][xx] = true;
357 for (int xx = 0; xx < 32; xx++) {
358 muteMask[8][xx] = false;
    [all...]
  /external/chromium/third_party/icu/source/data/brkitr/
brkfiles.mk 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/data/brkitr/
brkfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/speex/libspeex/
filters_bfin.h 473 spx_word16_t *xx, *yy;
474 xx = x;
filters.c 379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack)
386 iir_mem16(xx, ak, y, N, ord, mem, stack);
391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack)
398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack);
441 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack)
457 x[i+M-1]=SHR16(xx[i],1);
459 mem[i]=SHR16(xx[N-i-1],1);
resample.c 275 float xx = x * cutoff; local
281 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
288 float xx = x * cutoff; local
294 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java 321 X500Principal xx = cert.getIssuerX500Principal(); local
322 x = xx.getEncoded();
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /external/freetype/src/truetype/
ttgload.c 589 FT_Fixed xx, xy, yy, yx; local
636 xx = yy = 0x10000L;
641 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
642 yy = xx;
646 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
651 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
657 subglyph->transform.xx = xx;
1031 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx
    [all...]
ttobjs.h 190 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
  /external/chromium/third_party/icu/source/data/rbnf/
rbnffiles.mk 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu4c/data/rbnf/
rbnffiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 28 uxtb16 $b1, $a1 ; xx 12 xx 10
29 uxtb16 $b0, $a0 ; xx 02 xx 00
30 uxtb16 $b3, $a3 ; xx 32 xx 30
31 uxtb16 $b2, $a2 ; xx 22 xx 20
35 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 1
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrix.h 74 uint16_t* xx = (uint16_t*)xy; local
76 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
SkPoint.cpp 322 SkFixed xx = (int)floorf(fx * 65536 + 0.5f); local
324 err = SkMax32(SkAbs32(xx-x), SkAbs32(yy-y));
  /external/openssl/crypto/bn/
bn_gf2m.c 578 /* Invert xx, reduce modulo p, and store the result in r. r could be xx.
584 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], BN_CTX *ctx)
589 bn_check_top(xx);
594 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
703 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
704 * or yy, xx could equal yy.
710 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const int p[], BN_CTX *ctx)
716 bn_check_top(xx);
    [all...]
  /external/v8/test/mjsunit/
debug-setbreakpoint.js 82 testArguments(dcp, '{"type":"xx"}', false);
86 testArguments(dcp, '{"type":"xx","target":"xx"}', false);
debug-clearbreakpoint.js 73 testArguments(dcp, '{"breakpoint":"xx"}', false);
regexp-indexof.js 63 CheckMatch(/foobarbaz/, "xx", []);
  /external/zlib/contrib/masmx64/
gvmat64.asm 72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
78 ;scan equ rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
  /external/skia/src/effects/
SkGradientShader.cpp 963 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
1052 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
1061 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 228 // eg. "/data/xx/ff" --> puts name="ff" and returns the directory "/data/xx"
797 yaffs_Object *xx = newdir; local
799 while( renameAllowed && xx)
801 if(xx == obj)
805 xx = xx->parent;
  /external/chromium/third_party/icu/source/data/locales/
reslocal.mk 37 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/bison/djgpp/
config.bat 287 sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx.cc > calcxx.cc
290 sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-driver.cc > calcxx-driver.cc
293 sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-driver.hh > calcxx-driver.hh
296 sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-parser.cc > calcxx-parser.cc
299 sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-parser.hh > calcxx-parser.hh
302 :sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-parser.yy > calcxx-parser.yy
305 sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-scanner.cc > calcxx-scanner.cc
308 :sed "/#[ ]*include/s/++/xx/" %XSRC%/examples/calcxx/calcxx-scanner.ll > calcxx-scanner.ll
  /external/freetype/src/cff/
cffobjs.c 568 /* Normalize the font matrix so that `matrix->xx' is 1; the */
587 matrix->xx = FT_DivFix( matrix->xx, temp );
658 matrix->xx = FT_DivFix( matrix->xx, temp );

Completed in 2783 milliseconds

1 23 4 5