HomeSort by: relevance | last modified time | path
    Searched defs:shapes (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-shapes.h 1 /* ACLE support for AArch64 SVE (function shapes)
75 namespace shapes namespace in namespace:aarch64_sve
aarch64-sve-builtins-shapes.h 1 /* ACLE support for AArch64 SVE (function shapes)
75 namespace shapes namespace in namespace:aarch64_sve
aarch64-sve-builtins-shapes.h 1 /* ACLE support for AArch64 SVE (function shapes)
75 namespace shapes namespace in namespace:aarch64_sve
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins-shapes.h 1 /* ACLE support for Arm MVE (function shapes)
34 namespace shapes namespace in namespace:arm_mve
82 } /* end namespace arm_mve::shapes */
arm-mve-builtins-shapes.h 1 /* ACLE support for Arm MVE (function shapes)
34 namespace shapes namespace in namespace:arm_mve
82 } /* end namespace arm_mve::shapes */
arm-mve-builtins-shapes.h 1 /* ACLE support for Arm MVE (function shapes)
34 namespace shapes namespace in namespace:arm_mve
82 } /* end namespace arm_mve::shapes */
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-shapes.h 26 namespace shapes { namespace in namespace:riscv_vector
riscv-vector-builtins-shapes.h 26 namespace shapes { namespace in namespace:riscv_vector
riscv-vector-builtins-shapes.h 26 namespace shapes { namespace in namespace:riscv_vector
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-shapes.h 1 /* ACLE support for AArch64 SVE (function shapes)
72 namespace shapes namespace in namespace:aarch64_sve
aarch64-sve-builtins-shapes.h 1 /* ACLE support for AArch64 SVE (function shapes)
72 namespace shapes namespace in namespace:aarch64_sve
aarch64-sve-builtins-shapes.h 1 /* ACLE support for AArch64 SVE (function shapes)
72 namespace shapes namespace in namespace:aarch64_sve
  /src/games/tetris/
shapes.c 1 /* $NetBSD: shapes.c,v 1.9 2014/06/11 16:47:39 christos Exp $ */
34 * @(#)shapes.c 8.1 (Berkeley) 5/31/93
38 * Tetris shapes and related routines.
55 const struct shape shapes[] = { variable in typeref:struct:shape
shapes.c 1 /* $NetBSD: shapes.c,v 1.9 2014/06/11 16:47:39 christos Exp $ */
34 * @(#)shapes.c 8.1 (Berkeley) 5/31/93
38 * Tetris shapes and related routines.
55 const struct shape shapes[] = { variable in typeref:struct:shape
shapes.c 1 /* $NetBSD: shapes.c,v 1.9 2014/06/11 16:47:39 christos Exp $ */
34 * @(#)shapes.c 8.1 (Berkeley) 5/31/93
38 * Tetris shapes and related routines.
55 const struct shape shapes[] = { variable in typeref:struct:shape
  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.h 73 struct callshape shapes[1]; /* actually nshapes elements */ member in struct:callshapes
284 You can pass shapes = NULL for a parser not recognizing any calls. */
286 const struct callshapes *shapes);
xgettext.h 73 struct callshape shapes[1]; /* actually nshapes elements */ member in struct:callshapes
284 You can pass shapes = NULL for a parser not recognizing any calls. */
286 const struct callshapes *shapes);
xgettext.h 73 struct callshape shapes[1]; /* actually nshapes elements */ member in struct:callshapes
284 You can pass shapes = NULL for a parser not recognizing any calls. */
286 const struct callshapes *shapes);
x-elisp.c 645 const struct callshapes *shapes = NULL; local
694 shapes = (const struct callshapes *) keyword_value;
696 argparser = arglist_parser_alloc (mlp, shapes);
x-librep.c 620 const struct callshapes *shapes = NULL; local
668 shapes = (const struct callshapes *) keyword_value;
670 argparser = arglist_parser_alloc (mlp, shapes);
x-scheme.c 731 const struct callshapes *shapes = NULL; local
779 shapes = (const struct callshapes *) keyword_value;
781 argparser = arglist_parser_alloc (mlp, shapes);
x-elisp.c 645 const struct callshapes *shapes = NULL; local
694 shapes = (const struct callshapes *) keyword_value;
696 argparser = arglist_parser_alloc (mlp, shapes);
x-librep.c 620 const struct callshapes *shapes = NULL; local
668 shapes = (const struct callshapes *) keyword_value;
670 argparser = arglist_parser_alloc (mlp, shapes);
x-scheme.c 731 const struct callshapes *shapes = NULL; local
779 shapes = (const struct callshapes *) keyword_value;
781 argparser = arglist_parser_alloc (mlp, shapes);
x-elisp.c 645 const struct callshapes *shapes = NULL; local
694 shapes = (const struct callshapes *) keyword_value;
696 argparser = arglist_parser_alloc (mlp, shapes);

Completed in 85 milliseconds

1 2