Home
last modified time | relevance | path

Searched refs:UNALIGNED_P (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/sysutils/cdrkit/cdrkit-1.1.11/genisoimage/
H A Dsha256.c272 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) macro
274 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0)
276 if (UNALIGNED_P (buffer))
H A Dsha512.c302 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) macro
304 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0)
306 if (UNALIGNED_P (buffer))
/dports/sysutils/genisoimage/cdrkit-1.1.11/genisoimage/
H A Dsha256.c272 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) macro
274 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0)
276 if (UNALIGNED_P (buffer))
H A Dsha512.c302 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) macro
304 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0)
306 if (UNALIGNED_P (buffer))
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
H A Dsha512crypt.c290 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() macro
292 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0) in sha512_process_bytes()
294 if (UNALIGNED_P (buffer)) in sha512_process_bytes()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
H A Dsha512crypt.c290 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() macro
292 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0) in sha512_process_bytes()
294 if (UNALIGNED_P (buffer)) in sha512_process_bytes()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
H A Dsha512crypt.c290 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() macro
292 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0) in sha512_process_bytes()
294 if (UNALIGNED_P (buffer)) in sha512_process_bytes()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
H A Dsha512crypt.c290 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() macro
292 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0) in sha512_process_bytes()
294 if (UNALIGNED_P (buffer)) in sha512_process_bytes()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dsha256crypt.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() macro
269 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in sha256_process_bytes()
271 if (UNALIGNED_P (buffer)) in sha256_process_bytes()
H A Dsha512crypt.c290 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() macro
292 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0) in sha512_process_bytes()
294 if (UNALIGNED_P (buffer)) in sha512_process_bytes()
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/md5/
H A Dmd5.c186 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
188 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
190 if (UNALIGNED_P (buffer)) in md5_process_bytes()
/dports/net-p2p/jigdo/jigdo-0.7.3/src/util/
H A Dglibc-md5.cc244 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (uint32) != 0) in md5_process_bytes() macro
246 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (uint32) != 0) in md5_process_bytes()
248 if (UNALIGNED_P (buffer)) in md5_process_bytes()
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/samplecode/coreutils/
H A Dmd5.c252 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
254 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
256 if (UNALIGNED_P (buffer)) in md5_process_bytes()
/dports/archivers/libmspack/libmspack-0.10.1alpha/test/
H A Dmd5.c249 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
251 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
253 if (UNALIGNED_P (buffer)) in md5_process_bytes()
/dports/archivers/cabextract/cabextract-1.9.1/
H A Dmd5.c249 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
251 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
253 if (UNALIGNED_P (buffer)) in md5_process_bytes()
/dports/security/clamav/clamav-0.104.2/libclammspack/test/
H A Dmd5.c249 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
251 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
253 if (UNALIGNED_P (buffer)) in md5_process_bytes()

123456789