Searched refs:_int (Results 1 - 9 of 9) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dpr_exec.cpp507 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...]
H A Dprogs.h30 int _int; member in union:eval_s
H A Dpr_edict.cpp301 def = ED_FieldAtOfs ( val->_int );
353 def = ED_FieldAtOfs ( val->_int );
/external/quake/quake/src/QW/server/
H A Dpr_exec.c507 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...]
H A Dprogs.h30 int _int; member in union:eval_s
H A Dpr_edict.c295 def = ED_FieldAtOfs ( val->_int );
347 def = ED_FieldAtOfs ( val->_int );
/external/dropbear/libtommath/
H A Dbn.tex334 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 i
[all...]
/external/blktrace/doc/
H A Dblktrace.tex795 \item[blk\_add\_trace\_pdu\_int(struct request\_queue *q, u32 what,
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4232 \hline LTC\_ASN1\_INTEGER & INTEGER (uses mp\_int) \\
4904 To test if a \textit{mp\_int} is prime call:

Completed in 256 milliseconds