Searched refs:use (Results 101 - 125 of 324) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodts.mk14 # there is no need to use a shell, so avoid where possible.
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc5 * (the "License"); you may not use this file except in compliance with
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm15 * those programs without any restriction coming from the use of this
66 (assuming you have a CPU with vector registers; we use a global var
129 /* We should really use VRSAVE to figure out which vector regs
170 rest_world doesn't use the R10 stack adjust parameter, nor does it
/freebsd-11-stable/release/doc/share/mk/
H A Ddoc.relnotes.mk50 # Dependency that the article makefiles can use to pull in
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dspp_client.c600 enum spp_post_dev_data_use use, xml_node_t *node,
643 if (use == SPP_SUBSCRIPTION_REMEDIATION &&
665 if (use == SPP_SUBSCRIPTION_REMEDIATION &&
676 if (use == SPP_POLICY_UPDATE &&
691 if (use == SPP_SUBSCRIPTION_REGISTRATION &&
721 process_spp_post_dev_data_response(ctx, use,
750 enum spp_post_dev_data_use use,
779 process_spp_post_dev_data_response(ctx, use, ret_node,
598 process_spp_post_dev_data_response( struct hs20_osu_client *ctx, enum spp_post_dev_data_use use, xml_node_t *node, const char *pps_fname, xml_node_t *pps) argument
749 spp_post_dev_data(struct hs20_osu_client *ctx, enum spp_post_dev_data_use use, const char *reason, const char *pps_fname, xml_node_t *pps) argument
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_errno.inc7 * Redistribution and use in source and binary forms, with or without
/freebsd-11-stable/share/mk/
H A Dsrc.lua.mk19 # but parts of the src build that use it may have certain expectations that
H A Dmeta.autodep.mk8 # be of use. There is absolutely NO WARRANTY.
10 # use this file is hereby granted provided that
147 # Also some targets are not really local, or use random names.
156 # we use ${.MAKE.META.CREATED} to trigger an update but
188 # do _not_ assume that .depend is in any fit state for us to use
H A Dbsd.sys.mk172 # We need this conditional because many places that use it
174 # unconditionally, and can't easily use the CFLAGS.clang=
188 # Don't emit .cfi directives, since we must use GNU as on sparc64, for now.
191 # The libc++ headers use c++11 extensions. These are normally silenced because
203 # Don't use -Wstack-protector as it breaks world with -Werror.
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-operands.c107 /* Array for building all the use operands. */
329 /* This routine makes sure that PTR is in an immediate use list, and makes
339 /* If this use isn't in a list, add it to the correct list. */
341 link_imm_use (ptr, *(ptr->use));
374 /* Initializes immediate use at USE_PTR to value VAL, and links it to the list
380 (USE_PTR)->use = (VAL); \
405 ALLOC_OPTYPE (new, use);
541 /* Takes elements from build_uses and turns them into use operands of STMT.
585 /* Return a new use operand vector for STMT, comparing to OLD_OPS_P. */
1426 /* If PTR has flow-sensitive points-to information, use i
[all...]
H A Dregmove.c67 enum { READ, WRITE, READWRITE } use[MAX_RECOG_OPERANDS]; member in struct:match
110 /* Can't use the size of SET_SRC, we might have something like
112 rtx use = find_use_as_address (pset, reg, 0); local
113 if (use != 0 && use != (rtx) (size_t) 1)
115 int size = GET_MODE_SIZE (GET_MODE (use));
132 validate_change (insn, &XEXP (use, 0),
286 but is instead the mere use of cc0 when it is alive. */
656 the remaining accesses to use the appropriate SUBREG. This allows
695 /* Do not use
[all...]
H A Dddg.c247 /* Any such upwards exposed use appears before the rd def. */
259 there is a use between the two defs. */
283 add_deps_for_use (ddg_ptr g, struct df *df, struct df_ref *use)
286 int regno = DF_REF_REGNO (use);
297 use_node = get_node_of_insn (g, use->insn);
304 if (df_find_def (df, g->nodes[i].insn, use->reg))
339 struct df_ref *use = DF_USES_GET (df, u_num);
342 if (BLOCK_FOR_INSN (use->insn) == g->bb)
343 add_deps_for_use (g, df, use);
281 add_deps_for_use(ddg_ptr g, struct df *df, struct df_ref *use) argument
337 struct df_ref *use = DF_USES_GET (df, u_num); local
H A Dlambda-code.c84 Given the auxiliary space, we use the lower triangular part to compute the
98 effectively use the lattice to figure out the transformation from the lattice
102 are closed under composition, this is okay). We can then use the base space
112 Since A is now a dense source space, we can use the dense source space
342 character to use for loop names is given by START. */
375 We use it so that we don't have to specially handle the case of a sparse
463 an easy to use variable <= constant (or no variables at all) form that we
1526 variables for the loop this LBV is from. TYPE is the tree type to use for
1602 TYPE is the tree type to use for the variables and math.
1894 So we simply create our own incremented iv to use i
2007 tree use = SINGLE_SSA_TREE_OPERAND (stmt, SSA_OP_USE); local
2023 tree use; local
2124 tree use = USE_FROM_PTR (use_p); local
[all...]
H A Dtree-ssa-propagate.c103 It is also important to compute def-use information before calling
142 definition has changed. SSA edges are def-use edges in the SSA
158 don't use a separate worklist for VARYING edges, we end up with
781 /* If STMT makes a single memory load and all the virtual use operands
825 use_operand_p use; local
828 FOR_EACH_SSA_USE_OPERAND (use, stmt, iter, SSA_OP_USE)
830 tree tuse = USE_FROM_PTR (use);
848 propagate_value (use, val);
892 replacement is correct in every reached use, because values are
894 substitution of propagated values, we have to check each use
[all...]
H A Dtree-ssanames.c57 We could also use a zone allocator for these objects since they have
85 currently unused, we may use version 0 in alias analysis as part of
89 We use VEC_quick_push here because we know that SSA_NAMES has at
104 /* Dump some simple statistics regarding the re-use of SSA_NAME nodes. */
131 /* If our free list has an element, then use it. */
161 imm->use = NULL;
175 use of the SSA_NAME expression is to check its SSA_NAME_VAR. All
257 /* Creates a duplicate of the ptr_info_def at PTR_INFO for use by
/freebsd-11-stable/contrib/top/
H A Ddisplay.c22 * None of the "i_" routines use any of the termcap capabilities.
449 /* cpustates_tag() calculates the correct tag to use to label the line */
454 register char *use; local
460 use the shorter tag (we subtract 2 to account for ": ") */
463 use = short_tag;
467 use = long_tag;
471 cpustates_column = strlen(use);
472 return(use);
1020 /* use clear_eol on each line */
1347 /* use curso
[all...]
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S5 * Redistribution and use in source and binary forms are freely
55 * The use of the BPB is based on what OpenBSD and NetBSD implemented in
128 * %cx == 0x100. Note that boot1 does not use this relocated copy
140 * FreeBSD slice. We use the fake partition entry below that points to
171 * Floppies use partition 0 of drive 0.
175 * Ok, we have a slice and drive in %dx now, so use that to locate and load
178 * we read it in, we conveniently use 0x8c00 as our transfer buffer. Thus,
185 * when we use btxld to create boot2, we use an entry point of 0x2000. That
258 * read function. Since we assume putstr succeeds, we (ab)use th
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
146 # Also some targets are not really local, or use random names.
155 # we use ${.MAKE.META.CREATED} to trigger an update but
187 # do _not_ assume that .depend is in any fit state for us to use
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c14 * Redistribution and use in source and binary forms, with or
171 if (p->use)
172 free(p->use);
287 free(p->use);
374 if (p->use)
375 free(p->use);
730 (p_qos_match_rule->use) ?
731 p_qos_match_rule->use : "no description",
/freebsd-11-stable/sys/conf/
H A Dkmod.mk43 # order to use this firmware. See /usr/share/doc/legal
86 # amd64 and mips use direct linking for kmod, all others use shared binaries
116 # Don't use any standard or source-relative include directories.
152 # Don't allow clang to use fpu instructions or registers in kernel modules.
155 CFLAGS.clang+= -mllvm -arm-use-movt=0
/freebsd-11-stable/contrib/one-true-awk/
H A Dawk.h5 Permission to use, copy, modify, and distribute this software and
224 int use; member in struct:fa
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h5 * Redistribution and use in source and binary forms, with or without
51 #error FreeBSD Version not supported - use version >= 700112
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h5 * Redistribution and use in source and binary forms, with or without
52 #error FreeBSD Version not supported - use version >= 900044
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk10 # nor does sys/param.h, so we'll use the existence of /hp-ux
26 # +s tells the dynamic loader to use SHLIB_PATH if set
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h5 * Redistribution and use in source and binary forms, with or without
54 #error FreeBSD Version not supported - use version >= 1000000

Completed in 207 milliseconds

1234567891011>>