Home
last modified time | relevance | path

Searched refs:chk (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/linux/lib/
H A Dsiphash_kunit.c113 #define chk(hash, vector, fmt...) \ macro
125 chk(siphash(in, i, &test_key_siphash), in siphash_test()
128 chk(siphash(in_unaligned + 1, i, &test_key_siphash), in siphash_test()
131 chk(hsiphash(in, i, &test_key_hsiphash), in siphash_test()
134 chk(hsiphash(in_unaligned + 1, i, &test_key_hsiphash), in siphash_test()
154 chk(siphash_1u32(0x03020100U, &test_key_siphash), in siphash_test()
160 chk(siphash_3u32(0x03020100U, 0x07060504U, in siphash_test()
164 chk(siphash_4u32(0x03020100U, 0x07060504U, in siphash_test()
168 chk(hsiphash_1u32(0x03020100U, &test_key_hsiphash), in siphash_test()
174 chk(hsiphash_3u32(0x03020100U, 0x07060504U, in siphash_test()
[all …]
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp201 chk(pColl->Populate()); in QGAProviderFind()
203 chk(pColl->get_Count(&n)); in QGAProviderFind()
213 chk(pColl->SaveChanges(&n)); in QGAProviderFind()
238 chk(coll->Remove(i)); in QGAProviderRemove()
302 chk(pApps->Populate()); in COMRegister()
310 chk(pApps->SaveChanges(&n)); in COMRegister()
315 chk(pObj->get_Key(&key)); in COMRegister()
351 chk(pRoles->Populate()); in COMRegister()
355 chk(pRoles->SaveChanges(&n)); in COMRegister()
356 chk(pObj->get_Key(&key)); in COMRegister()
[all …]
/openbmc/linux/drivers/media/rc/img-ir/
H A Dimg-ir-sharp.c14 unsigned int addr, cmd, exp, chk; in img_ir_sharp_scancode() local
22 chk = (raw >> 14) & 0x1; in img_ir_sharp_scancode()
27 if (chk) in img_ir_sharp_scancode()
40 unsigned int addr, cmd, exp = 0, chk = 0; in img_ir_sharp_filter() local
51 chk = 0; in img_ir_sharp_filter()
58 chk << 14; in img_ir_sharp_filter()
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A D.gitignore11 tm-signal-context-chk-fpu
12 tm-signal-context-chk-gpr
13 tm-signal-context-chk-vmx
14 tm-signal-context-chk-vsx
H A DMakefile2 SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr tm-signal-context-chk-fpu \
3 tm-signal-context-chk-vmx tm-signal-context-chk-vsx
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c165 struct yaffs_dev *chk; in cmd_yaffs_devconfig() local
202 chk = yaffs_next_dev(); in cmd_yaffs_devconfig()
203 if (!chk) in cmd_yaffs_devconfig()
205 if (strcmp(chk->param.name, mp) == 0) { in cmd_yaffs_devconfig()
209 if (chk->driver_context == mtd && in cmd_yaffs_devconfig()
211 chk->param.start_block, chk->param.end_block, in cmd_yaffs_devconfig()
214 chk->param.name); in cmd_yaffs_devconfig()
/openbmc/linux/net/sctp/
H A Doutqueue.c346 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_sent() local
351 if (!chk->msg->abandoned && in sctp_prsctp_prune_sent()
356 chk->msg->abandoned = 1; in sctp_prsctp_prune_sent()
359 &chk->transmitted_list); in sctp_prsctp_prune_sent()
367 !chk->tsn_gap_acked) { in sctp_prsctp_prune_sent()
368 if (chk->transport) in sctp_prsctp_prune_sent()
370 sctp_data_size(chk); in sctp_prsctp_prune_sent()
392 if (!chk->msg->abandoned && in sctp_prsctp_prune_unsent()
398 chk->msg->abandoned = 1; in sctp_prsctp_prune_unsent()
408 list_is_last(&chk->frag_list, &chk->msg->chunks)) in sctp_prsctp_prune_unsent()
[all …]
/openbmc/linux/arch/s390/purgatory/
H A DMakefile7 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro
38 LDFLAGS_purgatory.chk := -e purgatory_start $(PURGATORY_LDFLAGS)
42 $(obj)/purgatory.chk: $(obj)/purgatory FORCE
49 $(obj)/purgatory.ro: $(obj)/purgatory $(obj)/purgatory.chk FORCE
H A D.gitignore3 purgatory.chk
/openbmc/linux/arch/x86/purgatory/
H A DMakefile30 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS)
31 targets += purgatory.ro purgatory.chk
87 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
90 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
H A D.gitignore1 purgatory.chk
/openbmc/linux/fs/hpfs/
H A Dsuper.c314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
361 *chk = 0; in parse_opts()
364 *chk = 1; in parse_opts()
367 *chk = 2; in parse_opts()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
571 chk = 1; in hpfs_fill_super()
577 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_fill_super()
632 sbi->sb_chk = chk; in hpfs_fill_super()
[all …]
/openbmc/linux/arch/riscv/purgatory/
H A DMakefile47 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS)
48 targets += purgatory.ro purgatory.chk
101 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
104 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
H A D.gitignore2 purgatory.chk
/openbmc/linux/drivers/iio/
H A Dindustrialio-gts-helper.c211 int chk; in gain_to_scaletables() local
219 for (chk = 0; chk < new_idx; chk++) in gain_to_scaletables()
220 if (candidate <= all_gains[chk]) in gain_to_scaletables()
223 if (candidate == all_gains[chk]) in gain_to_scaletables()
226 memmove(&all_gains[chk + 1], &all_gains[chk], in gain_to_scaletables()
227 (new_idx - chk) * sizeof(int)); in gain_to_scaletables()
228 all_gains[chk] = candidate; in gain_to_scaletables()
/openbmc/linux/drivers/rtc/
H A Drtc-pcf8583.c225 unsigned char year[2], chk; in pcf8583_rtc_set_time() local
234 .data = &chk in pcf8583_rtc_set_time()
256 chk -= year[1] + year[0]; in pcf8583_rtc_set_time()
261 chk += year[1] + year[0]; in pcf8583_rtc_set_time()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.98.bb219 # Create empty .chk files for the NSS libraries at build time. They could
221 for file in libsoftokn3.chk libfreebl3.chk libnssdbm3.chk; do
250 for I in $D${libdir}/lib*.chk; do
252 BN=`basename $I .chk`
269 ${libdir}/lib*.chk \
/openbmc/u-boot/cmd/
H A Dnvedit.c920 int chk = 0; in do_env_export() local
938 chk = 1; in do_env_export()
986 if (chk) /* export as checksum protected block */ in do_env_export()
1000 if (chk) { in do_env_export()
1049 int chk = 0; in do_env_import() local
1071 chk = 1; in do_env_import()
1104 } else if (chk) { in do_env_import()
1129 if (chk) { in do_env_import()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c55 deb_fw("writing to address 0x%04x (buffer: 0x%02x %02x)\n", hx->addr, hx->len, hx->chk); in usb_cypress_load_firmware()
149 hx->chk = b[hx->len + data_offs]; in dvb_usb_get_hexline()
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc163 #define chk(a) .check = X86_CHECK_##a,
213 [2] = X86_OP_ENTRYr(LDMXCSR, E,d, vex5 chk(VEX128)),
214 [3] = X86_OP_ENTRYw(STMXCSR, E,d, vex5 chk(VEX128)),
389 [0x13] = X86_OP_ENTRY2(VCVTPH2PS, V,x, W,xh, vex11 chk(W0) cpuid(F16C) p_66),
618 [0x04] = X86_OP_ENTRY3(VPERMILPS_i, V,x, W,x, I,b, vex6 chk(W0) cpuid(AVX) p_66),
619 [0x05] = X86_OP_ENTRY3(VPERMILPD_i, V,x, W,x, I,b, vex6 chk(W0) cpuid(AVX) p_66),
620 [0x06] = X86_OP_ENTRY4(VPERM2x128, V,qq, H,qq, W,qq, vex6 chk(W0) cpuid(AVX) p_66),
636 [0x46] = X86_OP_ENTRY4(VPERM2x128, V,qq, H,qq, W,qq, vex6 chk(W0) cpuid(AVX2) p_66),
666 [0x4a] = X86_OP_ENTRY4(VBLENDVPS, V,x, H,x, W,x, vex6 chk(W0) cpuid(AVX) p_66),
667 [0x4b] = X86_OP_ENTRY4(VBLENDVPD, V,x, H,x, W,x, vex6 chk(W0) cpuid(AVX) p_66),
[all …]
/openbmc/linux/drivers/media/common/
H A Dcypress_firmware.h24 u8 chk; member
/openbmc/u-boot/tools/patman/
H A Dcheckpatch.py63 chk = FindCheckPatch()
65 result.stdout = command.Output(chk, '--no-tree', fname,
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetmain.c242 int i, cc, chk = 0; in get_uuid() local
269 chk |= uuid[i]; in get_uuid()
272 if (!chk) { in get_uuid()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_driver.c602 int ret, chk; in qib_set_mtu() local
609 chk = ib_mtu_enum_to_int(qib_ibmtu); in qib_set_mtu()
610 if (chk > 0 && arg > chk) { in qib_set_mtu()
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dp54usb.c283 u32 chk = 0; in p54u_lm87_chksum() local
287 chk ^= le32_to_cpu(*data++); in p54u_lm87_chksum()
288 chk = (chk >> 5) ^ (chk << 3); in p54u_lm87_chksum()
291 return cpu_to_le32(chk); in p54u_lm87_chksum()

12