| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-string.c | 107 /* Remove all refs to a given atom. */ 109 ctf_str_purge_atom_refs (ctf_str_atom_t *atom) 114 for (ref = ctf_list_next (&atom->csa_refs); ref != NULL; ref = next) 117 ctf_list_delete (&atom->csa_refs, ref); 121 for (movref = ctf_list_next (&atom->csa_movable_refs); 125 ctf_list_delete (&atom->csa_movable_refs, movref); 133 /* Free an atom. */ 137 ctf_str_atom_t *atom = a; local 139 ctf_str_purge_atom_refs (atom); 141 if (atom->csa_flags & CTF_STR_ATOM_FREEABLE 189 ctf_str_atom_t *atom; local 293 ctf_str_atom_t *atom = NULL; local 394 ctf_str_atom_t *atom; local 412 ctf_str_atom_t *atom; local 429 ctf_str_atom_t *atom; local 448 ctf_str_atom_t *atom; local 524 ctf_str_atom_t *atom = NULL; local 560 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; local 579 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; local 686 ctf_str_atom_t *atom; local 723 ctf_str_atom_t *atom; local 774 ctf_str_atom_t *atom = (ctf_str_atom_t *) v; local [all...] |
| ctf-dedup.c | 390 intern (ctf_dict_t *fp, char *atom) 394 if (atom == NULL) 397 if (!ctf_dynset_exists (fp->ctf_dedup_atoms, atom, &foo)) 399 if (ctf_dynset_insert (fp->ctf_dedup_atoms, atom) < 0) 404 foo = atom; 407 free (atom); 1013 Returns a hash value (an atom), or NULL on error. */
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-string.c | 107 /* Remove all refs to a given atom. */ 109 ctf_str_purge_atom_refs (ctf_str_atom_t *atom) 114 for (ref = ctf_list_next (&atom->csa_refs); ref != NULL; ref = next) 117 ctf_list_delete (&atom->csa_refs, ref); 121 for (movref = ctf_list_next (&atom->csa_movable_refs); 125 ctf_list_delete (&atom->csa_movable_refs, movref); 133 /* Free an atom. */ 137 ctf_str_atom_t *atom = a; local 139 ctf_str_purge_atom_refs (atom); 141 if (atom->csa_flags & CTF_STR_ATOM_FREEABLE 189 ctf_str_atom_t *atom; local 293 ctf_str_atom_t *atom = NULL; local 394 ctf_str_atom_t *atom; local 412 ctf_str_atom_t *atom; local 429 ctf_str_atom_t *atom; local 448 ctf_str_atom_t *atom; local 524 ctf_str_atom_t *atom = NULL; local 560 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; local 579 ctf_str_atom_t *atom = (ctf_str_atom_t *) value; local 686 ctf_str_atom_t *atom; local 723 ctf_str_atom_t *atom; local 774 ctf_str_atom_t *atom = (ctf_str_atom_t *) v; local [all...] |
| ctf-dedup.c | 390 intern (ctf_dict_t *fp, char *atom) 394 if (atom == NULL) 397 if (!ctf_dynset_exists (fp->ctf_dedup_atoms, atom, &foo)) 399 if (ctf_dynset_insert (fp->ctf_dedup_atoms, atom) < 0) 404 foo = atom; 407 free (atom); 1013 Returns a hash value (an atom), or NULL on error. */
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| atomic.c | 23 atomic_##ta##_t atom = ATOMIC_INIT(val1); \ 26 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 30 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 31 atomic_store_##ta(&atom, val2, ATOMIC_RELAXED); \ 32 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 36 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 37 val = atomic_exchange_##ta(&atom, val2, ATOMIC_RELAXED); \ 39 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 46 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 50 success = atomic_compare_exchange_weak_##ta(&atom, \ [all...] |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| atomic.c | 23 atomic_##ta##_t atom = ATOMIC_INIT(val1); \ 26 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 30 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 31 atomic_store_##ta(&atom, val2, ATOMIC_RELAXED); \ 32 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 36 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 37 val = atomic_exchange_##ta(&atom, val2, ATOMIC_RELAXED); \ 39 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 46 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 50 success = atomic_compare_exchange_weak_##ta(&atom, \ [all...] |
| /src/external/bsd/nvi/dist/motif/ |
| m_cde.c | 71 Atom atom, type; local 79 atom = XInternAtom( d, Atoms[i].name, True ); 80 if ( atom == None ) { 81 _TRACE( ( "Atom \"%s\" does not exist\n", Atoms[i].name ) ); 85 /* what is the value of the atom? */ 88 atom, 100 _TRACE( ( "Atom \"%s\" cannot be converted to string\n", Atoms[i].name ) ); 108 _TRACE( ( "Atom \"%s\"\n", Atoms[i].name ) ); 116 name = XGetAtomName( d, ((Atom *) prop)[j] ) [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_atom.c | 90 struct refclock_atom atom; /* atom structure pointer */ member in struct:ppsunit 156 return (refclock_ppsapi(up->fddev, &up->atom)); 194 if (refclock_pps(peer, &up->atom, pp->sloppyclockflag) <= 0)
|
| refclock_wwvb.c | 134 struct refclock_atom atom; /* PPSAPI structure */ member in struct:wwvbunit 487 refclock_pps(peer, &up->atom, pp->sloppyclockflag) > 0) { 582 time_pps_destroy(up->atom.handle); 583 up->atom.handle = 0; 594 if (refclock_ppsapi(pp->io.fd, &up->atom)) {
|
| refclock_nmea.c | 247 TAtomUnit atom; /* PPSAPI structure */ member in struct:__anon5139 457 time_pps_destroy(up->atom.handle); 522 if (refclock_ppsapi(up->ppsapi_fd, &up->atom)) { 525 pp->sloppyclockflag, &up->atom); 528 time_pps_destroy(up->atom.handle); 544 time_pps_destroy(up->atom.handle); 545 up->atom.handle = 0; 898 &up->atom, &rd_timestamp,
|
| refclock_parse.c | 429 struct refclock_atom atom; /* PPSAPI structure */ member in struct:parseunit 2235 if (time_pps_fetch(parse->atom.handle, PPS_TSFMT_TSPEC, &pps_info, 2815 (void)time_pps_destroy(parse->atom.handle); 2878 if (time_pps_kcbind(parse->atom.handle, PPS_KC_HARDPPS, i, 2913 if (time_pps_getcap(parse->atom.handle, &cap) < 0) { 2927 if (!refclock_params(parse->flags & (CLK_FLAG1|CLK_FLAG2|CLK_FLAG4), &parse->atom)) 2952 parse->atom.pps_params.clear_offset.tv_sec = (time_t)(-parse->ppsphaseadjust); 2953 parse->atom.pps_params.clear_offset.tv_nsec = (long)(-1e9*(parse->ppsphaseadjust - (double)(long)parse->ppsphaseadjust)); 2958 parse->atom.pps_params.assert_offset.tv_sec = (time_t)(-parse->ppsphaseadjust); 2959 parse->atom.pps_params.assert_offset.tv_nsec = (long)(-1e9*(parse->ppsphaseadjust - (double)(long)parse->ppsph (…) [all...] |
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_loc.c | 374 Dwarf_Small atom, Dwarf_Unsigned operand1, Dwarf_Unsigned operand2, 390 switch (atom) { 493 *p++ = atom; 502 *p++ = atom; 511 *p++ = atom; 520 *p++ = atom; 529 *p++ = atom; 540 *p++ = atom; 581 *p++ = atom; 592 *p++ = atom; [all...] |
| /src/external/bsd/libpcap/dist/ |
| optimize.c | 631 int atom; local 636 atom = atomuse(&s->s); 637 if (atom >= 0) { 638 if (atom == AX_ATOM) { 644 else if (atom < N_ATOMS) { 645 if (!ATOMELEM(def, atom)) 646 use |= ATOMMASK(atom); 651 atom = atomdef(&s->s); 652 if (atom >= 0) { 653 if (!ATOMELEM(use, atom)) 1432 register int atom; local 1461 register int atom; local 1602 int atom; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_disp.c | 30 #include "atom.h" 1961 struct nv50_atom *atom = nv50_atom(state); local 1967 NV_ATOMIC(drm, "commit %d %d\n", atom->lock_core, atom->flush_disable); 1972 if (atom->lock_core) 1989 nv50_head_flush_clr(head, asyh, atom->flush_disable); 2004 nv50_wndw_flush_clr(wndw, interlock, atom->flush_disable, asyw); 2008 list_for_each_entry(outp, &atom->outp, head) { 2031 if (atom->flush_disable) { 2039 list_for_each_entry_safe(outp, outt, &atom->outp, head) 2307 struct nv50_atom *atom = nv50_atom(state); local 2347 struct nv50_atom *atom = nv50_atom(state); local 2361 struct nv50_atom *atom = nv50_atom(state); local 2369 struct nv50_atom *atom; local [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/ |
| atomic.d | 851 shared(T) atom = cast(shared(T))null; 854 assert(atom is base, T.stringof); 856 assert(atomicExchange(&atom, val) is base, T.stringof); 857 assert(atom is val, T.stringof); 868 shared(T) atom = cast(shared(T))null; 871 assert(atom is base, T.stringof); 873 assert(cas(&atom, base, val), T.stringof); 874 assert(atom is val, T.stringof); 875 assert(!cas(&atom, base, base), T.stringof); 876 assert(atom is val, T.stringof) [all...] |
| /src/sys/external/bsd/drm/dist/scripts/ |
| create_lk_gpu.sh | 51 mv atom*.[ch] radeon/
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constraint.cc | 105 such as the satisfaction value of an atom being non-bool or non-constant. 676 of the parameter mapping of each atom will be in terms of the 747 /* The normal form of an atom depends on the expression. The normal 760 /* Build the parameter mapping for the atom. */ 763 /* Build a new info object for the atom. */ 766 tree atom = build1 (ATOMIC_CONSTR, ci, map); local 774 ATOMIC_CONSTR_EXPR_FROM_CONCEPT_P (atom) = true; 782 tree *slot = atom_cache->find_slot (atom, INSERT); 789 supplied template arguments that the satisfaction value of the atom 805 *slot = atom; 2433 tree atom; variable [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| check.cc | 1549 gfc_check_atomic (gfc_expr *atom, int atom_no, gfc_expr *value, int val_no, 1552 if (!scalar_check (atom, atom_no) || !scalar_check (value, val_no)) 1555 if (!(atom->ts.type == BT_INTEGER && atom->ts.kind == gfc_atomic_int_kind) 1556 && !(atom->ts.type == BT_LOGICAL 1557 && atom->ts.kind == gfc_atomic_logical_kind)) 1559 gfc_error ("ATOM argument at %L to intrinsic function %s shall be an " 1561 "ATOMIC_LOGICAL_KIND", &atom->where, gfc_current_intrinsic); 1565 if (!gfc_is_coarray (atom) && !gfc_is_coindexed (atom)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcc.cc | 7048 input suffix matches the atom bracketed by ATOM and END_ATOM. */ 7050 input_suffix_matches (const char *atom, const char *end_atom) 7053 && !strncmp (input_suffix, atom, end_atom - atom) 7054 && input_suffix[end_atom - atom] == '\0'); 7058 input file's spec name matches the atom bracketed by ATOM and END_ATOM. */ 7060 input_spec_matches (const char *atom, const char *end_atom) 7065 && !strncmp (input_file_compiler->suffix + 1, atom, 7121 const char *atom, *end_atom; local 9353 const char *atom; local [all...] |
| /src/usr.bin/config/ |
| defs.h | 396 const char *atom; member in union:condexpr::__anon8229 404 #define cx_atom cx_u.atom
|
| mkmakefile.c | 627 if (include && selectopt(cond->cx_u.atom, NULL)) 628 fprintf(fp, " %s", cond->cx_u.atom);
|
| files.c | 325 addfiletoattr(fi->fi_optx->cx_u.atom, fi); 501 * atom is a countable device. The expression succeeds iff there 506 * are called to eval each atom.
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| Makefile | 46 atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| Makefile | 65 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
|
| /src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
| single.c | 2838 uint32_t *atom = (uint32_t *) ((char *) MEMTOK (token) + offset); local 2840 __atomic_store (atom, (uint32_t *) value, __ATOMIC_RELAXED); 2854 uint32_t *atom = (uint32_t *) ((char *) MEMTOK (token) + offset); local 2856 __atomic_load (atom, (uint32_t *) value, __ATOMIC_RELAXED); 2871 uint32_t *atom = (uint32_t *) ((char *) MEMTOK (token) + offset); local 2874 (void) __atomic_compare_exchange_n (atom, (uint32_t *) old, 2891 uint32_t *atom = (uint32_t *) ((char *) MEMTOK (token) + offset); local 2896 res = __atomic_fetch_add (atom, *(uint32_t *) value, __ATOMIC_RELAXED); 2899 res = __atomic_fetch_and (atom, *(uint32_t *) value, __ATOMIC_RELAXED); 2902 res = __atomic_fetch_or (atom, *(uint32_t *) value, __ATOMIC_RELAXED) [all...] |