| /src/external/gpl3/gcc/dist/gcc/ |
| regset.h | 56 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM) 62 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM) 65 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) 68 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM) 70 /* Same, but with FROM being a HARD_REG_SET. */ 71 #define IOR_REG_SET_HRS(TO, FROM) \ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| regset.h | 56 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM) 62 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM) 65 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) 68 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM) 70 /* Same, but with FROM being a HARD_REG_SET. */ 71 #define IOR_REG_SET_HRS(TO, FROM) \ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa64-linux.h | 33 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 40 && (FROM) == ARG_POINTER_REGNUM) \ 48 switch (FROM) \
|
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa64-linux.h | 37 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 44 && (FROM) == ARG_POINTER_REGNUM) \ 52 switch (FROM) \
|
| /src/sys/arch/vax/floppy/ |
| defboo.hp | 4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
14 D/G A 0 ! DEV TO BOOT FROM, SEE CODING IN REBOOT.H AND RPB.H
|
| /src/usr.bin/make/unit-tests/ |
| hanoi-include.mk | 16 # an endless loop, since variables from the command line cannot be overridden 21 FROM?= A # ... from this stack ... 32 . for from to in ${FROM} ${TO} 34 @echo "Move the upper disk from stack ${from} to stack ${to}." 41 . for from to in ${FROM} ${TO} 43 @echo "Move the upper disk from stack ${from} to stack ${to}. [all...] |
| /src/bin/ksh/ |
| emacs-gen.sh | 21 * NOTE: THIS FILE WAS GENERATED AUTOMATICALLY FROM $file
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/ |
| testdb_metadata.sql | 54 'INSERT INTO authors_docs (pers_id,doc_id) VALUES ((SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)),?)', 55 'DELETE FROM authors_docs WHERE authors_docs.pers_id=(SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)) AND authors_docs.doc_id=?',3,0); 112 set @@keyval=(SELECT MAX(id) FROM example.persons) 116 DELETE FROM example.phones WHERE pers_id=@keyval; 117 DELETE FROM example.authors_docs WHERE pers_id=@keyval; 118 DELETE FROM example.persons WHERE id=@keyval; 123 set @@keyval=(SELECT MAX(id) FROM example.institutes) 127 DELETE FROM example.institutes WHERE id=@keyval; 132 set @@keyval=(SELECT MAX(id) FROM example.documents [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| fptr.c | 45 #define GET_FIELD(X, FROM, TO) \ 46 ((X) >> (31 - (TO)) & ((1 << ((TO) - (FROM) + 1)) - 1)) 134 /* Extract the 17-bit displacement from the instruction. */
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| fptr.c | 45 #define GET_FIELD(X, FROM, TO) \ 46 ((X) >> (31 - (TO)) & ((1 << ((TO) - (FROM) + 1)) - 1)) 134 /* Extract the 17-bit displacement from the instruction. */
|
| /src/external/bsd/kyua-cli/dist/store/ |
| migrate_v1_v2.sql | 14 -- may be used to endorse or promote products derived from this software 73 SELECT schema_version, timestamp FROM metadata; 111 test_suite_name, interface FROM test_programs; 185 FROM test_programs JOIN tmp_default_metadata; 188 FROM test_programs JOIN test_cases 194 -- Populate metadata overrides from plain test programs. 197 SELECT CAST(timeout / 1000000 AS TEXT) FROM plain_test_programs AS aux 204 FROM test_cases AS aux JOIN plain_test_programs 211 -- Populate metadata overrides from ATF test cases. 217 SELECT description FROM atf_test_cases AS au [all...] |
| /src/external/gpl2/groff/dist/src/preproc/eqn/ |
| eqn.y | 54 %token FROM 109 %right FROM TO 153 sqrt_over %prec FROM 157 | sqrt_over FROM sqrt_over 159 | sqrt_over FROM sqrt_over TO from_to 161 | sqrt_over FROM sqrt_over FROM from_to
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/ |
| testdb_metadata.sql | 24 -- sel_expr the expression that is used to select this attribute (the "select <sel_expr> from ..." portion) 25 -- from_tbls the expression that defines the table(s) this attribute is taken from (the "select ... from <from_tbls> where ..." portion) 126 SELECT person_ids.currval INTO keyval FROM DUAL; 132 DELETE FROM phones WHERE pers_id=keyval; 133 DELETE FROM authors_docs WHERE pers_id=keyval; 134 DELETE FROM persons WHERE id=keyval; 141 SELECT institute_ids.currval INTO keyval FROM DUAL; 147 DELETE FROM institutes WHERE id=keyval; 154 SELECT document_ids.currval INTO keyval FROM DUAL [all...] |
| /src/external/gpl2/gettext/dist/build-aux/ |
| ylwrap | 134 from="$1" 137 if test $from = "y.tab.c"; then 138 from="y_tab.c" 140 if test $from = "y.tab.h"; then 141 from="y_tab.h" 145 if test -f "$from"; then 173 FROM=`echo "$from" | sed \ 180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \ 181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$ [all...] |
| /src/external/gpl2/xcvs/dist/build-aux/ |
| ylwrap | 132 from="$1" 135 if test $from = "y.tab.c"; then 136 from="y_tab.c" 138 if test $from = "y.tab.h"; then 139 from="y_tab.h" 143 if test -f "$from"; then 171 FROM=`echo "$from" | sed \ 178 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \ 179 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$ [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/ |
| testdb_metadata.sql | 11 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (1,'inetOrgPerson','persons','id','SELECT create_person()','DELETE FROM persons WHERE id=?',0); 13 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (2,'document','documents','id','SELECT create_doc()','DELETE FROM documents WHERE id=?',0); 15 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (3,'organization','institutes','id','SELECT create_o()','DELETE FROM institutes WHERE id=?',0); 17 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (4,'referral','referrals','id','SELECT create_referral()','DELETE FROM referrals WHERE id=?',0); 23 -- sel_expr the expression that is used to select this attribute (the "select <sel_expr> from ..." portion) 24 -- from_tbls the expression that defines the table(s) this attribute is taken from (the "select ... from <from_tbls> where ..." portion) 30 insert into ldap_attr_mappings (id,oc_map_id,name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return) values (1,1,'cn','text(persons.name||'' ''||persons.surname)','persons',NULL,'SELECT update_person_cn(?,?)','SELECT 1 FROM persons WHERE persons.name=? AND persons.id=? AND 1=0',3,0); 32 insert into ldap_attr_mappings (id,oc_map_id,name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return) values (2,1,'telephoneNumber','phones.phone','persons,phones','phones.pers_id=persons.id','SELECT add_phone(?,?)','DELETE FROM phones WHERE phone=? AND pers_id=?',3,0); 40 insert into ldap_attr_mappings (id,oc_map_id,name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return) values (6,1,'seeAlso','seeAlso.dn','ldap_entries AS seeAlso,documents,authors_docs,persons','seeAlso.keyval=documents.id AND seeAlso.oc_map_id=2 AND authors_docs.doc_id=documents.id AND authors_docs.pers_id=persons.id',NULL,'DELETE from authors_docs WHERE authors_docs.doc_id=(SELECT documents.id FROM documents,ldap_entries AS seeAlso (…) [all...] |
| /src/usr.sbin/pf/pfs/ |
| token.l | 62 from { return FROM;}
|
| /src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| vms.h | 25 object is too far from ELF for supporting TM out of the box. */ 120 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 121 ((OFFSET) = alpha_vms_initial_elimination_offset(FROM, TO))
|
| /src/external/gpl3/gcc/dist/gcc/config/bpf/ |
| bpf.h | 285 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 288 (OFFSET) = bpf_initial_elimination_offset ((FROM), (TO)); \ 298 /* If nonzero, function arguments will be evaluated from last to 299 first, rather than from first to last. */ 339 from the frame pointer, rather than decreased, to satisfy the
|
| /src/external/gpl3/gcc/dist/gcc/config/moxie/ |
| moxie.h | 171 /* We can't copy to or from our CC register. */ 238 /* Offset from the argument pointer register to the first argument's 244 are at negative offsets from the frame pointer. */ 282 general-purpose register, a power of two from 1 or 8. */ 362 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 364 (OFFSET) = moxie_initial_elimination_offset ((FROM), (TO)); \
|
| /src/external/gpl3/gcc/dist/gcc/config/or1k/ |
| or1k.h | 341 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 343 (OFFSET) = or1k_initial_elimination_offset ((FROM), (TO)); \ 379 /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| vms.h | 25 object is too far from ELF for supporting TM out of the box. */ 120 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 121 ((OFFSET) = alpha_vms_initial_elimination_offset(FROM, TO))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| bpf.h | 270 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 273 (OFFSET) = bpf_initial_elimination_offset ((FROM), (TO)); \ 283 /* If nonzero, function arguments will be evaluated from last to 284 first, rather than from first to last. */ 324 from the frame pointer, rather than decreased, to satisfy the
|
| /src/external/gpl3/gcc.old/dist/gcc/config/moxie/ |
| moxie.h | 171 /* We can't copy to or from our CC register. */ 238 /* Offset from the argument pointer register to the first argument's 244 are at negative offsets from the frame pointer. */ 282 general-purpose register, a power of two from 1 or 8. */ 362 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 364 (OFFSET) = moxie_initial_elimination_offset ((FROM), (TO)); \
|
| /src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| m32r.h | 231 extension may differ from that of the type. */ 303 from 0 to just below FIRST_PSEUDO_REGISTER. 350 Aside from that, you can include as many other registers as you like. */ 366 prefer to use them (from most preferred to least). */ 500 /* Offset from the stack pointer register to the first location at which 504 /* Offset of first parameter from the argument pointer register value. */ 564 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \ 569 if ((FROM) == FRAME_POINTER_REGNUM && (TO) == STACK_POINTER_REGNUM) \ 571 else if ((FROM) == ARG_POINTER_REGNUM && (TO) == FRAME_POINTER_REGNUM) \ 573 else if ((FROM) == ARG_POINTER_REGNUM && (TO) == STACK_POINTER_REGNUM) [all...] |