Home
last modified time | relevance | path

Searched refs:C (Results 126 – 150 of 1175) sorted by last modified time

12345678910>>...47

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps43 no_esc_ctlc, "xsb" "xb" Beehive (f1=escape, f2=ctrl C)
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_sqrt.c51 #define zero C[0]
52 #define half C[1]
53 #define one C[2]
54 #define two36 C[3]
55 #define two29 C[4]
56 #define three2p4 C[5]
57 #define two4 C[6]
58 #define twom16 C[7]
60 #define twom24 C[9]
61 #define twom28 C[10]
[all …]
H A D_Q_mul.c47 #define zero C[0]
48 #define half C[1]
49 #define one C[2]
50 #define two C[3]
51 #define two36 C[4]
52 #define two20 C[5]
53 #define two4 C[6]
54 #define twom16 C[7]
55 #define twom24 C[8]
56 #define twom28 C[9]
[all …]
H A D_Q_div.c55 #define zero C[0]
56 #define one C[1]
57 #define two36 C[2]
59 #define three2p3 C[4]
60 #define two4 C[5]
62 #define twom16 C[7]
64 #define twom24 C[9]
65 #define twom28 C[10]
68 #define twom48 C[13]
70 #define twom60 C[15]
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c82 #define C 0xB macro
85 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C)
98 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
H A Dcrypt.c874 static char C[28]; variable
932 C[i] = key[PC1_C[i]-1]; in unlocked_setkey()
937 t = C[0]; in unlocked_setkey()
939 C[j] = C[j+1]; in unlocked_setkey()
940 C[27] = t; in unlocked_setkey()
949 *(KS+index+j) = C[PC2_C[j]-1]; in unlocked_setkey()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c321 } C[] = { variable
329 #define five2m53 C[0].d
H A D__flt_decim.c196 } C[] = { variable
210 #define two52 C[0].d
211 #define twom53 C[1].d
212 #define half C[2].d
213 #define halfdec C[3].d
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcpy.S35 / Fast assembly language version of the following C-program strcpy
H A Dstrlen.S34 / Fast assembly language version of the following C-program strlen
H A Dcuexit.S28 / C library -- exit
/illumos-gate/usr/src/lib/libc/i386/crt/
H A Dcerror.S29 / C return sequence which sets errno, returns -1.
H A Dcerror64.S29 / C return sequence which sets errno, returns -1.
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dcuexit.S28 / C library -- exit
/illumos-gate/usr/src/lib/libc/amd64/crt/
H A Dcerror.S29 / C return sequence which sets errno, returns -1.
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.h68 #define SET_CONDITION(H, C) ((H)->condition = (C)) argument
/illumos-gate/usr/src/data/ucode/
H A Dupdate.intel31 export LC_ALL=C.UTF-8
/illumos-gate/usr/src/data/ucode/amd/
H A DTHIRDPARTYLICENSE1 Copyright (C) 2010-2022 Advanced Micro Devices, Inc., All rights reserved.
49 C.F.R. Sections 730 through 774), and E.U. Council Regulation (EC) No
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c1075 size_t C; in do_composition() local
1187 for (C = *p++; C > 0; C--) { in do_composition()
1313 for (C = *q++; C > 0; C--) { in do_composition()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_jac.c156 mp_int A, B, C, D, C2, C3; in ec_GFp_pt_add_jac_aff() local
160 MP_DIGITS(&C) = 0; in ec_GFp_pt_add_jac_aff()
166 MP_CHECKOK(mp_init(&C, FLAG(px))); in ec_GFp_pt_add_jac_aff()
191 MP_CHECKOK(group->meth->field_sub(&A, px, &C, group->meth)); in ec_GFp_pt_add_jac_aff()
195 MP_CHECKOK(group->meth->field_sqr(&C, &C2, group->meth)); in ec_GFp_pt_add_jac_aff()
196 MP_CHECKOK(group->meth->field_mul(&C, &C2, &C3, group->meth)); in ec_GFp_pt_add_jac_aff()
199 MP_CHECKOK(group->meth->field_mul(pz, &C, rz, group->meth)); in ec_GFp_pt_add_jac_aff()
202 MP_CHECKOK(group->meth->field_mul(px, &C2, &C, group->meth)); in ec_GFp_pt_add_jac_aff()
207 MP_CHECKOK(group->meth->field_add(&C, &C, rx, group->meth)); in ec_GFp_pt_add_jac_aff()
215 MP_CHECKOK(group->meth->field_sub(&C, rx, ry, group->meth)); in ec_GFp_pt_add_jac_aff()
[all …]
H A Decp_jm.c138 mp_int *A, *B, *C, *D, *C2, *C3; in ec_GFp_pt_add_jm_aff() local
142 C = &scratch[2]; in ec_GFp_pt_add_jm_aff()
176 MP_CHECKOK(group->meth->field_sub(A, px, C, group->meth)); in ec_GFp_pt_add_jm_aff()
180 MP_CHECKOK(group->meth->field_sqr(C, C2, group->meth)); in ec_GFp_pt_add_jm_aff()
181 MP_CHECKOK(group->meth->field_mul(C, C2, C3, group->meth)); in ec_GFp_pt_add_jm_aff()
184 MP_CHECKOK(group->meth->field_mul(pz, C, rz, group->meth)); in ec_GFp_pt_add_jm_aff()
187 MP_CHECKOK(group->meth->field_mul(px, C2, C, group->meth)); in ec_GFp_pt_add_jm_aff()
192 MP_CHECKOK(group->meth->field_add(C, C, rx, group->meth)); in ec_GFp_pt_add_jm_aff()
200 MP_CHECKOK(group->meth->field_sub(C, rx, ry, group->meth)); in ec_GFp_pt_add_jm_aff()
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.dfl31 # checks described in getusershell(3C) apply either way.
/illumos-gate/usr/src/cmd/troff/
H A Dni.c130 #define C(a,b) {a, 0, b, 0} macro
132 C(PAIR('d', 's'), caseds),
133 C(PAIR('a', 's'), caseas),
134 C(PAIR('s', 'p'), casesp),
135 C(PAIR('f', 't'), caseft),
136 C(PAIR('p', 's'), caseps),
137 C(PAIR('v', 's'), casevs),
138 C(PAIR('n', 'r'), casenr),
139 C(PAIR('i', 'f'), caseif),
140 C(PAIR('i', 'e'), caseie),
[all …]
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README297 4243097 dlerror(3DL) is not affected by setlocale(3C).
594 4733697 -zignore with gcc may exclude C++ exception sections
597 4735165 fatal linker error when compiling C++ programs with -xlinkopt
674 4816378 TLS: a tls test case dumps core with C and C++ compilers
763 4911796 S1S8 C++: ld dump core when compiled and linked with xlinkopt=1.
936 6198358 AMD64: bad eh_frame_hdr data when C and C++ mixed in a.out
994 6222525 dlsym(3C) trusts caller(), which may return wrong results with tail call
1146 6426048 C++ exceptions broken in Nevada for amd64
1463 6705846 multithreaded C++ application seems to get deadlocked in the dynamic
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.S314 call elf_bndr@PLT / call the C binder code

12345678910>>...47