Searched refs:here (Results 26 - 50 of 284) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc75 // If this is darwin, it has some funky issues, try to solve them here. Some
77 // SearchForAddressOfSymbol to find them. As such, we special case them here,
/freebsd-11-stable/sys/netgraph/
H A Dnetgraph.h118 ng_rcvmsg_t *hk_rcvmsg; /* control messages come here */
119 ng_rcvdata_t *hk_rcvdata; /* data comes here */
953 #define NG_SEND_MSG_HOOK(error, here, msg, hook, retaddr) \
961 if (((error) = ng_address_hook((here), (_item), \
969 #define NG_SEND_MSG_PATH(error, here, msg, path, retaddr) \
977 if (((error) = ng_address_path((here), (_item), \
985 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \
993 if (((error) = ng_address_ID((here), (_item), \
1006 #define NG_FWD_MSG_HOOK(error, here, item, hook, retaddr) \
1008 if (((error) = ng_address_hook((here), (ite
[all...]
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s94 #(Note: buffer[] in context structure is NOT needed here :-)
438 # keep Intel-style ordering here, to match addReg
682 Skein_Debug_Round_256: #here with rdx == round "number" from macro
750 # here for fully unrolled case.
766 # here for looping case #"rotate" key/tweak schedule (move up on stack)
914 # call here with rdx = "round number"
978 .if SKEIN_ASM_UNROLL && 1024 #here to do fully unrolled key injection
988 .else #here to do looping key injection
1012 # should be here with X4 set properly, X6 stored on stack
1062 .if (SKEIN_ASM_UNROLL && 1024) == 0 #here wit
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h188 * or before the data "here".
194 * here - existing node in "tree"
195 * direction - either AVL_AFTER or AVL_BEFORE the data "here".
197 extern void avl_insert_here(avl_tree_t *tree, void *new_data, void *here,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc20 //=== WARNING: Implementation here must contain only Win32 specific code
137 // Doing that here is causing real problems for the JIT where msvc.dll
139 // symbols from ucrt.dll first, but iterating NOT in reverse here would
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dlruhash.c472 int here = 0; local
477 here ++;
482 log_info("bin[%d] %d", (int)i, here);
483 if(here > max) max = here;
484 if(here < min) min = here;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc75 const char *offp; /* offsets work from here */
77 const char *endp; /* end of string -- virtual NUL here */
78 const char *coldp; /* can be no match starting before here */
260 /* despite initial appearances, there is no match here */
302 const char *stp; /* string matched by it cannot pass here */
859 onestate here; /* note, macros know this name */
863 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
900 case OBACK_: /* ignored here */
914 INIT(here, p
[all...]
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.rb118 def here; File.expand_path(File.dirname(__FILE__)); end method in class:UnityTestSummary
/freebsd-11-stable/contrib/amd/include/
H A Dmount_headers1.h175 # error do not include this file here because on *bsd it
/freebsd-11-stable/share/mk/
H A Dbsd.test.mk26 # same semantics as SUBDIR at build-time. However, the directories listed here
30 # In other words: list here any directories that contain test programs but use
H A Dsrc.sys.mk5 # to preserve historical (and useful) behavior. Changes here need to
H A Dsuite.test.mk29 # The name provided here must match one of the interface names supported by
39 # behavior defined here.
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org601 ( here="`pwd`"; \
603 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
619 here="`pwd`"; \
638 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
650 here="`pwd`"; \
669 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
686 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
H A DMakefile603 ( here="`pwd`"; \
605 $(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
621 here="`pwd`"; \
640 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$(HTMLSUFFIX) "$$n".$(HTMLSUFFIX); \
652 here="`pwd`"; \
671 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
688 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S81 ! Here, the %o0 is >= 2��(31-4) or so. We must be careful here,
83 ! The total number of bits in the result here is 4*%o4+%g2, where
98 ! We're here if the %o1 overflowed when Shifting.
117 ! We have to be careful here. We know that %o3 >= %o5, so we can do the
H A Dmodsi3.S81 ! Here, the %o0 is >= 2��(31-4) or so. We must be careful here,
83 ! The total number of bits in the result here is 4*%o4+%g2, where
98 ! We're here if the %o1 overflowed when Shifting.
117 ! We have to be careful here. We know that %o3 >= %o5, so we can do the
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_float.c270 goto here;
325 here:
327 * All reasonable formats wind up here. At this point, `cp'
/freebsd-11-stable/tools/tools/portsinfo/
H A Dportsinfo.sh23 administrators to install applications. Each "port" listed here
/freebsd-11-stable/contrib/bmake/mk/
H A Dautoconf.mk44 # avoid things blowing up if these are not here...
/freebsd-11-stable/sys/conf/
H A Dconfig.mk8 # the code here when they all produce identical results
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm167 ! Here the dividend is >= 2**(31-N) or so. We must be careful here,
169 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
185 ! We get here if the %o1 overflowed while shifting.
207 ! We have to be careful here. We know that %o3 >= %o5, so we can do the
426 ! non-restoring fixup here (one instruction only!)
514 ! Here the dividend is >= 2**(31-N) or so. We must be careful here,
516 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
532 ! We get here if the %o1 overflowed while shifting.
554 ! We have to be careful here. We know that %o3 >= %o5, so we can do the
771 ! non-restoring fixup here (on
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_extattr.c1009 struct ext2fs_extattr_entry *here; local
1014 here = EXT2_ENTRY(header+1);
1015 while (!EXT2_IS_LAST_ENTRY(here)) {
1016 if (!here->e_hash) {
1024 here->e_hash;
1026 here = EXT2_EXTATTR_NEXT(here);
/freebsd-11-stable/stand/ficl/
H A Dwords.c92 PUSHPTR(dp->here);
137 offset = patchAddr - dp->here;
160 offset = dp->here - patchAddr;
168 ** sopy "here" address into the cell whose address is next
190 *patchAddr = LVALUEtoCELL(dp->here);
1316 offset = dp->here - patchAddr;
1408 offset = dp->here - patchAddr;
1472 FICL_INT offset = dp->here - fallthroughFixup;
1511 PUSHPTR(dp->here);
1519 offset = dp->here
2398 static void here(FICL_VM *pVM) function
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk162 # we shouldn't be expanding them here but who cares. At least we get
175 # and obj2.c are not used, so they should not get created. They're here
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c561 * before (AVL_AFTER, AVL_BEFORE) the data "here".
575 void *here,
586 ASSERT(here != NULL);
593 node = AVL_DATA2NODE(here, tree->avl_offset);
596 diff = tree->avl_compar(new_data, here);
637 * This is unfortunate. We want to call panic() here, even for
641 * that here. We use assfail() directly to get a nice error message
1040 * If here, we moved to a left child. It may have one
572 avl_insert_here( avl_tree_t *tree, void *new_data, void *here, int direction) argument

Completed in 172 milliseconds

1234567891011>>