Searched refs:COPY_SIZE (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/asn1/ |
D | x_long.c | 14 #define COPY_SIZE(a, b) (sizeof(a) < sizeof(b) ? sizeof(a) : sizeof(b)) macro 51 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in ASN1_ITEM_start() 57 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in long_free() 92 memcpy(<mp, pval, COPY_SIZE(*pval, ltmp)); in long_i2c() 185 memcpy(pval, <mp, COPY_SIZE(*pval, ltmp)); in long_c2i() 194 memcpy(&l, pval, COPY_SIZE(*pval, l)); in long_print()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | x_long.c | 14 #define COPY_SIZE(a, b) (sizeof(a) < sizeof(b) ? sizeof(a) : sizeof(b)) macro 51 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in ASN1_ITEM_start() 57 memcpy(pval, &it->size, COPY_SIZE(*pval, it->size)); in long_free() 92 memcpy(<mp, pval, COPY_SIZE(*pval, ltmp)); in long_i2c() 185 memcpy(pval, <mp, COPY_SIZE(*pval, ltmp)); in long_c2i() 194 memcpy(&l, pval, COPY_SIZE(*pval, l)); in long_print()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap15.c | 38 #define COPY_SIZE 128 macro 51 __clear_cache(p, p + COPY_SIZE); in cacheflush() 70 memcpy(p, l, COPY_SIZE); in jumpfunc() 177 q = p + hpage_size - COPY_SIZE; in test_once() 185 q = p + hpage_size - COPY_SIZE; in test_once()
|