Searched refs:n_max (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | 2009-12-01-LoopIVUsers.ll | 36 %n_max = alloca i32 ; <i32*> [#uses=4] 71 store i32 %11, i32* %n_max, align 4 73 %13 = load i32* %n_max, align 4 ; <i32> [#uses=1] 76 %15 = load i32* %n_max, align 4 ; <i32> [#uses=1] 77 %16 = load i32* %n_max, align 4 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | 2009-12-01-LoopIVUsers.ll | 37 %n_max = alloca i32 ; <i32*> [#uses=4] 72 store i32 %11, i32* %n_max, align 4 74 %13 = load i32, i32* %n_max, align 4 ; <i32> [#uses=1] 77 %15 = load i32, i32* %n_max, align 4 ; <i32> [#uses=1] 78 %16 = load i32, i32* %n_max, align 4 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-12-01-LoopIVUsers.ll | 37 %n_max = alloca i32 ; <i32*> [#uses=4] 72 store i32 %11, i32* %n_max, align 4 74 %13 = load i32, i32* %n_max, align 4 ; <i32> [#uses=1] 77 %15 = load i32, i32* %n_max, align 4 ; <i32> [#uses=1] 78 %16 = load i32, i32* %n_max, align 4 ; <i32> [#uses=1]
|
/external/skia/src/compute/hs/gen/ |
D | main.c | 413 uint32_t const n_max = MAX_MACRO(merge->levels[level].networks[0], in hsg_merge_levels_hint() local 416 if (n_max <= (merge->rows_bs + hsg_config.thread.xtra)) in hsg_merge_levels_hint() 421 hsg_config.thread.xtra = n_max - merge->rows_bs; in hsg_merge_levels_hint() 444 n_max - merge->rows_bs); in hsg_merge_levels_hint()
|
/external/skqp/src/compute/hs/gen/ |
D | main.c | 413 uint32_t const n_max = MAX_MACRO(merge->levels[level].networks[0], in hsg_merge_levels_hint() local 416 if (n_max <= (merge->rows_bs + hsg_config.thread.xtra)) in hsg_merge_levels_hint() 421 hsg_config.thread.xtra = n_max - merge->rows_bs; in hsg_merge_levels_hint() 444 n_max - merge->rows_bs); in hsg_merge_levels_hint()
|
/external/skia/src/compute/hs/cl/ |
D | hs_cl.c | 947 char const n_max = '0'+(char)count; in hs_create_kernels() local 949 for (char n = '0'; n<n_max; n++) in hs_create_kernels()
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 947 char const n_max = '0'+(char)count; in hs_create_kernels() local 949 for (char n = '0'; n<n_max; n++) in hs_create_kernels()
|
/external/libxml2/ |
D | testapi.c | 26272 int n_max; in test_xmlValidGetPotentialChildren() local 26277 for (n_max = 0;n_max < gen_nb_int;n_max++) { in test_xmlValidGetPotentialChildren() 26282 max = gen_int(n_max, 3); in test_xmlValidGetPotentialChildren() 26290 des_int(n_max, max, 3); in test_xmlValidGetPotentialChildren() 26299 printf(" %d", n_max); in test_xmlValidGetPotentialChildren() 26329 int n_max; in test_xmlValidGetValidElements() local 26334 for (n_max = 0;n_max < gen_nb_int;n_max++) { in test_xmlValidGetValidElements() 26339 max = gen_int(n_max, 3); in test_xmlValidGetValidElements() 26347 des_int(n_max, max, 3); in test_xmlValidGetValidElements() 26356 printf(" %d", n_max); in test_xmlValidGetValidElements() [all …]
|