Searched defs:jint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri_md.h194 typedef int jint; typedef
197 typedef long jint; typedef
536 #define JRI_GET_INT64(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \
537 ((_t).x[1] = ((jint*)(_addr))[1]), \
540 ((jint*)(_addr))[0] = (_t).x[0], \
541 ((jint*)(_addr))[1] = (_t).x[1] )
549 #define JRI_GET_DOUBLE(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \
550 ((_t).x[1] = ((jint*)(_addr))[1]), \
553 ((jint*)(_addr))[0] = (_t).x[0], \
554 ((jint*)(_add
[all...]

Completed in 1685 milliseconds