Home
last modified time | relevance | path

Searched refs:tmp_key (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/libkern/kxld/tests/
H A Dkxld_dict_test.c124 char * tmp_key = kxld_alloc(sizeof(char) * (KEYLEN + 1)); in main() local
128 tmp_key[j] = (random() % 26) + 'a'; in main()
130 tmp_key[KEYLEN] = '\0'; in main()
132 kxld_dict_insert(&dict, tmp_key, tmp_value); in main()
133 stress_test[i].key = tmp_key; in main()
/xnu-11417.121.6/osfmk/arm64/
H A Dcswitch.s211 .macro set_process_dependent_keys_and_sync_context thread, new_key, tmp_key, cpudatap, wsync
222 REPROGRAM_ROP_KEYS Lskip_rop_keys_\@, \new_key, \cpudatap, \tmp_key
234 REPROGRAM_JOP_KEYS Lskip_jop_keys_\@, \new_key, \cpudatap, \tmp_key