Searched refs:c1 (Results 1 - 25 of 222) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_scale_coefs.c18 .c1 = { 132, 138, 144, 150, 156, 162, 168, 174, 76, 84, 92, 98, 104, 110, 116, 124, },
24 .c1 = { 132, 138, 144, 152, 160, 166, 172, 178, 72, 80, 88, 94, 100, 108, 116, 124, },
30 .c1 = { 132, 140, 148, 156, 164, 172, 180, 186, 64, 72, 80, 88, 96, 104, 112, 122, },
36 .c1 = { 128, 140, 152, 160, 168, 176, 184, 192, 56, 64, 72, 82, 92, 100, 108, 118, },
42 .c1 = { 124, 138, 152, 164, 176, 186, 196, 206, 40, 48, 56, 68, 80, 90, 100, 112, },
48 .c1 = { 120, 134, 148, 164, 180, 194, 208, 220, 24, 32, 40, 52, 64, 78, 92, 106, },
54 .c1 = { 112, 130, 148, 164, 180, 196, 212, 228, 12, 22, 32, 44, 56, 70, 84, 98, },
60 .c1 = { 104, 124, 144, 164, 184, 202, 220, 238, 0, 10, 20, 30, 40, 56, 72, 88, },
66 .c1 = { 92, 114, 136, 158, 180, 204, 228, 250, -16, -8, 0, 12, 24, 38, 52, 72, },
72 .c1
[all...]
H A Dtidss_scale_coefs.h14 s16 c1[16]; member in struct:tidss_scale_coefs
/linux-master/arch/arm/common/
H A Dsecure_cntvoff.S21 mrc p15, 0, r1, c1, c1, 0 /* Get Secure Config */
23 mcr p15, 0, r0, c1, c1, 0 /* Set Non Secure bit */
28 mcr p15, 0, r1, c1, c1, 0 /* Set Secure bit */
/linux-master/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall-gdbio.h23 register int c1 asm("a3") = c;
27 : "+r"(a1), "+r"(c1)
30 errno = c1;
H A Dsimcall-iss.h62 register int c1 asm("a4") = c;
67 : "r"(c1), "r"(d1)
/linux-master/arch/arm/boot/compressed/
H A Dbig-endian.S11 mrc p15, 0, r0, c1, c0, 0 @ read control reg
13 mcr p15, 0, r0, c1, c0, 0 @ write control reg
H A Dhead-sa1100.S23 mrc p15, 0, r0, c1, c0, 0 @ read control reg
41 mrc p15, 0, r0, c1, c0, 0 @ read control reg
44 mcr p15, 0, r0, c1, c0, 0
/linux-master/tools/testing/selftests/proc/
H A Dproc-uptime-001.c30 uint64_t start, u0, u1, c0, c1; local
42 c1 = clock_boottime();
48 assert(c1 >= c0);
54 c0 = c1;
H A Dproc-uptime-002.c47 uint64_t u0, u1, c0, c1; local
76 c1 = clock_boottime();
82 assert(c1 >= c0);
88 c0 = c1;
/linux-master/net/wireless/tests/
H A Dchan.c29 /* leave c1 empty for tests for identical */
30 struct cfg80211_chan_def c1, c2; member in struct:chandef_compat_case
90 .c1 = {
104 .c1 = {
117 .c1 = {
131 .c1 = {
145 .c1 = {
160 .c1 = {
176 .c1 = {
197 struct cfg80211_chan_def c1 local
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Dstring.c75 unsigned char c1, c2; local
78 c1 = *cs++;
80 if (c1 != c2)
81 return c1 < c2 ? -1 : 1;
82 if (!c1)
97 unsigned char c1, c2; local
100 c1 = *cs++;
102 if (c1 != c2)
103 return c1 < c2 ? -1 : 1;
104 if (!c1)
[all...]
/linux-master/drivers/acpi/acpica/
H A Dutnonansi.c92 int c1; local
96 c1 = tolower((int)*string1);
102 while ((c1 == c2) && (c1));
104 return (c1 - c2);
/linux-master/arch/s390/boot/
H A Dstring.c11 unsigned char c1, c2; local
14 c1 = *cs++;
16 if (c1 != c2)
17 return c1 < c2 ? -1 : 1;
18 if (!c1)
/linux-master/arch/mips/include/asm/sibyte/
H A Dboard.h25 #define setleds(t0, t1, c0, c1, c2, c3) \
29 li t1, c1; \
36 #define setleds(t0, t1, c0, c1, c2, c3)
/linux-master/fs/hfsplus/
H A Dunicode.c35 u16 len1, len2, c1, c2; local
44 c1 = c2 = 0;
46 while (len1 && !c1) {
47 c1 = case_fold(be16_to_cpu(*p1));
57 if (c1 != c2)
58 return (c1 < c2) ? -1 : 1;
59 if (!c1 && !c2)
68 u16 len1, len2, c1, c2; local
78 c1 = be16_to_cpu(*p1);
80 if (c1 !
129 u16 cc, c0, c1; local
444 u16 c1, c2; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgk20a.h28 int c1; member in struct:cvb_coef
/linux-master/security/selinux/ss/
H A Dcontext.h103 const struct context *c1,
107 const struct mls_range *r1 = &c1->range, *r2 = &c2->range;
135 static inline int mls_context_cmp(const struct context *c1, argument
138 return ((c1->range.level[0].sens == c2->range.level[0].sens) &&
139 ebitmap_cmp(&c1->range.level[0].cat, &c2->range.level[0].cat) &&
140 (c1->range.level[1].sens == c2->range.level[1].sens) &&
141 ebitmap_cmp(&c1->range.level[1].cat, &c2->range.level[1].cat));
191 static inline int context_cmp(const struct context *c1, argument
194 if (c1->len && c2->len)
195 return (c1
102 mls_context_glblub(struct context *dst, const struct context *c1, const struct context *c2) argument
[all...]
/linux-master/arch/arm/include/asm/hardware/
H A Dcp14.h46 #define RCP14_DBGDSCRint() MRC14(0, c0, c1, 0)
58 #define RCP14_DBGBVR1() MRC14(0, c0, c1, 4)
74 #define RCP14_DBGBCR1() MRC14(0, c0, c1, 5)
90 #define RCP14_DBGWVR1() MRC14(0, c0, c1, 6)
106 #define RCP14_DBGWCR1() MRC14(0, c0, c1, 7)
121 #define RCP14_DBGDRAR() MRC14(0, c1, c0, 0)
122 #define RCP14_DBGBXVR0() MRC14(0, c1, c0, 1)
123 #define RCP14_DBGBXVR1() MRC14(0, c1, c1, 1)
124 #define RCP14_DBGBXVR2() MRC14(0, c1, c
[all...]
/linux-master/drivers/char/
H A Dnwflash.c63 volatile unsigned int c1, c2; local
72 c1 = *(volatile unsigned char *) FLASH_BASE;
78 if (c1 == 0xB0)
83 c2 += (c1 << 8);
294 volatile unsigned int c1; local
307 c1 = *(volatile unsigned char *) (FLASH_BASE + 0x8000);
323 c1 = *pWritePtr;
345 c1 = 0;
346 while (!(c1 & 0x80) && time_before(jiffies, timeout)) {
351 c1
399 volatile unsigned int c1; local
535 char c, c1; local
[all...]
/linux-master/fs/unicode/
H A Dutf8-core.c24 int c1, c2; local
33 c1 = utf8byte(&cur1);
36 if (c1 < 0 || c2 < 0)
38 if (c1 != c2)
40 } while (c1);
50 int c1, c2; local
59 c1 = utf8byte(&cur1);
62 if (c1 < 0 || c2 < 0)
64 if (c1 != c2)
66 } while (c1);
80 int c1, c2; local
[all...]
/linux-master/lib/
H A Dstring.c43 unsigned char c1, c2; local
49 c1 = *s1++;
51 if (!c1 || !c2)
53 if (c1 == c2)
55 c1 = tolower(c1);
57 if (c1 != c2)
60 return (int)c1 - (int)c2;
68 int c1, c2; local
71 c1
262 unsigned char c1, c2; local
286 unsigned char c1, c2; local
[all...]
/linux-master/arch/arm/mach-spear/
H A Dheadsmp.S32 mrc p15, 0, r0, c1, c0, 1
34 mcr p15, 0, r0, c1, c0, 1
/linux-master/drivers/clk/davinci/
H A Dpsc.h36 #define LPSC_CLKDEV2(n, c1, d1, c2, d2) \
38 LPSC_CLKDEV((c1), (d1)), \
43 #define LPSC_CLKDEV3(n, c1, d1, c2, d2, c3, d3) \
45 LPSC_CLKDEV((c1), (d1)), \
/linux-master/drivers/md/dm-vdo/
H A Dmurmurhash3.c41 const u64 c1 = 0x87c37b91114253d5LLU; local
56 k1 *= c1;
67 k2 *= c1;
106 k2 *= c1;
133 k1 *= c1;
/linux-master/tools/power/cpupower/utils/helpers/
H A Dbitmask.c203 const char *c1, *c2; /* next tokens after '-' or ',' */ local
212 c1 = nexttoken(p, '-');
214 if (c1 != NULL && (c2 == NULL || c1 < c2)) {
215 sret = sscanf(c1, "%u%c", &b, &nextc);
218 c1 = nexttoken(c1, ':');
219 if (c1 != NULL && (c2 == NULL || c1 < c2)) {
220 sret = sscanf(c1, "
[all...]

Completed in 389 milliseconds

123456789