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

  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 28 private static final String IN3 = " ";
198 out.println(IN3 + "<field name=\"" + fref.getName() +
216 out.println(IN3 + "<constructor name=\"" +
219 out.println(IN3 + "<method name=\"" + mref.getName() +
229 out.println(IN3 + "</constructor>");
231 out.println(IN3 + "</method>");
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghashp8-ppc.pl 376 $Xh3,$Xm3,$IN3,$H4l,$H4,$H4h) = map("v$_",(20..31));
445 lvx_u $IN3,r10,$inp
450 le?vperm $IN3,$IN3,$IN3,$lemask
459 vperm $t0,$IN2,$IN3,$loperm
461 vperm $t1,$IN2,$IN3,$hiperm
464 vpmsumd $Xm3,$IN3,$H # H.hi·Xi+3.lo +H.lo·Xi+3.hi
479 lvx_u $IN3,r10,$inp
483 le?vperm $IN3,$IN3,$IN3,$lemas
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 327 charset = IN3 | CHARSET_DBCS;
331 charset = IN3;
344 if (IN3 == '(') designation = 0;
345 else if (IN3 == ')') designation = 1;
398 if (IN3 < 0x80)
399 OUT1(IN3 + 0x80)
404 ISO8859_7_DECODE(IN3 ^ 0x80, **outbuf)
408 if (IN3 & 0x80) return 3;
409 else **outbuf = IN3;
    [all...]
_codecs_cn.c 267 c3 = IN3;
_codecs_jp.c 266 c3 = IN3 ^ 0x80;
398 c3 = IN3;
cjkcodecs.h 121 #define IN3 ((*inbuf)[2])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 327 charset = IN3 | CHARSET_DBCS;
331 charset = IN3;
344 if (IN3 == '(') designation = 0;
345 else if (IN3 == ')') designation = 1;
398 if (IN3 < 0x80)
399 OUT1(IN3 + 0x80)
404 ISO8859_7_DECODE(IN3 ^ 0x80, **outbuf)
408 if (IN3 & 0x80) return 3;
409 else **outbuf = IN3;
    [all...]
_codecs_cn.c 267 c3 = IN3;
_codecs_jp.c 266 c3 = IN3 ^ 0x80;
398 c3 = IN3;
cjkcodecs.h 121 #define IN3 ((*inbuf)[2])
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_iso2022.c 327 charset = IN3 | CHARSET_DBCS;
331 charset = IN3;
344 if (IN3 == '(') designation = 0;
345 else if (IN3 == ')') designation = 1;
398 if (IN3 < 0x80)
399 OUT1(IN3 + 0x80)
404 ISO8859_7_DECODE(IN3 ^ 0x80, **outbuf)
408 if (IN3 & 0x80) return 3;
409 else **outbuf = IN3;
    [all...]
_codecs_cn.c 267 c3 = IN3;
_codecs_jp.c 266 c3 = IN3 ^ 0x80;
398 c3 = IN3;
cjkcodecs.h 121 #define IN3 ((*inbuf)[2])

Completed in 637 milliseconds