Searched refs:UNIT (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dsysinfo.h37 UNIT = 263 enumerator in enum:yytokentype
45 #define UNIT 263 macro
H A Dsyslex.l66 "bits" { yylval.i =1 ;return UNIT;}
67 "bit" { yylval.i = 1; return UNIT;}
68 "bytes" { yylval.i= 8; return UNIT;}
69 "byte" { yylval.i = 8; return UNIT;}
H A Dsysinfo.y48 %token <i> NUMBER UNIT
372 NUMBER UNIT
H A Dsyslex.c758 { yylval.i =1 ;return UNIT;}
763 { yylval.i = 1; return UNIT;}
768 { yylval.i= 8; return UNIT;}
773 { yylval.i = 8; return UNIT;}
H A Dsysinfo.c61 UNIT = 263 enumerator in enum:yytokentype
69 #define UNIT 263 macro
321 "NAME", "NUMBER", "UNIT", "$accept", "top", "@1", "it_list", "it", "@2",
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dmktest.sh96 [+UNIT \acommand\a [ \aarg\a ... ]]?Define the command and
111 typeset ARG SCRIPT UNIT TEMP=${TMPDIR:-/tmp}/$command.$$.tmp WORK
156 then set -A UNIT -- "$@"
159 set -A UNIT -- "${ARG%.*}"
161 WORK=${UNIT[0]}.tmp
184 function UNIT function
186 (( KEEP_UNIT )) || set -A UNIT -- "$@"
189 print -u$stdout -r -f $'UNIT'
287 elif (( ! ${#UNIT[@]} ))
288 then print -u2 -r -- $command: $SCRIPT: UNIT statemen
[all...]
H A Dregress.sh191 [+UNIT \b\acommand\a [ \aarg\a ... ]]?Define the command and
387 if [[ $UNIT ]]
391 UNIT $UNIT "${ARGV[@]}"
393 *) UNIT "${ARGV[@]}"
548 function UNIT # cmd arg ... function
563 if [[ $UNIT ]] && (( $# <= 1 ))
571 UNIT=
1332 typeset ARGS_ORIG COMMAND_ORIG TITLE UNIT ARGV PREFIX OFFSET IGNORESPACE
1383 UNIT
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Ddsm_p.h143 #define UNIT 64 /* 1st UNIT of each block should fit within a page */ macro
144 #define USER_HDR (UNIT-PREHEADER) /* leaving this for a user header */
H A Ddsm.c396 if ((ROUND_UP(fp->loc, PAGE_SIZE) - fp->loc) >= UNIT) { /* if at least unit left in page */
/macosx-10.10.1/rsync-45/rsync/
H A Dutil.c1317 * the two strings) are defined as a "UNIT". */
1319 #define UNIT (1 << 16) macro
1334 return (int32)len1 * UNIT + cost;
1338 a[i2] = (i2+1) * UNIT;
1341 diag = i1 * UNIT;
1342 above = (i1+1) * UNIT;
1347 cost = UNIT - cost;
1349 cost = UNIT + cost;
1352 left_inc = left + UNIT + *((uchar*)s1+i1);
1353 above_inc = above + UNIT
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/collperf/
H A Dcollperf.cpp22 /* To store an array of string<UNIT> in continue space.
23 Since string<UNIT> itself is treated as an array of UNIT, this
24 class will ease our memory management for an array of string<UNIT>.
27 //template<typename UNIT>
28 #define COMPATCT_ARRAY(CompactArrays, UNIT) \
34 UNIT * data; /*the real space to hold strings*/ \
45 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
47 UNIT * las
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprescribe.vim31 syn keyword prescribeStatement SULP SVCP TATR TEXT TPRS UNIT UOM WIDE WRED XPAT
H A Dspup.vim63 syn region spupUnit matchgroup=spupSection start="^UNIT" end="^\*\*\*\*" contains=spupUnitSubs,@spupOrdinary
86 syn keyword spupDeclareSubs UNIT SET COMPONENTS THERMO OPTIONS contained
203 syn sync match spupSyncUnit grouphere spupUnit "^UNIT"
H A Dcobol.vim82 syn keyword cobolReserved contained TRAILING TRUE TYPE UNIT UNSTRING UNTIL UP UPON USAGE USE USING VALUE VALUES
H A Dforth.vim148 syn keyword forthAdrArith ADDRESS-UNIT-BITS ALLOT ALLOCATE HERE
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/collperf2/
H A Dcollperf2.cpp20 #define COMPACT_ARRAY(CompactArrays, UNIT) \
26 UNIT * data; /*the real space to hold strings*/ \
37 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
39 UNIT * last(){return data + index[count - 1];} \
40 const UNIT * dataOf(int32_t i) const {return data + index[i];} \
/macosx-10.10.1/OpenSSL098-52/src/crypto/ec/
H A Dectest.c168 # define UNIT "s"
172 # define UNIT "units"
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dectest.c168 # define UNIT "s"
172 # define UNIT "units"
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h241 #pragma mark DEVICE/UNIT/NUB INTERFACE UUIDs
2134 #pragma mark LOCAL UNIT DIRECTORY INTERFACE

Completed in 164 milliseconds