Searched refs:nz (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/probe/ |
H A D | probe.c | 216 int nz; local 225 if ((ns = sfgetr(nf, '\n', 1)) && (nz = sfvalue(nf) - 1) > 0) 227 ns += nz; 228 if ((oz = strlen(processor)) <= nz && !strcmp(processor, ns - oz)) 231 error(2, "%s: %s clashes with %s", path, processor, ns - nz); 238 nz = sfvalue(nf); 241 if (nz <= 0 || oz <= 0) 243 if (nz > oz) 244 nz = oz; 245 if (memcmp(ns, os, nz)) [all...] |
/ast/src/cmd/ksh93/tests/ |
H A D | arith.sh | 612 nameref nz=$1 614 float x=$((log10(nz))) y=$((log10($nz))) 615 (( abs(x-y) < 1e-10 )) || err_exit '$nz and nz differs in arithmetic expression when nz is reference to array instance'
|
/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 2294 int nz; local 2301 nz = oz * 2; 2302 np = newof(op, long, nz, 0); 2313 pp.constack = nz; 2314 pp.maxcon = np + nz - 1;
|
/ast/src/lib/libbz/ |
H A D | compress.c | 103 #define bsNEEDW(nz) \
|
Completed in 17 milliseconds