Home
last modified time | relevance | path

Searched refs:oco (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/os/
H A Dlbxio.c249 xfree(oco);
255 (char *)oco->buf, &oco->count);
259 (char *)oco->buf, &oco->count);
264 xfree(oco);
334 if ((oco = FreeOutputs) && (oco->size >= len))
345 oco->buf = (unsigned char *) xalloc(oco->size);
347 xfree(oco);
355 if (!nocompress && oco->count < oco->size)
430 xfree(oco);
441 memmove((char *)oco->buf, (char *)oco->buf + n, oco->count);
[all …]
H A Dio.c802 if (!oco)
841 InsertIOV ((char *)oco->buf, oco->count)
906 memmove ((char *)oco->buf + oco->count,
946 xfree(oco);
1085 if (!oco)
1137 if (oco->count + count + padBytes > oco->size)
1147 memmove((char *)oco->buf + oco->count, buf, count);
1179 if (!oco) in AllocateOutputBuffer()
1184 xfree(oco); in AllocateOutputBuffer()
1192 return oco; in AllocateOutputBuffer()
[all …]
/dports/x11-fonts/xfs/xfs-1.2.0/os/
H A Dio.c365 if (!oco) in FlushClient()
405 InsertIOV((char *) oco->buf, oco->count); in FlushClient()
456 memmove( (char *) oco->buf + oco->count, in FlushClient()
490 fsfree(oco); in FlushClient()
547 if (!oco) { in write_to_client_internal()
558 if (oco->count + count + padBytes > oco->size) { in write_to_client_internal()
565 memmove( (char *) oco->buf + oco->count, buf, count); in write_to_client_internal()
619 if (!oco) in AllocateOutputBuffer()
623 fsfree(oco); in AllocateOutputBuffer()
628 return oco; in AllocateOutputBuffer()
[all …]
/dports/audio/nas/nas-1.9.4/server/os/
H A Dio.c425 if (!oco)
464 InsertIOV((char *) oco->buf, oco->count)
494 (char *) oco->buf, oco->count);
666 if (oco->count + count + padBytes > oco->size) {
675 bcopy(buf, (char *) oco->buf + oco->count, count);
709 if (!oco) in AllocateOutputBuffer()
1496 r = write(fd, (char *) oco->buf, oco->count);
1504 bcopy(oco->buf + r, oco->buf, oco->count);
1588 if (oco->count + count + padBytes > oco->size) {
1597 bcopy(buf, (char *) oco->buf + oco->count, count);
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/os/
H A Dio.c739 if (!oco) { in WriteToClient()
793 if (oco->count == 0 || oco->count + count + padBytes > oco->size) { in WriteToClient()
805 memmove((char *) oco->buf + oco->count, buf, count); in WriteToClient()
808 memset(oco->buf + oco->count, '\0', padBytes); in WriteToClient()
837 if (!oco) in FlushClient()
882 InsertIOV((char *) oco->buf, oco->count) in FlushClient()
937 memmove((char *) oco->buf + oco->count, in FlushClient()
965 free(oco); in FlushClient()
1002 if (!oco) in AllocateOutputBuffer()
1006 free(oco); in AllocateOutputBuffer()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/dsp56156/
H A Dinst.h26 m_oco(oco), in Instruction()
72 Abs(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Abs() argument
94 Adc(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Adc() argument
117 Add(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Add() argument
141 Add_2(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Add_2() argument
171 And(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in And() argument
194 Andi(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Andi() argument
224 Asl(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Asl() argument
246 Asl4(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Asl4() argument
268 Asr(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Asr() argument
[all …]
H A Dpmove.h19 ParallelMove(const Opcode* oco) : m_valid(false), m_oco(oco) { } in ParallelMove() argument
49 XMemoryDataMove(const Opcode* oco, const uint16_t word0, const uint16_t word1) : ParallelMove(oco) in XMemoryDataMove() argument
89 …XMemoryDataMove_2(const Opcode* oco, const uint16_t word0, const uint16_t word1) : ParallelMove(oc… in XMemoryDataMove_2() argument
131 …DualXMemoryDataRead(const Opcode* oco, const uint16_t word0, const uint16_t word1) : ParallelMove( in DualXMemoryDataRead() argument
185 …RegisterToRegisterDataMove(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Parall… in RegisterToRegisterDataMove() argument
236 …DataWriteAndRegisterDataMove(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Para… in XMemoryDataWriteAndRegisterDataMove() argument
279 …AddressRegisterUpdate(const Opcode* oco, const uint16_t word0, const uint16_t word1) : ParallelMov… in AddressRegisterUpdate() argument
307 …ataMoveWithShortDisplacement(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Para… in XMemoryDataMoveWithShortDisplacement() argument
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dsp56156/
H A Dinst.h26 m_oco(oco), in Instruction()
72 Abs(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Abs() argument
94 Adc(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Adc() argument
117 Add(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Add() argument
141 Add_2(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Add_2() argument
171 And(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in And() argument
194 Andi(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Andi() argument
224 Asl(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Asl() argument
246 Asl4(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Asl4() argument
268 Asr(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Instruction(oco) in Asr() argument
[all …]
H A Dpmove.h19 ParallelMove(const Opcode* oco) : m_valid(false), m_oco(oco) { } in ParallelMove() argument
49 XMemoryDataMove(const Opcode* oco, const uint16_t word0, const uint16_t word1) : ParallelMove(oco) in XMemoryDataMove() argument
89 …XMemoryDataMove_2(const Opcode* oco, const uint16_t word0, const uint16_t word1) : ParallelMove(oc… in XMemoryDataMove_2() argument
131 …DualXMemoryDataRead(const Opcode* oco, const uint16_t word0, const uint16_t word1) : ParallelMove( in DualXMemoryDataRead() argument
185 …RegisterToRegisterDataMove(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Parall… in RegisterToRegisterDataMove() argument
236 …DataWriteAndRegisterDataMove(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Para… in XMemoryDataWriteAndRegisterDataMove() argument
279 …AddressRegisterUpdate(const Opcode* oco, const uint16_t word0, const uint16_t word1) : ParallelMov… in AddressRegisterUpdate() argument
307 …ataMoveWithShortDisplacement(const Opcode* oco, const uint16_t word0, const uint16_t word1) : Para… in XMemoryDataMoveWithShortDisplacement() argument
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/x86/
H A Dbitserial_conv2d.py121 oco, ico = cfg["tile_bco"].apply(s, kernel_vec, co)
123 oaxis = oco
124 paxis = oco
126 oaxis = oco
160 oco, ico = cfg["tile_oh"].apply(s, last, co)
162 oaxis = oco
163 paxis = oco
165 oco, ico = s[last].split(co, bc)
166 oaxis = oco
169 s[last].parallel(oco)
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/x86/
H A Dbitserial_conv2d.py121 oco, ico = cfg["tile_bco"].apply(s, kernel_vec, co)
123 oaxis = oco
124 paxis = oco
126 oaxis = oco
160 oco, ico = cfg["tile_oh"].apply(s, last, co)
162 oaxis = oco
163 paxis = oco
165 oco, ico = s[last].split(co, bc)
166 oaxis = oco
169 s[last].parallel(oco)
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/arm_cpu/
H A Dconv2d_spatial_pack.py285 [n, oho, owo, oco, kh, kw, ic, ohi, owi, oci],
288 [n, oho, owo, oco, kh, kw, ic, ohi, owi, oci],
289 [n, oho, owo, oco, ohi, kh, kw, ic, owi, oci],
290 [n, oho, owo, oco, ohi, kh, kw, owi, ic, oci],
291 [n, oho, owo, ohi, oco, kh, kw, owi, ic, oci],
335 lambda oco, kh, kw, ic, oci: kernel[kh][kw][ic][oco * OCI + oci],
392 oco, oci = cfg["tile_co"].apply(s, output, oc)
395 s[output].reorder(n, oho, owo, oco, ohi, owi, oci)
407 n, oho, owo, oco, ohi, owi, oci = s[conv].op.axis
428 oco, kh, kw, ic, oci = kernel_vec.op.axis
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/board-js2x/rtas/
H A DMakefile30 BOARD_OBJ = $(BOARD_SRC_ASM:%.S=%.o) $(BOARD_SRC_C:%.c=%.o) $(BOARD_OCO:%.oco=%.o)
31 BOARD_OCO = i2c_bmc.oco ipmi_oem.oco
88 %.o: %.oco
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/board-js2x/rtas/
H A DMakefile30 BOARD_OBJ = $(BOARD_SRC_ASM:%.S=%.o) $(BOARD_SRC_C:%.c=%.o) $(BOARD_OCO:%.oco=%.o)
31 BOARD_OCO = i2c_bmc.oco ipmi_oem.oco
88 %.o: %.oco
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/board-js2x/rtas/
H A DMakefile30 BOARD_OBJ = $(BOARD_SRC_ASM:%.S=%.o) $(BOARD_SRC_C:%.c=%.o) $(BOARD_OCO:%.oco=%.o)
31 BOARD_OCO = i2c_bmc.oco ipmi_oem.oco
88 %.o: %.oco
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/board-js2x/rtas/
H A DMakefile30 BOARD_OBJ = $(BOARD_SRC_ASM:%.S=%.o) $(BOARD_SRC_C:%.c=%.o) $(BOARD_OCO:%.oco=%.o)
31 BOARD_OCO = i2c_bmc.oco ipmi_oem.oco
88 %.o: %.oco
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/board-js2x/rtas/
H A DMakefile30 BOARD_OBJ = $(BOARD_SRC_ASM:%.S=%.o) $(BOARD_SRC_C:%.c=%.o) $(BOARD_OCO:%.oco=%.o)
31 BOARD_OCO = i2c_bmc.oco ipmi_oem.oco
88 %.o: %.oco

12345678910>>...14