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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.h41 GLint _int; /**< \brief Integer or Enum */ member in union:driOptionValue
H A Dxmlconfig.c319 v->_int = strToI (string, &tail, 0);
370 ranges[i].start._int > ranges[i].end._int)
407 if (v->_int >= info->ranges[i].start._int &&
408 v->_int <= info->ranges[i].end._int)
782 else if (screenNum._int != data->screenNum)
1035 return cache->values[i]._int;
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.h41 GLint _int; /**< \brief Integer or Enum */ member in union:driOptionValue
H A Dxmlconfig.c319 v->_int = strToI (string, &tail, 0);
370 ranges[i].start._int > ranges[i].end._int)
407 if (v->_int >= info->ranges[i].start._int &&
408 v->_int <= info->ranges[i].end._int)
782 else if (screenNum._int != data->screenNum)
1035 return cache->values[i]._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 1260 milliseconds