| /xsrc/external/mit/fontconfig/dist/meson-cc-tests/ |
| H A D | solaris-atomic-operations.c | 6 void *atomic_ptr_cmpxchg (volatile void **target, void *cmp, void *newval) { return atomic_cas_ptr (target, cmp, newval); } argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_atomic.c | 67 __sync_val_compare_and_swap_8(volatile long long *ptr, long long oldval, long long newval) argument
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_atomic.c | 79 __sync_val_compare_and_swap_8(volatile long long *ptr, long long oldval, long long newval) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 177 char *newval; local in function:addenv
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | scissor.c | 266 struct gl_scissor_rect newval[MAX_WINDOW_RECTANGLES]; local in function:_mesa_WindowRectanglesEXT
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 177 char *newval; local in function:addenv
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | scissor.c | 267 struct gl_scissor_rect newval[MAX_WINDOW_RECTANGLES]; local in function:_mesa_WindowRectanglesEXT
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | tocutil.c | 310 int w, changed, newval, msgid; local in function:TURefigureWhatsVisible
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_internal.h | 206 const struct dxil_value *cmpval, *newval, *ptr; member in struct:dxil_instr_cmpxchg
|
| H A D | dxil_module.c | 2924 dxil_emit_cmpxchg(struct dxil_module * m,const struct dxil_value * cmpval,const struct dxil_value * newval,const struct dxil_value * ptr,bool is_volatile,enum dxil_atomic_ordering ordering,enum dxil_sync_scope syncscope) argument
|
| H A D | nir_to_dxil.c | 3395 const struct dxil_value *newval = local in function:emit_ssbo_atomic_comp_swap 3472 const struct dxil_value *ptr, *cmpval, *newval, *retval; local in function:emit_shared_atomic_comp_swap 719 emit_atomic_cmpxchg(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[3],const struct dxil_value * cmpval,const struct dxil_value * newval) argument
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | sync.c | 728 SyncChangeCounter(SyncCounter *pCounter, CARD64 newval) argument
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | sync.c | 702 SyncUpdateCounter(SyncCounter *pCounter, int64_t newval) argument 713 SyncChangeCounter(SyncCounter * pCounter, int64_t newval) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_video.c | 1903 uint32_t newval; local in function:i830_update_scaling_factors [all...] |