Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1655) sorted by relevance

12345678910>>...67

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dtweakfld.in1A N/A 1 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS C-Ka 1.108 0.13…
2A N/A 2 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Al-Ka 4.458 0.6…
3A N/A 3 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Ti-Ka 22.55 3.0…
H A Dtweakfld.ok1A N/A 1 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS C-Ka 1.108 0.13…
2A N/A 2 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Al-Ka 4.458 0.6…
3A N/A 3 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Ti-Ka 22.55 3.0…
/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
366 if( A && A->nSrc>0 ) A->a[A->nSrc-1].jointype = Y;
373 if( A && A->nSrc>1 ){ A->a[A->nSrc-2].pOn = N; }
377 if( A && A->nSrc>1 ){ A->a[A->nSrc-2].pUsing = U; }
387 if( A && A->nSrc>1 ){ A->a[A->nSrc-2].pOn = N; }
391 if( A && A->nSrc>1 ){ A->a[A->nSrc-2].pUsing = U; }
408 dbnm(A) ::= . {A.z=0; A.n=0;}
442 if( A ) A->a[A->nExpr-1].sortOrder = C+Z;
583 if( A ) A->op = OP;
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l60 A [a-zA-Z_]
68 BEGIN A; variable
71 BEGIN A; variable
75 <A>^\n lineno++;
78 <A>"\\"\n lineno++;
85 <A>"!" RETURN(NOT);
104 <A>"$"{D}+ {
115 <A>NF { mustfld=1;
127 <A>if RETURN(IF);
139 <A>in RETURN(IN);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c83 typedef X * A; typedef
270 (A)"UNIV ",
271 (A)"APPL ",
272 (A)"CTXs ",
273 (A)"PRIV "
324 (A)"Add Request",
326 (A)"Del Request",
327 (A)"Del Response",
352 (A)"", /* 0 */
353 (A)"", /* 1 */
[all …]
/illumos-gate/usr/src/cmd/refer/papers/
H A DRv7man39 %A T. A. Dolotta
47 %A T. A. Dolotta
134 %A J. A. Hawley
211 %A A. V. Aho
220 %A A. V. Aho
230 %A A. V. Aho
310 %A A. G. Fraser
317 %A A. G. Fraser
361 %A A. Snyder
373 %A A. V. Aho
[all …]
H A DRbstjissue2 %A T. H. Crowley
11 %A M. D. McIlroy
12 %A E. N. Pinson
13 %A B. A. Tague
24 %A K. Thompson
33 %A K. Thompson
144 %A T. A. Dolotta
159 %A B. A. Tague
169 %A A. R. Storm
179 %A A. G. Fraser
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c151 A = 0; in bpf_filter()
378 A += X; in bpf_filter()
382 A -= X; in bpf_filter()
386 A *= X; in bpf_filter()
392 A /= X; in bpf_filter()
396 A &= X; in bpf_filter()
400 A |= X; in bpf_filter()
404 A <<= X; in bpf_filter()
444 A = -A; in bpf_filter()
448 X = A; in bpf_filter()
[all …]
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSDigest.c251 ll=(c)->A; HOST_l2c(ll,(s)); \
935 c->A=INIT_DATA_A; in MD5_Init()
949 register unsigned MD32_REG_T A,B,C,D; in md5_block_host_order() local
951 A=c->A; in md5_block_host_order()
959 R0(A,B,C,D,X[ 0], 7,0xd76aa478L); in md5_block_host_order()
960 R0(D,A,B,C,X[ 1],12,0xe8c7b756L); in md5_block_host_order()
961 R0(C,D,A,B,X[ 2],17,0x242070dbL); in md5_block_host_order()
962 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL); in md5_block_host_order()
1027 A = c->A += A; in md5_block_host_order()
1053 A=c->A; in md5_block_data_order()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h76 #define DEBUGOUT1(S, A) \ argument
77 IXGBE_DEBUGLOG_1(NULL, S, A)
78 #define DEBUGOUT2(S, A, B) \ argument
92 #define ERROR_REPORT1(S, A) DEBUGOUT(S ":" A) argument
93 #define ERROR_REPORT2(S, A, B) DEBUGOUT1(S ":" A, B) argument
94 #define ERROR_REPORT3(S, A, B, C) DEBUGOUT2(S ":" A, B, C) argument
99 #define DEBUGOUT1(S, A)
100 #define DEBUGOUT2(S, A, B)
101 #define DEBUGOUT3(S, A, B, C)
104 #define ERROR_REPORT1(S, A)
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dprintf.test52 }] [format {A double: %*.*f} $a $b $x]
55 }] [format {A double: %*.*e} $a $b $x]
58 }] [format {A double: %*.*g} $a $b $x]
61 }] [format {A double: %d %d %g} $a $b $x]
93 } {1 2 A quoted string: 'Hi Y''all'}
96 } {1 2 A NULL pointer in %q: '(NULL)'}
99 } {1 2 A quoted string: 'Hi Y''all'}
102 } {1 2 A NULL pointer in %Q: NULL}
119 } {A double: 1e+307}
122 } {A double: 1e+308}
[all …]
H A Dthread1.test44 # read-lock A
46 # unlock A
57 thread_step A
58 thread_result A
61 thread_argc A
64 thread_argv A 0
79 thread_result A
102 # read-lock A
104 # unlock A
113 thread_step A
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dstringify.c1 #define A(x) #x macro
2 A('a')
3 A("a")
4 A(a)
5 A(\n)
6 A('\n')
7 A("\n")
8 A('"')
9 A("a\nb")
10 A(L"a\nb")
[all …]
H A Dpreprocessor3.c11 #define A() B LP ) macro
12 #define B() A LP )
16 A() // B ( )
17 SCAN( A() ) // A ( )
18 SCAN(SCAN( A() )) // B ( )
19 SCAN(SCAN(SCAN( A() ))) // A ( )
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c32 #define A | KBTYPE_ALPHA macro
66 /* 10 */ 'q'A, 'Q', 'q'C, 0x10 F,
67 /* 11 */ 'w'A, 'W', 'w'C, 0x11 F,
68 /* 12 */ 'e'A, 'E', 'e'C, 0x12 F,
69 /* 13 */ 'r'A, 'R', 'r'C, 0x13 F,
70 /* 14 */ 't'A, 'T', 't'C, 0x14 F,
71 /* 15 */ 'y'A, 'Y', 'y'C, 0x15 F,
72 /* 16 */ 'u'A, 'U', 'u'C, 0x16 F,
73 /* 17 */ 'i'A, 'I', 'i'C, 0x17 F,
74 /* 18 */ 'o'A, 'O', 'o'C, 0x18 F,
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h66 #define ABS(A) ((A) >= 0 ? (A) : -(A)) argument
67 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
68 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE70 12-06-04 A bug in handling \\ in read has been fixed.
149 12-04-11 A bug in which read -A for an array whose index is an enumeration
252 12-02-02 A bug in the ulimit option table was fixed.
275 12-01-01 A timing problem with >; has been fixed.
494 10-12-22 A bug in the expansion of ${A[@]} ${B[@]}, introduced in 10-12-01
495 when A="" B=B has been fixed.
1176 08-12-16 A bug in which a variable given both the -A and -C attribute along
1231 A SHOPT_AUDIT
2820 97-06-30 A security hole was fixed in suid_exec.
2897 96-07-31 A bug in which $(set -A array ...) would leave a
[all …]
H A DRELEASE9363 e. A bug caused by an EXIT trap inside a function that
67 g. The previous version incorrectly listed -A as an
81 m. A bug which caused a variable to be unset if the
100 u. A bug which caused the shell to incorrectly parse
109 c. A bug which prevented standard input from being
135 m. A bug which caused the terminal to get into a bad
160 f. A bug which could cause a coprocess to hang when
177 m. A bug which could cause a core dump if typeset -A was
214 c. A bug in file name generation which sometimes
273 v. A bug in which $(set -A array ...) would leave a
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c61 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
72 if (A && STREQU(A, NAME_LIST)) { in do_pwheel()
79 if (A && STREQU(A, NAME_QUIET)) { in do_pwheel()
103 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
166 if (STREQU(A, NAME_MAIL) || STREQU(A, NAME_WRITE))
167 ppw->alert.shcmd = nameit(A);
169 ppw->alert.shcmd = A;
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c49 #define FTYPE(A) (A.st_mode) argument
50 #define FMODE(A) (A.st_mode) argument
51 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument
52 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) argument
53 #define ISCHR(A) ((A.st_mode & S_IFMT) == S_IFCHR) argument
54 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument
55 #define ISFIFO(A) ((A.st_mode & S_IFMT) == S_IFIFO) argument
56 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) argument
/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c86 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */ argument
87 #define MNEXT(A) (A+2) /* character following a metasymbol block */ argument
89 #define OSYM(A) (*(A+1)) /* symbol in an operation block */ argument
90 #define OCNT(A) (*(A+2)) /* character count */ argument
91 #define ONEXT(A) (A+3) /* next character after the operation */ argument
92 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ argument
94 #define SCNT(A) (*(A+1)) /* byte count of a string */ argument
95 #define SSTR(A) (A+2) /* address of the string */ argument
96 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */ argument
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h31 #define DEBUGOUT1(S, A) i40e_debug(NULL, 0, S, A) argument
32 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) argument
33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) argument
34 #define DEBUGOUT4(S, A, B, C, D) \ argument
35 i40e_debug(NULL, 0, S, A, B, C, D)
36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument
37 i40e_debug(NULL, 0, S, A, B, C, D, E)
38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
39 i40e_debug(NULL, 0, S, A, B, C, D, E, F)
40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dattr_in_parameter.c1 #define A __attribute__((address_space(1))) macro
2 static int (A *p);
3 static int A *q;
4 static void (*f)(A int *x, A int *y) = (void *)0;
5 static void g(int A *x) in g()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_mul64.S29 / function __mul64(A,B:Longint):Longint;
33 / a b parameter A
50 mov 12(%ebp),%eax / A.hi (a)
51 mull 16(%ebp) / Multiply A.hi by B.lo (produces ad)
53 movl 8(%ebp),%eax / A.Lo (b)
54 movl %eax,%esi / Save A.lo for later
55 mull 16(%ebp) / Multiply A.Lo by B.LO (dx:ax = bd.)
57 xchg %eax,%esi / esi is bd, eax = A.lo (d)
58 mull 20(%ebp) / Multiply A.lo * B.hi (producing bc)
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h119 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A) argument
132 #define LP_ERRMSG1(C,X,A) \ argument
136 fmt1((X), A), \
157 #define fmt1(X,A) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A), _m_) argument
158 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_) argument
159 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B,C), _m_) argument

12345678910>>...67