/external/bluetooth/glib/glib/ |
D | gqsort.c | 45 #define SWAP(a, b, size) \ macro 158 SWAP (mid, lo, size); in g_qsort_with_data() 160 SWAP (mid, hi, size); in g_qsort_with_data() 164 SWAP (mid, lo, size); in g_qsort_with_data() 183 SWAP (left_ptr, right_ptr, size); in g_qsort_with_data() 255 SWAP (tmp_ptr, base_ptr, size); in g_qsort_with_data()
|
/external/openssl/crypto/aes/ |
D | aes_locl.h | 66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 67 # define GETU32(p) SWAP(*((u32 *)(p))) 68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
/external/e2fsprogs/intl/ |
D | gettextP.h | 54 # define W(flag, data) ((flag) ? SWAP (data) : (data)) 60 # define SWAP(i) bswap_32 (i) macro 63 SWAP (i) in SWAP() function
|
/external/chromium/third_party/libevent/ |
D | buffer.c | 91 #define SWAP(x,y) do { \ macro 110 SWAP(&tmp, outbuf); in evbuffer_add_buffer() 111 SWAP(outbuf, inbuf); in evbuffer_add_buffer() 112 SWAP(inbuf, &tmp); in evbuffer_add_buffer()
|
/external/e2fsprogs/lib/blkid/tests/ |
D | swap1.results | 2 LABEL='SWAP-TEST'
|
/external/wpa_supplicant/ |
D | aes.c | 851 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 854 #define GETU32(p) SWAP(*((u32 *)(p))) 855 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
/external/bluetooth/glib/gobject/ |
D | gclosure.c | 122 #define SWAP(_closure, _field, _value, _oldv) CHANGE_FIELD (_closure, _field, =, _value, TRUE, *(… macro 130 #define SWAP(cl,f,v,o) (void) (*(o) = cl->f, cl->f = v) 564 SWAP (closure, is_invalid, TRUE, &was_invalid); in g_closure_invalidate() 661 SWAP (closure, floating, FALSE, &was_floating); in g_closure_sink()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | aes.c | 857 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 860 #define GETU32(p) SWAP(*((u32 *)(p))) 861 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
/external/bluetooth/glib/tests/ |
D | sequence-test.c | 82 INSERT_BEFORE, MOVE, SWAP, INSERT_SORTED, INSERT_SORTED_ITER, SORT_CHANGED, enumerator 610 case SWAP: in run_random_tests()
|
/external/sqlite/dist/ |
D | sqlite3.c | 87239 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} 87259 SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl); 87262 SWAP(Expr*,pExpr->pRight,pExpr->pLeft); 89863 SWAP(WhereTerm *, pRangeEnd, pRangeStart);
|
D | sqlite3.c.orig | 87228 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} 87248 SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl); 87251 SWAP(Expr*,pExpr->pRight,pExpr->pLeft); 89852 SWAP(WhereTerm *, pRangeEnd, pRangeStart);
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 111339 SWAP S W AA1 P
|