Home
last modified time | relevance | path

Searched refs:atom (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Datom.md32 (define_cpu_unit "atom-port-0,atom-port-1" "atom")
38 atom-imul-1, atom-imul-2, atom-imul-3, atom-imul-4"
47 (define_reservation "atom-port-dual" "(atom-port-0 + atom-port-1)")
48 (define_reservation "atom-all-eu" "(atom-eu-0 + atom-eu-1 +
54 (define_reservation "atom-simple-0" "(atom-port-0 + atom-eu-0)")
55 (define_reservation "atom-simple-1" "(atom-port-1 + atom-eu-1)")
70 "atom-imul-1, atom-imul-2, atom-imul-3, atom-imul-4,
74 "atom-imul-1, atom-imul-2, atom-imul-3, atom-imul-4")
78 (define_reservation "atom-dual-1c" "(atom-port-dual + atom-eu-0 + atom-eu-1)")
91 "atom-complex, atom-all-eu*8")
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Datom.md32 (define_cpu_unit "atom-port-0,atom-port-1" "atom")
38 atom-imul-1, atom-imul-2, atom-imul-3, atom-imul-4"
47 (define_reservation "atom-port-dual" "(atom-port-0 + atom-port-1)")
48 (define_reservation "atom-all-eu" "(atom-eu-0 + atom-eu-1 +
54 (define_reservation "atom-simple-0" "(atom-port-0 + atom-eu-0)")
55 (define_reservation "atom-simple-1" "(atom-port-1 + atom-eu-1)")
70 "atom-imul-1, atom-imul-2, atom-imul-3, atom-imul-4,
74 "atom-imul-1, atom-imul-2, atom-imul-3, atom-imul-4")
78 (define_reservation "atom-dual-1c" "(atom-port-dual + atom-eu-0 + atom-eu-1)")
91 "atom-complex, atom-all-eu*8")
[all …]
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-string.c96 free (atom); in ctf_str_free_atom()
162 if (atom) in ctf_str_add_ref_internal()
169 return atom; in ctf_str_add_ref_internal()
190 atom->csa_offset, (void *) atom->csa_str) < 0) in ctf_str_add_ref_internal()
201 return atom; in ctf_str_add_ref_internal()
206 free (atom); in ctf_str_add_ref_internal()
220 ctf_str_atom_t *atom; in ctf_str_add() local
225 if (!atom) in ctf_str_add()
242 if (!atom) in ctf_str_add_ref()
258 if (!atom) in ctf_str_add_external()
[all …]
/dragonfly/contrib/libpcap/
H A Doptimize.c627 int atom; in compute_local_ud() local
633 if (atom >= 0) { in compute_local_ud()
648 if (atom >= 0) { in compute_local_ud()
1431 if (atom >= 0) { in deadstmt()
1440 if (atom >= 0) { in deadstmt()
1449 last[atom] = s; in deadstmt()
1466 for (atom = 0; atom < N_ATOMS; ++atom) in opt_deadstores()
1467 if (last[atom] && !ATOMELEM(b->out_use, atom)) { in opt_deadstores()
1592 int atom; in use_conflict() local
1598 for (atom = 0; atom < N_ATOMS; ++atom) in use_conflict()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.c5484 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches()
5497 end_atom - atom) in input_spec_matches()
5508 int len = end_atom - atom; in switch_matches()
5542 int len = end_atom - atom; in mark_matching_switches()
5574 const char *atom, *end_atom; in handle_braces() local
5617 atom = p; in handle_braces()
5649 if (atom == end_atom) in handle_braces()
5684 d_atom = atom; in handle_braces()
7126 const char *atom; in validate_switches() local
7144 atom = p; in validate_switches()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c6200 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches()
6213 end_atom - atom) in input_spec_matches()
6332 atom = NULL; in handle_braces()
6343 atom = p; in handle_braces()
6376 atom = esc_buf; in handle_braces()
6407 if (atom && atom == end_atom) in handle_braces()
6432 if (atom == NULL) in handle_braces()
6444 d_atom = atom; in handle_braces()
8558 const char *atom; in validate_switches() local
8576 atom = p; in validate_switches()
[all …]
H A Dhsa-brig.c1895 else if (hsa_insn_atomic *atom = dyn_cast <hsa_insn_atomic *> (insn)) in emit_insn() local
1896 emit_atomic_insn (atom); in emit_insn()
/dragonfly/contrib/file/magic/Magdir/
H A Dlammps21 >0x08 string DUMPATOM LAMMPS atom style binary dump
28 >0x08 string DUMPATOM LAMMPS atom style binary dump
/dragonfly/contrib/awk/
H A Db.c1128 replace_repeat(const uschar *reptok, int reptoklen, const uschar *atom, in replace_repeat() argument
1162 memcpy(&buf[j], atom, atomlen); in replace_repeat()
1171 memcpy(&buf[j], atom, atomlen); in replace_repeat()
1193 static int repeat(const uschar *reptok, int reptoklen, const uschar *atom, in repeat() argument
1208 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1216 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1219 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1224 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
/dragonfly/sbin/dhclient/
H A Dconflex.c375 intern(char *atom, int dfv) in intern() argument
379 p = bsearch(atom, keywords, sizeof(keywords)/sizeof(keywords[0]), in intern()
/dragonfly/share/mk/
H A Dbsd.cpu.gcc47.mk45 atom \
/dragonfly/sys/dev/drm/radeon/
H A DMakefile45 atom.c \
/dragonfly/sys/dev/drm/amd/amdgpu/
H A DMakefile59 atom.c amdgpu_fence.c amdgpu_ttm.c amdgpu_object.c amdgpu_gart.c \
/dragonfly/contrib/grep/lib/
H A Ddfa.c1820 atom (struct dfa *dfa) in atom() function
1916 atom (dfa); in closure()
/dragonfly/sys/conf/
H A Dfiles2484 dev/drm/radeon/atom.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h…
/dragonfly/share/dict/
H A Dweb2a2781 atom model
2782 atom soul
25625 gram atom
46293 recoil atom
65986 tracer atom
70504 vortex atom
H A Dweb215253 atom
/dragonfly/games/fortune/datfiles/
H A Dfortunes8303 A physicist is an atom's way of knowing about atoms.
10511 An atom-blaster is a good weapon, but it can point both ways.
13558 But has any little atom,
15714 ((atom (car c))
34147 closer resemblance to the atom, also the ultimate, indivisible unit
34149 the atom in that it is an ion...
45805 The energy produced by the breaking down of the atom is a very poor kind
45808 -- Ernest Rutherford, after he had split the atom for
50539 There is no likelihood man can ever tap the power of the atom.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi13270 @item atom