HomeSort by relevance Sort by last modified time
    Searched refs:_int (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/WinQuake/
pr_exec.cpp 507 c->_float = a->_int == b->_int;
526 c->_float = a->_int != b->_int;
538 b->_int = a->_int;
551 ptr = (eval_t *)((byte *)sv.edicts + b->_int);
552 ptr->_int = a->_int;
555 ptr = (eval_t *)((byte *)sv.edicts + b->_int);
    [all...]
progs.h 30 int _int; member in union:eval_s
pr_edict.cpp 301 def = ED_FieldAtOfs ( val->_int );
353 def = ED_FieldAtOfs ( val->_int );
  /gdk/samples/quake/jni/
pr_exec.cpp 507 c->_float = a->_int == b->_int;
526 c->_float = a->_int != b->_int;
538 b->_int = a->_int;
551 ptr = (eval_t *)((byte *)sv.edicts + b->_int);
552 ptr->_int = a->_int;
555 ptr = (eval_t *)((byte *)sv.edicts + b->_int);
    [all...]
progs.h 30 int _int; member in union:eval_s
pr_edict.cpp 301 def = ED_FieldAtOfs ( val->_int );
353 def = ED_FieldAtOfs ( val->_int );
  /external/quake/quake/src/QW/server/
pr_exec.c 507 c->_float = a->_int == b->_int;
526 c->_float = a->_int != b->_int;
538 b->_int = a->_int;
551 ptr = (eval_t *)((byte *)sv.edicts + b->_int);
552 ptr->_int = a->_int;
555 ptr = (eval_t *)((byte *)sv.edicts + b->_int);
    [all...]
progs.h 30 int _int; member in union:eval_s
pr_edict.c 295 def = ED_FieldAtOfs ( val->_int );
347 def = ED_FieldAtOfs ( val->_int );
  /external/dropbear/libtommath/
bn.tex 334 The basic ``multiple precision integer'' type is known as the ``mp\_int'' within LibTomMath. This data type is used to
338 \index{mp\_int}
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
352 done to use an mp\_int is that it must be initialized.
377 A single mp\_int can be initialized with the ``mp\_init'' function.
384 This function expects a pointer to an mp\_int structure and will initialize the members of the structure so the mp\_int
385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be used
407 When you are finished with an mp\_int it is ideal to return the heap it used back to the system. The following function
    [all...]
  /external/blktrace/doc/
blktrace.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 152 milliseconds