OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_int
(Results
1 - 9
of
9
) 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
);
/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 2530 milliseconds