Home
last modified time | relevance | path

Searched refs:store_buf (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/gegl/gegl-0.4.34/examples/
H A Dvideo-invert.c6 GeglNode *decode, *store_buf; variable
34store_buf = gegl_node_new_child (gegl_dec, "operation", "gegl:buffer-sink", "buffer", &buffer, NUL… in main()
35 gegl_node_link_many (decode, store_buf, NULL); in main()
59 gegl_node_process (store_buf); in main()
/dports/net-p2p/c-lightning/lightning-0.10.2/contrib/pyln-client/pyln/client/
H A Dgossmap.py170 self.store_buf = bytes()
262 if len(self.store_buf) < length:
263 self.store_buf += self.store_file.read(length
264 - len(self.store_buf))
265 return len(self.store_buf) >= length
272 hdr = GossipStoreHeader(self.store_buf[:12])
275 self.bytes_read += len(self.store_buf)
276 ret = self.store_buf[12:]
277 self.store_buf = bytes()
/dports/emulators/gxemul/gxemul-0.6.3/src/machines/
H A Dmachine_alpha.cc192 store_buf(cpu, HWRPB_ADDR, (char *)&rpb, sizeof(struct rpb)); in MACHINE_SETUP()
193 store_buf(cpu, CTB_ADDR, (char *)&ctb, sizeof(struct ctb)); in MACHINE_SETUP()
194 store_buf(cpu, CRB_ADDR, (char *)&crb, sizeof(struct crb)); in MACHINE_SETUP()
195 store_buf(cpu, MEMDAT_ADDR, (char *)&mddt, sizeof(struct mddt)); in MACHINE_SETUP()
196 store_buf(cpu, PCS_ADDR, (char *)pcs, sizeof(struct pcs) * in MACHINE_SETUP()
H A Dmachine_iyonix.cc112 store_buf(cpu, bootblock_addr, (char *)&bootconfigData, sizeof(bootconfigData)); in MACHINE_SETUP()
H A Dmachine_cats.cc121 store_buf(cpu, cpu->cd.arm.r[0], in MACHINE_SETUP()
H A Dmachine_playstation2.cc120 store_buf(cpu, PLAYSTATION2_BDA + 4, "PS2b", 4); in MACHINE_SETUP()
H A Dmachine_prep.cc133 store_buf(cpu, cpu->cd.ppc.gpr[6]+20, in MACHINE_SETUP()
H A Dmachine_macppc.cc116 store_buf(cpu, a + 0x0004, machine->boot_string_argument, 256); in MACHINE_SETUP()
H A Dmachine_hpcarm.cc186 store_buf(cpu, machine->physical_ram_in_mb * 1048576 - 256, in MACHINE_SETUP()
H A Dmachine_pmax.cc866 store_buf(cpu, BOOTINFO_ADDR, (char *)&xx, sizeof(xx)); in MACHINE_SETUP()
882 store_buf(cpu, DEC_MEMMAP_ADDR, in MACHINE_SETUP()
H A Dmachine_hpcmips.cc399 store_buf(cpu, 0x80000000 + machine->physical_ram_in_mb * in MACHINE_SETUP()
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dbuffer_zlib.cc46 char *store_buf=target->GetSpace(store_size); in PutTranslated() local
50 z.next_out=(Bytef*)store_buf; in PutTranslated()
122 char *store_buf=target->GetSpace(store_size); in PutTranslated() local
126 z.next_out=(Bytef*)store_buf; in PutTranslated()
H A Dbuffer.cc310 char *store_buf=store_space; in PutTranslated() local
314 size_t res=iconv(backend_translate,put_buf_ptr,&put_size,&store_buf,&store_size); in PutTranslated()
315 target->SpaceAdd(store_buf-store_space); in PutTranslated()
/dports/mail/mailutils/mailutils-3.13/libmailutils/filter/
H A Dxml.c185 store_buf (struct xml_encode_state *cp, const char *s, size_t len) in store_buf() function
198 store_buf (cp, buf, strlen (buf)); in store_char_ref()
247 store_buf (cp, p->ent, p->len); in _xml_encoder()
265 store_buf (cp, (char*) iptr, isize); in _xml_encoder()
315 store_buf (cp, (char*) iptr, count); in _xml_encoder()
/dports/emulators/gxemul/gxemul-0.6.3/src/promemul/
H A Dmvmeprom.cc82 store_buf(cpu, MVMEPROM_BRDID_ADDR, in mvmeprom_init()
H A Ddec_prom.cc150 store_buf(cpu, dst, (char *)tmp_buf, in dec_jumptable_func()
475 store_buf(cpu, dst, (char *)tmp_buf, in decstation_prom_emul()
570 store_buf(cpu, cpu->cd.mips.gpr[MIPS_GPR_A0], in decstation_prom_emul()
H A Darcbios.cc495 store_buf(cpu, memdesc_addr, (char *)&arcbios_mem64, s); in arcbios_add_memory_descriptor()
504 store_buf(cpu, memdesc_addr, (char *)&arcbios_mem, s); in arcbios_add_memory_descriptor()
1711 store_buf(cpu, dst, (char *)tmp_buf, in arcbios_emul()
2674 store_buf(cpu, SGI_SYSID_ADDR, (char *)&arcbios_sysid, sizeof(arcbios_sysid)); in arcbios_init()
2677 store_buf(cpu, ARC_DSPSTAT_ADDR, (char *)&arcbios_dsp_stat, sizeof(arcbios_dsp_stat)); in arcbios_init()
3007 store_buf(cpu, SGI_SPB_ADDR, (char *)&arcbios_spb_64, sizeof(arcbios_spb_64)); in arcbios_init()
3033 store_buf(cpu, SGI_SPB_ADDR, (char *)&arcbios_spb, sizeof(arcbios_spb)); in arcbios_init()
/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_authorization.c79 BYTE *store_buf; in TPM_ChangeAuth() local
82 &store, &store_buf, NULL)) return TPM_DECRYPT_ERROR; in TPM_ChangeAuth()
93 tpm_free(store_buf); in TPM_ChangeAuth()
96 tpm_free(store_buf); in TPM_ChangeAuth()
/dports/emulators/gxemul/gxemul-0.6.3/src/disk/
H A Dbootblock.cc139 store_buf(cpu, 0x8c008000, (char *)bootblock_buf, 32768); in load_bootblock()
251 store_buf(cpu, bootblock_loadaddr, in load_bootblock()
/dports/net/samba412/samba-4.12.15/source3/passdb/
H A Dmachine_account_secrets.c1825 struct timeval_buf store_buf; in secrets_check_password_change() local
1833 timeval_str_buf(&store_tv, false, false, &store_buf), in secrets_check_password_change()
1845 struct timeval_buf store_buf; in secrets_check_password_change() local
1853 timeval_str_buf(&store_tv, false, false, &store_buf), in secrets_check_password_change()
1862 struct timeval_buf store_buf; in secrets_check_password_change() local
1870 timeval_str_buf(&store_tv, false, false, &store_buf), in secrets_check_password_change()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dmemory.h178 void store_buf(struct cpu *cpu, uint64_t addr, const char *s, size_t len);
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_alpha_palcode.cc144 store_buf(cpu, a2, s, len); in alpha_prom_call()
/dports/emulators/gxemul/gxemul-0.6.3/src/old_main/
H A Dmemory.cc826 void store_buf(struct cpu *cpu, uint64_t addr, const char *s, size_t len) in store_buf() function
/dports/emulators/gxemul/gxemul-0.6.3/
H A DHISTORY1296 store_buf() now copies data 8 or 4 bytes at a time, when