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

  /src/crypto/external/apache2/openssl/dist/demos/kdf/
argon2.c 64 static uint32_t memory_cost = 32; variable
134 *p++ = OSSL_PARAM_construct_uint32(OSSL_KDF_PARAM_ARGON2_MEMCOST, &memory_cost);
argon2.c 64 static uint32_t memory_cost = 32; variable
134 *p++ = OSSL_PARAM_construct_uint32(OSSL_KDF_PARAM_ARGON2_MEMCOST, &memory_cost);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.cc 286 unsigned short memory_cost; member in struct:riscv_tune_param
425 5, /* memory_cost */
442 3, /* memory_cost */
459 3, /* memory_cost */
476 3, /* memory_cost */
493 5, /* memory_cost */
510 3, /* memory_cost */
527 4, /* memory_cost */
544 2, /* memory_cost */
3267 *total = COSTS_N_INSNS (cost + tune_param->memory_cost);
    [all...]
riscv.cc 286 unsigned short memory_cost; member in struct:riscv_tune_param
425 5, /* memory_cost */
442 3, /* memory_cost */
459 3, /* memory_cost */
476 3, /* memory_cost */
493 5, /* memory_cost */
510 3, /* memory_cost */
527 4, /* memory_cost */
544 2, /* memory_cost */
3267 *total = COSTS_N_INSNS (cost + tune_param->memory_cost);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ira-int.h 357 int memory_cost, updated_memory_cost;
481 #define ALLOCNO_MEMORY_COST(A) ((A)->memory_cost)
356 int memory_cost, updated_memory_cost; member in struct:ira_allocno
ira-int.h 357 int memory_cost, updated_memory_cost;
481 #define ALLOCNO_MEMORY_COST(A) ((A)->memory_cost)
356 int memory_cost, updated_memory_cost; member in struct:ira_allocno
  /src/external/gpl3/gcc.old/dist/gcc/
ira-int.h 359 int memory_cost, updated_memory_cost;
467 #define ALLOCNO_MEMORY_COST(A) ((A)->memory_cost)
358 int memory_cost, updated_memory_cost; member in struct:ira_allocno
ira-int.h 359 int memory_cost, updated_memory_cost;
467 #define ALLOCNO_MEMORY_COST(A) ((A)->memory_cost)
358 int memory_cost, updated_memory_cost; member in struct:ira_allocno
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 222 unsigned short memory_cost; member in struct:riscv_tune_param
288 5, /* memory_cost */
302 3, /* memory_cost */
316 5, /* memory_cost */
330 2, /* memory_cost */
1845 *total = COSTS_N_INSNS (cost + tune_param->memory_cost);
4848 return (tune_param->memory_cost
riscv.cc 222 unsigned short memory_cost; member in struct:riscv_tune_param
288 5, /* memory_cost */
302 3, /* memory_cost */
316 5, /* memory_cost */
330 2, /* memory_cost */
1845 *total = COSTS_N_INSNS (cost + tune_param->memory_cost);
4848 return (tune_param->memory_cost

Completed in 64 milliseconds