Home
last modified time | relevance | path

Searched refs:froms (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/sql/
H A Dtest_from_linter.py46 assert not froms
50 assert not froms
157 assert froms == {p1}
162 assert froms == {p1}
168 is_(froms, None)
224 assert not froms
255 assert not froms
269 assert not froms
282 assert not froms
294 assert not froms
[all …]
/dports/x11/xmascot/xmascot-2.6a.20200830/
H A Dbiff.c375 froms = NULL; in check_mailbox()
385 if (froms != NULL) in check_mailbox()
386 XtFree(froms); in check_mailbox()
398 froms = NULL; in check_extern()
415 if (froms != NULL) in check_extern()
416 XtFree(froms); in check_extern()
469 if (!froms) in check_youbin()
475 if (!froms) in check_youbin()
481 if (froms != NULL) in check_youbin()
482 XtFree(froms); in check_youbin()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/i386/
H A Dcygmon-gmon.c75 static unsigned short *froms; variable
120 froms = (unsigned short *) sbrk (s_textsize / HASHFRACTION);
121 if (froms == (unsigned short *) -1)
124 froms = 0;
127 bzero (froms, s_textsize / HASHFRACTION);
144 froms = 0;
181 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
184 if ( froms[fromindex] == 0 ) in _mcleanup()
188 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
189 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) in _mcleanup()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/i386/
H A Dcygmon-gmon.c75 static unsigned short *froms; variable
120 froms = (unsigned short *) sbrk (s_textsize / HASHFRACTION);
121 if (froms == (unsigned short *) -1)
124 froms = 0;
127 bzero (froms, s_textsize / HASHFRACTION);
144 froms = 0;
181 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
184 if ( froms[fromindex] == 0 ) in _mcleanup()
188 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
189 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) in _mcleanup()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/i386/
H A Dcygmon-gmon.c75 static unsigned short *froms; variable
120 froms = (unsigned short *) sbrk (s_textsize / HASHFRACTION);
121 if (froms == (unsigned short *) -1)
124 froms = 0;
127 bzero (froms, s_textsize / HASHFRACTION);
144 froms = 0;
181 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
184 if ( froms[fromindex] == 0 ) in _mcleanup()
188 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
189 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) in _mcleanup()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Workflow/
H A DTransition.php23 private $froms; variable in Symfony\\Component\\Workflow\\Transition
28 * @param string|string[] $froms
31 public function __construct($name, $froms, $tos) argument
38 $this->froms = (array) $froms;
49 return $this->froms;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Workflow/
H A DTransition.php23 private $froms; variable in Symfony\\Component\\Workflow\\Transition
28 * @param string|string[] $froms
31 public function __construct($name, $froms, $tos) argument
38 $this->froms = (array) $froms;
49 return $this->froms;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgmon.c56 static unsigned short *froms; variable
96 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION );
97 if ( froms == (unsigned short *) -1 ) {
99 froms = 0;
111 froms = 0;
167 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
169 if ( froms[fromindex] == 0 ) { in _mcleanup()
172 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
173 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
225 &froms[((long) frompcindex) / (HASHFRACTION * sizeof(*froms))]; in mcount()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgmon.c56 static unsigned short *froms; variable
96 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION );
97 if ( froms == (unsigned short *) -1 ) {
99 froms = 0;
111 froms = 0;
167 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
169 if ( froms[fromindex] == 0 ) { in _mcleanup()
172 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
173 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
225 &froms[((long) frompcindex) / (HASHFRACTION * sizeof(*froms))]; in mcount()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mep/
H A Dmep-gmon.c130 static unsigned short *froms; variable
170 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in moncleanup()
173 if (froms[fromindex] == 0) in moncleanup()
177 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in moncleanup()
178 for (toindex = froms[fromindex]; toindex != 0; in moncleanup()
224 froms = (unsigned short *) sbrk (s_textsize / HASHFRACTION);
225 if (froms == (unsigned short *) -1)
228 froms = 0;
244 froms = 0;
320 &froms[((long) frompcindex) / (HASHFRACTION * sizeof (*froms))];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dgmon-sol2.c112 static unsigned short *froms; variable
154 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION );
155 if ( froms == (unsigned short *) -1 ) {
157 froms = 0;
169 froms = 0;
226 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
228 if ( froms[fromindex] == 0 ) { in _mcleanup()
231 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
232 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
302 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/sparc/
H A Dgmon-sol2.c76 static unsigned short *froms; variable
118 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION ); in monstartup()
119 if ( froms == (unsigned short *) -1 ) { in monstartup()
121 froms = 0; in monstartup()
133 froms = 0; in monstartup()
214 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
216 if ( froms[fromindex] == 0 ) { in _mcleanup()
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
220 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
322 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/sparc/
H A Dgmon-sol2.c76 static unsigned short *froms; variable
118 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION ); in monstartup()
119 if ( froms == (unsigned short *) -1 ) { in monstartup()
121 froms = 0; in monstartup()
133 froms = 0; in monstartup()
214 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
216 if ( froms[fromindex] == 0 ) { in _mcleanup()
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
220 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
321 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/i386/
H A Dgmon-sol2.c112 static unsigned short *froms; variable
154 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION );
155 if ( froms == (unsigned short *) -1 ) {
157 froms = 0;
169 froms = 0;
226 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
228 if ( froms[fromindex] == 0 ) { in _mcleanup()
231 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
232 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
302 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/i386/
H A Dgmon-sol2.c112 static unsigned short *froms; variable
154 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION );
155 if ( froms == (unsigned short *) -1 ) {
157 froms = 0;
169 froms = 0;
226 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
228 if ( froms[fromindex] == 0 ) { in _mcleanup()
231 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
232 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
302 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/sparc/
H A Dgmon-sol2.c76 static unsigned short *froms; variable
118 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION ); in monstartup()
119 if ( froms == (unsigned short *) -1 ) { in monstartup()
121 froms = 0; in monstartup()
133 froms = 0; in monstartup()
214 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
216 if ( froms[fromindex] == 0 ) { in _mcleanup()
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
220 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
322 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
/dports/dns/idnkit2/idnkit-2.3/test/common/
H A Dtest_comparenames2.c205 const char *froms[2]; in main() local
215 froms[0] = NULL; in main()
216 froms[1] = NULL; in main()
223 froms[nfroms] = av[i]; in main()
227 froms[nfroms] = av[i]; in main()
295 printf("from1: %s\n", froms[0]); in main()
296 printf("from2: %s\n", froms[1]); in main()
324 r = idn_res_comparenames2(ctx, actions[0], froms[0], in main()
325 actions[1], froms[1]); in main()
/dports/games/libtmcg/libTMCG-1.3.18/tests/
H A Dt-aio.cc84 std::vector<size_t> froms; in start_instance_nonblock() local
95 froms.push_back(i); in start_instance_nonblock()
104 ipos = std::find(froms.begin(), froms.end(), i); in start_instance_nonblock()
105 if (ipos != froms.end()) in start_instance_nonblock()
106 froms.erase(ipos); in start_instance_nonblock()
116 for (size_t i = 0; i < froms.size(); i++) in start_instance_nonblock()
225 std::vector<size_t> froms; in start_instance_select() local
236 froms.push_back(i); in start_instance_select()
245 ipos = std::find(froms.begin(), froms.end(), i); in start_instance_select()
246 if (ipos != froms.end()) in start_instance_select()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/sol2/
H A Dgmon.c79 static unsigned short *froms; variable
116 froms = sbrk (s_textsize / HASHFRACTION); in monstartup()
117 if (froms == (void *) -1) { in monstartup()
119 froms = NULL; in monstartup()
131 froms = NULL; in monstartup()
197 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
199 if (froms[fromindex] == 0) { in _mcleanup()
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
203 for (toindex = froms[fromindex]; in _mcleanup()
353 frompcindex = &froms[((long) frompcindex) / (HASHFRACTION * sizeof (*froms))]; in internal_mcount()
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/sol2/
H A Dgmon.c79 static unsigned short *froms; variable
116 froms = sbrk (s_textsize / HASHFRACTION); in monstartup()
117 if (froms == (void *) -1) { in monstartup()
119 froms = NULL; in monstartup()
131 froms = NULL; in monstartup()
197 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
199 if (froms[fromindex] == 0) { in _mcleanup()
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
203 for (toindex = froms[fromindex]; in _mcleanup()
353 frompcindex = &froms[((long) frompcindex) / (HASHFRACTION * sizeof (*froms))]; in internal_mcount()
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/
H A Dgmon-sol2.c82 static unsigned short *froms; variable
119 froms = sbrk (s_textsize / HASHFRACTION); in monstartup()
120 if (froms == (void *) -1) { in monstartup()
122 froms = NULL; in monstartup()
134 froms = NULL; in monstartup()
200 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
202 if (froms[fromindex] == 0) { in _mcleanup()
205 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
206 for (toindex = froms[fromindex]; in _mcleanup()
358 frompcindex = &froms[((long) frompcindex) / (HASHFRACTION * sizeof (*froms))]; in internal_mcount()
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/sol2/
H A Dgmon.c79 static unsigned short *froms; variable
116 froms = sbrk (s_textsize / HASHFRACTION); in monstartup()
117 if (froms == (void *) -1) { in monstartup()
119 froms = NULL; in monstartup()
131 froms = NULL; in monstartup()
197 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
199 if (froms[fromindex] == 0) { in _mcleanup()
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
203 for (toindex = froms[fromindex]; in _mcleanup()
353 frompcindex = &froms[((long) frompcindex) / (HASHFRACTION * sizeof (*froms))]; in internal_mcount()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/sol2/
H A Dgmon.c79 static unsigned short *froms; variable
116 froms = sbrk (s_textsize / HASHFRACTION); in monstartup()
117 if (froms == (void *) -1) { in monstartup()
119 froms = NULL; in monstartup()
131 froms = NULL; in monstartup()
197 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
199 if (froms[fromindex] == 0) { in _mcleanup()
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
203 for (toindex = froms[fromindex]; in _mcleanup()
353 frompcindex = &froms[((long) frompcindex) / (HASHFRACTION * sizeof (*froms))]; in internal_mcount()
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/sol2/
H A Dgmon.c79 static unsigned short *froms; variable
116 froms = sbrk (s_textsize / HASHFRACTION); in monstartup()
117 if (froms == (void *) -1) { in monstartup()
119 froms = NULL; in monstartup()
131 froms = NULL; in monstartup()
197 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
199 if (froms[fromindex] == 0) { in _mcleanup()
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
203 for (toindex = froms[fromindex]; in _mcleanup()
353 frompcindex = &froms[((long) frompcindex) / (HASHFRACTION * sizeof (*froms))]; in internal_mcount()
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/sol2/
H A Dgmon.c79 static unsigned short *froms; variable
116 froms = sbrk (s_textsize / HASHFRACTION); in monstartup()
117 if (froms == (void *) -1) { in monstartup()
119 froms = NULL; in monstartup()
131 froms = NULL; in monstartup()
197 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
199 if (froms[fromindex] == 0) { in _mcleanup()
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
203 for (toindex = froms[fromindex]; in _mcleanup()
353 frompcindex = &froms[((long) frompcindex) / (HASHFRACTION * sizeof (*froms))]; in internal_mcount()

12345678910>>...14