Searched refs:valuelen (Results 1 – 3 of 3) sorted by relevance
/external/qemu/android/ |
D | boot-properties.c | 44 const char* value, int valuelen ) in boot_property_alloc() argument 46 int length = namelen + 1 + valuelen; in boot_property_alloc() 57 memcpy( p, value, valuelen ); in boot_property_alloc() 58 p += valuelen; in boot_property_alloc() 92 const char* value, int valuelen ) in boot_property_add2() argument 101 if (valuelen > PROPERTY_MAX_VALUE) in boot_property_add2() 122 namelen, name, valuelen, value); in boot_property_add2() 125 prop = boot_property_alloc(name, namelen, value, valuelen); in boot_property_add2() 138 const char* value, int valuelen ) in boot_property_raise_warning() argument 147 valuelen, value); in boot_property_raise_warning() [all …]
|
D | boot-properties.h | 40 const char* value, int valuelen );
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 2363 size_t valuelen = sizeof(value)/sizeof(value[0]); in srec_test_process_nbest_list() local 2364 … esr_status = SR_RecognizerResultGetValue( data->result, nbest_num, keys[k], value, &valuelen); in srec_test_process_nbest_list()
|