HomeSort by: relevance | last modified time | path
    Searched defs:old_attr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
SaslInteractionHandler.cpp 53 struct termios old_attr; local
61 memcpy(&old_attr, &attr, sizeof(attr));
85 tcsetattr(STDIN_FILENO, TCSANOW, &old_attr);
  /src/sys/uvm/pmap/
pmap.c 427 u_long old_attr = *attrp; local
428 if ((old_attr & clear_attributes) == 0)
430 u_long new_attr = old_attr & ~clear_attributes;
431 if (old_attr == atomic_cas_ulong(attrp, old_attr, new_attr))
435 u_long old_attr = *attrp; local
436 if ((old_attr & clear_attributes) == 0)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 662 a new attribute while OLD_ATTR, if nonnull, contains a previous attribute
663 of the same type. If CAN_MERGE_IN_PLACE, it is safe to adjust OLD_ATTR's
665 be kept and ARGS must include the information in OLD_ATTR.
673 aarch64_merge_string_arguments (tree args, tree old_attr,
685 if (old_attr)
686 add_args (strings, TREE_VALUE (old_attr));
696 bool use_old_attr = old_attr && can_merge_in_place;
697 tree *end = use_old_attr ? &TREE_VALUE (old_attr) : &args;
794 tree old_attr = lookup_attribute ("arm", "new", DECL_ATTRIBUTES (decl)); local
795 if (!aarch64_merge_string_arguments (args, old_attr, true)
829 tree old_attr = lookup_attribute ("arm", IDENTIFIER_POINTER (name), local
    [all...]

Completed in 151 milliseconds