HomeSort by: relevance | last modified time | path
    Searched defs:__power_set (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
ppccap.c 21 #if !defined(__power_set)
22 #define __power_set(a) (_system_configuration.implementation & (a)) macro
175 #if defined(__power_set)
177 * Value used in __power_set is a single-bit 1<<n one denoting
183 if (__power_set(0xffffffffU << 13)) /* POWER5 and later */
187 if (__power_set(0x1U << 14)) /* POWER6 */
191 if (__power_set(0xffffffffU << 14)) /* POWER6 and later */
194 if (__power_set(0xffffffffU << 16)) /* POWER8 and later */
197 if (__power_set(0xffffffffU << 17)) /* POWER9 and later */
200 if (__power_set(0xffffffffU << 18)) /* POWER10 and later *
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
ppccap.c 21 # if !defined(__power_set)
22 # define __power_set(a) (_system_configuration.implementation & (a)) macro
169 # if defined(__power_set)
171 * Value used in __power_set is a single-bit 1<<n one denoting
177 if (__power_set(0xffffffffU<<13)) /* POWER5 and later */
181 if (__power_set(0x1U<<14)) /* POWER6 */
185 if (__power_set(0xffffffffU<<14)) /* POWER6 and later */
188 if (__power_set(0xffffffffU<<16)) /* POWER8 and later */
191 if (__power_set(0xffffffffU<<17)) /* POWER9 and later */
  /src/crypto/external/bsd/openssl.old/dist/crypto/
ppccap.c 21 # if !defined(__power_set)
22 # define __power_set(a) (_system_configuration.implementation & (a)) macro
295 # if defined(__power_set)
297 * Value used in __power_set is a single-bit 1<<n one denoting
303 if (__power_set(0xffffffffU<<13)) /* POWER5 and later */
307 if (__power_set(0x1U<<14)) /* POWER6 */
311 if (__power_set(0xffffffffU<<14)) /* POWER6 and later */
314 if (__power_set(0xffffffffU<<16)) /* POWER8 and later */
317 if (__power_set(0xffffffffU<<17)) /* POWER9 and later */

Completed in 28 milliseconds