/linux/fs/hfsplus/ |
A D | unicode.c | 44 c1 = c2 = 0; in hfsplus_strcasecmp() 57 if (c1 != c2) in hfsplus_strcasecmp() 59 if (!c1 && !c2) in hfsplus_strcasecmp() 80 if (c1 != c2) in hfsplus_strcmp() 392 u16 c2; in hfsplus_hash_dentry() local 414 c2 = case_fold(c2); in hfsplus_hash_dentry() 419 c2 = c; in hfsplus_hash_dentry() 421 c2 = case_fold(c2); in hfsplus_hash_dentry() 444 u16 c1, c2; in hfsplus_compare_dentry() local 482 c2 = c; in hfsplus_compare_dentry() [all …]
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_cls.c | 502 if (c2->valid) in mvpp2_cls_c2_write() 529 c2->index = index; in mvpp2_cls_c2_read() 866 memset(&c2, 0, sizeof(c2)); in mvpp2_port_c2_cls_init() 896 c2.valid = true; in mvpp2_port_c2_cls_init() 931 memset(&c2, 0, sizeof(c2)); in mvpp2_cls_init() 932 c2.valid = false; in mvpp2_cls_init() 934 c2.index = index; in mvpp2_cls_init() 1088 memset(&c2, 0, sizeof(c2)); in mvpp2_port_c2_tcam_rule_add() 1093 c2.index = index; in mvpp2_port_c2_tcam_rule_add() 1097 rule->c2_index = c2.index; in mvpp2_port_c2_tcam_rule_add() [all …]
|
/linux/drivers/gpu/drm/tidss/ |
A D | tidss_scale_coefs.c | 17 .c2 = { 28, 34, 40, 46, 52, 58, 64, 70, 0, 2, 4, 8, 12, 16, 20, 24, }, 23 .c2 = { 24, 28, 32, 38, 44, 50, 56, 64, 0, 2, 4, 6, 8, 12, 16, 20, }, 29 .c2 = { 16, 20, 24, 30, 36, 42, 48, 56, 0, 0, 0, 2, 4, 8, 12, 14, }, 35 .c2 = { 12, 14, 16, 22, 28, 34, 40, 48, 0, 0, 0, 2, 4, 4, 4, 8, }, 41 .c2 = { 0, 2, 4, 8, 12, 18, 24, 32, 0, 0, 0, -2, -4, -4, -4, -2, }, 47 .c2 = { -8, -6, -4, -2, 0, 6, 12, 18, 0, -2, -4, -6, -8, -8, -8, -8, }, 53 .c2 = { -12, -12, -12, -10, -8, -4, 0, 6, 0, -2, -4, -6, -8, -10, -12, -12, }, 59 .c2 = { -16, -18, -20, -18, -16, -14, -12, -6, 0, -2, -4, -6, -8, -10, -12, -14, }, 71 .c2 = { -16, -20, -24, -28, -32, -34, -36, -34, 0, 0, 0, -2, -4, -8, -12, -14, }, 77 .c2 = { -12, -18, -24, -28, -32, -38, -44, -46, 0, 2, 4, 2, 0, -2, -4, -8, }, [all …]
|
/linux/fs/ntfs/ |
A D | unistr.c | 89 u16 c1, c2; in ntfs_collate_names() local 101 c2 = le16_to_cpu(upcase[c2]); in ntfs_collate_names() 105 if (c1 < c2) in ntfs_collate_names() 107 if (c1 > c2) in ntfs_collate_names() 137 u16 c1, c2; in ntfs_ucsncmp() local 143 if (c1 < c2) in ntfs_ucsncmp() 145 if (c1 > c2) in ntfs_ucsncmp() 175 u16 c1, c2; in ntfs_ucsncasecmp() local 181 c2 = le16_to_cpu(upcase[c2]); in ntfs_ucsncasecmp() 182 if (c1 < c2) in ntfs_ucsncasecmp() [all …]
|
/linux/security/selinux/ss/ |
A D | context.h | 100 struct context *c1, struct context *c2) in mls_context_glblub() argument 132 return ((c1->range.level[0].sens == c2->range.level[0].sens) && in mls_context_cmp() 134 (c1->range.level[1].sens == c2->range.level[1].sens) && in mls_context_cmp() 135 ebitmap_cmp(&c1->range.level[1].cat, &c2->range.level[1].cat)); in mls_context_cmp() 185 if (c1->len && c2->len) in context_cmp() 186 return (c1->len == c2->len && !strcmp(c1->str, c2->str)); in context_cmp() 187 if (c1->len || c2->len) in context_cmp() 189 return ((c1->user == c2->user) && in context_cmp() 190 (c1->role == c2->role) && in context_cmp() 191 (c1->type == c2->type) && in context_cmp() [all …]
|
/linux/lib/ |
A D | string.c | 49 c2 = *s2++; in strncasecmp() 50 if (!c1 || !c2) in strncasecmp() 52 if (c1 == c2) in strncasecmp() 55 c2 = tolower(c2); in strncasecmp() 56 if (c1 != c2) in strncasecmp() 67 int c1, c2; in strcasecmp() local 73 return c1 - c2; in strcasecmp() 347 c2 = *ct++; in strcmp() 348 if (c1 != c2) in strcmp() 371 c2 = *ct++; in strncmp() [all …]
|
/linux/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-std.c | 178 unsigned int c1,c2; in pvr2_std_id_to_str() local 190 c1 += c2; in pvr2_std_id_to_str() 191 bufSize -= c2; in pvr2_std_id_to_str() 192 bufPtr += c2; in pvr2_std_id_to_str() 201 c1 += c2; in pvr2_std_id_to_str() 202 bufSize -= c2; in pvr2_std_id_to_str() 203 bufPtr += c2; in pvr2_std_id_to_str() 204 c2 = scnprintf(bufPtr,bufSize, in pvr2_std_id_to_str() 206 c1 += c2; in pvr2_std_id_to_str() 207 bufSize -= c2; in pvr2_std_id_to_str() [all …]
|
/linux/fs/unicode/ |
A D | utf8-core.c | 28 int c1, c2; in utf8_strncmp() local 38 c2 = utf8byte(&cur2); in utf8_strncmp() 40 if (c1 < 0 || c2 < 0) in utf8_strncmp() 42 if (c1 != c2) in utf8_strncmp() 55 int c1, c2; in utf8_strncasecmp() local 65 c2 = utf8byte(&cur2); in utf8_strncasecmp() 67 if (c1 < 0 || c2 < 0) in utf8_strncasecmp() 69 if (c1 != c2) in utf8_strncasecmp() 86 int c1, c2; in utf8_strncasecmp_folded() local 94 c2 = cf->name[i++]; in utf8_strncasecmp_folded() [all …]
|
/linux/arch/arm/include/asm/hardware/ |
A D | cp14.h | 54 #define RCP14_DBGDSCRext() MRC14(0, c0, c2, 2) 59 #define RCP14_DBGBVR2() MRC14(0, c0, c2, 4) 75 #define RCP14_DBGBCR2() MRC14(0, c0, c2, 5) 91 #define RCP14_DBGWVR2() MRC14(0, c0, c2, 6) 107 #define RCP14_DBGWCR2() MRC14(0, c0, c2, 7) 124 #define RCP14_DBGBXVR2() MRC14(0, c1, c2, 1) 139 #define RCP14_DBGOSSRR() MRC14(0, c1, c2, 4) 143 #define RCP14_DBGDSAR() MRC14(0, c2, c0, 0) 150 #define RCP14_DBGDEVID() MRC14(0, c7, c2, 7) 291 #define RCP14_ETMACVR2() MRC14(1, c0, c2, 1) [all …]
|
/linux/drivers/char/ |
A D | nwflash.c | 63 volatile unsigned int c1, c2; in get_flash_id() local 69 c2 = inb(0x80); in get_flash_id() 73 c2 = inb(0x80); in get_flash_id() 79 c2 = *(volatile unsigned char *) (FLASH_BASE + 2); in get_flash_id() 81 c2 = *(volatile unsigned char *) (FLASH_BASE + 1); in get_flash_id() 83 c2 += (c1 << 8); in get_flash_id() 90 if (c2 == KFLASH_ID4) in get_flash_id() 93 return c2; in get_flash_id() 400 volatile unsigned int c2; in write_block() local 425 if (__get_user(c2, buf + offset)) in write_block() [all …]
|
/linux/drivers/leds/ |
A D | leds-tca6507.c | 209 int c1, c2; in choose_times() local 223 for (c2 = 0; c2 <= c1; c2++) { in choose_times() 224 int tt = t + time_codes[c2]; in choose_times() 236 *c2p = c2; in choose_times() 317 int c1, c2; in set_times() local 326 c2, time_codes[c2], tca->bank[bank].ontime); in set_times() 327 set_code(tca, TCA6507_FADE_ON, bank, c2); in set_times() 335 c2, time_codes[c2], tca->bank[bank].offtime); in set_times() 336 set_code(tca, TCA6507_FADE_OFF, bank, c2); in set_times() 386 int c1, c2; in led_prepare() local [all …]
|
/linux/drivers/firmware/efi/libstub/ |
A D | string.c | 47 unsigned char c1, c2; in strncmp() local 51 c2 = *ct++; in strncmp() 52 if (c1 != c2) in strncmp() 53 return c1 < c2 ? -1 : 1; in strncmp()
|
/linux/drivers/acpi/acpica/ |
A D | utnonansi.c | 93 int c2; in acpi_ut_stricmp() local 97 c2 = tolower((int)*string2); in acpi_ut_stricmp() 102 while ((c1 == c2) && (c1)); in acpi_ut_stricmp() 104 return (c1 - c2); in acpi_ut_stricmp()
|
/linux/arch/s390/boot/ |
A D | string.c | 11 unsigned char c1, c2; in strncmp() local 15 c2 = *ct++; in strncmp() 16 if (c1 != c2) in strncmp() 17 return c1 < c2 ? -1 : 1; in strncmp()
|
/linux/tools/power/cpupower/utils/helpers/ |
A D | bitmask.c | 203 const char *c1, *c2; /* next tokens after '-' or ',' */ in bitmask_parselist() local 213 c2 = nexttoken(p, ','); in bitmask_parselist() 214 if (c1 != NULL && (c2 == NULL || c1 < c2)) { in bitmask_parselist() 219 if (c1 != NULL && (c2 == NULL || c1 < c2)) { in bitmask_parselist()
|
/linux/lib/mpi/ |
A D | mpicoder.c | 120 int i, j, c, c1, c2; in mpi_fromstr() local 165 c2 = *str++; in mpi_fromstr() 166 if (!c2) { in mpi_fromstr() 181 if (c2 >= '0' && c2 <= '9') in mpi_fromstr() 182 c |= c2 - '0'; in mpi_fromstr() 183 else if (c2 >= 'a' && c2 <= 'f') in mpi_fromstr() 184 c |= c2 - 'a' + 10; in mpi_fromstr() 185 else if (c2 >= 'A' && c2 <= 'F') in mpi_fromstr() 186 c |= c2 - 'A' + 10; in mpi_fromstr()
|
/linux/drivers/clk/davinci/ |
A D | psc.h | 36 #define LPSC_CLKDEV2(n, c1, d1, c2, d2) \ argument 39 LPSC_CLKDEV((c2), (d2)), \ 43 #define LPSC_CLKDEV3(n, c1, d1, c2, d2, c3, d3) \ argument 46 LPSC_CLKDEV((c2), (d2)), \
|
/linux/arch/mips/include/asm/sibyte/ |
A D | board.h | 29 #define setleds(t0, t1, c0, c1, c2, c3) \ argument 35 li t1, c2; \ 40 #define setleds(t0, t1, c0, c1, c2, c3) argument
|
/linux/arch/arm/mm/ |
A D | pv-fixup-asm.S | 63 mrrc p15, 0, r4, r5, c2 @ read TTBR0 66 mcrr p15, 0, r4, r5, c2 @ write back TTBR0 67 mrrc p15, 1, r4, r5, c2 @ read TTBR1 70 mcrr p15, 1, r4, r5, c2 @ write back TTBR1
|
A D | proc-v6.S | 104 mcr p15, 0, r0, c2, c0, 0 @ set TTB 0 142 mrc p15, 0, r6, c2, c0, 1 @ Translation table base 1 164 mcr p15, 0, r1, c2, c0, 0 @ Translation table base 0 165 mcr p15, 0, r6, c2, c0, 1 @ Translation table base 1 166 mcr p15, 0, ip, c2, c0, 2 @ TTB control register 210 mcr p15, 0, r0, c2, c0, 2 @ TTB control register 215 mcr p15, 0, r8, c2, c0, 1 @ load TTB1
|
A D | proc-v7.S | 140 mrrc p15, 1, r5, r7, c2 @ TTB 1 142 mrc p15, 0, r7, c2, c0, 1 @ TTB 1 165 mcrr p15, 0, r1, ip, c2 @ TTB 0 166 mcrr p15, 1, r5, r7, c2 @ TTB 1 170 mcr p15, 0, r1, c2, c0, 0 @ TTB 0 171 mcr p15, 0, r7, c2, c0, 1 @ TTB 1 176 mcr p15, 0, r4, c10, c2, 0 @ write PRRR 177 mcr p15, 0, r5, c10, c2, 1 @ write NMRR 469 mrc p15, 1, r0, c15, c2, 0 475 mcr p15, 1, r0, c15, c2, 0 [all …]
|
/linux/arch/x86/boot/ |
A D | string.c | 66 unsigned char c1, c2; in strncmp() local 70 c2 = *ct++; in strncmp() 71 if (c1 != c2) in strncmp() 72 return c1 < c2 ? -1 : 1; in strncmp()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
A D | base.c | 101 unsigned char c1, c2; in nvbios_memcmp() local 105 c2 = *(str++); in nvbios_memcmp() 106 if (c1 != c2) in nvbios_memcmp() 107 return c1 - c2; in nvbios_memcmp()
|
/linux/fs/hpfs/ |
A D | dnode.c | 251 int c1, c2 = 0; in hpfs_add_to_dnode() local 270 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "hpfs_add_to_dnode")) { in hpfs_add_to_dnode() 397 int c1, c2 = 0; in hpfs_add_dirent() local 442 int c1, c2 = 0; in move_to_top() local 446 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "move_to_top")) in move_to_top() 526 int c1, c2 = 0; in delete_empty_dnode() local 750 int c1, c2 = 0; in hpfs_count_dnodes() local 824 int c1, c2 = 0; in hpfs_de_as_down_as_possible() local 916 int c1, c2 = 0; in map_dirent() local 1010 int c1, c2 = 0; in map_fnode_dirent() local [all …]
|
A D | name.c | 84 unsigned char c2 = upcase(hpfs_sb(s)->sb_cp_table,n2[i]); in hpfs_compare_names() local 85 if (c1 < c2) return -1; in hpfs_compare_names() 86 if (c1 > c2) return 1; in hpfs_compare_names()
|