Home
last modified time | relevance | path

Searched refs:nshapes (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxg-arglist-callshape.c186 shapes->nshapes = 1; in insert_keyword_callshape()
204 for (i = 0; i < old_shapes->nshapes; i++) in insert_keyword_callshape()
225 xtimes (old_shapes->nshapes, in insert_keyword_callshape()
230 shapes->nshapes = old_shapes->nshapes + 1; in insert_keyword_callshape()
231 for (i = 0; i < old_shapes->nshapes; i++) in insert_keyword_callshape()
Dxg-arglist-callshape.h53 size_t nshapes; member
Dxg-arglist-parser.c43 if (shapes == NULL || shapes->nshapes == 0) in arglist_parser_alloc()
62 xtimes (shapes->nshapes - 1, in arglist_parser_alloc()
70 ap->nalternatives = shapes->nshapes; in arglist_parser_alloc()
71 for (i = 0; i < shapes->nshapes; i++) in arglist_parser_alloc()
Dx-perl.c1549 shapes.nshapes = 1; in extract_variable()
3113 for (i = 0; i < next_shapes->nshapes; i++) in extract_balanced()
/third_party/libpng/contrib/tools/
Dgenpng.c759 int nshapes; in main() local
777 for (nshapes=0; 3+7*(nshapes+1) <= argc && nshapes < max_shapes; in main()
778 ++nshapes) in main()
779 parse_arg(arg_list+nshapes, argv+3+7*nshapes); in main()
781 if (3+7*nshapes != argc) in main()
783 fprintf(stderr, "genpng: %s: too many arguments\n", argv[3+7*nshapes]); in main()
814 pixel(buffer + 4*(x + y*image.width), arg_list, nshapes, x, y); in main()
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dgenpng.c759 int nshapes; in main() local
777 for (nshapes=0; 3+7*(nshapes+1) <= argc && nshapes < max_shapes; in main()
778 ++nshapes) in main()
779 parse_arg(arg_list+nshapes, argv+3+7*nshapes); in main()
781 if (3+7*nshapes != argc) in main()
783 fprintf(stderr, "genpng: %s: too many arguments\n", argv[3+7*nshapes]); in main()
814 pixel(buffer + 4*(x + y*image.width), arg_list, nshapes, x, y); in main()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dgenpng.c759 int nshapes; in main() local
777 for (nshapes=0; 3+7*(nshapes+1) <= argc && nshapes < max_shapes; in main()
778 ++nshapes) in main()
779 parse_arg(arg_list+nshapes, argv+3+7*nshapes); in main()
781 if (3+7*nshapes != argc) in main()
783 fprintf(stderr, "genpng: %s: too many arguments\n", argv[3+7*nshapes]); in main()
814 pixel(buffer + 4*(x + y*image.width), arg_list, nshapes, x, y); in main()