HomeSort by relevance Sort by last modified time
    Searched defs:W1 (Results 1 - 9 of 9) sorted by null

  /external/dropbear/libtommath/
bn_fast_s_mp_sqr.c 32 mp_word W1;
43 W1 = 0;
77 _W = _W + _W + W1;
88 W1 = _W >> ((mp_word)DIGIT_BIT);
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
idct.h 75 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
89 /* for the transform coefficients (W1,...W7) */
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
dct.h 38 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 75 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
89 /* for the transform coefficients (W1,...W7) */
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/
Strings.java 49 char W1 = (char)(0xD800 | (U >> 10));
51 cs[length++] = W1;
106 char W1 = ch;
111 if (W1 > 0xDBFF)
115 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 127 typedef typename G1::Weight W1;
129 typedef ProductWeight<W1, W2> Weight;
135 W1 w1 = generator1_(); local
137 return Weight(w1, w2);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 440 Uint16 W1, W2;
444 W1 = ((Uint16)p[0] << 8) |
448 if ( W1 < 0xD800 || W1 > 0xDFFF ) {
449 ch = (Uint32)W1;
452 if ( W1 > 0xDBFF ) {
474 ch = (((Uint32)(W1 & 0x3FF) << 10) |
481 Uint16 W1, W2;
485 W1 = ((Uint16)p[1] << 8) |
489 if ( W1 < 0xD800 || W1 > 0xDFFF )
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 625 mp_word W1;
636 W1 = 0;
670 _W = _W + _W + W1;
681 W1 = _W >> ((mp_word)DIGIT_BIT);
7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
    [all...]

Completed in 342 milliseconds