Home
last modified time | relevance | path

Searched refs:token_array (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/resctrl/
H A Dmbm_test.c53 char temp[1024], *token_array[8]; in check_results() local
73 token_array[i++] = token; in check_results()
77 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
78 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
H A Dmba_test.c104 char *token_array[8], output[] = RESULT_FILE_NAME, temp[512]; in check_results() local
122 token_array[fields++] = token; in check_results()
127 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
129 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
H A Dcmt_test.c44 char *token_array[8], temp[512]; in check_results() local
62 token_array[fields++] = token; in check_results()
68 sum_llc_occu_resc += strtoul(token_array[3], NULL, 0); in check_results()
H A Dcat_test.c57 char *token_array[8], temp[512]; in check_results() local
75 token_array[fields++] = token; in check_results()
83 sum_llc_perf_miss += strtoul(token_array[3], NULL, 0); in check_results()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/tests/
Dexamples_v1.rs115 let token_array: [u8; 16] = rng.gen(); in v1_deser_ciphertext() localVariable
116 let identity_token = V1IdentityToken::from(token_array); in v1_deser_ciphertext()
/aosp_15_r20/external/freetype/docs/oldlogs/
H A DChangeLog.217190 (cid_parser_to_{int,fixed,coord_array,fixed_array,token,token_array}):