HomeSort by: relevance | last modified time | path
    Searched refs:types (Results 1 - 25 of 974) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/brotli/dist/c/common/
context.c 3 #include <brotli/types.h>
platform.c 10 #include <brotli/types.h>
context.h 92 #include <brotli/types.h>
dictionary.h 13 #include <brotli/types.h>
  /xsrc/external/mit/MesaLib/dist/src/util/
anon_file.h 29 #include <sys/types.h>
  /xsrc/external/mit/brotli/dist/c/enc/
dictionary_hash.h 12 #include <brotli/types.h>
command.c 9 #include <brotli/types.h>
literal_cost.h 14 #include <brotli/types.h>
block_splitter.h 13 #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
bit_cost.c 13 #include <brotli/types.h>
compress_fragment_two_pass.h 17 #include <brotli/types.h>
encoder_dict.h 12 #include <brotli/types.h>
static_dict.h 14 #include <brotli/types.h>
static_dict_lut.h 12 #include <brotli/types.h>
utf8_util.h 13 #include <brotli/types.h>
  /xsrc/external/mit/xcb-util/dist/
xcb-util-common.h 33 # include <sys/types.h>
  /xsrc/external/mit/xorg-server/dist/include/
probes.h 34 #include <sys/types.h>
  /xsrc/external/mit/libxshmfence/dist/src/
xshmfence_pthread.h 27 #include <sys/types.h>
  /xsrc/external/mit/fontconfig/dist/doc/
fcobjecttype.fncs 26 @TYPE1@ const FcObjectType * @ARG1@ types
28 @PURPOSE@ Register object types
35 @TYPE1@ const FcObjectType * @ARG1@ types
37 @PURPOSE@ Unregister object types
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
primitiveStream.cc 110 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/
res.c 81 XResType *types; local
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/
vk_debug_utils.h 52 VkDebugUtilsMessageTypeFlagsEXT types,
58 VkDebugUtilsMessageTypeFlagsEXT types,
vk_cmd_queue_gen.py 196 ${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, level
    [all...]
  /xsrc/external/bsd/libuuid_ul/dist/
uuidP.h 36 #include <sys/types.h>
  /xsrc/external/mit/freetype/dist/builds/vms/
ftconfig.h 51 #include <freetype/config/integer-types.h>

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>