| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress_unlzma.c | 348 struct cstate *cst, uint16_t *p, in process_bit0() argument 359 if (cst->state >= LZMA_NUM_LIT_STATES) { in process_bit0() 360 int match_byte = peek_old_byte(wr, cst->rep0); in process_bit0() 381 if (cst->state < 4) in process_bit0() 382 cst->state = 0; in process_bit0() 383 else if (cst->state < 10) in process_bit0() 384 cst->state -= 3; in process_bit0() 386 cst->state -= 6; in process_bit0() 392 struct cstate *cst, uint16_t *p, in process_bit1() argument 400 prob = p + LZMA_IS_REP + cst->state; in process_bit1() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | imx-weim.c | 137 struct cs_timing *cst; in weim_timing_setup() local 169 cst = &ts->cs[cs_idx]; in weim_timing_setup() 170 if (cst->is_applied && memcmp(value, cst->regs, in weim_timing_setup() 180 if (!cst->is_applied) { in weim_timing_setup() 181 cst->is_applied = true; in weim_timing_setup() 182 memcpy(cst->regs, value, in weim_timing_setup()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | double-int.h | 58 static double_int from_uhwi (unsigned HOST_WIDE_INT cst); 59 static double_int from_shwi (HOST_WIDE_INT cst); 208 double_int::from_shwi (HOST_WIDE_INT cst) in from_shwi() argument 211 r.low = (unsigned HOST_WIDE_INT) cst; in from_shwi() 212 r.high = cst < 0 ? -1 : 0; in from_shwi() 231 double_int::from_uhwi (unsigned HOST_WIDE_INT cst) in from_uhwi() argument 234 r.low = cst; in from_uhwi()
|
| H A D | treestruct.def | 36 DEFTREESTRUCT(TS_INT_CST, "integer cst") 38 DEFTREESTRUCT(TS_REAL_CST, "real cst") 39 DEFTREESTRUCT(TS_FIXED_CST, "fixed cst")
|
| H A D | cgraph.h | 1627 ipa_polymorphic_call_context (tree cst, tree otr_type = NULL, in class()
|
| H A D | tree.h | 4387 extern tree wide_int_to_tree (tree type, const poly_wide_int_ref &cst);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | double-int.h | 58 static double_int from_uhwi (unsigned HOST_WIDE_INT cst); 59 static double_int from_shwi (HOST_WIDE_INT cst); 208 double_int::from_shwi (HOST_WIDE_INT cst) in from_shwi() argument 211 r.low = (unsigned HOST_WIDE_INT) cst; in from_shwi() 212 r.high = cst < 0 ? -1 : 0; in from_shwi() 231 double_int::from_uhwi (unsigned HOST_WIDE_INT cst) in from_uhwi() argument 234 r.low = cst; in from_uhwi()
|
| H A D | treestruct.def | 36 DEFTREESTRUCT(TS_INT_CST, "integer cst") 38 DEFTREESTRUCT(TS_REAL_CST, "real cst") 39 DEFTREESTRUCT(TS_FIXED_CST, "fixed cst")
|
| H A D | cgraph.h | 1627 ipa_polymorphic_call_context (tree cst, tree otr_type = NULL, in class()
|
| H A D | tree.h | 4387 extern tree wide_int_to_tree (tree type, const poly_wide_int_ref &cst);
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_processor.c | 750 union acpi_object *cst; in acpi_processor_evaluate_cst() local 762 cst = buffer.pointer; in acpi_processor_evaluate_cst() 765 if (!cst || cst->type != ACPI_TYPE_PACKAGE || cst->package.count < 2) { in acpi_processor_evaluate_cst() 771 count = cst->package.elements[0].integer.value; in acpi_processor_evaluate_cst() 774 if (count < 1 || count != cst->package.count - 1) { in acpi_processor_evaluate_cst() 799 element = &cst->package.elements[i]; in acpi_processor_evaluate_cst()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | timex.h | 95 unsigned long cst[3]; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | Makefile | 55 cmd_mkcst_mxs = cst -o $@ < $^ \
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | latent_entropy_plugin.c | 241 tree cst = size_int(i); in handle_latent_entropy_attribute() local 244 CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst); in handle_latent_entropy_attribute()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.imx6 | 182 ./cst --o csf-u-boot.bin < command_sequence_uboot.csf 183 ./cst --o csf-SPL.bin < command_sequence_spl.csf
|
| H A D | README.mxc_hab | 47 cst --o U-Boot_CSF.bin < U-Boot.CSF
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsuck.c | 154 static const char *cst[] = { "client", "server" }; variable 184 RTMP_Log(RTMP_LOGDEBUG, "%s, %s invoking <%s>", __FUNCTION__, cst[which], method.av_val); in ServeInvoke() 460 cst[which], packet->m_packetType, packet->m_nBodySize); in ServePacket()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | debug.h | 106 u32 cst; member
|
| H A D | htc.h | 179 __be32 cst; member
|
| H A D | htc_drv_debug.c | 62 be32_to_cpu(cmd_rsp.cst)); in read_file_tgt_int_stats()
|
| H A D | debug.c | 508 sc->debug.stats.istats.cst++; in ath_debug_stat_interrupt() 555 PR_IS("CST", cst); in read_file_interrupt()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | libitm.info | 686 __sync_synchronize(); // or STLD membar, or C++0x seq-cst fence
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | libitm.info | 686 __sync_synchronize(); // or STLD membar, or C++0x seq-cst fence
|