| /openbsd-src/lib/libpcap/ |
| H A D | optimize.c | 419 int atom; in compute_local_ud() local 424 atom = atomuse(&s->s); in compute_local_ud() 425 if (atom >= 0) { in compute_local_ud() 426 if (atom == AX_ATOM) { in compute_local_ud() 432 else if (atom < N_ATOMS) { in compute_local_ud() 433 if (!ATOMELEM(def, atom)) in compute_local_ud() 434 use |= ATOMMASK(atom); in compute_local_ud() 439 atom = atomdef(&s->s); in compute_local_ud() 440 if (atom >= 0) { in compute_local_ud() 441 if (!ATOMELEM(use, atom)) in compute_local_ud() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | enum-1.c | 27 atom () in atom() function 40 if (atom () != 1) in main()
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | namedb.h | 347 rdata_atom_domain(rdata_atom_type atom) in rdata_atom_domain() argument 349 return atom.domain; in rdata_atom_domain() 353 rdata_atom_size(rdata_atom_type atom) in rdata_atom_size() argument 355 return *atom.data; in rdata_atom_size() 359 rdata_atom_data(rdata_atom_type atom) in rdata_atom_data() argument 361 return (uint8_t *) (atom.data + 1); in rdata_atom_data()
|
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
| H A D | Process.xs | 325 DeclWinFunc_CACHE(ULONG, QueryAtomUsage, (HATOMTBL hAtomTbl, ATOM atom), 326 (hAtomTbl, atom)); 327 DeclWinFunc_CACHE(ULONG, QueryAtomLength, (HATOMTBL hAtomTbl, ATOM atom), 328 (hAtomTbl, atom)); 330 (HATOMTBL hAtomTbl, ATOM atom, PSZ pchBuffer, ULONG cchBufferMax), 331 (hAtomTbl, atom, pchBuffer, cchBufferMax)); 383 DeclWinFunc_CACHE_resetError(ATOM, DeleteAtom, (HATOMTBL hAtomTbl, ATOM atom), 384 (hAtomTbl, atom)); 532 myWinQueryAtomName(ATOM atom, HATOMTBL hAtomTbl) in myWinQueryAtomName() argument 534 ULONG len = QueryAtomLength(hAtomTbl, atom); in myWinQueryAtomName() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcc.c | 5536 input_suffix_matches (const char *atom, const char *end_atom) in input_suffix_matches() argument 5544 if (atom + 1 == end_atom in input_suffix_matches() 5548 if (*atom == 's') in input_suffix_matches() 5550 if (*atom == 'S') in input_suffix_matches() 5555 && !strncmp (input_suffix, atom, end_atom - atom) in input_suffix_matches() 5556 && input_suffix[end_atom - atom] == '\0'); in input_suffix_matches() 5563 switch_matches (const char *atom, const char *end_atom, int starred) in switch_matches() argument 5566 int len = end_atom - atom; in switch_matches() 5570 if (!strncmp (switches[i].part1, atom, len) in switch_matches() 5582 mark_matching_switches (const char *atom, const char *end_atom, int starred) in mark_matching_switches() argument [all …]
|
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | conflex.c | 355 intern(char *atom, int dfv) in intern() argument 359 p = bsearch(atom, keywords, sizeof(keywords)/sizeof(keywords[0]), in intern()
|
| /openbsd-src/usr.bin/awk/ |
| H A D | b.c | 1149 replace_repeat(const uschar *reptok, int reptoklen, const uschar *atom, in replace_repeat() 1183 memcpy(&buf[j], atom, atomlen); in replace_repeat() 1192 memcpy(&buf[j], atom, atomlen); in replace_repeat() 1214 static int repeat(const uschar *reptok, int reptoklen, const uschar *atom, in repeat() 1219 by an equivalent ERE string, repeating the immediately previous atom in repeat() 1221 atom is left in place, except in the special_case of a zero-repeat in repeat() 1229 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat() 1237 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat() 1240 return replace_repeat(reptok, reptoklen, atom, atomlen, in relex() 1245 return replace_repeat(reptok, reptoklen, atom, atomle in relex() 1136 replace_repeat(const uschar * reptok,int reptoklen,const uschar * atom,int atomlen,int firstnum,int secondnum,int special_case) replace_repeat() argument 1201 repeat(const uschar * reptok,int reptoklen,const uschar * atom,int atomlen,int firstnum,int secondnum) repeat() argument [all...] |
| /openbsd-src/share/misc/ |
| H A D | mime.types | 3 application/atom+xml atom
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | pat_advanced.t | 2588 | | atom 2591 | | atom 2596 | | atom 2620 | | atom 2624 | | atom 2629 | | atom 2633 | | atom 2641 | | atom 2660 | | atom 2664 | | atom [all...] |
| H A D | reg_email.t | 34 (?<atom> (?&CFWS)? (?&atext)+ (?&CFWS)?)
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlreguts.pod | 467 atom : constant | class 475 _piece: atom | group 538 atom 548 only an atom. The final program shows us how things work. We have an C<EXACT> regop, 560 atom 562 atom 585 atom 587 atom 591 atom 593 atom [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.def | 53 X86_CPU_TYPE_ALIAS(INTEL_BONNELL, "atom") 258 CPU_SPECIFIC("atom", "atom", 'O', "+cmov,+mmx,+sse,+sse2,+sse3,+ssse3,+movbe")
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | HashedNameToDIE.h | 198 static const char *GetAtomTypeName(uint16_t atom);
|
| H A D | HashedNameToDIE.cpp | 110 const char *DWARFMappedHash::GetAtomTypeName(uint16_t atom) { in GetAtomTypeName() argument 111 switch (atom) { in GetAtomTypeName()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86PfmCounters.td | 43 def : PfmCountersBinding<"atom", AtomPfmCounters>;
|
| H A D | X86.td | 1478 foreach P = ["bonnell", "atom"] in {
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 1763 the data in each atom: 1781 eAtomTypeNULL - a termination atom that specifies the end of the atom list 1788 Then we allow each atom type to define the atom type and how the data for each 1789 atom type data is encoded:
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | archures.texi | 2 BFD keeps one atom in a BFD describing the
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 1435 !strconcat("atom", SpaceStr, OpcStr, TypeStr, " \t$dst, [$addr], $b;"), 1439 !strconcat("atom", SpaceStr, OpcStr, TypeStr, " \t$dst, [$addr], $b;", ""), 1461 "atom", SpaceStr, OpcStr, ".u", TypeStr, " \t$dst, [$addr], temp; \n\t", 1480 !strconcat("atom", SpaceStr, OpcStr, TypeStr, " \t$dst, [$addr], $b, $c;"), 1486 !strconcat("atom", SpaceStr, OpcStr, TypeStr, " \t$dst, [$addr], $b, $c;"), 1492 !strconcat("atom", SpaceStr, OpcStr, TypeStr, " \t$dst, [$addr], $b, $c;", ""), 1498 !strconcat("atom", SpaceStr, OpcStr, TypeStr, " \t$dst, [$addr], $b, $c;"), 1984 defm : ATOM2P_impl<"atom" # !if(!eq(SpaceStr, "gen"), "", "." # SpaceStr) 1998 defm : ATOM3P_impl<"atom" # !if(!eq(SpaceStr, "gen"), "", "." # SpaceStr) 2050 // atom.add [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | archures.texi | 2 BFD keeps one atom in a BFD describing the
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | BuiltinsNVPTX.def | 661 // We need the atom intrinsics because
|
| H A D | AttrDocs.td | 334 // Declares and defines the atom version of single_cpu. 335 __attribute__((cpu_specific(atom))) 338 // Declares and defines both the ivybridge and atom version of multi_cpu. 339 __attribute__((cpu_specific(ivybridge, atom))) 352 __attribute__((cpu_dispatch(ivybridge, atom))) 357 __attribute__((cpu_dispatch(ivybridge, atom, sandybridge))) 2369 __attribute__((target("arch=atom"))) 2370 void foo() {} // will be called on 'atom' processors. 2434 __attribute__((target_clones("arch=atom,avx2","arch=ivybridge","default")))
|
| /openbsd-src/gnu/llvm/libcxx/utils/data/unicode/ |
| H A D | emoji-data.txt | 83 269B..269C ; Emoji # E1.0 [2] (⚛️..⚜️) atom symbol..fleur-de-lis 888 269B..269C ; Extended_Pictographic# E1.0 [2] (⚛️..⚜️) atom symbol..fleur-de-lis
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/emoji/ |
| H A D | emoji.txt | 83 269B..269C ; Emoji # E1.0 [2] (⚛️..⚜️) atom symbol..fleur-de-lis 888 269B..269C ; Extended_Pictographic# E1.0 [2] (⚛️..⚜️) atom symbol..fleur-de-lis
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlglossary.pod | 186 =item atom 195 When X<atomic operation>Democritus gave the word “atom” to the indivisible 590 used to group parts of a B<regular expression> into a single B<atom>. 1406 hexagonal crystal lattice one atom thick. A B<grapheme>, or more fully, a 2690 many times the foregoing B<atom> may occur.
|