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

1 2 3 4 5 6 7 8 91011

  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
history.h 140 This file contains specific revision info SINCE THE LAST RELEASE. It is not meant to
durango.c 286 * This contains only constant definitions, so it should be able to be
292 * This file contains the definitions of the WRITE_REG32 and similar macros
345 ;ECX contains msrAddr | msrReg
  /xsrc/external/mit/fontconfig/dist/doc/
fccache.fncs 36 The returned fontset contains each of the font patterns from
fccharset.fncs 134 Returns whether <parameter>fcs</parameter> contains the char <parameter>ucs4</parameter>.
181 <parameter>*next</parameter> is set to contains the base code point
184 <parameter>a</parameter> contains no pages. As an example, if
190 Then the page contains code points <literal>0x300</literal> through
194 contains code points <literal>0x343</literal> (<parameter>0x300 + 32*2
213 <parameter>*next</parameter> is set to contains the base code point
fcstring.fncs 60 <parameter>nchar</parameter>. <parameter>wchar</parameter> contains 1, 2 or
94 <parameter>wchar</parameter> contains 1, 2 or 4 depending on the number of
fcstrset.fncs 50 Returns whether <parameter>set_a</parameter> contains precisely the same
fclangset.fncs 115 <parameter>ls_a</parameter> contains every language in
fcpattern.fncs 429 point to same object and contains same values. return FcFalse otherwise.
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_shader_debug.spec 205 The message contains the argument <file>, <line>, <cookie> and
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_shader_debug.spec 205 The message contains the argument <file>, <line>, <cookie> and
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
state.py 2 This module contains the namespace class and the singleton module class.
20 Contains the naming information for an extension.
77 namespace contains the namespace info for the spec.
  /xsrc/external/mit/xterm/dist/unicode/
convmap.pl 110 * The array keysymtab[] contains pairs of X11 keysym values for graphical
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.cpp 156 bool Interval::contains(int pos) const function in class:nv50_ir::Interval
nv50_ir_util.h 438 bool contains(int pos) const;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.cpp 156 bool Interval::contains(int pos) const function in class:nv50_ir::Interval
nv50_ir_util.h 438 bool contains(int pos) const;
  /xsrc/external/mit/xf86-video-nsc/dist/src/
durango.c 294 * This contains only constant definitions, so it should be able to be
300 * This file contains the definitions of the WRITE_REG32 and similar macros
353 ;ECX contains msrAddr | msrReg
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_register_allocation.cpp 147 bool contains(PhysReg reg) const { return lo() <= reg && reg < hi(); } function in struct:aco::__anon498::PhysRegInterval
149 bool contains(const PhysRegInterval& needle) const function in struct:aco::__anon498::PhysRegInterval
920 if (!bounds.contains({PhysReg{entry.first}, rc.size()}))
1163 if (op.isTemp() && op.isFirstKillBeforeDef() && bounds.contains(op.physReg()) &&
1325 bool is_vcc = rc.type() == RegType::sgpr && vcc_win.contains(reg_win);
1327 if (!bounds.contains(reg_win) && !is_vcc && !is_m0)
1451 if (!bounds.contains(vec)) /* not enough space for other operands */
1668 if (!bounds.contains(reg_win) || reg_win.lo() % stride != 0)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_ra_coalesce.cpp 131 if (!v1->v_equal(v2) && v1->interferences.contains(v2))
sb_valtable.cpp 517 bool r600_sb::sb_value_set::contains(value* v) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_ra_coalesce.cpp 131 if (!v1->v_equal(v2) && v1->interferences.contains(v2))
sb_valtable.cpp 517 bool r600_sb::sb_value_set::contains(value* v) {
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_eu_validate.c 60 contains(const struct string haystack, const struct string needle) function
65 #define CONTAINS(haystack, needle) \
66 contains(haystack, (struct string){needle, strlen(needle)})
74 if ((cond) && !CONTAINS(error_msg, error(msg))) { \
1417 * The SNB PRM contains similar wording (but written in a much more
1471 * The SNB PRM contains similar wording (but written in a much more
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorgconf.cpp 80 # Server flags section. This contains various server-wide Options.
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
xorgconf.cpp 80 # Server flags section. This contains various server-wide Options.

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011