| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| libcol_util.h | 203 __collector_cas_32 (volatile uint32_t *pdata, uint32_t old, uint32_t new) function 257 r = (void *) __collector_cas_32 ((volatile uint32_t *)mem, (uint32_t) cmp, (uint32_t)new); 287 __collector_cas_32 (volatile uint32_t *ptr, uint32_t old, uint32_t new) function 312 extern uint32_t __collector_cas_32 (volatile uint32_t *, uint32_t, uint32_t);
|
| iolib.c | 346 uint32_t state = __collector_cas_32 (hndl->blkstate + j, oldstate, ST_BUSY); 411 while (__collector_cas_32 (&buf->state, ST_FREE, ST_INIT) != ST_FREE) 445 new_size = __collector_cas_32 (&cur_size, old_size, old_size + nblocks); 576 uint32_t newblk = __collector_cas_32 (&hndl->nblk, oldblk, oldblk + 1); 793 state = __collector_cas_32 (sptr + ichunk, oldstate, ST_BUSY); 800 state = __collector_cas_32 (sptr + ichunk, oldstate, ST_BUSY); 966 if (__collector_cas_32 (&hndl->buffers[ibuf].state, ST_FREE, ST_BUSY) == ST_FREE)
|
| hwprofile.c | 473 if (SD_OFF != __collector_cas_32 (&sd_state, SD_OFF, SD_PENDING)) 506 if (SD_PENDING != __collector_cas_32 (&sd_state, SD_PENDING, SD_COMPLETE)) 512 if (SD_COMPLETE != __collector_cas_32 (&sd_state, SD_COMPLETE, SD_OFF))
|
| libcol_util.c | 112 * have implementations for __collector_cas_32(), how about we just 127 return __collector_cas_32 ((volatile uint32_t *)p, 0, v); 197 __collector_cas_32 (volatile uint32_t *mem, uint32_t old, uint32_t new) function
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| libcol_util.h | 203 __collector_cas_32 (volatile uint32_t *pdata, uint32_t old, uint32_t new) function 257 r = (void *) __collector_cas_32 ((volatile uint32_t *)mem, (uint32_t) cmp, (uint32_t)new); 287 __collector_cas_32 (volatile uint32_t *ptr, uint32_t old, uint32_t new) function 312 extern uint32_t __collector_cas_32 (volatile uint32_t *, uint32_t, uint32_t);
|
| iolib.c | 346 uint32_t state = __collector_cas_32 (hndl->blkstate + j, oldstate, ST_BUSY); 411 while (__collector_cas_32 (&buf->state, ST_FREE, ST_INIT) != ST_FREE) 445 new_size = __collector_cas_32 (&cur_size, old_size, old_size + nblocks); 576 uint32_t newblk = __collector_cas_32 (&hndl->nblk, oldblk, oldblk + 1); 793 state = __collector_cas_32 (sptr + ichunk, oldstate, ST_BUSY); 800 state = __collector_cas_32 (sptr + ichunk, oldstate, ST_BUSY); 966 if (__collector_cas_32 (&hndl->buffers[ibuf].state, ST_FREE, ST_BUSY) == ST_FREE)
|
| hwprofile.c | 473 if (SD_OFF != __collector_cas_32 (&sd_state, SD_OFF, SD_PENDING)) 506 if (SD_PENDING != __collector_cas_32 (&sd_state, SD_PENDING, SD_COMPLETE)) 512 if (SD_COMPLETE != __collector_cas_32 (&sd_state, SD_COMPLETE, SD_OFF))
|
| libcol_util.c | 112 * have implementations for __collector_cas_32(), how about we just 127 return __collector_cas_32 ((volatile uint32_t *)p, 0, v); 197 __collector_cas_32 (volatile uint32_t *mem, uint32_t old, uint32_t new) function
|