Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/detail/
H A Dcheck.hpp29 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk) argument
33 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk) argument
34 # define BOOST_PP_CHECK_2(chk) BOOST_PP_CHECK_3((BOOST_PP_CHECK_RESULT_ ## chk)) argument
41 # define BOOST_PP_CHECK_0(chk) BOOST_PP_CHECK_1(BOOST_PP_CAT(BOOST_PP_CHECK_RESULT_, chk)) argument
42 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk) argument
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dshared_item_pool.h72 static yes& chk(type_check<typename _1::typedef_name>*); \
74 static no& chk(...); \
75 static bool const value = sizeof(chk<T>(0)) == sizeof(yes); \
98 static yes& chk(type_check<Sign, &_1::func>*); \
100 static no& chk(...); \
101 static bool const value = sizeof(chk<T>(0)) == sizeof(yes); \
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/net/sctp/
H A Doutqueue.c346 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_sent() local
348 list_for_each_entry_safe(chk, temp, queue, transmitted_list) { in sctp_prsctp_prune_sent()
351 if (!chk->msg->abandoned && in sctp_prsctp_prune_sent()
352 (!SCTP_PR_PRIO_ENABLED(chk->sinfo.sinfo_flags) || in sctp_prsctp_prune_sent()
353 chk->sinfo.sinfo_timetolive <= sinfo->sinfo_timetolive)) in sctp_prsctp_prune_sent()
356 chk->msg->abandoned = 1; in sctp_prsctp_prune_sent()
357 list_del_init(&chk->transmitted_list); in sctp_prsctp_prune_sent()
359 &chk->transmitted_list); in sctp_prsctp_prune_sent()
361 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_sent()
367 !chk->tsn_gap_acked) { in sctp_prsctp_prune_sent()
[all …]
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/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
459 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
481 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs()
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
571 chk = 1; in hpfs_fill_super()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/purgatory/
H A DMakefile7 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro
36 LDFLAGS_purgatory.chk := -e purgatory_start $(PURGATORY_LDFLAGS)
40 $(obj)/purgatory.chk: $(obj)/purgatory FORCE
47 $(obj)/purgatory.ro: $(obj)/purgatory $(obj)/purgatory.chk FORCE
H A D.gitignore3 purgatory.chk
/OK3568_Linux_fs/kernel/arch/x86/purgatory/
H A DMakefile21 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS)
22 targets += purgatory.ro purgatory.chk
73 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
81 $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro $(obj)/purgatory.chk FORCE
H A D.gitignore1 purgatory.chk
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.74.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 \
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.c1275 int chk = 0; in do_env_export() local
1293 chk = 1; in do_env_export()
1340 if (chk) /* export as checksum protected block */ in do_env_export()
1353 if (chk) { in do_env_export()
1392 int chk = 0; in do_env_import() local
1413 chk = 1; in do_env_import()
1446 } else if (argc == 1 && chk) { in do_env_import()
1468 if (chk) { in do_env_import()
/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dpblk-trace.h61 (u64)(((struct ppa_addr *)(&__entry->ppa))->m.chk),
87 (u64)(((struct ppa_addr *)(&__entry->ppa))->m.chk),
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlightnvm.h66 u64 chk : NVM_GEN_BLK_BITS; member
460 l.ppa |= ((u64)r.m.chk) << lbaf->chk_offset; in generic_to_dev_addr()
489 l.m.chk = (r.ppa & lbaf->chk_mask) >> lbaf->chk_offset; in dev_to_generic_addr()
552 ppa64.m.chk = (ppa32 & lbaf->chk_mask) >> in nvm_ppa32_to_ppa64()
589 ppa32 |= ppa64.m.chk << lbaf->chk_offset; in nvm_ppa64_to_ppa32()
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcheckpatch.py64 chk = FindCheckPatch()
66 result.stdout = command.Output(chk, '--no-tree', fname,
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dconfigcheck.sh10 T=${TMPDIR-/tmp}/abat-chk-config.sh.$$
/OK3568_Linux_fs/kernel/drivers/media/common/
H A Dcypress_firmware.h24 u8 chk; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_driver.c601 int ret, chk; in qib_set_mtu() local
608 chk = ib_mtu_enum_to_int(qib_ibmtu); in qib_set_mtu()
609 if (chk > 0 && arg > chk) { in qib_set_mtu()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dz85230.c825 u8 chk; in z8530_sync_close() local
833 chk=read_zsreg(c,R0); in z8530_sync_close()
978 u8 chk; in z8530_sync_dma_close() local
1026 chk=read_zsreg(c,R0); in z8530_sync_dma_close()
1151 u8 chk; in z8530_sync_txdma_close() local
1190 chk=read_zsreg(c,R0); in z8530_sync_txdma_close()
/OK3568_Linux_fs/kernel/drivers/iio/gyro/
H A Dadxrs450.c205 u32 *val, char chk) in adxrs450_spi_initial() argument
218 if (chk) in adxrs450_spi_initial()

123