HomeSort by relevance Sort by last modified time
    Searched refs:start_counter (Results 1 - 5 of 5) sorted by null

  /system/keymaster/include/keymaster/km_openssl/
iso18033kdf.h 45 * hash(secret || start_counter) || hash(secret|| start_counter + 1) || ...
49 * hash(secret || start_counter || info) || hash(secret || start_counter + 1 || info) || ...
59 explicit Iso18033Kdf(uint32_t start_counter) : start_counter_(start_counter) {}
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 234 int64_t start_counter = 0; local
246 start_counter = rdtsc();
250 cycles[i] = end_counter - start_counter;
lp_test_blend.c 477 int64_t start_counter = 0; local
503 start_counter = rdtsc();
507 cycles[i] = end_counter - start_counter;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 270 void start_counter(double *pc_freq, __int64 *counter_start) function
289 void start_counter(void) function
316 start_counter(&pc_freq, &counter_start);
327 start_counter();
  /external/syslinux/gpxe/src/drivers/infiniband/
qib_7220_regs.h 1186 pseudo_bit_t start_counter[1]; member in struct:QIB_7220_procmon_register_pb
    [all...]

Completed in 104 milliseconds