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

/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrnicmp.c15 unsigned char c1 = '\0'; local
20 c1 = *s1;
24 if (!c1)
28 if (c1 == c2)
30 c1 = tolower(c1);
32 if (c1 != c2)
36 return (int)c1 - (int)c2;
/fuchsia/zircon/system/utest/fs-vnode/
H A Dservice-tests.cpp43 zx::channel c1, c2; local
44 EXPECT_EQ(ZX_OK, zx::channel::create(0u, &c1, &c2));
45 zx_handle_t hc1 = c1.get();
49 EXPECT_EQ(ZX_OK, svc->Serve(&vfs, fbl::move(c1), ZX_FS_RIGHT_READABLE));
67 zx::channel c1, c2; local
68 EXPECT_EQ(ZX_OK, zx::channel::create(0u, &c1, &c2));
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutnonansi.c149 int c1; local
155 c1 = tolower ((int) *String1);
161 while ((c1 == c2) && (c1));
163 return (c1 - c2);
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslsupport.l467 int c1 = 0;
480 c1 = c;
492 if ((c1 == '/') && (c == '*'))
504 if (((c1 = input ()) != '/') && (c1 != EOF))
506 unput(c1);
510 if (c1 == EOF)
515 AslInsertLineBuffer (c1);
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dhash_inlines.h95 const uint32_t c1 = 0xcc9e2d51; local
106 k1 *= c1;
125 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
150 const uint32_t c1 = 0x239b961b; local
166 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
181 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
200 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
218 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
250 const uint64_t c1 = KQU(0x87c37b91114253d5); local
262 k1 *= c1; k
[all...]
/fuchsia/zircon/system/ulib/edid/
H A Dedid.cpp162 uint8_t c1 = static_cast<uint8_t>(((base_edid_->manufacturer_id1 & 0x7c) >> 2) + 'A' - 1); local
167 manufacturer_id_[0] = c1;
171 manufacturer_name_ = lookup_eisa_vid(EISA_ID(c1, c2, c3));
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pt.c174 unsigned a1, b1, c1, d1;
175 __cpuid_count(0x14, 1, a1, b1, c1, d1);
183 unsigned a1 = 0, b1 = 0, c1 = 0, d1 = 0;
184 __cpuid(0x15, a1, b1, c1, d1);
173 unsigned a1, b1, c1, d1; local
182 unsigned a1 = 0, b1 = 0, c1 = 0, d1 = 0; local
/fuchsia/zircon/system/utest/core/socket/
H A Dsocket.c952 zx_handle_t c0, c1; local
953 status = zx_socket_create(0, &c0, &c1);
1032 zx_handle_close(c1);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl125 my ($a1,$b1,$c1,$d1)=map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
126 my ($a2,$b2,$c2,$d2)=map(($_&~3)+(($_+1)&3),($a1,$b1,$c1,$d1));
190 "&mov (\"4*$c1(%rsp)\",$xc_)",
567 my ($a1,$b1,$c1,$d1)=map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
568 my ($a2,$b2,$c2,$d2)=map(($_&~3)+(($_+1)&3),($a1,$b1,$c1,$d1));
639 "&movdqa (\"`16*($c1-8)`(%rsp)\",$xc_)",
882 punpckhqdq $xc2,$xc1 # "c1"
1150 my ($a1,$b1,$c1,$d1)=map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
1151 my ($a2,$b2,$c2,$d2)=map(($_&~3)+(($_+1)&3),($a1,$b1,$c1,$d1));
1218 "&vmovdqa (\"`32*($c1
[all...]
H A Dchacha-armv8.pl63 my ($a1,$b1,$c1,$d1)=map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
64 my ($a2,$b2,$c2,$d2)=map(($_&~3)+(($_+1)&3),($a1,$b1,$c1,$d1));
82 "&add_32 (@x[$c1],@x[$c1],@x[$d1])",
86 "&eor_32 (@x[$b1],@x[$b1],@x[$c1])",
108 "&add_32 (@x[$c1],@x[$c1],@x[$d1])",
112 "&eor_32 (@x[$b1],@x[$b1],@x[$c1])",
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in1722 my $c1 = 0;
1725 $c1 += GetEntry($flat, $a);
1731 HtmlPrintNumber($c1),
1760 $running1 += $c1;
1762 $total1 += $c1;
1928 my $c1 = 0;
1931 $c1 += GetEntry($flat, $a);
1934 push(@flat_count, $c1);
1936 $flat_total += $c1;

Completed in 205 milliseconds