HomeSort by: relevance | last modified time | path
    Searched defs:alloca (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/libobj/
alloca.c 1 void *alloca(size_t sz) function
  /xsrc/external/mit/MesaLib/dist/include/
c99_alloca.h 36 # define alloca _alloca macro
40 # include <alloca.h>
  /xsrc/external/mit/MesaLib.old/dist/include/
c99_alloca.h 36 # define alloca _alloca macro
40 # include <alloca.h>
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xalloca.h 68 # include <alloca.h>
80 # ifndef alloca
81 # define alloca __builtin_alloca macro
82 # endif /* !alloca */
83 # define ALLOCATE_LOCAL(size) alloca((size_t)(size))
87 * warning: old mips alloca (pre 2.10) is unusable, new one is built in
89 * from alloca.h which #defines alloca.
91 # if defined(__sun) || defined(alloca)
93 * Some System V boxes extract alloca.o from /lib/libPW.a; if yo
    [all...]
Xw32defs.h 14 # define alloca _alloca macro
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_internal.h 33 // Malloc.h defines a macro for alloca. Let's at least make sure that all includers
34 // of this header have the same definition of alloca.
241 struct dxil_instr_alloca alloca; member in union:dxil_instr::__anon2740
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 257 LLVMValueRef alloca; local
266 alloca = ctx->temp_array_allocas[array_id - 1];
267 if (!alloca)
298 return LLVMBuildGEP(ctx->ac.builder, alloca, idxs, 2, "");
621 * in memory using an alloca that spans the entire
635 * FIXME: We shouldn't need to have the non-alloca
672 /* Create a dummy alloca. We use it so that we
  /xsrc/external/mit/xkbevd/dist/
cfgparse.c 468 /* The parser invokes alloca or malloc; define the necessary symbols. */
475 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
480 # define alloca _alloca macro
482 # define YYSTACK_ALLOC alloca
500 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
parser.c 274 /* The parser invokes alloca or malloc; define the necessary symbols. */
281 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
286 # define alloca _alloca macro
288 # define YYSTACK_ALLOC alloca
306 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefsyacc.c 365 /* The parser invokes alloca or malloc; define the necessary symbols. */
372 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
377 # define alloca _alloca macro
379 # define YYSTACK_ALLOC alloca
397 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/xgc/dist/
gram.c 455 /* The parser invokes alloca or malloc; define the necessary symbols. */
462 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
467 # define alloca _alloca macro
469 # define YYSTACK_ALLOC alloca
487 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-parse.c 436 /* The parser invokes alloca or malloc; define the necessary symbols. */
443 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
448 # define alloca _alloca macro
450 # define YYSTACK_ALLOC alloca
468 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefsyacc.c 564 /* The parser invokes alloca or malloc; define the necessary symbols. */
571 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
576 # define alloca _alloca macro
578 # define YYSTACK_ALLOC alloca
596 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_draw.cpp 35 #if !defined(alloca)
37 #include <alloca.h> // alloca (glibc uses <alloca.h>. Note that Cygwin may have _WIN32 defined, so the order matters here)
39 #include <malloc.h> // alloca
40 #if !defined(alloca)
41 #define alloca _alloca // for clang with MS Codegen macro
44 #include <stdlib.h> // alloca
692 ImVec2* temp_normals = (ImVec2*)alloca(points_count * (thick_line ? 5 : 3) * sizeof(ImVec2)); //-V630
883 ImVec2* temp_normals = (ImVec2*)alloca(points_count * sizeof(ImVec2)); //-V63
    [all...]
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-parse.c 545 /* The parser invokes alloca or malloc; define the necessary symbols. */
552 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
557 # define alloca _alloca macro
559 # define YYSTACK_ALLOC alloca
577 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_parser.cpp 639 /* The parser invokes alloca or malloc; define the necessary symbols. */
646 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
651 # define alloca _alloca macro
653 # define YYSTACK_ALLOC alloca
671 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_draw.cpp 35 #if !defined(alloca)
37 #include <alloca.h> // alloca (glibc uses <alloca.h>. Note that Cygwin may have _WIN32 defined, so the order matters here)
39 #include <malloc.h> // alloca
40 #if !defined(alloca)
41 #define alloca _alloca // for clang with MS Codegen macro
44 #include <stdlib.h> // alloca
692 ImVec2* temp_normals = (ImVec2*)alloca(points_count * (thick_line ? 5 : 3) * sizeof(ImVec2)); //-V630
883 ImVec2* temp_normals = (ImVec2*)alloca(points_count * sizeof(ImVec2)); //-V63
    [all...]
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_parser.cpp 508 /* The parser invokes alloca or malloc; define the necessary symbols. */
515 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
520 # define alloca _alloca macro
522 # define YYSTACK_ALLOC alloca
540 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/MesaLib.old/src/mesa/program/
program_parse.tab.c 518 /* The parser invokes alloca or malloc; define the necessary symbols. */
525 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
530 # define alloca _alloca macro
532 # define YYSTACK_ALLOC alloca
550 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/ctwm/dist/gen/
gram.tab.c 625 /* The parser invokes alloca or malloc; define the necessary symbols. */
632 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
637 # define alloca _alloca macro
639 # define YYSTACK_ALLOC alloca
657 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/ctwm/dist/
gram.tab.c 625 /* The parser invokes alloca or malloc; define the necessary symbols. */
632 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
637 # define alloca _alloca macro
639 # define YYSTACK_ALLOC alloca
657 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/xkbcomp/dist/
xkbparse.c 651 /* The parser invokes alloca or malloc; define the necessary symbols. */
658 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
663 # define alloca _alloca macro
665 # define YYSTACK_ALLOC alloca
683 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/MesaLib/src/mesa/program/
program_parse.tab.c 677 /* The parser invokes alloca or malloc; define the necessary symbols. */
684 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
689 # define alloca _alloca macro
691 # define YYSTACK_ALLOC alloca
709 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 45 #include <alloca.h>
47 #define alloca __builtin_alloca macro
49 #define alloca __alloca macro
52 #define alloca _alloca macro
54 void *alloca(size_t);
3938 old = alloca(blob.length);
4060 tile = alloca(id + 1);
4951 path = alloca(id + 1);
5577 edid = alloca(output->edid_len);

Completed in 78 milliseconds