Searched refs:LEVEL (Results 176 - 200 of 215) sorted by relevance

123456789

/macosx-10.10/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DMakefile10 LEVEL = ../../.. macro
14 include $(LEVEL)/Makefile.config
/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DMakefile10 LEVEL = ../.. macro
11 include $(LEVEL)/Makefile.config
26 include $(LEVEL)/Makefile.common
/macosx-10.10/llvmCore-3425.0.34/tools/
H A DMakefile10 LEVEL := .. macro
12 include $(LEVEL)/Makefile.config
74 include $(LEVEL)/Makefile.common
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DMakefile9 LEVEL = ../.. macro
16 include $(LEVEL)/Makefile.common
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-config/
H A DMakefile10 LEVEL := ../.. macro
26 include $(LEVEL)/Makefile.common
/macosx-10.10/llvmCore-3425.0.34/tools/lto/
H A DMakefile10 LEVEL := ../.. macro
19 include $(LEVEL)/Makefile.common
/macosx-10.10/swig-12/Lib/ocaml/
H A Dswigp4.ml29 | e1 = expr ; "->" ; l = LIDENT ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
31 | e1 = expr ; "->" ; u = UIDENT ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
33 | e1 = expr ; "->" ; s = expr LEVEL "simple" ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
35 | e1 = expr ; "'" ; "." ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
37 | e1 = expr ; "'" ; "->" ; l = LIDENT ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
39 | e1 = expr ; "'" ; "->" ; u = UIDENT ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
41 | e1 = expr ; "'" ; "->" ; s = expr LEVEL "simple" ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
114 | f = expr ; "'" ; "(" ; args = LIST0 (expr LEVEL "simpl
[all...]
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_search.c112 ((LF_ISSET(SR_PARENT) && (u_int8_t)(slevel + 1) >= LEVEL(h)) ||
113 (LF_ISSET(SR_WRITE) && LEVEL(h) == LEAFLEVEL) ||
114 (LF_ISSET(SR_START) && slevel == LEVEL(h)))) {
132 (u_int8_t)(slevel + 1) >= LEVEL(h)) ||
133 (LF_ISSET(SR_WRITE) && LEVEL(h) == LEAFLEVEL) ||
134 (LF_ISSET(SR_START) && slevel == LEVEL(h)))) {
227 if (LEVEL(h) == LEAFLEVEL ||
228 (!LF_ISSET(SR_START) && LEVEL(h) == slevel)) {
248 if (LEVEL(h) == LEAFLEVEL ||
250 LEVEL(
[all...]
H A Dbt_rsearch.c231 if (stop == LEVEL(h)) {
256 (u_int8_t)(stop + 1) >= (u_int8_t)(LEVEL(h) - 1)) ||
257 (LEVEL(h) - 1) == LEAFLEVEL)
H A Dbt_delete.c264 if (LEVEL(cp->csp->page) == 1 &&
327 DB_ASSERT(dbp->env, LEVEL(epg->page) != 1);
451 if (F_ISSET(cp, C_RECNUM) && LEVEL(child) > LEAFLEVEL)
455 if (F_ISSET(cp, C_RECNUM) && LEVEL(child) > LEAFLEVEL)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/hppa/
H A Dfreg.s1 .LEVEL 2.0
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A DMakefile14 LEVEL := ../../.. macro
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h261 #define DebugExtractTaskLevelInterruptLevel( LEVEL ) \
262 ( ( ( LEVEL ) &kDebugInterruptLevelMask ) >> kDebugInterruptLevelShift )
264 #define DebugExtractTaskLevelInterruptDepth( LEVEL ) \
265 ( ( ( LEVEL ) &kDebugInterruptDepthMask ) >> kDebugInterruptDepthShift )
1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) )
1210 #define dlogv( LEVEL, FORMAT, LIST )
1220 #define dlogmem( LEVEL, PTR, SIZE ) \
1221 DebugHexDump( ( LEVEL ), 0, NULL, 0, 0, NULL, 0, ( PTR ), ( PTR ), ( SIZE ), kDebugFlagsNone, NULL, 0 )
1223 #define dlogmem( LEVEL, PT
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-shlib/
H A DMakefile10 LEVEL := ../.. macro
18 include $(LEVEL)/Makefile.config
30 include $(LEVEL)/Makefile.common
/macosx-10.10/llvmCore-3425.0.34/unittests/
H A DMakefile.unittest18 include $(LEVEL)/Makefile.common
/macosx-10.10/gnutar-453/gnutar/scripts/
H A Dbackup.in33 -l, --level=LEVEL Do backup level LEVEL (default $DUMP_LEVEL).
36 -v, --verbose[=LEVEL] Set verbosity level. Default 100.
H A Drestore.in30 -l, --level=LEVEL Start restoring from the given backup LEVEL
32 -v, --verbose[=LEVEL] Set verbosity level. Default 100.
/macosx-10.10/llvmCore-3425.0.34/docs/
H A DMakefile10 LEVEL := .. macro
25 include $(LEVEL)/Makefile.common
119 $(Verb) $(MAKE) -C $(LEVEL)/bindings/ocaml ocamldoc
123 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'`
/macosx-10.10/ntp-92/include/
H A Dparse.h87 #define parseprintf(LEVEL, ARGS) if (debug > LEVEL) printf ARGS
89 #define parseprintf(LEVEL, ARGS)
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DDebugging.h115 #define KPRINTF(LEVEL, FMT, ARGS...) kprintf(FMT "\n", ## ARGS)
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dwarn.c103 #define FUNC(ETEXT, CODE, LEVEL) \
107 ret = _warnerr(context, ETEXT, CODE, LEVEL, NULL, fmt, ap); \
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_swapfile_pager.c188 #define PAGER_DEBUG(LEVEL, A) \
190 if ((swapfile_pagerdebug & LEVEL)==LEVEL) { \
195 #define PAGER_DEBUG(LEVEL, A)
/macosx-10.10/llvmCore-3425.0.34/
H A DMakefile10 LEVEL := . macro
44 include $(LEVEL)/Makefile.config
/macosx-10.10/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dpolicy_parse.y144 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
147 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
331 : LEVEL {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl1270 if {[$g node keyexists $n LEVEL]} continue
1288 foreach n $nodes {$g node set $n LEVEL $level}
1294 if {[$g node keyexists $pre LEVEL]} continue
1326 if {[$g node get $dn LEVEL] > [$g node get $n LEVEL]} {
1379 if {[$g node get $nok LEVEL] > [$g node get $nfl LEVEL]} {

Completed in 165 milliseconds

123456789