Searched defs:minified (Results 1 - 2 of 2) sorted by relevance
/third_party/cJSON/tests/ | ||
H A D | minify_tests.c | 48 char* minified = (char*) malloc(sizeof(to_minify)); in cjson_minify_should_remove_single_line_comments() local 62 char* minified = (char*) malloc(sizeof(to_minify)); in cjson_minify_should_remove_spaces() local 76 char* minified = (char*) malloc(sizeof(to_minify)); cjson_minify_should_remove_multiline_comments() local 90 char* minified = (char*) malloc(sizeof(to_minify)); cjson_minify_should_not_modify_strings() local 124 const char* minified = cjson_minify_should_minify_json() local [all...] |
/third_party/mesa3d/src/compiler/nir/ | ||
H A D | nir_lower_tex.c | 1223 nir_ssa_def *minified = nir_imin(b, &tex->dest.ssa, in nir_lower_txs_lod() local |
Completed in 20 milliseconds