Home
last modified time | relevance | path

Searched refs:ptr0 (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c462 uint32_t *ptr0 = son + (cyclic_pos << 1) + 1; in bt_find_func() local
471 *ptr0 = EMPTY_HASH_VALUE; in bt_find_func()
494 *ptr0 = pair[1]; in bt_find_func()
506 *ptr0 = cur_match; in bt_find_func()
507 ptr0 = pair; in bt_find_func()
508 cur_match = *ptr0; in bt_find_func()
526 uint32_t *ptr0 = son + (cyclic_pos << 1) + 1; in bt_skip_func() local
535 *ptr0 = EMPTY_HASH_VALUE; in bt_skip_func()
551 *ptr0 = pair[1]; in bt_skip_func()
562 *ptr0 = cur_match; in bt_skip_func()
[all …]
/freebsd-src/tools/bus_space/
H A Dbus.c176 void *ptr0; in bs_subregion() local
194 ptr0 = r->ptr; in bs_subregion()
206 r->ptr = ptr0; in bs_subregion()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td905 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where
906 // * address is the address in ptr0
912 // Address bits in baseptr and tag bits in ptr0 are ignored.
913 // When offset between ptr0 and baseptr is a compile time constant, this can be emitted as
914 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset
915 // It is intended that ptr0 is an alloca address, and baseptr is the direct output of llvm.aarch64.irg.sp.