Searched refs:sets (Results 51 - 75 of 77) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.cpp38 LLDB_INVALID_REGNUM, // Register sets must be terminated with
56 LLDB_INVALID_REGNUM // Register sets must be terminated with
67 LLDB_INVALID_REGNUM // Register sets must be terminated with
113 LLDB_INVALID_REGNUM // Register sets must be terminated with
136 LLDB_INVALID_REGNUM // Register sets must be terminated with
150 LLDB_INVALID_REGNUM // Register sets must be terminated with
278 // Number of register sets provided by this context.
430 size_t sets = 0; local
433 ++sets;
436 return sets;
[all...]
H A DDynamicRegisterInfo.cpp64 StructuredData::Array *sets = nullptr; local
65 if (dict.GetValueForKeyAsArray("sets", sets)) {
66 const uint32_t num_sets = sets->GetSize();
69 if (sets->GetItemAtIndexAsString(i, set_name) && !set_name.IsEmpty()) {
73 printf("error: register sets must have valid names\n");
728 s.Printf("%p: DynamicRegisterInfo contains %" PRIu64 " register sets:\n",
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_armv7.S320 ubfx r2, r0, #13, #15 @ get num sets - 1 from CCSIDR
329 lsl r2, r2, r0 @ shift sets by log2(linesize)
336 /* r3 = ways/sets, r2 = way decr, r1 = set decr, r0 and ip are free */
/freebsd-11-stable/contrib/gcc/
H A Dsched-int.h115 /* Element N is the next insn that sets (hard or pseudo) register
122 rtx sets; member in struct:deps::deps_reg
129 in reg_last[N].{uses,sets,clobbers}. */
H A Dreorg.c97 correspondence between the insn that sets and uses CC0. The insns are
98 allowed to be separated by placing an insn that sets CC0 (but not an insn
669 the insn that sets CC0 for it and delete it too. */
674 /* Delete the insn that sets cc0 for us. On machines without cc0, we could
675 delete the insn that sets the condition code, but it is hard to find it.
1215 rtx delay_list, struct resources *sets,
1237 ??? It may be possible to move other sets into INSN in addition to
1274 if (insn_references_resource_p (trial, sets, 0)
1276 || insn_sets_resource_p (trial, sets, 0)
1278 /* If TRIAL sets CC
1204 steal_delay_list_from_target(rtx insn, rtx condition, rtx seq, rtx delay_list, struct resources *sets, struct resources *needed, struct resources *other_needed, int slots_to_fill, int *pslots_filled, int *pannul_p, rtx *pnew_thread) argument
1337 steal_delay_list_from_fallthrough(rtx insn, rtx condition, rtx seq, rtx delay_list, struct resources *sets, struct resources *needed, struct resources *other_needed, int slots_to_fill, int *pslots_filled, int *pannul_p) argument
[all...]
H A Dsched-rgn.c2224 /* Determine if PAT sets a CLASS_LIKELY_SPILLED_P register. */
2444 succ_rl->sets = concat_INSN_LIST (pred_rl->sets, succ_rl->sets);
2501 maintained by sched_analyze (): reg_last[].sets for register DEFs,
H A Dreload.c34 1. sets up tables describing which values must be reloaded
1439 /* If this is an IN/OUT reload in an insn that sets the CC,
6721 /* First check for something that sets some reg equal to GOAL. */
7174 int sets)
7185 || (sets == 1 && GET_CODE (PATTERN (insn)) == SET))
7193 if (sets == 2 && reg_inc_found_and_valid_p (regno, endregno, insn))
7204 || (sets == 1 && GET_CODE (PATTERN (insn)) == SET))
7212 if (sets == 2
7145 regno_clobbered_p(unsigned int regno, rtx insn, enum machine_mode mode, int sets) argument
/freebsd-11-stable/lib/libc/regex/grot/
H A Ddebug.c117 cs = &g->sets[opnd];
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c176 cs = &g->sets[opnd];
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c294 g->sets = NULL;
896 if ((ch = singleton(cs)) != OUT) { /* optimize singleton sets */
900 EMIT(OANYOF, (int)(cs - p->g->sets));
1141 EMIT(OANYOF, (int)(cs - p->g->sets));
1288 ncs = reallocarray(p->g->sets, p->g->ncsets + 1, sizeof(*ncs));
1293 p->g->sets = ncs;
1294 cs = &p->g->sets[p->g->ncsets++];
1307 cset *top = &p->g->sets[p->g->ncsets];
H A Dengine.c601 cs = &m->g->sets[OPND(s)];
936 cs = &g->sets[OPND(s)];
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c380 prepend_is_duplicate(struct ub_packed_rrset_key** sets, size_t to, argument
385 if(sets[i]->rk.type == dup->rk.type &&
386 sets[i]->rk.rrset_class == dup->rk.rrset_class &&
387 sets[i]->rk.dname_len == dup->rk.dname_len &&
388 query_dname_compare(sets[i]->rk.dname, dup->rk.dname)
401 struct ub_packed_rrset_key** sets; local
412 sets = regional_alloc(region, (num_an+num_ns+msg->rep->rrset_count) *
414 if(!sets)
419 sets[num_an++] = p->rrset;
423 memcpy(sets
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp80 LLDB_INVALID_REGNUM // register sets need to end with this flag
103 LLDB_INVALID_REGNUM // register sets need to end with this flag
120 LLDB_INVALID_REGNUM // register sets need to end with this flag
131 LLDB_INVALID_REGNUM // register sets need to end with this flag
138 // Number of register sets provided by this context.
141 // Register sets for x86 64-bit.
183 uint32_t sets = 0; local
186 ++sets;
189 return sets;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcaching.c212 if (! err && (info.gets > 0 || info.sets > 0))
260 /* This function sets / registers the required callbacks for a given
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c533 * state and sets appropriate values in structure indicating rollback
2842 /* XXX: sets-sets! */
2890 /* Use generic sets handler when per-set sysctl is enabled. */
2898 * To avoid invoking sets handler several times for XXX_ALL commands,
2913 * accessible from all sets when per-set tables sysctl
2923 /* Use generic sets handler when per-set sysctl is enabled. */
3010 ipfw_switch_tables_namespace(struct ip_fw_chain *ch, unsigned int sets) argument
3023 if (V_fw_tables_sets == sets) {
3028 if (sets
[all...]
H A Dip_fw2.c142 * Each rule belongs to one of 32 different sets (0..31).
1438 * then it sets p to point at the offset "len" in the mbuf. WARNING: the
3233 unsigned int sets; local
3235 sets = V_fw_tables_sets;
3237 error = sysctl_handle_int(oidp, &sets, 0, req);
3242 return (ipfw_switch_tables_namespace(&V_layer3_chain, sets));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcaching.c189 if (! err && (info.gets > 0 || info.sets > 0))
237 /* This function sets / registers the required callbacks for a given
794 /* This function sets / registers the required callbacks for a given
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c510 cs = &m->g->sets[d];
896 cs = &g->sets[d];
/freebsd-11-stable/share/mk/
H A Dsys.mk118 # make(1) sets the special macro %POSIX in this case (to the actual
H A Ddirdeps.mk60 # Each Makefile.depend file sets DEP_RELDIR to be the
75 # this is sufficient. The _DIRDEP_USE target actually sets
279 # which sets the DEP_* macros below.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc516 cs = &m->g->sets[OPND(s)];
896 cs = &g->sets[OPND(s)];
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk77 # this is sufficient. The _DIRDEP_USE target actually sets
318 # which sets the DEP_* macros below.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex264 % Output a mark which sets \thischapter, \thissection and \thiscolor.
1145 % k sets the color for filling (usual text, etc.);
1146 % K sets the color for stroking (thin rules, e.g., normal _'s).
1935 % future. Used with @smallbook, which sets the leading to 12pt.
2107 % Each font-changing command also sets the names \lsize (one size lower)
2840 % to a command which sets the catcodes (such as @item or @section).
3953 % This preamble sets up a generic column definition, which will
4144 % @set VAR sets the variable VAR to an empty value.
4145 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
4151 % We rely on the fact that \parsearg sets \catcod
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1082 % to a command which sets the catcodes (such as @item or @section).
1667 % Each font-changing command also sets the names \lsize (one size lower)
2843 % This preamble sets up a generic column definition, which will
3028 % @set VAR sets the variable VAR to an empty value.
3029 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
3035 % We rely on the fact that \parsearg sets \catcode`\ =10.
3735 % @code, which sets - active. This problem was fixed by a kludge---
5151 % [Knuth] p.344; only we need to do the other characters Texinfo sets
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1059 % to a command which sets the catcodes (such as @item or @section).
1601 % Each font-changing command also sets the names \lsize (one size lower)
2742 % This preamble sets up a generic column definition, which will
2927 % @set VAR sets the variable VAR to an empty value.
2928 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
2934 % We rely on the fact that \parsearg sets \catcode`\ =10.
3633 % @code, which sets - active. This problem was fixed by a kludge---
5027 % [Knuth] p.344; only we need to do the other characters Texinfo sets

Completed in 280 milliseconds

1234