Searched refs:ss (Results 1 - 15 of 15) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/signal/
H A Dsigaltstack.c4 int sigaltstack(const stack_t* restrict ss, stack_t* restrict old) { argument
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pm.c466 staging_state_t* ss,
476 counter >= ss->max_num_fixed) {
480 if (ss->have_fixed[counter]) {
485 ss->have_fixed[counter] = true;
486 ocfg->fixed_ids[ss->num_fixed] = id;
488 ocfg->fixed_initial_value[ss->num_fixed] = 0;
490 if (icfg->rate[ii] > ss->max_fixed_value) {
494 ocfg->fixed_initial_value[ss->num_fixed] =
495 ss->max_fixed_value - icfg->rate[ii] + 1;
509 ocfg->fixed_flags[ss
463 ipm_stage_fixed_config(const cpuperf_config_t* icfg, staging_state_t* ss, unsigned input_index, zx_x86_ipm_config_t* ocfg) argument
515 ipm_stage_programmable_config(const cpuperf_config_t* icfg, staging_state_t* ss, unsigned input_index, zx_x86_ipm_config_t* ocfg) argument
597 ipm_stage_misc_config(const cpuperf_config_t* icfg, staging_state_t* ss, unsigned input_index, zx_x86_ipm_config_t* ocfg) argument
663 staging_state_t* ss = &staging_state; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dj0.c66 double s, c, ss, cc, z; local
83 ss = s - c;
86 cc = z / ss;
88 ss = z / cc;
91 ss = -ss;
92 cc = pzero(x) * cc - qzero(x) * ss;
H A Dj1.c65 double z, s, c, ss, cc; local
82 ss = -s - c;
85 cc = z / ss;
87 ss = z / cc;
90 ss = -ss;
91 cc = pone(x) * cc - qone(x) * ss;
H A Dj0f.c25 float z, s, c, ss, cc; local
27 * j0(x) = 1/sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / sqrt(x)
28 * y0(x) = 1/sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / sqrt(x)
36 ss = s - c;
39 cc = z / ss;
41 ss = z / cc;
44 ss = -ss;
45 cc = pzerof(x) * cc - qzerof(x) * ss;
H A Dj1f.c25 double z, s, c, ss, cc; local
33 ss = -s - c;
36 cc = z / ss;
38 ss = z / cc;
41 ss = -ss;
42 cc = ponef(x) * cc - qonef(x) * ss;
H A Dpow.c229 double ss, s2, s_h, s_l, t_h, t_l; local
252 /* compute ss = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
255 ss = u * v;
256 s_h = ss;
264 s2 = ss * ss;
266 r += s_l * (s_h + ss);
271 /* u+v = ss*(1+...) */
273 v = s_l * t_h + t_l * ss;
274 /* 2/(3log2)*(ss
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Dstart16.S38 // and data accesess are relative to %cs and %ss, using the real mode
41 // setup %ds/%ss to refer to the data region
45 mov %si, %ss
133 mov %eax, %ss
177 mov %eax, %ss
H A Dmexec.S55 mov %ax, %ss
H A Dstart.S165 movw %ax, %ss
239 mov %eax, %ss
/fuchsia/zircon/system/public/zircon/hw/
H A Dusb-hub.h69 } __attribute__ ((packed)) ss; member in union:__anon761::__anon762
/fuchsia/zircon/system/utest/fidl-compiler/
H A Dformatter_unittests.cpp64 std::stringstream ss(element.second);
68 while (std::getline(ss, line, '\n')) {
/fuchsia/zircon/system/ulib/fdio/
H A Dbsdsocket.c331 fuchsia_net_String ss_storage, *ss; local
333 ss = &ss_storage;
335 ss = NULL;
338 if (len > sizeof(ss->val)) {
342 memcpy(ss->val, service, len);
343 ss->len = len;
362 sp, sn, ss, ht, &status, &nres, &ai[0], &ai[1], &ai[2], &ai[3]);
/fuchsia/zircon/system/host/fidl/lib/
H A Dformatter.cpp117 std::stringstream ss(output_);
121 while (std::getline(ss, tmp, '\n')) {
/fuchsia/zircon/system/utest/hypervisor/
H A Dx86.S305 mov %rax,%ss

Completed in 163 milliseconds