Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 116) sorted by last modified time

12345

/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher_superscalar4.c63 uint64_t A, B, C, D; in fletcher_4_superscalar4_fini() local
H A Dzfs_fletcher_avx512.c53 uint64_t A, B, C, D; in fletcher_4_avx512f_fini() local
H A Dzfs_fletcher_intel.c63 uint64_t A, B, C, D; in fletcher_4_avx2_fini() local
H A Dzfs_fletcher_sse.c69 uint64_t A, B, C, D; in fletcher_4_sse2_fini() local
H A Dzfs_fletcher_superscalar.c63 uint64_t A, B, C, D; in fletcher_4_superscalar_fini() local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c67 #define until(A) if (A) break; argument
95 #define COMPARE(A, B) (* hcompar)((A), (B)) argument
98 #define COMPARE(A, B) strcmp((A), (B)) argument
111 #define HASH2(A) 1 /* Secondary hash function */ argument
401 #define STRCMP(A, B) (COMPARE((A), (B)) > 0) argument
404 #define STRCMP(A, B) (COMPARE((A), (B)) < 0) argument
406 #define STRCMP(A, B) (COMPARE((A), (B)) != 0) argument
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiBaseType.h158 #define EFI_ERROR(A) RETURN_ERROR(A) argument
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h1191 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument
1208 #define SIGNATURE_32(A, B, C, D) (SIGNATURE_16 (A, B) | (SIGNATURE_16 (C, D) << 16)) argument
1229 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h578 #define UNM_PCI_CRB_WINDOW(A) (UNM_PCI_CRBSPACE + (A)*UNM_PCI_CRB_WINDOWSIZE) argument
/illumos-gate/usr/src/cmd/sort/
H A Dmerge.c222 heap_up(stream_t **A, int k, flag_t coll_flags) in heap_up()
233 heap_down(stream_t **A, int k, int N, flag_t coll_flags) in heap_down()
H A Dcheck.c75 swap_coll_bufs(line_rec_t *A, line_rec_t *B) in swap_coll_bufs()
H A Dfields.c300 field_add_to_chain(field_t **F, field_t *A) in field_add_to_chain()
1288 collated(line_rec_t *A, line_rec_t *B, ssize_t depth, flag_t coll_flag) in collated()
1340 collated_wide(line_rec_t *A, line_rec_t *B, ssize_t depth, flag_t coll_flag) in collated_wide()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h190 # define JOIN__2_2(A,B) A ## _ ## _ ## B argument
191 # define JOIN__2(A,B) JOIN__2_2(A,B) argument
H A Dk5-int.h135 #define KRB5_LOG1(A, B, C, D) \ argument
137 #define KRB5_LOG(A, B, C) \ argument
139 #define KRB5_LOG0(A, B) \ argument
146 #define KRB5_LOG1(A, B, C, D) \ argument
149 #define KRB5_LOG(A, B, C) \ argument
152 #define KRB5_LOG0(A, B) \ argument
160 #define KRB5_LOG1(A, B, C, D) argument
161 #define KRB5_LOG(A, B, C) argument
162 #define KRB5_LOG0(A, B) argument
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1471 #define NEXT(A) (*(char**)(((unsigned long)A)+offset)) argument
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1937 mp_int gx, xc, yc, u, v, A, B, C, D; in mp_xgcd() local
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c98 char *A = 0, /* alert type */ variable
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c140 #define NUM_ELEMENTS(A) (sizeof (A) / sizeof (A[0])) argument
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c32 #define A | KBTYPE_ALPHA macro
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h56 #define RPCGSS_LOG1(A, B, C, D) \ argument
59 #define RPCGSS_LOG(A, B, C) \ argument
61 #define RPCGSS_LOG0(A, B) \ argument
/illumos-gate/usr/src/uts/common/gssapi/
H A Dkgssapi_defs.h54 #define GSSLOG(A, B, C) \ argument
56 #define GSSLOG0(A, B) \ argument
59 #define GSSLOG(A, B, C) argument
60 #define GSSLOG0(A, B) argument
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_ord.c150 int A,Z,a,z; in main() local
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y95 temp(A) ::= TEMP. {A = 1;} in temp() argument
96 temp(A) ::= . {A = 0;} in temp() argument
118 id(A) ::= ID(X). {A = X;} in id() argument
150 ids(A) ::= ID(X). {A = X;} in ids() argument
151 ids(A) ::= STRING(X). {A = X;} in ids() argument
156 nm(A) ::= ID(X). {A = X;} in nm() argument
157 nm(A) ::= STRING(X). {A = X;} in nm() argument
158 nm(A) ::= JOIN_KW(X). {A = X;} in nm() argument
166 typename(A) ::= ids(X). {A = X;} in typename() argument
167 typename(A) ::= typename(X) ids. {A = X;} in typename() argument
[all …]
H A Dos.c61 # define fcntl(A,B,C) 0 argument
111 #define TRACE4(X,Y,Z,A) argument
112 #define TRACE5(X,Y,Z,A,B) argument
366 #define SimulateIOError(A) \ argument
373 #define SimulateIOError(A) argument
H A Ddate.c217 int Y, M, D, A, B, X1, X2; in computeJD() local
336 int Z, A, B, C, D, E, X1; in computeYMD() local

12345