Searched refs:unless (Results 1 - 25 of 201) sorted by relevance

123456789

/xsrc/external/mit/libdrm/dist/
H A Dxf86atomic.h105 static inline int atomic_add_unless(atomic_t *v, int add, int unless) argument
109 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c)
111 return c != unless;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.h190 atomic_add_unless(int *v, int add, int unless) argument
194 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c)
196 return c == unless;
/xsrc/external/mit/libXmu/dist/
H A DREADME.md15 formats and installed in $(docdir) unless --disable-docs is passed to
/xsrc/external/mit/ctwm/dist/client/
H A DREADME.md29 work right unless you're Claude with Claude's config and windows.
/xsrc/external/mit/freetype/dist/builds/cmake/
H A DiOS.cmake141 # set up iOS platform unless specified manually with IOS_PLATFORM
167 # set up iOS developer location unless specified manually with
188 # find and use the most recent iOS SDK unless specified manually with
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.8.rst61 - nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA
H A D7.5.rst56 It's probably NOT worthwhile to report any bugs unless you have
H A D18.2.5.rst130 - nir: don't pack varyings ints with floats unless flat
H A D21.1.7.rst48 - nir/lower_mediump_io: Don't remap base unless needed
H A D9.1.6.rst90 - get-pick-list: Ignore commits which CC mesa-stable unless they say
/xsrc/external/mit/ctwm/dist/tests/
H A DCMakeLists.txt73 # Don't allow $DISPLAY unless specifically requested.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvenus.rst40 from the virtio-gpu kernel driver, unless vtest is used. Currently, this
167 renderer might need to import GBM BOs. The imports will fail unless the host
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c111 atomic_add_unless(int *v, int add, int unless) argument
115 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c)
117 return c == unless;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c95 atomic_add_unless(int *v, int add, int unless) argument
99 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c)
101 return c == unless;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_signed_rgba.spec146 are clamped to [-1,1] unless stated otherwise as in the case
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dsampler.rst104 view format, unless the driver reports
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd126 async unless one of the arguments is something we know we can't
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_signed_rgba.spec146 are clamped to [-1,1] unless stated otherwise as in the case
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dsampler.rst104 view format, unless the driver reports
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd128 async unless one of the arguments is something we know we can't
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dbuild_options.cmake165 # unless you're ready to argue on the mailing list to preserve it.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c125 atomic_add_unless(int *v, int add, int unless) argument
129 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c)
131 return c == unless;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c109 atomic_add_unless(int *v, int add, int unless) argument
113 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c)
115 return c == unless;
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dltoptions.m445 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Dltoptions.m444 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME

Completed in 24 milliseconds

123456789