Searched refs:pseudo (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/targets/pseudo/the-lot/
H A DMakefile.depend8 targets/pseudo/kernel \
9 targets/pseudo/toolchain \
10 targets/pseudo/userland \
13 DIRDEPS+= targes/pseudo/tests
/freebsd-11-stable/targets/pseudo/universe/
H A DMakefile.depend9 targets/pseudo/hosttools.host \
H A DMakefile25 # For example; to build some tool for the pseudo machine "host".
35 UNIVERSE_TARGET_RELDIR?= targets/pseudo/the-lot
/freebsd-11-stable/targets/pseudo/toolchain/
H A DMakefile.depend25 DIRDEPS+= targets/pseudo/clang
28 DIRDEPS+= targets/pseudo/gcc
/freebsd-11-stable/contrib/gcc/
H A Dintegrate.c58 rtx pseudo;
223 if (rtx_equal_p (ivs->entries[i].pseudo, reg))
229 /* Make sure that there's a pseudo register of mode MODE that stores the
230 initial value of hard register REGNO. Return an rtx for such a pseudo. */
261 ivs->entries[ivs->num_entries].pseudo = gen_reg_rtx (mode);
263 return ivs->entries[ivs->num_entries++].pseudo;
266 /* See if get_hard_reg_initial_val has been used to create a pseudo
268 the associated pseudo if so, otherwise return NULL. */
281 return ivs->entries[i].pseudo;
298 emit_move_insn (ivs->entries[i].pseudo, iv
57 rtx pseudo; local
[all...]
/freebsd-11-stable/targets/
H A DMakefile42 target_dirs = targets targets/pseudo
49 .if ${DIRDEPS:Mtargets/pseudo/*} != ""
56 DIRDEPS = targets/pseudo/check-commit
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dentropy.c95 isc_uint32_t pseudo; /*%< bits extracted in pseudorandom */ member in struct:__anon4814
250 add_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) { argument
252 pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8);
253 /* Add in the pseudo we already have. */
254 pseudo += ent->pool.pseudo;
256 ent->pool.pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8);
260 * Decrement the amount of pseudo th
263 subtract_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_rand.c221 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) argument
224 pseudo ? BN_pseudo_rand : BN_rand;
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_lcl.h156 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock);
H A Dmd_rand.c343 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock) argument
542 else if (pseudo)
574 * pseudo-random bytes that are guaranteed to be unique but not unpredictable
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c138 int pseudo; local
159 pseudo = 1;
161 pseudo = 0;
165 if (_dwarf_section_init(dbg, &drs->drs_ds, name, pseudo, error) !=
H A Dlibdwarf_sections.c35 int pseudo, Dwarf_Error *error)
52 if (!pseudo) {
34 _dwarf_section_init(Dwarf_P_Debug dbg, Dwarf_P_Section *dsp, const char *name, int pseudo, Dwarf_Error *error) argument
/freebsd-11-stable/share/mk/
H A Dlocal.dirdeps.mk18 # pseudo machines get no qualification
194 # we need targets/pseudo/stage to prep the stage tree
195 .if ${DEP_RELDIR} != "targets/pseudo/stage"
196 DIRDEPS += targets/pseudo/stage
H A Dlocal.gendirdeps.mk13 Ntargets/pseudo/stage* \
H A Dbsd.progs.mk163 # Depend main pseudo targets on all PROG.pseudo targets too.
H A Dmeta.sys.mk66 # we use the pseudo machine "host" for the build host.
H A Dbsd.compiler.mk135 # common is a pseudo machine for architecture independent
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsegments.c75 if (s->off < seg->off || (s->vma < seg->vaddr && !s->pseudo))
90 if (s->pseudo)
428 if (s->pseudo || s->name == NULL)
517 if (s->pseudo) {
H A Dsections.c176 if (s->pseudo)
327 if (sec->pseudo == 0)
348 * Insert a pseudo section that contains the ELF header
358 s->pseudo = 1;
533 * Treat section header table as a "pseudo" section, insert it
553 if (!s->pseudo)
562 shtab->pseudo = 1;
574 /* Skip pseudo section. */
575 if (s->pseudo)
978 if (s->pseudo || (
[all...]
H A Delfcopy.h135 int pseudo; member in struct:section
267 off_t rela_off; /* offset relative to pseudo members. */
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp387 // Look through pseudo-object expressions.
388 if (PseudoObjectExpr *pseudo = dyn_cast<PseudoObjectExpr>(subExpr)) {
389 subExpr = pseudo->getResultExpr();
390 assert(subExpr && "no result for pseudo-object of non-void type?");
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dentropy.c104 * Also, we will check to see if the "pseudo" count is too high.
120 && (ent->pool.pseudo <= RND_POOLBITS / 4))
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh84 uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.sys.mk58 # we use the pseudo machine "host" for the build host.
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c269 * Also, we will check to see if the "pseudo" count is too high.
285 && (ent->pool.pseudo <= RND_POOLBITS / 4))

Completed in 208 milliseconds

12