HomeSort by: relevance | last modified time | path
    Searched refs:objects (Results 1 - 25 of 827) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/apache2/openssl/dist/include/crypto/
objects.h 10 #include <openssl/objects.h>
  /src/crypto/external/bsd/openssl/dist/include/crypto/
objects.h 10 #include <openssl/objects.h>
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
objects.h 10 #include <openssl/objects.h>
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
Makefile 2 OBJDIR = objects
90 # clean removes targets and objects
  /src/games/hack/
hack.o_init.c 72 #include "def.objects.h"
99 end = SIZE(objects);
102 let = objects[first].oc_olet;
104 while (last < end && objects[last].oc_olet == let
105 && objects[last].oc_name != NULL)
117 sum += objects[j].oc_prob;
120 objects[j].oc_prob = (100 + j - first) / (last - first);
126 if (objects[first].oc_descr != NULL && let != TOOL_SYM) {
128 while (last < end && objects[last].oc_olet == let)
133 tmp = objects[j].oc_descr
    [all...]
def.objclass.h 66 /* definition of a class of objects */
73 Bitfield(oc_merge,1); /* merge otherwise equal objects */
82 #define ARM_BONUS(obj) ((10 - objects[obj->otyp].a_ac) + obj->spe)
96 extern struct objclass objects[];
  /src/games/battlestar/
command2.c 221 if (testbit(location[position].objects, BATHGOD)) {
224 clearbit(location[position].objects, BATHGOD);
225 setbit(location[position].objects, DEADGOD);
229 if (testbit(location[position].objects,
235 clearbit(location[position].objects,
237 setbit(location[position].objects,
247 if (testbit(location[position].objects, TIMER)) {
249 clearbit(location[position].objects, TIMER);
250 setbit(location[position].objects, DEADTIME);
257 if (testbit(location[position].objects, NATIVE))
    [all...]
command3.c 52 setbit(location[position].objects, DEADWOOD);
53 setbit(location[position].objects, COMPASS);
54 setbit(location[position].objects, KNIFE);
55 setbit(location[position].objects, MACE);
100 setbit(location[position].objects, n);
118 (testbit(location[position].objects, value) ||
124 testbit(location[position].objects, MAID))
127 testbit(location[position].objects,
131 testbit(location[position].objects,
135 testbit(location[position].objects,
    [all...]
command1.c 50 testbit(location[position].objects, LAND) ||
84 nightfile[i].objects[j] = dayfile[i].objects[j];
86 setbit(nightfile[p->room].objects, p->obj);
91 dayfile[i].objects[j] = nightfile[i].objects[j];
93 clearbit(dayfile[p->room].objects, p->obj);
132 clearbit(location[POOLS].objects, BATHGOD);
153 if (testbit(location[position].objects, ELF)) {
157 if (testbit(location[position].objects, DARK))
    [all...]
init.c 69 setbit(location[p->room].objects, p->obj);
135 setbit(location[7].objects, WOODSMAN); /* viper room */
136 setbit(location[20].objects, WOODSMAN); /* laser " */
137 setbit(location[13].objects, DARK); /* amulet " */
138 setbit(location[8].objects, ELF); /* closet */
command4.c 141 if (testbit(location[position].objects, AMULET)) {
158 if (testbit(location[position].objects, MEDALION)) {
170 if (testbit(location[position].objects, TALISMAN)) {
178 if (testbit(location[position].objects, BATHGOD) &&
193 clearbit(location[position].objects, BATHGOD);
195 if (!testbit(location[position].objects,
251 testbit(location[position].objects, value)) {
252 clearbit(location[position].objects, value);
254 setbit(location[deposit].objects,
261 location[deposit].objects[n]
    [all...]
command6.c 49 if (testbit(location[position].objects, VIPER) && !notes[CANTLAUNCH]) {
51 clearbit(location[position].objects, VIPER);
71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) &&
75 setbit(location[position].objects, VIPER);
185 if (testbit(location[position].objects, CAR)) {
189 clearbit(location[position].objects, CAR);
190 setbit(location[position].objects, CRASH);
203 if (testbit(location[position].objects, HORSE)) {
208 clearbit(location[position].objects, HORSE);
212 setbit(location[position].objects, HORSE)
    [all...]
command5.c 50 && testbit(location[position].objects, BATHGOD)) {
56 if (testbit(location[position].objects,
107 if ((testbit(location[position].objects, BATHGOD) ||
108 testbit(location[position].objects, NORMGOD)) &&
147 setbit(location[position].objects,
159 if (testbit(location[position].objects,
222 location[position].objects,
232 setbit(location[position].objects, DEADWOOD);
235 setbit(location[position].objects, HALBERD);
340 if (person && testbit(location[position].objects, person))
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
findsym.pl 22 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
25 foreach $lib (@objects) {
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_method.c 11 #include <openssl/objects.h>
  /src/external/gpl3/binutils/dist/config/
bootstrap-lto-noplugin.mk 4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/gpl3/binutils.old/dist/config/
bootstrap-lto-noplugin.mk 4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/gpl3/gcc/dist/config/
bootstrap-lto-noplugin.mk 4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/gpl3/gcc.old/dist/config/
bootstrap-lto-noplugin.mk 4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/gpl3/gdb/dist/config/
bootstrap-lto-noplugin.mk 4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/gpl3/gdb.old/dist/config/
bootstrap-lto-noplugin.mk 4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/usr.sbin/acpitools/aml/
aml_obj.c 96 ret->package.objects = memman_alloc_flexsize(aml_memman,
99 ret->package.objects[i] = aml_copy_object(env, orig->package.objects[i]);
202 if (obj->type == aml_t_package && obj->package.objects != NULL) {
204 aml_free_object(&obj->package.objects[i]);
206 memman_free_flexsize(aml_memman, obj->package.objects);
207 obj->package.objects = NULL;
258 tmp.package.objects = memman_alloc_flexsize(aml_memman,
260 bzero(tmp.package.objects, size * sizeof(union aml_object *));
262 tmp.package.objects[i] = obj->package.objects[i]
    [all...]
  /src/sys/arch/acorn32/stand/lib/
Makefile.inc 7 # objects are to be built. Defaults to ${.OBJDIR}/lib/riscos.
39 @echo cleaning the riscos library objects
44 @echo cleandiring the riscos library objects
49 @echo depending the riscos library objects
  /src/sys/arch/i386/stand/lib/
Makefile.inc 7 # objects are to be built. Defaults to ${.OBJDIR}/lib/i386.
42 @echo cleaning the i386 library objects
47 @echo cleandiring the i386 library objects
52 @echo depending the i386 library objects
  /src/sys/arch/ia64/stand/efi/libefi/
Makefile.inc 7 # objects are to be built. Defaults to ${.OBJDIR}/lib/efi.
39 @echo cleaning the efi library objects
44 @echo cleandiring the efi library objects
50 @echo depending the efi library objects

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>