Searched refs: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 49 TEST_ASSERT_NOT_NULL(minified); in cjson_minify_should_remove_single_line_comments() 50 strcpy(minified, to_minify); in cjson_minify_should_remove_single_line_comments() 52 cJSON_Minify(minified); in cjson_minify_should_remove_single_line_comments() 53 TEST_ASSERT_EQUAL_STRING("{}", minified); in cjson_minify_should_remove_single_line_comments() 55 free(minified); in cjson_minify_should_remove_single_line_comments() 62 char* minified = (char*) malloc(sizeof(to_minify)); in cjson_minify_should_remove_spaces() local 63 TEST_ASSERT_NOT_NULL(minified); in cjson_minify_should_remove_spaces() 64 strcpy(minified, to_minify); in cjson_minify_should_remove_spaces() 66 cJSON_Minify(minified); in cjson_minify_should_remove_spaces() 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 1228 * minified. in nir_lower_txs_lod() 1235 comp[i] = nir_channel(b, minified, i); in nir_lower_txs_lod() 1238 minified = nir_vec(b, comp, dest_size); in nir_lower_txs_lod() 1241 nir_ssa_def_rewrite_uses_after(&tex->dest.ssa, minified, in nir_lower_txs_lod() 1242 minified->parent_instr); in nir_lower_txs_lod()
|
Completed in 3 milliseconds