| /xen/xen/common/xz/ |
| A D | dec_stream.c | 166 if (s->temp.pos == s->temp.size) { in fill_temp() 477 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header() 488 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header() 501 if (s->temp.size - s->temp.pos < 2) in dec_block_header() 512 if (s->temp.buf[s->temp.pos++] != 0x00) in dec_block_header() 518 if (s->temp.size - s->temp.pos < 2) in dec_block_header() 522 if (s->temp.buf[s->temp.pos++] != 0x21) in dec_block_header() 526 if (s->temp.buf[s->temp.pos++] != 0x01) in dec_block_header() 530 if (s->temp.size - s->temp.pos < 1) in dec_block_header() 538 while (s->temp.pos < s->temp.size) in dec_block_header() [all …]
|
| A D | dec_bcj.c | 75 } temp; member 408 s->temp.size -= copy_size; in bcj_flush() 409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp.size); in bcj_flush() 449 if (s->temp.size < b->out_size - b->out_pos || s->temp.size == 0) { in xz_dec_bcj_run() 451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); in xz_dec_bcj_run() 471 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); in xz_dec_bcj_run() 495 b->out = s->temp.buf; in xz_dec_bcj_run() 509 bcj_apply(s, s->temp.buf, &s->temp.filtered, s->temp.size); in xz_dec_bcj_run() 517 s->temp.filtered = s->temp.size; in xz_dec_bcj_run() 568 s->temp.filtered = 0; in xz_dec_bcj_reset() [all …]
|
| A D | dec_lzma2.c | 275 } temp; member 859 memcpy(s->temp.buf + s->temp.size, b->in + b->in_pos, tmp); in lzma2_lzma() 862 memzero(s->temp.buf + s->temp.size + tmp, in lzma2_lzma() 863 sizeof(s->temp.buf) in lzma2_lzma() 867 s->temp.size += tmp; in lzma2_lzma() 874 s->rc.in = s->temp.buf; in lzma2_lzma() 884 memmove(s->temp.buf, s->temp.buf + s->rc.in_pos, in lzma2_lzma() 885 s->temp.size); in lzma2_lzma() 890 s->temp.size = 0; in lzma2_lzma() 1088 && s->temp.size in xz_dec_lzma2_run() [all …]
|
| /xen/tools/firmware/vgabios/ |
| A D | dataseghack | 7 $1 > temp.awk.1 13 $1 > temp.awk.2 19 $1 > temp.awk.3 22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1 23 /bin/rm -f temp.awk.1 temp.awk.2 temp.awk.3 $1.orig
|
| A D | Makefile | 25 …temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin…
|
| /xen/tools/tests/x86_emulator/ |
| A D | blowfish.c | 335 uint32_t temp; in Blowfish_Encrypt() local 345 temp = Xl; in Blowfish_Encrypt() 347 Xr = temp; in Blowfish_Encrypt() 350 temp = Xl; in Blowfish_Encrypt() 352 Xr = temp; in Blowfish_Encrypt() 365 uint32_t temp; in Blowfish_Decrypt() local 376 temp = Xl; in Blowfish_Decrypt() 378 Xr = temp; in Blowfish_Decrypt() 382 temp = Xl; in Blowfish_Decrypt() 384 Xr = temp; in Blowfish_Decrypt()
|
| /xen/xen/crypto/ |
| A D | rijndael.c | 733 u32 temp; in rijndaelKeySetupEnc() local 741 temp = rk[3]; in rijndaelKeySetupEnc() 761 temp = rk[ 5]; in rijndaelKeySetupEnc() 783 temp = rk[ 7]; in rijndaelKeySetupEnc() 796 temp = rk[11]; in rijndaelKeySetupEnc() 801 (Te4[(temp ) & 0xff] & 0x000000ff); in rijndaelKeySetupEnc() 822 u32 temp; in rijndaelKeySetupDec() local 829 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp; in rijndaelKeySetupDec() 830 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp; in rijndaelKeySetupDec() 831 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp; in rijndaelKeySetupDec() [all …]
|
| /xen/xen/common/libfdt/ |
| A D | Makefile | 11 libfdt.o: libfdt-temp.o FORCE 14 libfdt-temp.o: $(LIBFDT_OBJS) FORCE 17 extra-y += libfdt-temp.o $(LIBFDT_OBJS)
|
| /xen/xen/common/libelf/ |
| A D | Makefile | 10 libelf.o: libelf-temp.o FORCE 13 libelf-temp.o: $(libelf-objs) FORCE 16 extra-y += libelf-temp.o $(libelf-objs)
|
| /xen/xen/xsm/flask/ss/ |
| A D | sidtab.c | 155 struct sidtab_node *last, *cur, *temp; in sidtab_map_remove_on_error() local 178 temp = cur; in sidtab_map_remove_on_error() 180 context_destroy(&temp->context); in sidtab_map_remove_on_error() 181 xfree(temp); in sidtab_map_remove_on_error() 284 struct sidtab_node *cur, *temp; in sidtab_destroy() local 294 temp = cur; in sidtab_destroy() 296 context_destroy(&temp->context); in sidtab_destroy() 297 xfree(temp); in sidtab_destroy()
|
| A D | hashtab.c | 99 struct hashtab_node *cur, *temp; in hashtab_destroy() local 109 temp = cur; in hashtab_destroy() 111 xfree(temp); in hashtab_destroy()
|
| A D | ebitmap.c | 205 struct ebitmap_node *n, *temp; in ebitmap_destroy() local 213 temp = n; in ebitmap_destroy() 215 xfree(temp); in ebitmap_destroy()
|
| A D | avtab.c | 235 struct avtab_node *cur, *temp; in avtab_destroy() local 245 temp = cur; in avtab_destroy() 247 xfree(temp); in avtab_destroy()
|
| /xen/stubdom/vtpm/ |
| A D | vtpmblk.c | 129 UINT32 temp; in encrypt_vtpmblk() local 148 temp = sizeof(UINT32); in encrypt_vtpmblk() 149 ivlen = BLKSZ - temp; in encrypt_vtpmblk() 152 tpm_marshal_UINT32(&ivptr, &temp, (UINT32) clear_len); in encrypt_vtpmblk() 197 UINT32 u32, temp; in decrypt_vtpmblk() local 215 temp = sizeof(UINT32); in decrypt_vtpmblk() 216 ivptr = iv + BLKSZ - temp; in decrypt_vtpmblk() 217 tpm_unmarshal_UINT32(&ivptr, &temp, &u32); in decrypt_vtpmblk()
|
| /xen/tools/ocaml/libs/xl/ |
| A D | xenlight_stubs.c | 730 CAMLlocal2(list, temp); in stub_xl_device_nic_list() 746 Field(list, 1) = temp; in stub_xl_device_nic_list() 747 temp = list; in stub_xl_device_nic_list() 758 CAMLlocal2(list, temp); in stub_xl_device_disk_list() 774 Field(list, 1) = temp; in stub_xl_device_disk_list() 775 temp = list; in stub_xl_device_disk_list() 807 CAMLlocal2(list, temp); in stub_xl_device_pci_list() 823 Field(list, 1) = temp; in stub_xl_device_pci_list() 824 temp = list; in stub_xl_device_pci_list() 895 temp = list; in stub_xl_device_pci_assignable_list() [all …]
|
| /xen/xen/common/ |
| A D | bunzip2.c | 224 unsigned char length[MAX_SYMBOLS], temp[MAX_HUFCODE_BITS+1]; in get_next_block() local 298 temp[i] = limit[i] = 0; in get_next_block() 305 temp[length[i]]++; in get_next_block() 314 pp += temp[i]; in get_next_block() 327 base[i+1] = pp-(t += temp[i]); in get_next_block() 331 limit[maxLen] = pp+temp[maxLen]-1; in get_next_block()
|
| /xen/xen/arch/x86/pv/ |
| A D | emul-priv-op.c | 975 uint64_t temp; in write_msr() local 1022 if ( (rdmsr_safe(MSR_AMD64_NB_CFG, temp) != 0) || in write_msr() 1023 ((val ^ temp) & ~(1ULL << AMD64_NB_CFG_CF8_EXT_ENABLE_BIT)) ) in write_msr() 1035 if ( rdmsr_safe(MSR_FAM10H_MMIO_CONF_BASE, temp) != 0 ) in write_msr() 1038 temp != val : in write_msr() 1039 ((temp ^ val) & in write_msr() 1051 if ( rdmsr_safe(reg, temp) ) in write_msr() 1053 if ( val != guest_misc_enable(temp) ) in write_msr() 1104 if ( (rdmsr_safe(reg, temp) != 0) || (val != temp) ) in write_msr() 1108 reg, temp, val); in write_msr()
|
| /xen/xen/drivers/passthrough/vtd/x86/ |
| A D | ats.c | 114 struct pci_dev *pdev, *temp; in dev_invalidate_iotlb() local 120 list_for_each_entry_safe( pdev, temp, &iommu->ats_devices, ats.list ) in dev_invalidate_iotlb()
|
| /xen/xen/arch/x86/oprofile/ |
| A D | op_model_athlon.c | 243 u32 temp = 0; in ibs_log_event() local 245 temp = data & 0xFFFFFFFF; in ibs_log_event() 246 xenoprof_log_event(v, regs, temp, mode, 0); in ibs_log_event() 248 temp = (data >> 32) & 0xFFFFFFFF; in ibs_log_event() 249 xenoprof_log_event(v, regs, temp, mode, 0); in ibs_log_event()
|
| /xen/xen/tools/kconfig/lxdialog/ |
| A D | util.c | 436 int i, temp; in print_button() local 442 temp = strspn(label, " "); in print_button() 443 label += temp; in print_button() 446 for (i = 0; i < temp; i++) in print_button() 457 wmove(win, y, x + temp + 1); in print_button()
|
| /xen/xen/arch/arm/ |
| A D | gic-v3-its.c | 659 struct its_device *temp; in gicv3_its_map_guest_device() local 662 temp = rb_entry(*new, struct its_device, rbnode); in gicv3_its_map_guest_device() 665 cmp = compare_its_guest_devices(temp, guest_doorbell, guest_devid); in gicv3_its_map_guest_device() 669 rb_erase(&temp->rbnode, &d->arch.vgic.its_devices); in gicv3_its_map_guest_device() 680 return remove_mapped_guest_device(temp); in gicv3_its_map_guest_device()
|
| /xen/xen/tools/kconfig/ |
| A D | nconf.gui.c | 154 float temp; in print_in_middle() local 168 temp = (width - length) / 2; in print_in_middle() 169 x = startx + (int)temp; in print_in_middle()
|
| /xen/tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 410 CAMLlocal2(result, temp); in stub_xc_domain_getinfolist() 422 result = temp = Val_emptylist; in stub_xc_domain_getinfolist() 438 Field(result, 1) = temp; in stub_xc_domain_getinfolist() 439 temp = result; in stub_xc_domain_getinfolist()
|
| /xen/xen/arch/x86/hvm/ |
| A D | vpt.c | 316 struct periodic_time *pt, *temp, *earliest_pt; in pt_update_irq() local 325 list_for_each_entry_safe ( pt, temp, head, list ) in pt_update_irq()
|
| /xen/stubdom/vtpmmgr/ |
| A D | tpm.c | 410 TPM_KEY temp; in TPM_TakeOwnership() local 411 UNPACK_OUT(TPM_KEY, &temp, UNPACK_ALIAS); in TPM_TakeOwnership()
|