/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_statebuf.h | 17 #define sb_data(sb, v) do {assert((sb).p != (sb).pend); *(sb).p++ = (v);} while(0) macro 20 #define sb_data(sb, v) *(sb).p++ = (v) macro 28 #define sb_method(sb, v, n) sb_data(sb, sb_header(SUBC_3D(v), n));
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_statebuf.h | 17 #define sb_data(sb, v) do {assert((sb).p != (sb).pend); *(sb).p++ = (v);} while(0) macro 20 #define sb_data(sb, v) *(sb).p++ = (v) macro 28 #define sb_method(sb, v, n) sb_data(sb, sb_header(SUBC_3D(v), n));
|
/external/qemu/slirp/ |
sbuf.h | 21 char *sb_data; /* Actual data */ member in struct:sbuf
|
/external/qemu/slirp-android/ |
sbuf.h | 21 char *sb_data; /* Actual data */ member in struct:sbuf
|
/external/bluetooth/bluedroid/stack/smp/ |
aes.c | 92 #define sb_data(w) { /* S Box data values */ \ macro 194 static const uint_8t sbox[256] = sb_data(f1); 197 static const uint_8t gfm2_sbox[256] = sb_data(f2); 198 static const uint_8t gfm3_sbox[256] = sb_data(f3);
|