Home
last modified time | relevance | path

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

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Datom.md29 (define_automaton "atom")
32 (define_cpu_unit "atom-port-0,atom-port-1" "atom")
37 (define_cpu_unit "atom-eu-0, atom-eu-1,
38 atom-imul-1, atom-imul-2, atom-imul-3, atom-imul-4"
39 "atom")
43 ;; (define_reservation "atom-port-either" "(atom-port-0 | atom-port-1)")
47 (define_reservation "atom-port-dual" "(atom-port-0 + atom-port-1)")
48 (define_reservation "atom-all-eu" "(atom-eu-0 + atom-eu-1 +
49 atom-imul-1 + atom-imul-2 + atom-imul-3 +
50 atom-imul-4)")
[all …]
Dt-i38637 x86-tune-sched-atom.o: $(srcdir)/config/i386/x86-tune-sched-atom.cc
/netbsd/src/crypto/external/bsd/netpgp/dist/src/libmj/
Dmj.c89 findentry(mj_t *atom, const char *name, const unsigned from, const unsigned incr) in findentry() argument
93 for (i = from ; i < atom->c ; i += incr) { in findentry()
94 if (strcmp(name, atom->value.v[i].value.s) == 0) { in findentry()
103 create_number(mj_t *atom, double d) in create_number() argument
107 atom->type = MJ_NUMBER; in create_number()
108 atom->c = snprintf(number, sizeof(number), "%g", d); in create_number()
109 atom->value.s = strnsave(number, (int)atom->c, MJ_HUMAN); in create_number()
114 create_integer(mj_t *atom, int64_t i) in create_integer() argument
118 atom->type = MJ_NUMBER; in create_integer()
119 atom->c = snprintf(number, sizeof(number), "%" PRIi64, i); in create_integer()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dtok822_limit.ref5 atom "1"
8 atom "2"
11 atom "3"
14 atom "4"
17 atom "5"
20 atom "6"
23 atom "7"
26 atom "8"
29 atom "9"
32 atom "10"
[all …]
Dtok822_parse.ref5 atom "wietse"
7 atom "porcupine"
9 atom "org"
26 atom "porcupine"
28 atom "org"
43 atom "wietse"
45 atom "porcupine"
47 atom "org"
62 atom "wietse"
64 atom "porcupine"
[all …]
Dmap_search.c127 char *atom; in map_search_create() local
213 while ((atom = mystrtok(&attr_value, CHARS_COMMA_SP)) != 0) { in map_search_create()
215 atom)) == MAP_SEARCH_CODE_UNKNOWN) { in map_search_create()
216 msg_warn("unknown search type '%s' in '%s'", atom, map_spec); in map_search_create()
/netbsd/src/external/mit/xorg/lib/xcb-util/atom/
Datoms.c688 xcb_atom_t atom = reply->atom; in xcb_atom_get() local
690 return atom; in xcb_atom_get()
706 if((cookie.u.atom = xcb_atom_get_predefined(name_len, name)) != XCB_NONE) in xcb_atom_get_fast()
730 cookie.u.atom = reply->atom; in xcb_atom_get_fast_reply()
734 cookie.u.atom = XCB_NONE; in xcb_atom_get_fast_reply()
737 return cookie.u.atom; in xcb_atom_get_fast_reply()
740 const char *xcb_atom_get_name_predefined(xcb_atom_t atom) in xcb_atom_get_name_predefined() argument
742 if(atom <= 0 || atom > (sizeof(atom_name_offsets) / sizeof(*atom_name_offsets))) in xcb_atom_get_name_predefined()
744 return atom_names + atom_name_offsets[atom - 1]; in xcb_atom_get_name_predefined()
747 int xcb_atom_get_name(xcb_connection_t *c, xcb_atom_t atom, const char **namep, int *lengthp) in xcb_atom_get_name() argument
[all …]
DMakefile3 XCBUTIL= atom
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-mi-var-info-path-expression.c24 struct atom struct
34 struct atom atom; argument
59 c4.atom.ival = 13; in main()
/netbsd/src/external/bsd/libpcap/dist/
Doptimize.c631 int atom; in compute_local_ud() local
636 atom = atomuse(&s->s); in compute_local_ud()
637 if (atom >= 0) { in compute_local_ud()
638 if (atom == AX_ATOM) { in compute_local_ud()
644 else if (atom < N_ATOMS) { in compute_local_ud()
645 if (!ATOMELEM(def, atom)) in compute_local_ud()
646 use |= ATOMMASK(atom); in compute_local_ud()
651 atom = atomdef(&s->s); in compute_local_ud()
652 if (atom >= 0) { in compute_local_ud()
653 if (!ATOMELEM(use, atom)) in compute_local_ud()
[all …]
/netbsd/src/external/bsd/nvi/dist/motif/
Dm_cde.c71 Atom atom, type; in is_cde() local
79 atom = XInternAtom( d, Atoms[i].name, True ); in is_cde()
80 if ( atom == None ) { in is_cde()
88 atom, in is_cde()
/netbsd/src/external/mit/xorg/lib/xcb-util/icccm/
DMakefile10 xcb-atom ${.CURDIR}/../atom \
16 CPPFLAGS+= -I${X11SRCDIR.xcb-util}/atom
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_atom.c90 struct refclock_atom atom; /* atom structure pointer */ member
156 return (refclock_ppsapi(up->fddev, &up->atom)); in atom_start()
194 if (refclock_pps(peer, &up->atom, pp->sloppyclockflag) <= 0) in atom_timer()
Drefclock_wwvb.c134 struct refclock_atom atom; /* PPSAPI structure */ member
487 refclock_pps(peer, &up->atom, pp->sloppyclockflag) > 0) { in wwvb_timer()
582 time_pps_destroy(up->atom.handle); in wwvb_control()
583 up->atom.handle = 0; in wwvb_control()
594 if (refclock_ppsapi(pp->io.fd, &up->atom)) { in wwvb_control()
Drefclock_nmea.c247 TAtomUnit atom; /* PPSAPI structure */ member
457 time_pps_destroy(up->atom.handle); in nmea_shutdown()
522 if (refclock_ppsapi(up->ppsapi_fd, &up->atom)) { in nmea_control()
525 pp->sloppyclockflag, &up->atom); in nmea_control()
528 time_pps_destroy(up->atom.handle); in nmea_control()
544 time_pps_destroy(up->atom.handle); in nmea_control()
545 up->atom.handle = 0; in nmea_control()
898 &up->atom, &rd_timestamp, in nmea_procrec()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstraint.cc766 tree atom = build1 (ATOMIC_CONSTR, ci, map); in normalize_atom() local
774 ATOMIC_CONSTR_EXPR_FROM_CONCEPT_P (atom) = true; in normalize_atom()
782 tree *slot = atom_cache->find_slot (atom, INSERT); in normalize_atom()
805 *slot = atom; in normalize_atom()
807 return atom; in normalize_atom()
2432 tree atom; member
2468 if (ATOMIC_CONSTR_MAP_INSTANTIATED_P (e->atom)) in hash()
2474 return hash_atomic_constraint (e->atom); in hash()
2481 hashval_t value = htab_hash_pointer (e->atom); in hash()
2483 if (tree map = ATOMIC_CONSTR_MAP (e->atom)) in hash()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dton.tcl234 proc atom {type v} {list $type $v} procedure
265 proc atom v {return $v} procedure
273 proc atom v {return $v} procedure
288 proc atom v {return $v} procedure
/netbsd/src/external/mit/xorg/lib/xcb-util/
DMakefile4 atom event aux .WAIT property .WAIT \
16 .PATH: ${X11SRCDIR.xcb-util}/atom
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgcc.cc7025 input_suffix_matches (const char *atom, const char *end_atom) in input_suffix_matches() argument
7028 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches()
7029 && input_suffix[end_atom - atom] == '\0'); in input_suffix_matches()
7035 input_spec_matches (const char *atom, const char *end_atom) in input_spec_matches() argument
7040 && !strncmp (input_file_compiler->suffix + 1, atom, in input_spec_matches()
7041 end_atom - atom) in input_spec_matches()
7042 && input_file_compiler->suffix[end_atom - atom + 1] == '\0'); in input_spec_matches()
7049 switch_matches (const char *atom, const char *end_atom, int starred) in switch_matches() argument
7052 int len = end_atom - atom; in switch_matches()
7056 if (!strncmp (switches[i].part1, atom, len) in switch_matches()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
Dsqr_basecase.asm1 dnl x86 mpn_sqr_basecase -- square an mpn number, optimised for atom.
605 rcr n C FIXME: isn't this awfully slow on atom???
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dlammps21 >0x08 string DUMPATOM LAMMPS atom style binary dump
28 >0x08 string DUMPATOM LAMMPS atom style binary dump
/netbsd/src/external/historical/nawk/dist/
Db.c1147 replace_repeat(const uschar *reptok, int reptoklen, const uschar *atom, in replace_repeat() argument
1181 memcpy(&buf[j], atom, atomlen); in replace_repeat()
1190 memcpy(&buf[j], atom, atomlen); in replace_repeat()
1212 static int repeat(const uschar *reptok, int reptoklen, const uschar *atom, in repeat() argument
1227 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1235 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1238 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1243 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
/netbsd/src/external/mit/xorg/bin/xlsclients/
DMakefile11 LDADD+= -lxcb -lxcb-atom
/netbsd/src/external/mit/xorg/bin/bdftopcf/
DMakefile6 SRCS= atom.c \
/netbsd/src/external/mit/xorg/tools/bdftopcf/
DMakefile10 SRCS= atom.c \

1234