/external/openssl/crypto/mdc2/ |
Makefile | 66 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/ripemd/ |
Makefile | 81 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/quake/quake/src/QW/ |
qw2do.txt | 102 - Dis would like to continue work on the progs (QC)
|
/external/openssl/crypto/aes/ |
Makefile | 89 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/ecdh/ |
Makefile | 67 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/objects/ |
Makefile | 75 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/rc4/ |
Makefile | 89 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/store/ |
Makefile | 68 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/ui/ |
Makefile | 70 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/quake/quake/src/QW/client/ |
gl_rmain.c | 556 if (!strcmp(clmodel->name, "progs/player.mdl")) { 560 } else if (!strcmp (clmodel->name, "progs/flame2.mdl") 561 || !strcmp (clmodel->name, "progs/flame.mdl") ) 590 if (!strcmp (clmodel->name, "progs/eyes.mdl") ) {
|
cl_parse.c | 675 if (!strcmp(cl.model_name[nummodels],"progs/spike.mdl")) 677 if (!strcmp(cl.model_name[nummodels],"progs/player.mdl")) 679 if (!strcmp(cl.model_name[nummodels],"progs/flag.mdl"))
|
gl_mesh.c | 300 COM_StripExtension (m->name+strlen("progs/"), cache+strlen("glquake/"));
|
/external/quake/quake/src/QW/server/ |
sv_send.c | 454 if (!strcmp(sv.model_precache[i],"progs/spike.mdl")) 456 if (!strcmp(sv.model_precache[i],"progs/s_spike.mdl")) 458 if (!strcmp(sv.model_precache[i],"progs/player.mdl"))
|
qwsv.dsp | 288 SOURCE=.\progs.h
|
/external/quake/quake/src/WinQuake/ |
gl_rmain.cpp | 648 if (i >= 1 && i<=cl.maxclients /* && !strcmp (currententity->model->name, "progs/player.mdl") */) 653 if (!strcmp (clmodel->name, "progs/flame2.mdl") 654 || !strcmp (clmodel->name, "progs/flame.mdl") ) 682 if (!strcmp (clmodel->name, "progs/eyes.mdl") && gl_doubleeyes.value) { 699 if (i >= 1 && i<=cl.maxclients /* && !strcmp (currententity->model->name, "progs/player.mdl") */) [all...] |
sv_main.cpp | 286 // call the progs to get default spawn parms for the new client 950 svent->baseline.modelindex = SV_ModelIndex("progs/player.mdl"); 1026 // call the progs to get default spawn parms for the new client 1095 // load progs to get entity field count 1158 memset (&ent->u.v, 0, progs->entityfields * 4);
|
gl_mesh.cpp | 315 COM_StripExtension (m->name+strlen("progs/"), cache+strlen("glquake/"));
|
quakedef.h | 248 #include "progs.h"
|
/external/openssl/apps/ |
Makefile | 44 PROGS= $(PROGRAM).c 72 HEADER= apps.h progs.h s_apps.h \ 134 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC); \ 151 $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL) 170 progs.h: progs.pl 171 $(PERL) progs.pl $(E_EXE) >progs.h 588 openssl.o: ../include/openssl/x509v3.h apps.h openssl.c progs.h s_apps.h [all...] |
/external/openssl/crypto/dh/ |
Makefile | 66 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/dso/ |
Makefile | 68 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/ecdsa/ |
Makefile | 67 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/err/ |
Makefile | 66 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/openssl/crypto/sha/ |
Makefile | 99 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
/external/blktrace/btt/ |
btt_plot.py | 77 progs = [ 'btt_plot_%s.py' % t for t in types ] variable 198 elif not prog in progs:
|