Searched defs:c2 (Results 1 - 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
H A D_codecs_cn.c248 unsigned char c = IN1, c2; local
260 c2 = IN2;
261 if (c2 >= 0x30 && c2 <= 0x39) { /* 4 bytes seq */
271 c -= 0x81; c2 -= 0x30;
275 lseq = ((ucs4_t)c * 10 + c2) * 1260 +
287 lseq = 0x10000 + (((ucs4_t)c-15) * 10 + c2)
298 GBK_DECODE(c, c2, **outbuf)
299 else TRYMAP_DEC(gb18030ext, **outbuf, c, c2);
388 unsigned char c2 local
[all...]
H A D_codecs_jp.c25 unsigned char c1, c2; local
61 c2 = code & 0xff;
62 c2 = (((c1 - 0x21) & 1) ? 0x5e : 0) + (c2 - 0x21);
65 OUT2(c2 < 0x3f ? c2 + 0x40 : c2 + 0x41)
70 c2 = (Py_UNICODE)(c - 0xe000) % 188;
72 OUT2(c2 < 0x3f ? c2
86 unsigned char c = IN1, c2; local
250 unsigned char c2; local
262 unsigned char c2, c3; local
281 unsigned char c2; local
382 unsigned char c2; local
394 unsigned char c2, c3; local
407 unsigned char c2; local
438 unsigned char c1, c2; local
500 unsigned char c1, c2; local
546 int c1, c2; local
642 unsigned char c1, c2; local
[all...]
H A D_codecs_kr.c276 unsigned char c1, c2, t2; local
281 c2 = code & 0xff;
284 (c2 >= 0x21 && c2 <= 0x7e)) {
287 t2 = ((t1 & 1) ? 0x5e : 0) + (c2 - 0x21);
351 unsigned char c = IN1, c2; local
362 c2 = IN2;
370 c_jung = ((c << 3) | c2 >> 5) & 0x1f;
371 c_jong = c2 & 0x1f;
414 c2 <
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
H A D_codecs_cn.c248 unsigned char c = IN1, c2; local
260 c2 = IN2;
261 if (c2 >= 0x30 && c2 <= 0x39) { /* 4 bytes seq */
271 c -= 0x81; c2 -= 0x30;
275 lseq = ((ucs4_t)c * 10 + c2) * 1260 +
287 lseq = 0x10000 + (((ucs4_t)c-15) * 10 + c2)
298 GBK_DECODE(c, c2, **outbuf)
299 else TRYMAP_DEC(gb18030ext, **outbuf, c, c2);
388 unsigned char c2 local
[all...]
H A D_codecs_jp.c25 unsigned char c1, c2; local
61 c2 = code & 0xff;
62 c2 = (((c1 - 0x21) & 1) ? 0x5e : 0) + (c2 - 0x21);
65 OUT2(c2 < 0x3f ? c2 + 0x40 : c2 + 0x41)
70 c2 = (Py_UNICODE)(c - 0xe000) % 188;
72 OUT2(c2 < 0x3f ? c2
86 unsigned char c = IN1, c2; local
250 unsigned char c2; local
262 unsigned char c2, c3; local
281 unsigned char c2; local
382 unsigned char c2; local
394 unsigned char c2, c3; local
407 unsigned char c2; local
438 unsigned char c1, c2; local
500 unsigned char c1, c2; local
546 int c1, c2; local
642 unsigned char c1, c2; local
[all...]
H A D_codecs_kr.c276 unsigned char c1, c2, t2; local
281 c2 = code & 0xff;
284 (c2 >= 0x21 && c2 <= 0x7e)) {
287 t2 = ((t1 & 1) ? 0x5e : 0) + (c2 - 0x21);
351 unsigned char c = IN1, c2; local
362 c2 = IN2;
370 c_jung = ((c << 3) | c2 >> 5) & 0x1f;
371 c_jong = c2 & 0x1f;
414 c2 <
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
H A DGdbDebugAgent.c136 CHAR8 c2; local
140 c2 = (CHAR8)HexCharToInt (*NewData++);
142 if ((c1 < 0) || (c2 < 0)) {
146 *Address++ = (UINT8)((c1 << 4) + c2);
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
H A DGdbStub.c198 CHAR8 c2; local
202 c2 = (CHAR8)HexCharToInt (*NewData++);
204 if ((c1 < 0) || (c2 < 0)) {
209 *Address++ = (UINT8)((c1 << 4) + c2);
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dvfscanf.c125 __collate_range_cmp(int c1, int c2) argument
131 s2[0] = (char)c2;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dtokenizer.c1071 PyToken_TwoChars(int c1, int c2) argument
1075 switch (c2) {
1080 switch (c2) {
1085 switch (c2) {
1092 switch (c2) {
1098 switch (c2) {
1103 switch (c2) {
1108 switch (c2) {
1114 switch (c2) {
1120 switch (c2) {
1144 PyToken_ThreeChars(int c1, int c2, int c3) argument
1625 int c2 = tok_nextc(tok); local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dtokenizer.c1051 PyToken_TwoChars(int c1, int c2) argument
1055 switch (c2) {
1060 switch (c2) {
1065 switch (c2) {
1072 switch (c2) {
1078 switch (c2) {
1083 switch (c2) {
1088 switch (c2) {
1094 switch (c2) {
1100 switch (c2) {
1124 PyToken_ThreeChars(int c1, int c2, int c3) argument
1596 int c2 = tok_nextc(tok); local
[all...]
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
H A Drohm_rpr0521.c350 float c2; local
354 c2 = -3.917f;
357 c2 = -3.121f;
360 c2 = -1.096f;
363 c2 = -0.340f;
365 c1 = c2 = 0.0f;
368 return c1 * d0 + c2 * d1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_json.c530 Py_UNICODE c2 = 0; local
535 c2 <<= 4;
539 c2 |= (digit - '0'); break;
542 c2 |= (digit - 'a' + 10); break;
545 c2 |= (digit - 'A' + 10); break;
551 if ((c2 & 0xfc00) == 0xdc00)
552 c = 0x10000 + (((c - 0xd800) << 10) | (c2 - 0xdc00));
697 Py_UNICODE c2 = 0; local
702 c2 <<= 4;
706 c2 |
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmltok.c927 char c2 = *s2++; local
930 if (ASCII_a <= c2 && c2 <= ASCII_z)
931 c2 += ASCII_A - ASCII_a;
932 if (c1 != c2)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_json.c528 Py_UNICODE c2 = 0; local
541 c2 <<= 4;
545 c2 |= (digit - '0'); break;
548 c2 |= (digit - 'a' + 10); break;
551 c2 |= (digit - 'A' + 10); break;
557 if ((c2 & 0xfc00) != 0xdc00) {
561 c = 0x10000 + (((c - 0xd800) << 10) | (c2 - 0xdc00));
707 Py_UNICODE c2 = 0; local
720 c2 <<= 4;
724 c2 |
[all...]
H A Dposixmodule.c8308 const struct constdef *c2 = local
8311 return strcmp(c1->name, c2->name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmltok.c919 char c2 = *s2++; local
922 if (ASCII_a <= c2 && c2 <= ASCII_z)
923 c2 += ASCII_A - ASCII_a;
924 if (c1 != c2)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_descr.py1782 c2 = C()
1784 self.assertNotEqual(id(c1), id(c2))
1786 hash(c2)
1787 self.assertEqual(cmp(c1, c2), cmp(id(c1), id(c2)))
1789 self.assertTrue(c1 != c2)
1791 self.assertTrue(not c1 == c2)
2881 c2 = C(2) variable in class:.test_classic_comparisons.classic
2884 c = {1: c1, 2: c2, 3: c3}
2958 c2 variable in class:.test_rich_comparisons.classic
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregparse.c2919 OnigCodePoint c, c2; local
2998 c2 = PPEEK;
2999 if (c2 == '{' &&
3006 PFETCH(c2);
3007 if (c2 == '^') {
3025 c2 = PPEEK;
3026 if (ONIGENC_IS_CODE_XDIGIT(enc, c2))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c6653 const struct constdef *c2 = local
6656 return strcmp(c1->name, c2->name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c6164 Py_UNICODE c1, c2;
6167 c2 = *s2++;
6171 if (c2 > (1<<11) * 26)
6172 c2 += utf16Fixup[c2>>11];
6173 /* now c1 and c2 are in UTF-32-compatible order */
6175 if (c1 != c2)
6176 return (c1 < c2) ? -1 : 1;
6198 Py_UNICODE c1, c2; local
6201 c2
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c6069 Py_UNICODE c1, c2;
6072 c2 = *s2++;
6076 if (c2 > (1<<11) * 26)
6077 c2 += utf16Fixup[c2>>11];
6078 /* now c1 and c2 are in UTF-32-compatible order */
6080 if (c1 != c2)
6081 return (c1 < c2) ? -1 : 1;
6103 Py_UNICODE c1, c2; local
6106 c2
[all...]

Completed in 1351 milliseconds