| /freebsd-14.2/sbin/dhclient/ |
| H A D | conflex.c | 319 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-14.2/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_elem_ptm.cpp | 64 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-14.2/contrib/opencsd/decoder/source/etmv3/ |
| H A D | trc_pkt_elem_etmv3.cpp | 60 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-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_loc.c | 371 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-14.2/contrib/libpcap/ |
| H A D | optimize.c | 626 int atom; in compute_local_ud() local 632 if (atom >= 0) { in compute_local_ud() 647 if (atom >= 0) { in compute_local_ud() 1430 if (atom >= 0) { in deadstmt() 1439 if (atom >= 0) { in deadstmt() 1448 last[atom] = s; in deadstmt() 1465 for (atom = 0; atom < N_ATOMS; ++atom) in opt_deadstores() 1466 if (last[atom] && !ATOMELEM(b->out_use, atom)) { in opt_deadstores() 1597 int atom; in use_conflict() local 1603 for (atom = 0; atom < N_ATOMS; ++atom) in use_conflict() [all …]
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_atom.c | 88 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 D | refclock_wwvb.c | 132 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 D | refclock_nmea.c | 245 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()
|
| H A D | refclock_parse.c | 427 struct refclock_atom atom; /* PPSAPI structure */ member 2233 if (time_pps_fetch(parse->atom.handle, PPS_TSFMT_TSPEC, &pps_info, in local_input() 2813 (void)time_pps_destroy(parse->atom.handle); in parse_shutdown() 2876 if (time_pps_kcbind(parse->atom.handle, PPS_KC_HARDPPS, i, in parse_hardpps() 2911 if (time_pps_getcap(parse->atom.handle, &cap) < 0) { in parse_ppsapi() 2950 parse->atom.pps_params.clear_offset.tv_sec = (time_t)(-parse->ppsphaseadjust); in parse_ppsapi() 2956 parse->atom.pps_params.assert_offset.tv_sec = (time_t)(-parse->ppsphaseadjust); in parse_ppsapi() 2961 parse->atom.pps_params.mode |= mode_ppsoffset; in parse_ppsapi() 2963 if (time_pps_setparams(parse->atom.handle, &parse->atom.pps_params) < 0) { in parse_ppsapi() 3228 if (!refclock_ppsapi(parse->ppsfd, &parse->atom)) in parse_start() [all …]
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/ptm/ |
| H A D | trc_pkt_decode_ptm.h | 51 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 D | trc_pkt_types_ptm.h | 105 ocsd_pkt_atom atom; member
|
| H A D | trc_pkt_elem_ptm.h | 106 const ocsd_pkt_atom &getAtom() const { return atom; }; in getAtom()
|
| /freebsd-14.2/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_elem_etmv4i.cpp | 73 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 D | trc_etmv4_stack_elem.cpp | 70 …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 D | trc_pkt_decode_etmv4i.cpp | 801 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-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_pkt_elem_etmv4i.h | 182 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 D | trc_etmv4_stack_elem.h | 246 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);
|
| H A D | trc_pkt_decode_etmv4i.h | 83 ocsd_err_t processAtom(const ocsd_atm_val atom);
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | lammps | 21 >0x08 string DUMPATOM LAMMPS atom style binary dump 28 >0x08 string DUMPATOM LAMMPS atom style binary dump
|
| /freebsd-14.2/sys/geom/raid3/ |
| H A D | g_raid3.c | 1098 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-14.2/contrib/one-true-awk/ |
| H A D | b.c | 1134 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-14.2/contrib/one-true-awk/testdir/ |
| H A D | chem.awk | 168 $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-14.2/sys/powerpc/mpc85xx/ |
| H A D | lbc.h | 101 uint8_t atom; /* atomic op mode */ member
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_types_etmv3.h | 148 ocsd_pkt_atom atom; /**< atom elements - non zerom number indicates valid atom count */ member
|
| /freebsd-14.2/lib/libpmc/ |
| H A D | Makefile | 65 MAN+= pmc.atom.3
|