Searched refs:types (Results 1 - 25 of 1353) sorted by relevance

1234567891011>>

/xsrc/external/mit/brotli/dist/c/common/
H A Dcontext.c3 #include <brotli/types.h>
H A Dplatform.c10 #include <brotli/types.h>
H A Dcontext.h92 #include <brotli/types.h>
H A Ddictionary.h13 #include <brotli/types.h>
/xsrc/external/mit/MesaLib/dist/src/util/
H A Danon_file.h29 #include <sys/types.h>
/xsrc/external/mit/xcb-util/dist/
H A Dxcb-util-common.h33 # include <sys/types.h>
/xsrc/external/mit/xorg-server/dist/include/
H A Dprobes.h34 #include <sys/types.h>
H A Dbusfault.h30 #include <sys/types.h>
/xsrc/external/mit/brotli/dist/c/enc/
H A Ddictionary_hash.h12 #include <brotli/types.h>
H A Dcommand.c9 #include <brotli/types.h>
H A Dliteral_cost.h14 #include <brotli/types.h>
H A Dblock_splitter.h13 #include <brotli/types.h>
23 size_t num_types; /* Amount of distinct types */
24 size_t num_blocks; /* Amount of values in types and length */
25 uint8_t* types; member in struct:BlockSplit
H A Dbit_cost.c13 #include <brotli/types.h>
/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_pthread.h27 #include <sys/types.h>
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dshader.rst6 One of the two types of shaders supported by Gallium.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dshader.rst6 One of the two types of shaders supported by Gallium.
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DprimitiveStream.cc110 tempTypes[i] = types[i];
114 free(types);
116 types = tempTypes;
120 types[index_lengths] = type;
132 if(types[i] == PRIMITIVE_STREAM_FAN)
149 types = (Int*)malloc (sizeof(Int) * sizeLengths);
150 assert(types);
166 free(types);
176 switch(types[i]){
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dres.c81 XResType *types; local in function:main
84 &c, &types);
85 printf(" %3d: base = 0x%lx, mask = 0x%lx, %d resource types:\n",
89 char *name = XGetAtomName(display, types[j].resource_type);
90 printf(" %2d: %s %d\n", j, name, types[j].count);
93 XFree(types);
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_debug_utils.h52 VkDebugUtilsMessageTypeFlagsEXT types,
58 VkDebugUtilsMessageTypeFlagsEXT types,
H A Dvk_cmd_queue_gen.py196 ${get_struct_copy("cmd->u.%s.%s" % (to_struct_field_name(c.name), to_field_name(p.name)), p.name, p.type, 'sizeof(%s)' % p.type, types)}
223 ${get_struct_free(c, p, types)}
290 def get_pnext_member_copy(struct, src_type, member, types, level):
291 if not types[src_type].extended_by:
296 for type in types[src_type].extended_by:
301 """ % (type.enum, get_struct_copy(field_name, "pnext", type.name, "sizeof(%s)" % type.name, types, level))
311 def get_struct_copy(dst, src_name, src_type, size, types, level=0):
323 if src_type in types:
324 for member in types[src_type].members:
328 member_copies += get_pnext_member_copy("tmp_dst%d" % level, src_type, member, types, leve
[all...]
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dstrlcpy.c21 #include <sys/types.h>
/xsrc/external/mit/freetype/dist/builds/vms/
H A Dftconfig.h51 #include <freetype/config/integer-types.h>
/xsrc/external/mit/freetype/dist/include/freetype/config/
H A Dftconfig.h44 #include <freetype/config/integer-types.h>
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_map.c28 #include <sys/types.h>
/xsrc/external/bsd/libuuid_ul/dist/
H A DuuidP.h36 #include <sys/types.h>

Completed in 19 milliseconds

1234567891011>>