Searched refs:list_ptr (Results 1 - 2 of 2) sorted by relevance

/external/srtp/crypto/test/
H A Dsha1_driver.c66 hash_test_case_add(hash_test_case_t **list_ptr, argument
71 hash_test_case_t *list_head = *list_ptr;
92 *list_ptr = test_case;
/external/v8/src/
H A Dprofile-generator.cc589 static void DeleteProfilesList(List<CpuProfile*>** list_ptr) { argument
590 if (*list_ptr != NULL) {
591 (*list_ptr)->Iterate(DeleteCpuProfile);
592 delete *list_ptr;

Completed in 510 milliseconds