Searched refs:b1 (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dtest.c477 struct stat b1, b2; local
479 return (stat (f1, &b1) == 0 &&
481 b1.st_mtime > b2.st_mtime);
487 struct stat b1, b2; local
489 return (stat (f1, &b1) == 0 &&
491 b1.st_mtime < b2.st_mtime);
497 struct stat b1, b2; local
499 return (stat (f1, &b1) == 0 &&
501 b1.st_dev == b2.st_dev &&
502 b1
[all...]
/fuchsia/zircon/system/utest/trace/
H A Dengine_tests.cpp244 trace_string_ref_t b1, b2, b3; local
256 trace_context_register_string_literal(context.get(), "string1", &b1);
268 EXPECT_TRUE(trace_is_indexed_string_ref(&b1));
272 EXPECT_EQ(a1.encoded_value, b1.encoded_value);
303 trace_string_ref_t b1; local
305 RunThread([&b1, &b2] {
308 trace_context_register_string_literal(context.get(), "string1", &b1);
315 EXPECT_TRUE(trace_is_indexed_string_ref(&b1));
319 EXPECT_NE(b1.encoded_value, b2.encoded_value);
322 EXPECT_NE(a1.encoded_value, b1
[all...]
/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);
177 ipt_config_cyc_thresh_mask = b1 & 0xffff;
178 ipt_config_psb_freq_mask = (b1 >> 16) & 0xffff;
183 unsigned a1 = 0, b1 = 0, c1 = 0, d1 = 0;
184 __cpuid(0x15, a1, b1, c1, d1);
185 if (a1 && b1)
186 ipt_config_bus_freq = 1. / ((float)a1 / (float)b1);
173 unsigned a1, b1, c1, d1; local
182 unsigned a1 = 0, b1 = 0, c1 = 0, d1 = 0; local
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgammal.c113 b1 = 1.026343508841367384879065363925870888012E4L, variable
287 p2 = b0 + y * (b1 + y * (b2 + y * (b3 + y * (b4 + y))));
/fuchsia/zircon/system/utest/core/socket/
H A Dsocket.c948 zx_handle_t b0, b1; local
949 status = zx_socket_create(0, &b0, &b1);
1011 status = zx_socket_share(a0, b1);
1030 zx_handle_close(b1);
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Ddir.c210 int b1, b2; local
215 b1 = boot->bpbRootDirEnts * 32;
218 if ((buffer = malloc(len = MAX(b1, b2))) == NULL) {
/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));
164 "&add (@x[$a1],@x[$b1])", # Q2
172 "&xor (@x[$b1],$xc_)",
173 "&rol (@x[$b1],12)",
178 "&add (@x[$a1],@x[$b1])",
186 "&xor (@x[$b1],$xc_)",
187 "&rol (@x[$b1],7)",
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,
[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));
69 "&add_32 (@x[$a1],@x[$a1],@x[$b1])",
86 "&eor_32 (@x[$b1],@x[$b1],@x[$c1])",
90 "&ror_32 (@x[$b1],@x[$b1],20)",
95 "&add_32 (@x[$a1],@x[$a1],@x[$b1])",
112 "&eor_32 (@x[$b1],@x[$b1],
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dbsaes-x86_64.pl122 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
123 # output in lsb > [b0, b1, b4, b6, b3, b7, b2, b5] < msb
133 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
134 # output in lsb > [b6, b5, b0, b3, b7, b1, b4, b2] < msb
156 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
157 # output in lsb > [b6, b1, b2, b4, b7, b0, b3, b5] < msb
177 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
178 # output in lsb > [b0, b1, b6, b4, b2, b7, b3, b5] < msb
772 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
776 movdqa $b1,
[all...]
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h2739 float b1; member in struct:ec_response_tmp006_get_calibration_v0
2748 float b1; member in struct:ec_params_tmp006_set_calibration_v0

Completed in 120 milliseconds