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

1 2 3 4 5 6

  /xsrc/external/mit/fontconfig/dist/conf.d/
09-autohint-if-no-hinting.conf 12 in both cases so that most clients would takes a look at the first place only.
65-fonts-persian.conf 11 the above copyright notice appear in all copies and that both that
358 <!-- Both serif... -->
  /xsrc/external/mit/MesaLib/dist/src/util/
ralloc.c 405 char *both; local
410 both = resize(*dest, existing_length + n + 1);
411 if (unlikely(both == NULL))
414 memcpy(both + existing_length, str, n);
415 both[existing_length + n] = '\0';
417 *dest = both;
438 char *both; local
441 both = resize(*dest, existing_length + str_size + 1);
442 if (unlikely(both == NULL))
445 memcpy(both + existing_length, str, str_size)
874 char *both; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
ralloc.c 377 char *both; local
382 both = resize(*dest, existing_length + n + 1);
383 if (unlikely(both == NULL))
386 memcpy(both + existing_length, str, n);
387 both[existing_length + n] = '\0';
389 *dest = both;
410 char *both; local
413 both = resize(*dest, existing_length + str_size + 1);
414 if (unlikely(both == NULL))
417 memcpy(both + existing_length, str, str_size)
875 char *both; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/
Tools.mk 8 # the above copyright notice appear in all copies and that both that
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_packed_depth_stencil.spec 36 packed pixel formats and types which pack both stencil and depth
42 pixel formats? Should we instead provide both:
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_packed_depth_stencil.spec 36 packed pixel formats and types which pack both stencil and depth
42 pixel formats? Should we instead provide both:
  /xsrc/external/mit/fontconfig/dist/doc/
fccharset.fncs 8 * the above copyright notice appear in all copies and that both that
91 Returns a set including only those chars found in both
151 Returns the number of chars that are in both <parameter>a</parameter> and <parameter>b</parameter>.
193 <parameter>map[1]</parameter> both have all their bits set. It also
fcpattern.fncs 8 * the above copyright notice appear in all copies and that both that
428 Return FcTrue if both <parameter>i1</parameter> and <parameter>i2</parameter>
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_swap_control.spec 88 this is typically the time required to display both the even and odd
MESA_drm_image.spec 101 EGL_DRM_BUFFER_USE_CURSOR_MESA is set, width and height must both
MESA_multithread_makecurrent.spec 41 usage with a mutex is both higher performance and easier to
MESA_texture_signed_rgba.spec 91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_swap_control.spec 88 this is typically the time required to display both the even and odd
MESA_drm_image.spec 101 EGL_DRM_BUFFER_USE_CURSOR_MESA is set, width and height must both
MESA_multithread_makecurrent.spec 41 usage with a mutex is both higher performance and easier to
MESA_texture_signed_rgba.spec 91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0
  /xsrc/external/mit/imake/dist/
mdepend.cpp 19 XCOMM work on both USG and BSD systems. However, when System V.4 comes out,
mergelib.cpp 7 XCOMM that the above copyright notice appear in all copies and that both that
  /xsrc/external/mit/MesaLib/dist/android/
Android.mk 116 LOCAL_MULTILIB := both
  /xsrc/external/mit/freetype/dist/builds/amiga/
smakefile 82 noicons ignore=79,85,110,306 parameters=both define=FT2_BUILD_LIBRARY
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_blit.c 259 unsigned both = levels_z & levels_s; local
262 if (both) {
263 si_blit_decompress_zs_planes_in_place(sctx, texture, PIPE_MASK_Z | PIPE_MASK_S, both,
265 levels_z &= ~both;
266 levels_s &= ~both;
507 * to disable both the FMASK decompression and fast clear elimination passes.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_blit.c 285 unsigned both = levels_z & levels_s; local
288 if (both) {
291 both,
293 levels_z &= ~both;
294 levels_s &= ~both;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/
Android.vulkan.mk 267 # The rule generates both C and H files, but due to some strange
  /xsrc/external/mit/pixman/dist/pixman/
pixman.c 8 * the above copyright notice appear in all copies and that both that
65 #define PACK(neither, src, dest, both) \
69 (uint8_t)PIXMAN_OP_ ## both }}
73 /* Neither Opaque Src Opaque Dst Opaque Both Opaque */

Completed in 17 milliseconds

1 2 3 4 5 6