| /freebsd-13.1/tools/regression/geom/ConfCmp/ |
| H A D | a1.conf | 4 <ref>0x80712c0</ref> 7 <ref>0x80bfd00</ref> 12 <ref>0x80b9500</ref> 19 <ref>0x80bfc80</ref> 24 <ref>0x80b94c0</ref> 31 <ref>0x80bfc00</ref> 36 <ref>0x80b9480</ref> 48 <ref>0x80b9440</ref> 60 <ref>0x80b9400</ref> 72 <ref>0x80b93c0</ref> [all …]
|
| H A D | a1a.conf | 4 <ref>0x90712c0</ref> 7 <ref>0x90bfd00</ref> 12 <ref>0x90b9500</ref> 19 <ref>0x90bfc80</ref> 24 <ref>0x90b94c0</ref> 31 <ref>0x90bfc00</ref> 36 <ref>0x90b9480</ref> 48 <ref>0x90b9440</ref> 60 <ref>0x90b9400</ref> 72 <ref>0x90b93c0</ref> [all …]
|
| H A D | a1b.conf | 4 <ref>0x80712c0</ref> 7 <ref>0x80bfd00</ref> 12 <ref>0x80b9500</ref> 19 <ref>0x80bfc80</ref> 24 <ref>0x80b94c0</ref> 31 <ref>0x80bfc00</ref> 36 <ref>0x80b9480</ref> 48 <ref>0x80b9440</ref> 60 <ref>0x80b9400</ref> 72 <ref>0x80b93c0</ref> [all …]
|
| H A D | a1c.conf | 4 <ref>0x80712c0</ref> 7 <ref>0x80bfd00</ref> 12 <ref>0x80b9500</ref> 19 <ref>0x80bfc80</ref> 24 <ref>0x80b94c0</ref> 31 <ref>0x80bfc00</ref> 36 <ref>0x80b9480</ref> 48 <ref>0x80b9440</ref> 60 <ref>0x80b9400</ref> 72 <ref>0x80b93c0</ref> [all …]
|
| H A D | a1d.conf | 4 <ref>0x80712c0</ref> 7 <ref>0x80bfd00</ref> 12 <ref>0x80b9500</ref> 19 <ref>0x80bfc80</ref> 24 <ref>0x80b94c0</ref> 31 <ref>0x80bfc00</ref> 36 <ref>0x80b9480</ref> 48 <ref>0x80b9440</ref> 60 <ref>0x80b9400</ref> 72 <ref>0x80b93c0</ref> [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 88 reference_t *ref; in zfs_refcount_destroy_many() local 159 reference_t *ref; in zfs_refcount_remove_many() local 170 for (ref = list_head(&rc->rc_list); ref; in zfs_refcount_remove_many() 171 ref = list_next(&rc->rc_list, ref)) { in zfs_refcount_remove_many() 172 if (ref->ref_holder == holder && ref->ref_number == number) { in zfs_refcount_remove_many() 250 for (ref = list_head(&rc->rc_list); ref; in zfs_refcount_transfer_ownership_many() 251 ref = list_next(&rc->rc_list, ref)) { in zfs_refcount_transfer_ownership_many() 285 for (ref = list_head(&rc->rc_list); ref; in zfs_refcount_held() 286 ref = list_next(&rc->rc_list, ref)) { in zfs_refcount_held() 310 for (ref = list_head(&rc->rc_list); ref; in zfs_refcount_not_held() [all …]
|
| H A D | lz4.c | 520 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); in LZ4_compressCtx() 526 ref--; in LZ4_compressCtx() 571 ref += 4; in LZ4_compressCtx() 576 ref += 2; in LZ4_compressCtx() 714 ref--; in LZ4_compress64kCtx() 759 ref += 4; in LZ4_compress64kCtx() 764 ref += 2; in LZ4_compress64kCtx() 887 const BYTE *ref; in LZ4_uncompress_unknownOutputSize() local 968 ref += 4; in LZ4_uncompress_unknownOutputSize() 969 ref -= dec32table[op - ref]; in LZ4_uncompress_unknownOutputSize() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_x86_64.cpp | 46 switch (ref.kindValue()) { in isGOTAccess() 79 switch (ref->kindValue()) { in updateReferenceToGOT() 84 const_cast<Reference *>(ref) in updateReferenceToGOT() 596 *loc64 = targetAddress - findSectionAddress(*ref.target()) + ref.addend(); in applyFixupFinal() 637 *loc32 = ref.addend(); in applyFixupFinal() 644 uint64_t val = targetAddress - findSectionAddress(*ref.target()) + ref.addend(); in applyFixupFinal() 672 *loc32 = ref.addend(); in applyFixupRelocatable() 679 *loc64 = ref.addend(); in applyFixupRelocatable() 685 *loc32 = ref.addend() - 1; in applyFixupRelocatable() 691 *loc32 = ref.addend() - 2; in applyFixupRelocatable() [all …]
|
| H A D | ArchHandler_arm64.cpp | 47 switch (ref.kindValue()) { in isGOTAccess() 70 switch (ref->kindValue()) { in updateReferenceToGOT() 669 *loc32 = ref.addend(); in applyFixupFinal() 678 value64 = targetAddress - findSectionAddress(*ref.target()) + ref.addend(); in applyFixupFinal() 722 *loc64 = ref.addend(); in applyFixupRelocatable() 785 if (ref.addend()) { in appendSectionRelocations() 796 if (ref.addend()) { in appendSectionRelocations() 811 if (ref.addend()) { in appendSectionRelocations() 822 assert(ref.addend() == 0); in appendSectionRelocations() 827 assert(ref.addend() == 0); in appendSectionRelocations() [all …]
|
| H A D | ArchHandler_arm.cpp | 301 switch (ref.kindValue()) { in isCallSite() 317 switch (ref.kindValue()) { in isNonCallBranch() 1004 *loc32 = ref.addend(); in applyFixupFinal() 1209 if (ref.addend() != 0) in appendSectionRelocations() 1226 if (ref.addend() != 0) { in appendSectionRelocations() 1250 if (ref.addend() != 0) { in appendSectionRelocations() 1289 if (ref.addend() != 0) in appendSectionRelocations() 1306 if (ref.addend() != 0) { in appendSectionRelocations() 1330 if (ref.addend() != 0) { in appendSectionRelocations() 1369 if (ref.addend() != 0) in appendSectionRelocations() [all …]
|
| H A D | ArchHandler_x86.cpp | 236 return (ref.kindValue() == branch32); in isCallSite() 240 return (ref.kindValue() == pointer32); in isPointer() 419 for (const Reference *ref : atom) { in generateAtomContent() local 420 uint32_t offset = ref->offsetInAtom(); in generateAtomContent() 421 const Atom *target = ref->target(); in generateAtomContent() 456 *loc32 = targetAddress + ref.addend(); in applyFixupFinal() 473 *loc32 = ref.addend(); in applyFixupFinal() 507 *loc32 = targetAddress + ref.addend(); in applyFixupRelocatable() 573 if (ref.addend() != 0) in appendSectionRelocations() 586 if (ref.addend() != 0) in appendSectionRelocations() [all …]
|
| /freebsd-13.1/sys/dev/xen/grant_table/ |
| H A D | grant_table.c | 74 int ref, error; in get_free_entries() local 91 *entries = ref; in get_free_entries() 143 int error, ref; in gnttab_grant_foreign_access() local 156 *result = ref; in gnttab_grant_foreign_access() 256 int error, ref; in gnttab_grant_foreign_transfer() local 264 *result = ref; in gnttab_grant_foreign_transfer() 327 grant_ref_t ref; in gnttab_free_grant_references() local 333 ref = head; in gnttab_free_grant_references() 335 ref = gnttab_entry(ref); in gnttab_free_grant_references() 349 int ref, error; in gnttab_alloc_grant_references() local [all …]
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | lzf.c | 116 const u8 *ref; in lzf_compress() local 151 ref = *hslot; *hslot = ip; in lzf_compress() 161 && ref[0] == ip[0] in lzf_compress() 162 && ref[1] == ip[1] in lzf_compress() 163 && ref[2] == ip[2] in lzf_compress() 166 && ref[2] == ip[2] in lzf_compress() 377 ref -= *ip++; in lzf_decompress() 385 if (ref < (u8 *)out_data) in lzf_decompress() 395 *op++ = *ref++; in lzf_decompress() 396 *op++ = *ref++; in lzf_decompress() [all …]
|
| /freebsd-13.1/sys/dev/drm2/ttm/ |
| H A D | ttm_object.c | 262 struct ttm_ref_object *ref; in ttm_ref_object_add() local 286 ref = malloc(sizeof(*ref), M_TTM_OBJ_REF, M_WAITOK); in ttm_ref_object_add() 287 if (unlikely(ref == NULL)) { in ttm_ref_object_add() 293 ref->obj = base; in ttm_ref_object_add() 294 ref->tfile = tfile; in ttm_ref_object_add() 295 ref->ref_type = ref_type; in ttm_ref_object_add() 314 free(ref, M_TTM_OBJ_REF); in ttm_ref_object_add() 329 list_del(&ref->head); in ttm_ref_object_release() 337 free(ref, M_TTM_OBJ_REF); in ttm_ref_object_release() 345 struct ttm_ref_object *ref; in ttm_ref_object_base_unref() local [all …]
|
| /freebsd-13.1/sys/dev/cxgbe/cudbg/ |
| H A D | fastlz.c | 246 ref = htab[hval]; in FASTLZ_COMPRESSOR() 254 if (!ref) in FASTLZ_COMPRESSOR() 263 *ref++ != *ip++ || *ref++ != *ip++ || in FASTLZ_COMPRESSOR() 270 if (*ip++ != *ref++ || *ip++ != *ref++) in FASTLZ_COMPRESSOR() 451 ref -= ofs; in FASTLZ_DECOMPRESSOR() 455 ref -= *ip++; in FASTLZ_DECOMPRESSOR() 462 ref -= code; in FASTLZ_DECOMPRESSOR() 490 if (ref == op) { in FASTLZ_DECOMPRESSOR() 504 ref--; in FASTLZ_DECOMPRESSOR() 505 *op++ = *ref++; in FASTLZ_DECOMPRESSOR() [all …]
|
| /freebsd-13.1/lib/libmd/ |
| H A D | Makefile | 76 sha0.ref sha0hl.c sha1.ref sha1hl.c shadriver \ 77 sha224.ref sha256.ref sha224hl.c sha256hl.c \ 79 sha512.ref sha512hl.c sha512t256.ref sha512thl.c \ 81 skein256.ref skein512.ref skein1024.ref \ 225 md4.ref: 237 md5.ref: 247 sha0.ref: 260 sha1.ref: 273 sha224.ref: 402 test: md4.ref md5.ref sha0.ref rmd160.ref sha1.ref sha224.ref sha256.ref sha384.ref \ [all …]
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | refcount.h | 42 refcount_set(refcount_t *ref, unsigned int i) in refcount_set() argument 44 atomic_set(&ref->value, i); in refcount_set() 48 refcount_inc(refcount_t *ref) in refcount_inc() argument 50 atomic_inc(&ref->value); in refcount_inc() 54 refcount_inc_not_zero(refcount_t *ref) in refcount_inc_not_zero() argument 56 return (atomic_inc_not_zero(&ref->value)); in refcount_inc_not_zero() 60 refcount_dec(refcount_t *ref) in refcount_dec() argument 62 atomic_dec(&ref->value); in refcount_dec() 66 refcount_read(refcount_t *ref) in refcount_read() argument 68 return atomic_read(&ref->value); in refcount_read() [all …]
|
| /freebsd-13.1/contrib/bzip2/ |
| H A D | FREEBSD-upgrade | 19 gzip -9 sample1.ref sample2.ref sample3.ref 20 uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu 21 uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu 22 uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu 23 rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz 24 rm sample3.bz2 sample3.ref.gz
|
| /freebsd-13.1/usr.bin/localedef/ |
| H A D | collate.c | 162 int32_t ref; member 290 get_pri(int32_t ref) in get_pri() argument 292 if ((ref < 0) || (ref > numpri)) { in get_pri() 304 pri = get_pri(ref); in set_pri() 597 int32_t ref; in end_order() local 612 set_pri(currchar->ref[i], ref, REFER); in end_order() 642 set_pri(currelem->ref[i], ref, REFER); in end_order() 669 set_pri(currundef->ref[i], ref, REFER); in end_order() 718 int32_t ref; in start_order_char() local 754 set_pri(cc->ref[i], ref, REFER); in start_order_char() [all …]
|
| /freebsd-13.1/sys/cddl/contrib/opensolaris/common/lz4/ |
| H A D | lz4.c | 529 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); in LZ4_compressCtx() 535 ref--; in LZ4_compressCtx() 580 ref += 4; in LZ4_compressCtx() 585 ref += 2; in LZ4_compressCtx() 728 ref--; in LZ4_compress64kCtx() 773 ref += 4; in LZ4_compress64kCtx() 778 ref += 2; in LZ4_compress64kCtx() 904 const BYTE *ref; in LZ4_uncompress_unknownOutputSize() local 986 ref += 4; in LZ4_uncompress_unknownOutputSize() 987 ref -= dec32table[op-ref]; in LZ4_uncompress_unknownOutputSize() [all …]
|
| /freebsd-13.1/contrib/libcbor/doc/ |
| H A D | doxy_frontpage.md | 11 - \ref src/cbor/common.h 12 - \ref src/cbor/encoding.h 13 - \ref src/cbor.h 24 - \ref src/cbor/streaming.h 27 - \ref src/cbor/ints.h 28 - \ref src/cbor/bytestrings.h 29 - \ref src/cbor/strings.h 30 - \ref src/cbor/arrays.h 31 - \ref src/cbor/maps.h 32 - \ref src/cbor/tags.h [all …]
|
| /freebsd-13.1/contrib/unbound/services/cache/ |
| H A D | rrset.c | 178 if(ref->key->id == ref->id) { in rrset_update_id() 180 ref->id = newid; in rrset_update_id() 206 ref->id = ref->key->id; in rrset_cache_update() 269 ref.key = rrset; in rrset_cache_update_wildcard() 270 ref.id = rrset->id; in rrset_cache_update_wildcard() 312 if(i>0 && ref[i].key == ref[i-1].key) in rrset_array_lock() 315 if(ref[i].id != ref[i].key->id || timenow > in rrset_array_lock() 331 if(i>0 && ref[i].key == ref[i-1].key) in rrset_array_unlock() 352 if(i>0 && ref[i].key == ref[i-1].key) in rrset_array_unlock_touch() 359 if(i>0 && ref[i].key == ref[i-1].key) in rrset_array_unlock_touch() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | simple-card.yaml | 155 $ref: "#/definitions/label" 164 $ref: "#/definitions/widgets" 166 $ref: "#/definitions/routing" 168 $ref: "#/definitions/dai" 170 $ref: "#/definitions/dai" 182 $ref: "#/definitions/format" 184 $ref: "#/definitions/mclk-fs" 186 $ref: "#/definitions/aux-devs" 192 $ref: "#/definitions/prefix" 239 $ref: "#/definitions/dai" [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandReturnObject.cpp | 26 : m_ptr(&ref), m_owned(false) {} in SBCommandReturnObjectImpl() 170 ref().Clear(); in Clear() 177 return ref().GetStatus(); in GetStatus() 184 ref().SetStatus(status); in SetStatus() 190 return ref().Succeeded(); in Succeeded() 196 return ref().HasResult(); in HasResult() 203 ref().AppendMessage(message); in AppendMessage() 210 ref().AppendWarning(message); in AppendWarning() 241 else if (ref().Succeeded()) in GetDescription() 319 ref().AppendMessage(string); in PutCString() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CBindingWrapping.h | 19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument 20 inline ty *unwrap(ref P) { \ 24 inline ref wrap(const ty *P) { \ 25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \ 28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument 29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ 32 inline T *unwrap(ref P) { \ 36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument 37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ 40 inline T *unwrap(ref P) { \
|