Searched refs:behavior (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-current/share/mk/
H A Dsrc.init.linux.mk17 # for sane staging behavior
H A Dsrc.sys.mk4 # to preserve historical (and useful) behavior. Changes here need to
H A Ddirdeps-options.mk52 # behavior.
H A Dsrc.sys.obj.mk24 # by the current user. Some top-level targets disable this behavior in
35 # Fall back to historical behavior.
H A Dsuite.test.mk40 # behavior defined here.
/freebsd-current/contrib/bmake/unit-tests/
H A Dmake-exported.mk5 # behavior for certain variable assignments.
12 # which was surprising behavior. Since 2020-10-03 this line tries to
H A Dcounter.mk8 # The cause for this surprising behavior was that the ::= variable modifiers
H A Dcounter-append.mk8 # The cause for this surprising behavior was that the ::= variable modifiers
H A Dvarname-dot-make-save_dollars.mk12 # behavior of the assignment operator ':=' depends. NetBSD's usr.bin/make
74 # does not restore the default behavior.
83 # does not restore the default behavior.
H A Dvarmod-to-abs.mk14 # This unintended behavior was caused by cached_realpath using a GNode for
H A Dvarmod-match-escape.mk8 # difference in behavior. When parsing the modifier text, only \{, \} and \:
75 # in behavior, or a proof that the behavior does not depend on the actual
H A Ddirective-export.mk13 # Before 2020-12-13, this unusual expression invoked undefined behavior since
H A Dcmdline.mk48 # the behavior inconsistent.
H A Dvar-op-expand.mk236 # silent unexpected behavior.
238 # As of 2021-11-20, the actual behavior is unexpected. Fixing it is not
267 # Due to all of this, this surprising behavior is not easy to fix.
H A Dvarparse-undef-partial.mk45 # It's difficult to decide what the best behavior is in this situation.
H A Dmoderrs.mk76 # Until 2020-11-01, the behavior in this case depended upon the size
80 # int (undefined behavior), typically resulting in -1. This -1 was
H A Dvar-scope-cmdline.mk38 # overrides global". Due to an implementation mistake, the actual behavior
H A Ddep-var.mk17 # feels like unintended behavior. At least the manual page says nothing at
/freebsd-current/sys/contrib/ck/src/
H A Dck_rhs.c80 CK_RHS_PROBE = 0, /* Default behavior. */
110 enum ck_rhs_probe_behavior behavior);
588 enum ck_rhs_probe_behavior behavior)
609 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) {
636 if (behavior != CK_RHS_PROBE_NO_RH) {
644 if (behavior == CK_RHS_PROBE_RH ||
645 behavior == CK_RHS_PROBE_ROBIN_HOOD) {
652 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) {
700 enum ck_rhs_probe_behavior behavior)
722 if (behavior !
580 ck_rhs_map_probe_rm(struct ck_rhs *hs, struct ck_rhs_map *map, unsigned long *n_probes, long *priority, unsigned long h, const void *key, const void **object, unsigned long probe_limit, enum ck_rhs_probe_behavior behavior) argument
692 ck_rhs_map_probe(struct ck_rhs *hs, struct ck_rhs_map *map, unsigned long *n_probes, long *priority, unsigned long h, const void *key, const void **object, unsigned long probe_limit, enum ck_rhs_probe_behavior behavior) argument
1315 ck_rhs_put_internal(struct ck_rhs *hs, unsigned long h, const void *key, enum ck_rhs_probe_behavior behavior) argument
[all...]
H A Dck_hs.c78 CK_HS_PROBE = 0, /* Default behavior. */
432 enum ck_hs_probe_behavior behavior)
457 if (behavior == CK_HS_PROBE_INSERT)
488 if (behavior == CK_HS_PROBE_TOMBSTONE) {
819 enum ck_hs_probe_behavior behavior)
829 map->probe_limit, behavior);
424 ck_hs_map_probe(struct ck_hs *hs, struct ck_hs_map *map, unsigned long *n_probes, const void ***priority, unsigned long h, const void *key, const void **object, unsigned long probe_limit, enum ck_hs_probe_behavior behavior) argument
816 ck_hs_put_internal(struct ck_hs *hs, unsigned long h, const void *key, enum ck_hs_probe_behavior behavior) argument
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps-options.mk52 # behavior.
H A Dman.mk23 # set this to .0 for same behavior as bsd.man.mk
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc67 // This matches the behavior of malloc_create_zone() on OSX 10.7 and higher.
/freebsd-current/usr.bin/dtc/
H A Dfdt.cc753 visit_behavior behavior; local
754 behavior = fn(*this, parent);
755 if (behavior == VISIT_BREAK)
759 else if (behavior != VISIT_CONTINUE)
763 behavior = c->visit(fn, this);
768 if (behavior != VISIT_RECURSE)
770 return behavior;
/freebsd-current/sys/vm/
H A Dvm_fault.c848 u_char behavior; local
852 behavior = vm_map_entry_behavior(fs->entry);
853 if (behavior == MAP_ENTRY_BEHAV_RANDOM) {
855 } else if (behavior == MAP_ENTRY_BEHAV_SEQUENTIAL) {
1303 u_char behavior; local
1315 behavior = vm_map_entry_behavior(fs->entry);
1350 if (fs->nera == -1 || behavior == MAP_ENTRY_BEHAV_RANDOM ||

Completed in 306 milliseconds

123