Home
last modified time | relevance | path

Searched refs:tail2 (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/games/battalion/battalion1.4b/
H A Dgprim.c1108 glVertex3fv(tail2[0]);glVertex3fv(tail2[1]);glVertex3fv(tail2[3]);glVertex3fv(tail2[2]); in makerrotcubexy()
1110 glVertex3fv(tail2[4]);glVertex3fv(tail2[5]); in makerrotcubexy()
1112 glVertex3fv(tail2[7]);glVertex3fv(tail2[6]); in makerrotcubexy()
1114 glVertex3fv(tail2[0]);glVertex3fv(tail2[1]); in makerrotcubexy()
1119 glVertex3fv(tail2[6]); glVertex3fv(tail2[5]); glVertex3fv(tail2[2]); glVertex3fv(tail2[1]); in makerrotcubexy()
1123 glVertex3fv(tail2[0]); glVertex3fv(tail2[3]); glVertex3fv(tail2[4]); glVertex3fv(tail2[7]); in makerrotcubexy()
1161 glVertex3fv(tail2[0]);glVertex3fv(tail2[1]);glVertex3fv(tail2[3]);glVertex3fv(tail2[2]); in makerrotcubexyflat()
1163 glVertex3fv(tail2[7]);glVertex3fv(tail2[6]); in makerrotcubexyflat()
1164 glVertex3fv(tail2[0]);glVertex3fv(tail2[1]); in makerrotcubexyflat()
1168 glVertex3fv(tail2[6]); glVertex3fv(tail2[5]); glVertex3fv(tail2[2]); glVertex3fv(tail2[1]); in makerrotcubexyflat()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/c_src/
H A Deddsa.c28 ERL_NIF_TERM head, tail, tail2, algo; in get_eddsa_key() local
36 if (!enif_get_list_cell(env, tail, &algo, &tail2)) in get_eddsa_key()
38 if (!enif_is_empty_list(env, tail2)) in get_eddsa_key()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/c_src/
H A Deddsa.c28 ERL_NIF_TERM head, tail, tail2, algo; in get_eddsa_key() local
36 if (!enif_get_list_cell(env, tail, &algo, &tail2)) in get_eddsa_key()
38 if (!enif_is_empty_list(env, tail2)) in get_eddsa_key()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/c_src/
H A Deddsa.c28 ERL_NIF_TERM head, tail, tail2, algo; in get_eddsa_key() local
36 if (!enif_get_list_cell(env, tail, &algo, &tail2)) in get_eddsa_key()
38 if (!enif_is_empty_list(env, tail2)) in get_eddsa_key()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/c_src/
H A Deddsa.c28 ERL_NIF_TERM head, tail, tail2, algo; in get_eddsa_key() local
36 if (!enif_get_list_cell(env, tail, &algo, &tail2)) in get_eddsa_key()
38 if (!enif_is_empty_list(env, tail2)) in get_eddsa_key()
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/c_src/
H A Deddsa.c28 ERL_NIF_TERM head, tail, tail2, algo; in get_eddsa_key() local
36 if (!enif_get_list_cell(env, tail, &algo, &tail2)) in get_eddsa_key()
38 if (!enif_is_empty_list(env, tail2)) in get_eddsa_key()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/c_src/
H A Deddsa.c28 ERL_NIF_TERM head, tail, tail2, algo; in get_eddsa_key() local
36 if (!enif_get_list_cell(env, tail, &algo, &tail2)) in get_eddsa_key()
38 if (!enif_is_empty_list(env, tail2)) in get_eddsa_key()
/dports/lang/elk/elk-3.99.8/lib/xwidgets/
H A Dresource.c444 Object ret, tail, tail2, x; in Get_Resources() local
451 ret = tail = tail2 = P_Make_List (Make_Integer (nr), Null); in Get_Resources()
452 GC_Link3 (ret, tail, tail2); in Get_Resources()
454 x = tail2 = P_Make_List (Make_Integer (3), Null); in Get_Resources()
455 Car (tail) = tail2 = x; in Get_Resources()
457 Car (tail2) = x; tail2 = Cdr (tail2); in Get_Resources()
459 Car (tail2) = x; tail2 = Cdr (tail2); in Get_Resources()
461 Car (tail2) = x; in Get_Resources()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dtextprop.c224 Lisp_Object tail1, tail2; in interval_has_all_properties() local
233 for (tail2 = i->plist; CONSP (tail2); tail2 = Fcdr (XCDR (tail2))) in interval_has_all_properties()
234 if (EQ (sym1, XCAR (tail2))) in interval_has_all_properties()
267 for (tail2 = i->plist; CONSP (tail2); tail2 = Fcdr (XCDR (tail2))) in interval_has_some_properties()
268 if (EQ (sym, XCAR (tail2))) in interval_has_some_properties()
289 for (tail2 = i->plist; CONSP (tail2); tail2 = XCDR (XCDR (tail2))) in interval_has_some_properties_list()
290 if (EQ (sym, XCAR (tail2))) in interval_has_some_properties_list()
387 for (tail2 = i->plist; CONSP (tail2); tail2 = Fcdr (XCDR (tail2))) in add_properties()
388 if (EQ (sym1, XCAR (tail2))) in add_properties()
494 while (! NILP (tail2)) in remove_properties()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dtextprop.c223 Lisp_Object tail1, tail2; in interval_has_all_properties() local
232 for (tail2 = i->plist; CONSP (tail2); tail2 = Fcdr (XCDR (tail2))) in interval_has_all_properties()
233 if (EQ (sym1, XCAR (tail2))) in interval_has_all_properties()
266 for (tail2 = i->plist; CONSP (tail2); tail2 = Fcdr (XCDR (tail2))) in interval_has_some_properties()
267 if (EQ (sym, XCAR (tail2))) in interval_has_some_properties()
288 for (tail2 = i->plist; CONSP (tail2); tail2 = XCDR (XCDR (tail2))) in interval_has_some_properties_list()
289 if (EQ (sym, XCAR (tail2))) in interval_has_some_properties_list()
386 for (tail2 = i->plist; CONSP (tail2); tail2 = Fcdr (XCDR (tail2))) in add_properties()
387 if (EQ (sym1, XCAR (tail2))) in add_properties()
493 while (! NILP (tail2)) in remove_properties()
[all …]
/dports/print/hplip/hplip-3.20.6/io/hpmud/
H A Dmodel.c454 char *tail, *tail2; in parse_key_value_pair() local
474 ma->prt_mode = strtol(value, &tail2, 10); /* uni | raw | mlc */ in parse_key_value_pair()
478 ma->mfp_mode = strtol(value, &tail2, 10); /* mfc | dot4 */ in parse_key_value_pair()
482 ma->scantype = strtol(value, &tail2, 10); /*SCL, PML, SOAP, MARVELL, LEDM*/ in parse_key_value_pair()
486 ma->scansrc = strtol(value, &tail2, 10); /*Flatbed, ADF, Camera or combination of these*/ in parse_key_value_pair()
490 ma->statustype = strtol(value, &tail2, 10); in parse_key_value_pair()
494 ma->support = strtol(value, &tail2, 10); in parse_key_value_pair()
498 ma->plugin = strtol(value, &tail2, 10); in parse_key_value_pair()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/mips/
H A Dcall-1.c28 void tail2 ();
32 tail2 (); in g()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/mips/
H A Dcall-1.c28 void tail2 ();
32 tail2 (); in g()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/mips/
H A Dcall-1.c32 void tail2 ();
36 tail2 (); in g()
H A Dcall-5.c34 void tail2 ();
38 tail2 (); in g()
H A Dcall-6.c33 void tail2 ();
37 tail2 (); in g()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/mips/
H A Dcall-6.c33 void tail2 ();
37 tail2 (); in g()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/mips/
H A Dcall-5.c34 void tail2 ();
38 tail2 (); in g()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/mips/
H A Dcall-5.c34 void tail2 ();
38 tail2 (); in g()
H A Dcall-6.c33 void tail2 ();
37 tail2 (); in g()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/mips/
H A Dcall-5.c34 void tail2 ();
38 tail2 (); in g()
H A Dcall-5u.c34 void tail2 ();
38 tail2 (); in g()
H A Dcall-6u.c33 void tail2 ();
37 tail2 (); in g()
H A Dcall-1.c32 void tail2 ();
36 tail2 (); in g()
H A Dcall-6.c33 void tail2 ();
37 tail2 (); in g()

12345678910>>...15