/external/qemu/android/utils/ |
vector.h | 20 unsigned num_##name; \ 24 (obj)->num_##name 29 (obj)->num_##name = 0; \ 36 (obj)->num_##name = 0; \ 43 (obj)->num_##name = 0; \ 49 (obj)->num_##name = 0; \ 76 unsigned __vector_max = (obj)->num_##name; \
|
/external/chromium/third_party/libjingle/source/talk/base/ |
messagequeue.h | 141 // with the same trigger time are processed in num_ (FIFO) order. 146 : cmsDelay_(delay), msTrigger_(trigger), num_(num), msg_(msg) { } 150 || ((dmsg.msTrigger_ == msTrigger_) && (dmsg.num_ < num_)); 155 uint32 num_; member in class:talk_base::DelayedMessage
|
/external/openssl/crypto/bio/ |
bss_bio.c | 318 static ssize_t bio_nread(BIO *bio, char **buf, size_t num_) 323 if (num_ > SSIZE_MAX) 326 num = (ssize_t)num_; 352 static int bio_write(BIO *bio, const char *buf, int num_) 354 size_t num = num_; 479 static ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) 484 if (num_ > SSIZE_MAX) 487 num = (ssize_t)num_;
|
/external/freetype/src/cff/ |
cffparse.c | 642 FT_FIELD_OFFSET( num_ ## name ) \ 717 clazz[i].count_offset = FT_FIELD_OFFSET( num_ ## name_ ); \
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86str.h | 969 * The NUM_* parameters must be reduced appropriately to keep the 1004 * The NUM_* parameter must be reduced appropriately to keep the [all...] |
/external/freetype/include/freetype/internal/ |
psaux.h | 270 FT_FIELD_OFFSET( num_ ## _fname ), \ [all...] |
/external/kernel-headers/original/linux/ |
cpumask.h | 363 * will have no useful affect on the following num_*_cpus()
|
/external/quake/quake/src/QW/client/ |
sbar.c | 137 sb_nums[0][i] = Draw_PicFromWad (va("num_%i",i));
|
/external/quake/quake/src/WinQuake/ |
sbar.cpp | 117 sb_nums[0][i] = Draw_PicFromWad (va("num_%i",i));
|