HomeSort by: relevance | last modified time | path
    Searched refs:tas (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
tas.s 1 # Hitachi H8 testcase 'tas'
22 ;; tas @erd
23 tas @er4 ; should set zero flag
29 tas @er4 ; should clear zero, set neg
47 .if (sim_cpu == h8sx) ; h8sx can use any register for tas
53 ;; tas @erd
54 tas @er3 ; should set zero flag
60 tas @er3 ; should clear zero, set neg
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
tas.s 1 # Hitachi H8 testcase 'tas'
22 ;; tas @erd
23 tas @er4 ; should set zero flag
29 tas @er4 ; should clear zero, set neg
47 .if (sim_cpu == h8sx) ; h8sx can use any register for tas
53 ;; tas @erd
54 tas @er3 ; should set zero flag
60 tas @er3 ; should clear zero, set neg
  /src/external/gpl3/gdb.old/dist/gdb/
language.c 1002 for (struct type_and_symbol &tas : primitive_types_and_symbols)
1004 if (strcmp (tas.type ()->name (), name) == 0)
1005 return &tas;
1016 type_and_symbol *tas = lookup_primitive_type_and_symbol (name);
1017 if (tas != nullptr)
1018 return tas->type ();
1028 for (struct type_and_symbol &tas : primitive_types_and_symbols)
1030 if (filter (tas.type ()))
1031 return tas.type ();
1043 type_and_symbol *tas = lookup_primitive_type_and_symbol (name)
1010 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); local
1037 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
language.c 994 for (struct type_and_symbol &tas : primitive_types_and_symbols)
996 if (strcmp (tas.type ()->name (), name) == 0)
997 return &tas;
1008 type_and_symbol *tas = lookup_primitive_type_and_symbol (name);
1009 if (tas != nullptr)
1010 return tas->type ();
1020 for (struct type_and_symbol &tas : primitive_types_and_symbols)
1022 if (filter (tas.type ()))
1023 return tas.type ();
1035 type_and_symbol *tas = lookup_primitive_type_and_symbol (name)
1002 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); local
1029 type_and_symbol *tas = lookup_primitive_type_and_symbol (name); local
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-airpcap.c 375 AirpcapStats tas; local
380 if (!p_AirpcapGetStats(pa->adapter, &tas)) {
387 ps->ps_drop = tas.Drops;
388 ps->ps_recv = tas.Recvs;
389 ps->ps_ifdrop = tas.IfDrops;
419 AirpcapStats tas; local
426 if (!p_AirpcapGetStats(pa->adapter, &tas)) {
433 p->stat.ps_recv = tas.Recvs;
434 p->stat.ps_drop = tas.Drops;
435 p->stat.ps_ifdrop = tas.IfDrops
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_arange.c 37 Dwarf_ArangeSet as, tas; local
40 STAILQ_FOREACH_SAFE(as, &dbg->dbg_aslist, as_next, tas) {
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 452 ARGV *tas; member in struct:OPTIONS
1837 if (state->options.tas)
1838 argv_free(state->options.tas);
1971 state->options.tas = argv_alloc(1);
2017 argv_add(state->options.tas, optarg, ARGV_END);
2218 if (!state->options.tas->argc)
2227 for (file = state->options.tas->argv; *file; ++file) {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
t07_ari3.s 63 tas @er1 ;01e07b1c
h8300s.s 143 tas @er0
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
t07_ari3.s 63 tas @er1 ;01e07b1c
h8300s.s 143 tas @er0
  /src/external/mpl/dhcp/dist/server/
mdb6.c 2364 int nas, tas, pds; local
2372 tas = ia_hash_foreach(ia_ta_active, write_ia_leases);
2382 nas, tas, pds);

Completed in 28 milliseconds