Home
last modified time | relevance | path

Searched refs:Rh (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/sort/
H A Dcoll.c984 memcpy(kv->hint->v.Rh.cached, hash, sizeof(kv->hint->v.Rh.cached)); in randomcoll_init_hint()
1013 cmp = memcmp(kv1->hint->v.Rh.cached, in randomcoll()
1014 kv2->hint->v.Rh.cached, sizeof(kv1->hint->v.Rh.cached)); in randomcoll()
H A Dcoll.h96 struct R_hint Rh; member
/freebsd/contrib/file/tests/
H A DHWP97.hwp.testfile34 …Ǻ��Z���U���XG��^�̀ kT-2�)���0ߗV���ܚ4ϩK9O��:�.U� R�}ؑ�i:'@�l��)��0`Rh߄|����"��E��8k4d��5��…
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td1317 def : Pat<(fabs (arm_fmdrr GPR:$Rl, GPR:$Rh)),
1318 (VMOVDRR GPR:$Rl, (BFC GPR:$Rh, (i32 0x7FFFFFFF)))>,
1320 def : Pat<(fabs (arm_fmdrr GPR:$Rl, GPR:$Rh)),
1321 (VMOVDRR GPR:$Rl, (t2BFC GPR:$Rh, (i32 0x7FFFFFFF)))>,
1323 def : Pat<(fneg (arm_fmdrr GPR:$Rl, GPR:$Rh)),
1324 (VMOVDRR GPR:$Rl, (EORri GPR:$Rh, (i32 0x80000000)))>,
1326 def : Pat<(fneg (arm_fmdrr GPR:$Rl, GPR:$Rh)),
1327 (VMOVDRR GPR:$Rl, (t2EORri GPR:$Rh, (i32 0x80000000)))>,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td5496 [[gsl::suppress("Rh-public")]]