HomeSort by relevance Sort by last modified time
    Searched full:qint (Results 1 - 17 of 17) sorted by null

  /external/qemu/
qint.h 2 * QInt Module
19 typedef struct QInt {
22 } QInt;
24 QInt *qint_from_int(int64_t value);
25 int64_t qint_get_int(const QInt *qi);
26 QInt *qobject_to_qint(const QObject *obj);
qint.c 2 * QInt Module
13 #include "qint.h"
25 * qint_from_int(): Create a new QInt from an int64_t
29 QInt *qint_from_int(int64_t value)
31 QInt *qi;
43 int64_t qint_get_int(const QInt *qi)
49 * qobject_to_qint(): Convert a QObject into a QInt
51 QInt *qobject_to_qint(const QObject *obj)
56 return container_of(obj, QInt, base);
61 * QInt objec
    [all...]
qemu-objects.h 17 #include "qint.h"
json-streamer.c 15 #include "qint.h"
qdict.c 13 #include "qint.h"
203 * QFloat or QInt object.
226 * QInt object.
295 * the dictionary or if the stored object is not of QInt type
qjson.c 18 #include "qint.h"
129 QInt *val = qobject_to_qint(obj);
json-lexer.c 17 #include "qint.h"
json-parser.c 18 #include "qint.h"
Makefile.common 570 qint.c \
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLDSAKeyPairGenerator.java 82 BigInteger qInt = dsaParams.getQ();
83 if (qInt != null) {
84 q = qInt.toByteArray();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4117.h 117 #define AK4117_MQIT (1<<0) /* mask enable for QINT bit */
ak4114.h 122 #define AK4117_MQI (1<<7) /* mask enable for QINT bit */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4117.h 117 #define AK4117_MQIT (1<<0) /* mask enable for QINT bit */
ak4114.h 122 #define AK4117_MQI (1<<7) /* mask enable for QINT bit */
  /external/webkit/Source/WebKit/qt/docs/
qtwebkit-bridge.qdoc 271 double, and the portable Qt types (qreal, qint etc). A special case is \l{QChar}.
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityNames.in     [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLSchema.java     [all...]

Completed in 756 milliseconds