Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 2570) sorted by relevance

12345678910>>...103

/freebsd-9-stable/contrib/file/magic/Magdir/
Dpgp25 >>&0 use pgp
29 >>&0 use pgp
33 >>&0 use pgp
220 >3 use crypto
222 >>5 use hash
226 >>5 use hash
233 >0 use crypto
237 >2 use hash
254 >5 use crypto
256 >>6 use chkcrypto
[all …]
Dgpt13 # (use -k if you do want them as well)
35 #>>>>>>>>>>>>>446 use gpt-mbr-partition
37 >>>>>>>>>>>>>>0 use gpt-mbr-type
38 >>>>>>>>>>>>>>&-8 use gpt-table
42 >>>>>>>>>>>>>>>0 use gpt-mbr-type
43 >>>>>>>>>>>>>>>&-8 use gpt-table
47 >>>>>>>>>>>>>>>>0 use gpt-mbr-type
48 >>>>>>>>>>>>>>>>&-8 use gpt-table
52 >>>>>>>>>>>>>>>>>0 use gpt-mbr-type
53 >>>>>>>>>>>>>>>>>&-8 use gpt-table
[all …]
Dandroid72 >>>0x01C use PIT-entry
74 >>>0x0A0 use PIT-entry
76 >>>0x124 use PIT-entry
78 >>>0x1A8 use PIT-entry
80 >>>0x22C use PIT-entry
82 >>>0x2B0 use PIT-entry
84 >>>0x334 use PIT-entry
86 >>>0x3B8 use PIT-entry
88 >>>0x43C use PIT-entry
90 >>>0x4C0 use PIT-entry
[all …]
Dsniffer82 # that use "libpcap", or that use the same capture file format.)
132 >20 belong 147 (Private use 0
133 >20 belong 148 (Private use 1
134 >20 belong 149 (Private use 2
135 >20 belong 150 (Private use 3
136 >20 belong 151 (Private use 4
137 >20 belong 152 (Private use 5
138 >20 belong 153 (Private use 6
139 >20 belong 154 (Private use 7
140 >20 belong 155 (Private use 8
[all …]
Dcafebabe14 # (and use as a hack). Let's not use 18, because the Mach-O people
49 >0 use mach-o-cpu \b
56 >>8 use mach-o \b
60 >>>8 use mach-o \b
62 >>>28 use mach-o \b
64 >>>48 use mach-o \b
66 >>>68 use mach-o \b
68 >>>88 use mach-o \b
70 >>>108 use mach-o \b
Djpeg40 >(4.S+4) use jpeg_segment
46 #>>(2.S+2) use jpeg_segment
50 >>(2.S+2) use jpeg_segment
57 >>(2.S+2) use jpeg_segment
64 >>(2.S+2) use jpeg_segment
72 >>(2.S+2) use jpeg_segment
76 #>>(2.S+2) use jpeg_segment
83 >>(2.S+2) use jpeg_segment
92 >>>(2.S+2) use jpeg_segment
95 #>>(2.S+2) use jpeg_segment
Dapt31 >>0 use apt-cache-64bit-be
36 >>0 use \^apt-cache-64bit-be
41 >>0 use apt-cache-32bit-be
44 >>0 use apt-cache-be
49 >>0 use \^apt-cache-32bit-be
52 >>0 use \^apt-cache-be
/freebsd-9-stable/contrib/gcc/
Dtree-ssa-loop-ivopts.c281 struct iv_use *use; member
412 dump_use (FILE *file, struct iv_use *use) in dump_use() argument
414 fprintf (file, "use %d\n", use->id); in dump_use()
416 switch (use->type) in dump_use()
435 print_generic_expr (file, use->stmt, TDF_SLIM); in dump_use()
439 if (use->op_p) in dump_use()
440 print_generic_expr (file, *use->op_p, TDF_SLIM); in dump_use()
443 dump_iv (file, use->iv); in dump_use()
445 if (use->related_cands) in dump_use()
448 dump_bitmap (file, use->related_cands); in dump_use()
[all …]
Dloop-invariant.c69 struct use struct
74 struct use *next; /* Next use in the list. */ argument
81 struct use *uses; /* The list of uses that are uniquely reached
230 invariant_for_use (struct df_ref *use) in invariant_for_use() argument
234 basic_block bb = BLOCK_FOR_INSN (use->insn), def_bb; in invariant_for_use()
236 if (use->flags & DF_REF_READ_WRITE) in invariant_for_use()
239 defs = DF_REF_CHAIN (use); in invariant_for_use()
262 struct df_ref *use; in hash_invariant_expr_1() local
275 use = df_find_use (df, insn, x); in hash_invariant_expr_1()
276 if (!use) in hash_invariant_expr_1()
[all …]
Dweb.c105 union_defs (struct df *df, struct df_ref *use, struct web_entry *def_entry, in union_defs() argument
109 rtx insn = DF_REF_INSN (use); in union_defs()
110 struct df_link *link = DF_REF_CHAIN (use); in union_defs()
135 if (use != use_link in union_defs()
136 && DF_REF_REAL_REG (use) == DF_REF_REAL_REG (use_link)) in union_defs()
137 (*fun) (use_entry + DF_REF_ID (use), in union_defs()
147 && SET_SRC (set) == DF_REF_REG (use) in union_defs()
152 if (DF_REF_REAL_REG (use) == DF_REF_REAL_REG (def_link)) in union_defs()
153 (*fun) (use_entry + DF_REF_ID (use), in union_defs()
160 (*fun) (use_entry + DF_REF_ID (use), in union_defs()
[all …]
Ddf-problems.c505 struct df_ref *use, in df_ru_bb_local_compute_process_use() argument
508 while (use) in df_ru_bb_local_compute_process_use()
510 if (top_flag == (DF_REF_FLAGS (use) & DF_REF_AT_TOP)) in df_ru_bb_local_compute_process_use()
514 unsigned int regno = DF_REF_REGNO (use); in df_ru_bb_local_compute_process_use()
516 bitmap_set_bit (bb_info->gen, DF_REF_ID (use)); in df_ru_bb_local_compute_process_use()
518 use = use->next_ref; in df_ru_bb_local_compute_process_use()
1403 BITMAP_FREE (bb_info->use); in df_lr_free_bb_info()
1434 bitmap_clear (bb_info->use); in df_lr_alloc()
1440 bb_info->use = BITMAP_ALLOC (NULL); in df_lr_alloc()
1459 struct df_ref *use; in df_lr_bb_local_compute() local
[all …]
Dtree-ssa-sink.c271 tree use, def; in statement_sink_location() local
339 tree use = USE_FROM_PTR (use_p); in statement_sink_location() local
340 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (use)) in statement_sink_location()
382 use = USE_STMT (one_use); in statement_sink_location()
383 if (TREE_CODE (use) != PHI_NODE) in statement_sink_location()
385 sinkbb = bb_for_stmt (use); in statement_sink_location()
389 return use; in statement_sink_location()
398 sinkbb = find_bb_for_arg (use, def); in statement_sink_location()
410 if (bb_for_stmt (use) == frombb) in statement_sink_location()
Dtree-flow-inline.h342 if (linknode->use) in link_imm_use()
343 gcc_assert (*(linknode->use) == def); in link_imm_use()
351 set_ssa_use_from_ptr (use_operand_p use, tree val) in set_ssa_use_from_ptr() argument
353 delink_imm_use (use); in set_ssa_use_from_ptr()
354 *(use->use) = val; in set_ssa_use_from_ptr()
355 link_imm_use (use, val); in set_ssa_use_from_ptr()
375 gcc_assert (*(old->use) == *(node->use)); in relink_imm_use()
501 get_use_from_ptr (use_operand_p use) in get_use_from_ptr() argument
503 return *(use->use); in get_use_from_ptr()
560 phi_arg_index_from_use (use_operand_p use) in phi_arg_index_from_use() argument
[all …]
/freebsd-9-stable/contrib/gcclibs/libgomp/
Domp_lib.f90.in36 use omp_lib_kinds
41 use omp_lib_kinds
48 use omp_lib_kinds
55 use omp_lib_kinds
62 use omp_lib_kinds
69 use omp_lib_kinds
76 use omp_lib_kinds
83 use omp_lib_kinds
90 use omp_lib_kinds
124 use omp_lib_kinds
[all …]
/freebsd-9-stable/contrib/ipfilter/FreeBSD/
Dconf.c.diffs30 * Otherwise, simply use the one reserved for local use.
32 /* character device 20 is reserved for local use */
39 * Otherwise, simply use the one reserved for local use.
41 /* character device 20 is reserved for local use */
/freebsd-9-stable/games/fortune/datfiles/
Dfreebsd-tips4 Any user that is a member of the wheel group can use "su -" to simulate
8 By pressing "Scroll Lock" you can use the arrow keys to scroll backward
27 Easter, use "ncal -o" instead.
31 starting multiuser mode (ie, starting the computer up for normal use) is to
83 If you use the C shell, add the following line to the .cshrc file in your
91 environment to 'K'. You can also use 'M' for Megabytes or 'G' for
93 then use 'df -h'.
114 In order to search for a string in some files, use 'grep' like this:
157 Use "lock -p". When you return, use your password as the key to unlock the
204 The default editor in FreeBSD is vi, which is efficient to use when you have
[all …]
/freebsd-9-stable/share/examples/cvsup/
DREADME8 To maintain the sources for the FreeBSD-current release, use:
12 To maintain the sources for the FreeBSD-stable release, use:
17 FreeBSD, use:
21 To maintain a copy of the FreeBSD bug database, use the file:
25 IMPORTANT: Before you use any of the supfiles in this directory,
32 To prevent CVSup from updating particular directories and files, use
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DREADME.txt27 from CodeGen/SystemZ/asm-09.ll will use LHI rather than LGHI.
42 We don't use the BRANCH ON INDEX instructions.
46 We might want to use BRANCH ON CONDITION for conditional indirect calls
51 We don't use the TEST DATA CLASS instructions.
55 We could use the generic floating-point forms of LOAD COMPLEMENT,
57 condition codes. For example, we could use LCDFR instead of LCDBR.
61 We only use MVC, XC and CLC for constant-length block operations.
69 We don't use CUSE or the TRANSLATE family of instructions for string
88 We don't use the halfword forms of LOAD REVERSED and STORE REVERSED
93 We don't use ICM or STCM.
[all …]
/freebsd-9-stable/tools/tools/netrate/tcpp/
DREADME13 once, up to a maximum parallelism limit. The client can use one or many IP
21 The server has very little to configure, use the following command line
31 Typical use:
43 -M <localIPcount> Number of sequential local IPs to use; req. -l
44 -T Include CPU use summary in stats at end of run
50 -t <tcpsperproc> How many connections to use per worker
52 Typical use:
58 use 100,000 TCP connections carrying 100K of data, up to 10,000 simultaneous
59 connection at any given moment. tcpp will use four source IP addresses,
83 In my testing, I use loader.conf entries of:
[all …]
/freebsd-9-stable/contrib/ee/
DREADME.ee4 Redistribution and use in source and binary forms, with or without
29 The editor 'ee' (easy editor) is intended to be a simple, easy to use
31 use. Its primary use would be for people who are new to computers, or who
32 use computers only for things like e-mail.
34 ee's simplified interface is highlighted by the use of pop-up menus which
39 ee allows users to use full eight-bit characters. If the host system has
40 the capabilities, ee can use message catalogs, which would allow users to
41 translate the message catalog into other languages which use eight-bit
55 glamorous interfaces as easy to use as possible. If terminal interfaces
59 For a text editor to be easy to use requires a certain set of abilities. In
[all …]
/freebsd-9-stable/contrib/ncurses/
Dconfigure.in7 dnl without limitation the rights to use, copy, modify, merge, publish, *
25 dnl sale, use or other dealings in this Software without prior written *
181 dnl Special option for use by system-builders: the install-prefix is used to
257 dnl If we use libtool to generate libraries, then it must be the only
262 ### Use the first model as the default, and save its suffix for use in building
314 [ --without-dlsym do not use dlsym() to load GPM dynamically],
386 ### use option --disable-overwrite to leave out the link to -lcurses
396 [ --disable-database do not use terminfo, only fallbacks/termcap],
421 AC_MSG_CHECKING(whether to use hashed database instead of directory/tree)
481 ### use option --disable-big-core to make tic run on small machines
[all …]
/freebsd-9-stable/contrib/ncurses/misc/
Demx.src7 # the rights to use, copy, modify, merge, publish, distribute, distribute #
25 # use or other dealings in this Software without prior written #
54 use=dumb,
86 # We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
115 use=klone+acs,
134 use=klone+acs,
218 use=klone+color,
219 use=klone+acs,
220 use=klone+sgr,
223 use=ansi.sys-old,
[all …]
Dterminfo.src138 # search of the termcap form even if you don't use reorder). Minor sections
175 # Entries with embedded plus signs are designed to be included through use/tc
195 # capabilities for use by applications, <u0>...<u9>. In this file, we use
233 # use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.
255 # of heaviest use, popularity, and interesting features.
305 gn, use=dumb,
336 # implementing some ANSI subset can use many of them.
341 cuu=\E[%p1%dA, use=ansi+local1,
345 it#8, use=ansi+tabs,
357 dl=\E[%p1%dM, il=\E[%p1%dL, use=ansi+idl1,
[all …]
/freebsd-9-stable/contrib/ofed/libmlx4/
DREADME5 It is a plug-in module for libibverbs that allows programs to use
23 These HCAs use the mlx4_ib kernel driver. Support for other Mellanox
24 HCAs, which use the ib_mthca kernel driver, is provided by the
30 When running applications that use libibverbs under the Valgrind
45 is that production users can use a "normal" build of libmlx4 and
46 developers can use the "valgrind debug" build by simply switching
50 support; it is important to use the header files from the same version
/freebsd-9-stable/crypto/heimdal/
DChangeLog.200224 * kdc/524.c: implement crude b2 style (non-)conversion for use
70 * lib/krb5/kuserok.c, lib/krb5/prompter_posix.c: use strcspn
83 * include/make_crypto.c: don't use function macros if possible
87 * include/Makefile.am: use make_crypto to create crypto-headers.h
95 * lib/krb5/config_file.c: don't use NULL when we mean 0
104 * configure.in: use AC_CONFIG_SRCDIR
144 * appl/kf/kfd.c: use krb5_err instead of sysloging directly,
150 * lib/hdb/hdb-ldap.c: use ASN1_MALLOC_ENCODE
152 * kdc/kerberos5.c: use ASN1_MALLOC_ENCODE
156 * lib/hdb/common.c: use ASN1_MALLOC_ENCODE
[all …]

12345678910>>...103