Searched refs:str_num (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm_common.h | 34 char *str_num, int *num, char *str_unit, int *unit) in parse_ksm_options() argument 39 if(tst_parse_int(str_num, num, 3, INT_MAX)) in parse_ksm_options() 40 tst_brk(TBROK, "Invalid num '%s'", str_num); in parse_ksm_options()
|
/external/libxcam/tests/ |
D | test-video-stabilization.cpp | 313 char *str_num = NULL; in read_device_pose() local 315 str_num = strtok (ptr, tokens); in read_device_pose() 321 while (str_num != NULL) { in read_device_pose() 322 float num = strtof (str_num, NULL); in read_device_pose() 346 str_num = strtok (NULL, tokens); in read_device_pose()
|
D | test-image-blend.cpp | 415 char *str_num = NULL; in read_map_data() local 417 str_num = strtok (ptr, tokens); in read_map_data() 420 while (str_num != NULL) { in read_map_data() 421 float num = strtof (str_num, NULL); in read_map_data() 435 str_num = strtok (NULL, tokens); in read_map_data()
|