Home
last modified time | relevance | path

Searched refs:tas (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/src/external/bsd/libpcap/dist/
Dpcap-airpcap.c375 AirpcapStats tas; in airpcap_stats() local
380 if (!p_AirpcapGetStats(pa->adapter, &tas)) { in airpcap_stats()
387 ps->ps_drop = tas.Drops; in airpcap_stats()
388 ps->ps_recv = tas.Recvs; in airpcap_stats()
389 ps->ps_ifdrop = tas.IfDrops; in airpcap_stats()
419 AirpcapStats tas; in airpcap_stats_ex() local
426 if (!p_AirpcapGetStats(pa->adapter, &tas)) { in airpcap_stats_ex()
433 p->stat.ps_recv = tas.Recvs; in airpcap_stats_ex()
434 p->stat.ps_drop = tas.Drops; in airpcap_stats_ex()
435 p->stat.ps_ifdrop = tas.IfDrops; in airpcap_stats_ex()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlanguage.c986 for (struct type_and_symbol &tas : primitive_types_and_symbols) in lookup_primitive_type_and_symbol() local
988 if (strcmp (tas.type ()->name (), name) == 0) in lookup_primitive_type_and_symbol()
989 return &tas; in lookup_primitive_type_and_symbol()
1000 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); in lookup_primitive_type() local
1001 if (tas != nullptr) in lookup_primitive_type()
1002 return tas->type (); in lookup_primitive_type()
1012 for (struct type_and_symbol &tas : primitive_types_and_symbols) in lookup_primitive_type() local
1014 if (filter (tas.type ())) in lookup_primitive_type()
1015 return tas.type (); in lookup_primitive_type()
1027 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); in lookup_primitive_type_as_symbol() local
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dsync.md80 "tas %1\;sne %0")
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
Dt07_ari3.s63 tas @er1 ;01e07b1c
Dh8300s.s143 tas @er0
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.opt277 Use tas.b instruction for __atomic_test_and_set.
Dsync.md27 ;; All SH CPUs support the 'tas.b' instruction, which can be optionally used
31 ;; tas.b atomic_test_and_set (-mtas)
33 ;; Depending on the particular hardware configuration, usage of the 'tas.b'
38 ;; enable the 'tas.b' instruction only, without enabling support for the
2172 "tas.b @%0"
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-sh.texi327 shll16 Rn tas.b @@Rn
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dstop.spell-cc1379 tas
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-2019257 (struct h8_opcode h8_opcodes): tas / ldm / stm supported H8S or
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-2019257 (struct h8_opcode h8_opcodes): tas / ldm / stm supported H8S or
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dmep-core.cpu2106 (dnci tas "test and set" (OPTIONAL_BIT_INSN)
2107 "tas $rn,($rma)"
Dsh64-compact.cpu1689 "tas.b @$rn"
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dmep-core.cpu2106 (dnci tas "test and set" (OPTIONAL_BIT_INSN)
2107 "tas $rn,($rma)"
Dsh64-compact.cpu1689 "tas.b @$rn"
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
DChangeLog-91032263 (tas, mac, ldmac, clrmac, ldm, stm): New instructions.
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
DChangeLog-91032263 (tas, mac, ldmac, clrmac, ldm, stm): New instructions.
/netbsd/src/external/gpl3/binutils/dist/ld/po/
Dfr.po1939 msgstr "Afficher des tas d'information durant l'édition de lien"
5697 " --reserved-space=octets Stockage local pour la pile et le tas. Si non spécifié\n"
5698 " ld estimera la taille de la pile et ne supposera aucun tas\n"
Dsv.po1907 msgstr "Behåll exporterade symboler medan oanvända sektioner tas bort"
/netbsd/src/external/gpl3/binutils/dist/binutils/po/
Dfr.po5481 " --heap <reserve>[,<commit>] Fixer le tas PE réservé/engagé à <reserve>/\n"
7540 msgstr "Taille du tas réservé :\t\t%#lx\n"
7545 msgstr "Taille du tas utilisé :\t\t%#lx\n"
Dsv.po1578 msgstr "Sökvägskomponenter tas bort från dllnamnet, ”%s”."
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dinvoke.texi25319 test-and-set (@code{tas}).
30243 Generate the @code{tas.b} opcode for @code{__atomic_test_and_set}.
30246 that are implied by the @code{tas.b} instruction. On multi-core SH4A
30247 processors the @code{tas.b} instruction must be used with caution since it
Dgcc.info23453 ('tas').
27608 Generate the 'tas.b' opcode for '__atomic_test_and_set'. Notice
27611 operand cache line flushes that are implied by the 'tas.b'
27612 instruction. On multi-core SH4A processors the 'tas.b' instruction
/netbsd/src/external/gpl3/binutils/dist/gas/po/
Dsv.po1775 msgstr "systemregisternamn ”%s” är föråldrat och kan komma att tas bort i en framtida version"
2141 msgstr "måste ange utökningar att lägga till innan de som ska tas bort anges"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201212347 * config/sh/sh.opt (menable-tas): Rename to mtas.
31771 * config/sh/sh.opt (menable-tas): New option.

12