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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_tw.c 55 TRYMAP_DEC(big5, **outbuf, c, IN2) {
110 TRYMAP_DEC(cp950ext, **outbuf, c, IN2);
111 else TRYMAP_DEC(big5, **outbuf, c, IN2);
_codecs_hk.c 118 if (0xc6 > c || c > 0xc8 || (c < 0xc7 && IN2 < 0xa1)) {
119 TRYMAP_DEC(big5, **outbuf, c, IN2) {
125 TRYMAP_DEC(big5hkscs, decoded, c, IN2)
127 int s = BH2S(c, IN2);
131 assert(0x40 <= IN2 && IN2 <= 0xfe);
159 switch ((c << 8) | IN2) {
_codecs_cn.c 85 TRYMAP_DEC(gb2312, **outbuf, c ^ 0x80, IN2 ^ 0x80) {
143 GBK_DECODE(c, IN2, **outbuf)
260 c2 = IN2;
388 unsigned char c2 = IN2;
418 TRYMAP_DEC(gb2312, **outbuf, c, IN2) {
_codecs_jp.c 110 c2 = IN2;
253 c2 = IN2;
265 c2 = IN2 ^ 0x80;
285 c2 = IN2 ^ 0x80;
385 c2 = IN2;
397 c2 = IN2;
410 c2 = IN2;
503 c2 = IN2;
580 (ucs2_t)c, IN2,
646 c2 = IN2;
    [all...]
_codecs_kr.c 118 IN2 == EUCKR_JAMO_FILLER) {
151 else TRYMAP_DEC(ksx1001, **outbuf, c ^ 0x80, IN2 ^ 0x80) {
209 TRYMAP_DEC(ksx1001, **outbuf, c ^ 0x80, IN2 ^ 0x80);
210 else TRYMAP_DEC(cp949ext, **outbuf, c, IN2);
362 c2 = IN2;
_codecs_iso2022.c 201 u4in[1] = (ucs4_t)IN2;
326 if (IN2 == '$') {
332 if (IN2 == '(') designation = 0;
333 else if (IN2 == ')') designation = 1;
334 else if (CONFIG_ISSET(USE_G2) && IN2 == '.')
340 if (IN2 != '$')
443 if (IS_ISO2022ESC(IN2)) {
449 else if (CONFIG_ISSET(USE_G2) && IN2 == 'N') {/* SS2 */
    [all...]
cjkcodecs.h 120 #define IN2 ((*inbuf)[1])
193 if (IN2 >> 10 == 0xdc00 >> 10) { /* low surrogate */ \
195 ((ucs4_t)(IN2) - 0xdc00); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_tw.c 55 TRYMAP_DEC(big5, **outbuf, c, IN2) {
110 TRYMAP_DEC(cp950ext, **outbuf, c, IN2);
111 else TRYMAP_DEC(big5, **outbuf, c, IN2);
_codecs_hk.c 118 if (0xc6 <= c && c <= 0xc8 && (c >= 0xc7 || IN2 >= 0xa1))
121 TRYMAP_DEC(big5, **outbuf, c, IN2) {
125 hkscsdec: TRYMAP_DEC(big5hkscs, decoded, c, IN2) {
126 int s = BH2S(c, IN2);
130 assert(0x40 <= IN2 && IN2 <= 0xfe);
157 switch ((c << 8) | IN2) {
_codecs_cn.c 85 TRYMAP_DEC(gb2312, **outbuf, c ^ 0x80, IN2 ^ 0x80) {
143 GBK_DECODE(c, IN2, **outbuf)
260 c2 = IN2;
388 unsigned char c2 = IN2;
418 TRYMAP_DEC(gb2312, **outbuf, c, IN2) {
_codecs_jp.c 110 c2 = IN2;
253 c2 = IN2;
265 c2 = IN2 ^ 0x80;
285 c2 = IN2 ^ 0x80;
385 c2 = IN2;
397 c2 = IN2;
410 c2 = IN2;
503 c2 = IN2;
580 (ucs2_t)c, IN2,
646 c2 = IN2;
    [all...]
_codecs_kr.c 118 IN2 == EUCKR_JAMO_FILLER) {
151 else TRYMAP_DEC(ksx1001, **outbuf, c ^ 0x80, IN2 ^ 0x80) {
209 TRYMAP_DEC(ksx1001, **outbuf, c ^ 0x80, IN2 ^ 0x80);
210 else TRYMAP_DEC(cp949ext, **outbuf, c, IN2);
362 c2 = IN2;
_codecs_iso2022.c 201 u4in[1] = (ucs4_t)IN2;
326 if (IN2 == '$') {
332 if (IN2 == '(') designation = 0;
333 else if (IN2 == ')') designation = 1;
334 else if (CONFIG_ISSET(USE_G2) && IN2 == '.')
340 if (IN2 != '$')
443 if (IS_ISO2022ESC(IN2)) {
449 else if (CONFIG_ISSET(USE_G2) && IN2 == 'N') {/* SS2 */
    [all...]
cjkcodecs.h 120 #define IN2 ((*inbuf)[1])
193 if (IN2 >> 10 == 0xdc00 >> 10) { /* low surrogate */ \
195 ((ucs4_t)(IN2) - 0xdc00); \
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_tw.c 55 TRYMAP_DEC(big5, **outbuf, c, IN2) {
110 TRYMAP_DEC(cp950ext, **outbuf, c, IN2);
111 else TRYMAP_DEC(big5, **outbuf, c, IN2);
_codecs_hk.c 118 if (0xc6 > c || c > 0xc8 || (c < 0xc7 && IN2 < 0xa1)) {
119 TRYMAP_DEC(big5, **outbuf, c, IN2) {
125 TRYMAP_DEC(big5hkscs, decoded, c, IN2)
127 int s = BH2S(c, IN2);
131 assert(0x40 <= IN2 && IN2 <= 0xfe);
159 switch ((c << 8) | IN2) {
_codecs_cn.c 85 TRYMAP_DEC(gb2312, **outbuf, c ^ 0x80, IN2 ^ 0x80) {
143 GBK_DECODE(c, IN2, **outbuf)
260 c2 = IN2;
388 unsigned char c2 = IN2;
418 TRYMAP_DEC(gb2312, **outbuf, c, IN2) {
_codecs_jp.c 110 c2 = IN2;
253 c2 = IN2;
265 c2 = IN2 ^ 0x80;
285 c2 = IN2 ^ 0x80;
385 c2 = IN2;
397 c2 = IN2;
410 c2 = IN2;
503 c2 = IN2;
580 (ucs2_t)c, IN2,
646 c2 = IN2;
    [all...]
_codecs_kr.c 118 IN2 == EUCKR_JAMO_FILLER) {
151 else TRYMAP_DEC(ksx1001, **outbuf, c ^ 0x80, IN2 ^ 0x80) {
209 TRYMAP_DEC(ksx1001, **outbuf, c ^ 0x80, IN2 ^ 0x80);
210 else TRYMAP_DEC(cp949ext, **outbuf, c, IN2);
362 c2 = IN2;
_codecs_iso2022.c 201 u4in[1] = (ucs4_t)IN2;
326 if (IN2 == '$') {
332 if (IN2 == '(') designation = 0;
333 else if (IN2 == ')') designation = 1;
334 else if (CONFIG_ISSET(USE_G2) && IN2 == '.')
340 if (IN2 != '$')
443 if (IS_ISO2022ESC(IN2)) {
449 else if (CONFIG_ISSET(USE_G2) && IN2 == 'N') {/* SS2 */
    [all...]
cjkcodecs.h 120 #define IN2 ((*inbuf)[1])
193 if (IN2 >> 10 == 0xdc00 >> 10) { /* low surrogate */ \
195 ((ucs4_t)(IN2) - 0xdc00); \
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghashp8-ppc.pl 375 my ($Xl3,$Xm2,$IN2,$H3l,$H3,$H3h,
444 lvx_u $IN2,r9,$inp
449 le?vperm $IN2,$IN2,$IN2,$lemask
459 vperm $t0,$IN2,$IN3,$loperm
461 vperm $t1,$IN2,$IN3,$hiperm
462 vpmsumd $Xm2,$IN2,$H2 # H^2.lo·Xi+2.hi+H^2.hi·Xi+2.lo
478 lvx_u $IN2,r9,$inp
482 le?vperm $IN2,$IN2,$IN2,$lemas
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 27 private static final String IN2 = " ";
178 out.println(IN2 + "<class name=\"" + className + "\">");
183 out.println(IN2 + "</class>");
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 790 milliseconds