/external/libselinux/src/ |
label_android_property.c | 20 } spec_t; typedef in typeref:struct:spec 28 spec_t *spec_arr; 91 spec_t *spec_arr = data->spec_arr; 179 maxnspec = UINT_MAX / sizeof(spec_t); 205 malloc(sizeof(spec_t) * data->nspec))) 208 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec); 249 spec_t *spec_arr = data->spec_arr;
|
label_file.c | 36 } spec_t; typedef in typeref:struct:spec 50 spec_t *spec_arr; 224 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf) 285 spec_t *spec_arr = data->spec_arr; 408 spec_t *spec_copy = NULL; 454 maxnspec = UINT_MAX / sizeof(spec_t); 496 malloc(sizeof(spec_t) * data->nspec))) 498 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec); 509 spec_copy = malloc(sizeof(spec_t) * data->nspec); 516 &data->spec_arr[i], sizeof(spec_t)); [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
policy.hpp | 798 typedef mpl::bool_< ::std::numeric_limits<Real>::is_specialized> spec_t; 800 mpl::or_<mpl::equal_to<spec_t, mpl::false_>, mpl::equal_to<digits_t, mpl::int_<0> > >, [all...] |