Searched refs:LH (Results 1 - 4 of 4) sorted by relevance

/linux-master/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs57 open(my $LH, "> $limith") or die "can't open $limith";
81 for my $fh ($H, $LH) {
162 print $LH <<EOF
176 print $LH "#define CCS_L_FL_SAME_REG " . bit_def(0) . "\n\n";
178 print $LH <<EOF
387 print $LH tabconv sprintf "#define %-63s%s\n",
454 print $LH tabconv sprintf "#define %-63s%s\n",
469 print $LH tabconv sprintf "#define %-63s%s\n", "CCS_L_LAST", $limitcount;
471 print $LH "\n#endif /* __${uc_limith}__ */\n";
480 close($LH);
[all...]
/linux-master/net/ceph/crush/
H A Dmapper.c253 __u64 RH, LH, LL, xl64, result; local
273 /* LH ~ 2^48 * log2(index1/256) */
274 LH = __RH_LH_tbl[index1 + 1 - 256];
287 LH = LH + LL;
289 LH >>= (48 - 12 - 32);
290 result += LH;
/linux-master/arch/powerpc/lib/
H A Dmemcmp_64.S24 #define LH lhbrx define
31 #define LH lhzx define
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_64.S24 #define LH lhbrx define
31 #define LH lhzx define

Completed in 403 milliseconds