Home
last modified time | relevance | path

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

12

/freebsd/sbin/dhclient/
H A Dconflex.c319 intern(char *atom, int dfv) in intern() argument
321 if (!isascii(atom[0])) in intern()
324 switch (tolower(atom[0])) { in intern()
362 if (!strcasecmp(atom + 1, "eny")) in intern()
365 if (!atom[7]) in intern()
372 if (!atom[13]) in intern()
384 if (!strcasecmp(atom + 1, "nds")) in intern()
429 if (!strcasecmp(atom + 4, "a")) in intern()
443 if (!strcasecmp(atom + 1, "ot")) in intern()
514 if (!strcasecmp(atom + 3, in intern()
[all …]
/freebsd/contrib/libdiff/lib/
H A Ddiff_output.c38 if (atom->at != NULL) { in get_atom_byte()
39 *ch = atom->at[off]; in get_atom_byte()
43 cur = ftello(atom->root->f); in get_atom_byte()
47 if (cur != atom->pos + off && in get_atom_byte()
48 fseeko(atom->root->f, atom->pos + off, SEEK_SET) == -1) in get_atom_byte()
51 *ch = fgetc(atom->root->f); in get_atom_byte()
65 struct diff_atom *atom; in diff_output_lines() local
78 size_t len = atom->len, wlen; in diff_output_lines()
96 rc = get_atom_byte(&ch, atom, i); in diff_output_lines()
227 rc = get_atom_byte(&ch, atom, atom->len - 1); in diff_output_trailing_newline_msg()
[all …]
H A Ddiff_debug.h42 const struct diff_atom *atom) in dump_atom() argument
44 if (!atom) { in dump_atom()
49 print(" %3u '", diff_atom_root_idx(left, atom)); in dump_atom()
51 if (atom->at == NULL) { in dump_atom()
52 off_t remain = atom->len; in dump_atom()
53 if (fseek(atom->root->f, atom->pos, SEEK_SET) == -1) in dump_atom()
60 atom->root->f); in dump_atom()
69 for (s = atom->at; s < (const char*)(atom->at + atom->len); s++) in dump_atom()
80 dump_atoms(d, atom, 20); in dump_atoms()
82 dump_atoms(d, atom + count - 20, 20); in dump_atoms()
[all …]
H A Ddiff_patience.c448 struct diff_atom *atom; in diff_algo_patience() local
453 *uniques_end = atom; in diff_algo_patience()
467 atom = uniques[i]; in diff_algo_patience()
506 struct diff_atom *atom; in diff_algo_patience() local
507 for (atom = lcs_tail; atom; atom = PATIENCE(atom).prev_stack, lcs_backtrace_pos--) { in diff_algo_patience()
509 *lcs_backtrace_pos = atom; in diff_algo_patience()
539 struct diff_atom *atom; in diff_algo_patience() local
555 atom = lcs[i]; in diff_algo_patience()
564 atom = NULL; in diff_algo_patience()
621 if (atom) { in diff_algo_patience()
[all …]
H A Ddiff_atomize_text.c63 struct diff_atom *atom; in diff_data_atomize_text_lines_fd() local
102 ARRAYLIST_ADD(atom, d->atoms); in diff_data_atomize_text_lines_fd()
103 if (!atom) in diff_data_atomize_text_lines_fd()
106 *atom = (struct diff_atom){ in diff_data_atomize_text_lines_fd()
184 struct diff_atom *atom; in diff_data_atomize_text_lines_mmap() local
185 ARRAYLIST_ADD(atom, d->atoms); in diff_data_atomize_text_lines_mmap()
186 if (!atom) in diff_data_atomize_text_lines_mmap()
189 *atom = (struct diff_atom){ in diff_data_atomize_text_lines_mmap()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_elem_ptm.cpp64 atom.En_bits = 0; in Clear()
112 atom.num = 1; in SetCycleAccAtomFromPHdr()
124 atom.num = 2; in SetAtomFromPHdr()
126 atom.num = 1; in SetAtomFromPHdr()
130 atom.num = 3; in SetAtomFromPHdr()
135 atom.num = 4; in SetAtomFromPHdr()
137 atom.num = 5; in SetAtomFromPHdr()
142 atom.En_bits = 0; in SetAtomFromPHdr()
143 for(int i = 0; i < atom.num; i++) in SetAtomFromPHdr()
145 atom.En_bits <<= 1; in SetAtomFromPHdr()
[all …]
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_elem_etmv3.cpp60 m_pkt_data.atom.num = 0; in Clear()
147 m_pkt_data.atom.num = E+N; in UpdateAtomFromPHdr()
153 m_pkt_data.atom.num = 2; in UpdateAtomFromPHdr()
169 m_pkt_data.atom.num = E+N; in UpdateAtomFromPHdr()
170 if(m_pkt_data.atom.num) in UpdateAtomFromPHdr()
185 m_pkt_data.atom.num = 1; in UpdateAtomFromPHdr()
191 m_pkt_data.atom.num = 2; in UpdateAtomFromPHdr()
201 m_pkt_data.atom.num = E; in UpdateAtomFromPHdr()
202 m_pkt_data.atom.En_bits = E; in UpdateAtomFromPHdr()
522 for(int i = 0; i < m_pkt_data.atom.num; i++) in getAtomStr()
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c371 Dwarf_Small atom, Dwarf_Unsigned operand1, Dwarf_Unsigned operand2, in _dwarf_loc_expr_add_atom() argument
387 switch (atom) { in _dwarf_loc_expr_add_atom()
490 *p++ = atom; in _dwarf_loc_expr_add_atom()
499 *p++ = atom; in _dwarf_loc_expr_add_atom()
508 *p++ = atom; in _dwarf_loc_expr_add_atom()
517 *p++ = atom; in _dwarf_loc_expr_add_atom()
526 *p++ = atom; in _dwarf_loc_expr_add_atom()
537 *p++ = atom; in _dwarf_loc_expr_add_atom()
578 *p++ = atom; in _dwarf_loc_expr_add_atom()
589 *p++ = atom; in _dwarf_loc_expr_add_atom()
[all …]
/freebsd/contrib/libpcap/
H A Doptimize.c628 int atom; in compute_local_ud() local
634 if (atom >= 0) { in compute_local_ud()
649 if (atom >= 0) { in compute_local_ud()
1432 if (atom >= 0) { in deadstmt()
1441 if (atom >= 0) { in deadstmt()
1450 last[atom] = s; in deadstmt()
1467 for (atom = 0; atom < N_ATOMS; ++atom) in opt_deadstores()
1468 if (last[atom] && !ATOMELEM(b->out_use, atom)) { in opt_deadstores()
1593 int atom; in use_conflict() local
1599 for (atom = 0; atom < N_ATOMS; ++atom) in use_conflict()
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_decode_ptm.h51 void initAtomPkt(const ocsd_pkt_atom &atom, const ocsd_trc_index_t &root_index);
65 inline void PtmAtoms::initAtomPkt(const ocsd_pkt_atom &atom, const ocsd_trc_index_t &root_index) in initAtomPkt() argument
67 m_atom = atom; in initAtomPkt()
H A Dtrc_pkt_types_ptm.h105 ocsd_pkt_atom atom; member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_atom.c88 struct refclock_atom atom; /* atom structure pointer */ member
154 return (refclock_ppsapi(up->fddev, &up->atom)); in atom_start()
192 if (refclock_pps(peer, &up->atom, pp->sloppyclockflag) <= 0) in atom_timer()
H A Drefclock_wwvb.c132 struct refclock_atom atom; /* PPSAPI structure */ member
484 refclock_pps(peer, &up->atom, pp->sloppyclockflag) > 0) { in wwvb_timer()
579 time_pps_destroy(up->atom.handle); in wwvb_control()
580 up->atom.handle = 0; in wwvb_control()
591 if (refclock_ppsapi(pp->io.fd, &up->atom)) { in wwvb_control()
H A Drefclock_nmea.c245 TAtomUnit atom; /* PPSAPI structure */ member
455 time_pps_destroy(up->atom.handle); in nmea_shutdown()
520 if (refclock_ppsapi(up->ppsapi_fd, &up->atom)) { in nmea_control()
523 pp->sloppyclockflag, &up->atom); in nmea_control()
526 time_pps_destroy(up->atom.handle); in nmea_control()
542 time_pps_destroy(up->atom.handle); in nmea_control()
543 up->atom.handle = 0; in nmea_control()
896 &up->atom, &rd_timestamp, in nmea_procrec()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp73 atom.num = 0; in initNextPacket()
212 if (atom.num) { in toString()
225 if (atom.num) { in toString()
238 if (atom.num) { in toString()
690 uint32_t bitpattern = atom.En_bits; in atomSeq()
691 for(int i = 0; i < atom.num; i++) in atomSeq()
H A Dtrc_etmv4_stack_elem.cpp70 …const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, const ocsd_pkt_atom &atom) in createAtomElem() argument
75 pElem->setAtom(atom); in createAtomElem()
H A Dtrc_pkt_decode_etmv4i.cpp801 ocsd_atm_val atom = pAtomElem->commitOldest(); in commitElements() local
811 err = processAtom(atom); in commitElements()
1294 ocsd_err_t TrcPktDecodeEtmV4I::processAtom(const ocsd_atm_val atom) in processAtom() argument
1334 if (atom == ATOM_E) in processAtom()
1344 if (atom == ATOM_E) in processAtom()
1358 setElemTraceRange(outElem(), addr_range, (atom == ATOM_E), pElem->getRootIndex()); in processAtom()
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h182 const ocsd_pkt_atom &getAtom() const { return atom; }; in getAtom()
183 const int getNumAtoms() const { return atom.num; }; in getNumAtoms()
338 atom.En_bits = bit_patt; in setAtomPacket()
341 atom.En_bits = En_bits; in setAtomPacket()
342 atom.num = num; in setAtomPacket()
H A Dtrc_etmv4_stack_elem.h246 void setAtom(const ocsd_pkt_atom &atom) { m_atom = atom; }; in setAtom() argument
393 …onst ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, const ocsd_pkt_atom &atom);
/freebsd/contrib/file/magic/Magdir/
H A Dlammps21 >0x08 string DUMPATOM LAMMPS atom style binary dump
28 >0x08 string DUMPATOM LAMMPS atom style binary dump
/freebsd/sys/geom/raid3/
H A Dg_raid3.c1098 padd += atom; in g_raid3_scatter()
1100 cadd += atom; in g_raid3_scatter()
1268 padd += atom; in g_raid3_gather()
1270 cadd += atom; in g_raid3_gather()
1652 u_int atom; in g_raid3_sync_request() local
1670 bcopy(src, dst, atom); in g_raid3_sync_request()
1671 src += atom; in g_raid3_sync_request()
1674 src += atom; in g_raid3_sync_request()
1676 dst += atom; in g_raid3_sync_request()
1683 bcopy(src, dst, atom); in g_raid3_sync_request()
[all …]
/freebsd/contrib/one-true-awk/
H A Db.c1134 replace_repeat(const uschar *reptok, int reptoklen, const uschar *atom, in replace_repeat() argument
1168 memcpy(&buf[j], atom, atomlen); in replace_repeat()
1177 memcpy(&buf[j], atom, atomlen); in replace_repeat()
1199 static int repeat(const uschar *reptok, int reptoklen, const uschar *atom, in repeat() argument
1214 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1222 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1225 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
1230 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk168 $1 = atom(n)
334 put[$cf] = m ":" atom(mol)
423 function atom(s, c, i, n, nsub, cloc, nsubc) { # convert CH3 to atom(...) function
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.h101 uint8_t atom; /* atomic op mode */ member
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_types_etmv3.h148 ocsd_pkt_atom atom; /**< atom elements - non zerom number indicates valid atom count */ member

12