/external/libsepol/src/ |
H A D | context_record.c | 90 char *tmp_type = strdup(type); local 91 if (!tmp_type) { 97 con->type = tmp_type;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_aos.c | 483 struct lp_type tmp_type; local 486 memset(&tmp_type, 0, sizeof tmp_type); 487 tmp_type.width = 8; 488 tmp_type.length = num_pixels * 4; 489 tmp_type.norm = TRUE; 499 tmp_type, type,
|
H A D | lp_bld_format_soa.c | 364 struct lp_type tmp_type; local 367 memset(&tmp_type, 0, sizeof tmp_type); 368 tmp_type.width = 8; 369 tmp_type.length = type.length * 4; 370 tmp_type.norm = TRUE; 372 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type, 394 struct lp_type tmp_type; local 401 tmp_type = type; 402 tmp_type [all...] |
H A D | lp_bld_conv.c | 360 struct lp_type tmp_type; local 373 tmp_type = src_type; 503 tmp_type.width = 32; 518 lp_build_context_init(&bld, gallivm, tmp_type); 546 else if(tmp_type.floating) { 550 tmp_type, 554 tmp_type.floating = FALSE; 561 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale); 567 tmp_type.floating = FALSE; 568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); [all...] |
H A D | lp_bld_pack.c | 343 struct lp_type tmp_type = src_type; local 345 tmp_type.width *= 2; 346 tmp_type.length /= 2; 349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]); 352 src_type = tmp_type; 572 struct lp_type tmp_type = src_type; local 574 tmp_type.width /= 2; 575 tmp_type.length *= 2; 578 if(tmp_type.width == dst_type.width) 579 tmp_type [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_aos.c | 483 struct lp_type tmp_type; local 486 memset(&tmp_type, 0, sizeof tmp_type); 487 tmp_type.width = 8; 488 tmp_type.length = num_pixels * 4; 489 tmp_type.norm = TRUE; 499 tmp_type, type,
|
H A D | lp_bld_format_soa.c | 364 struct lp_type tmp_type; local 367 memset(&tmp_type, 0, sizeof tmp_type); 368 tmp_type.width = 8; 369 tmp_type.length = type.length * 4; 370 tmp_type.norm = TRUE; 372 tmp = lp_build_fetch_rgba_aos(gallivm, format_desc, tmp_type, 394 struct lp_type tmp_type; local 401 tmp_type = type; 402 tmp_type [all...] |
H A D | lp_bld_conv.c | 360 struct lp_type tmp_type; local 373 tmp_type = src_type; 503 tmp_type.width = 32; 518 lp_build_context_init(&bld, gallivm, tmp_type); 546 else if(tmp_type.floating) { 550 tmp_type, 554 tmp_type.floating = FALSE; 561 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale); 567 tmp_type.floating = FALSE; 568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); [all...] |
H A D | lp_bld_pack.c | 343 struct lp_type tmp_type = src_type; local 345 tmp_type.width *= 2; 346 tmp_type.length /= 2; 349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]); 352 src_type = tmp_type; 572 struct lp_type tmp_type = src_type; local 574 tmp_type.width /= 2; 575 tmp_type.length *= 2; 578 if(tmp_type.width == dst_type.width) 579 tmp_type [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
H A D | cwalker.c | 2882 PyObject *tmp_type, *tmp_value, *tmp_tb; local 2884 tmp_type = tstate->curexc_type; 2890 Py_XDECREF(tmp_type);
|
H A D | qavltree.c | 2364 PyObject *tmp_type, *tmp_value, *tmp_tb; local 2366 tmp_type = tstate->curexc_type; 2372 Py_XDECREF(tmp_type);
|
H A D | qbintree.c | 2359 PyObject *tmp_type, *tmp_value, *tmp_tb; local 2361 tmp_type = tstate->curexc_type; 2367 Py_XDECREF(tmp_type);
|
H A D | qrbtree.c | 2361 PyObject *tmp_type, *tmp_value, *tmp_tb; local 2363 tmp_type = tstate->curexc_type; 2369 Py_XDECREF(tmp_type);
|