HomeSort by: relevance | last modified time | path
    Searched defs:unpack (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/bsd/libarchive/dist/cpio/test/
test_option_f.c 10 * Unpack the archive in a new dir.
13 unpack(const char *dirname, const char *option) function
28 unpack("t0", "--no-preserve-owner");
37 unpack("t1", "--no-preserve-owner -f a*");
39 unpack("t1", "--no-preserve-owner -f 'a*'");
49 unpack("t2", "--no-preserve-owner -f b*");
51 unpack("t2", "--no-preserve-owner -f 'b*'");
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
vir_opt_copy_propagate.c 148 /* Make sure that the meaning of the unpack
192 enum v3d_qpu_input_unpack unpack = mov->qpu.alu.mul.a_unpack; local
194 vir_set_unpack(inst, i, unpack);
vir_dump.c 261 enum v3d_qpu_input_unpack unpack[2]; local
273 unpack[0] = instr->alu.add.a_unpack;
274 unpack[1] = instr->alu.add.b_unpack;
285 unpack[0] = instr->alu.mul.a_unpack;
286 unpack[1] = instr->alu.mul.b_unpack;
292 fprintf(stderr, "%s", v3d_qpu_unpack_name(unpack[i]));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_opt_copy_propagation.c 101 uint8_t unpack; local
103 /* Make sure that the meaning of the unpack
112 /* There's only one unpack field, so make sure
130 unpack = mov->src[0].pack;
132 unpack = inst->src[i].pack;
142 inst->src[i].pack = unpack;
vc4_qpu_emit.c 166 struct qinst *inst, uint64_t *unpack)
190 /* If we had an unpack on this A-file source, we need to put
194 *last_inst(block) |= *unpack;
195 *unpack = 0;
209 ASSERTED uint32_t unpack = QPU_GET_FIELD(*last_inst(block), QPU_UNPACK); local
217 assert(!unpack || had_pm);
220 assert(!unpack || !had_pm);
296 uint64_t unpack = 0; local
308 assert(!unpack ||
309 unpack == qinst->src[i].pack)
    [all...]
vc4_qpu_disasm.c 96 /* The QPU unpack for A and R4 files can be described the same, it's just that
277 vc4_qpu_disasm_unpack(FILE *out, uint32_t unpack)
279 if (unpack != QPU_UNPACK_NOP)
280 fprintf(out, ".%s", DESC(qpu_unpack, unpack));
327 uint32_t unpack = QPU_GET_FIELD(inst, QPU_UNPACK); local
357 vc4_qpu_disasm_unpack(stderr, unpack);
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
vir_opt_copy_propagate.c 148 /* Make sure that the meaning of the unpack
192 enum v3d_qpu_input_unpack unpack = mov->qpu.alu.mul.a_unpack; local
194 vir_set_unpack(inst, i, unpack);
vir_dump.c 254 enum v3d_qpu_input_unpack unpack[2]; local
266 unpack[0] = instr->alu.add.a_unpack;
267 unpack[1] = instr->alu.add.b_unpack;
278 unpack[0] = instr->alu.mul.a_unpack;
279 unpack[1] = instr->alu.mul.b_unpack;
285 fprintf(stderr, "%s", v3d_qpu_unpack_name(unpack[i]));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_opt_copy_propagation.c 101 uint8_t unpack; local
103 /* Make sure that the meaning of the unpack
112 /* There's only one unpack field, so make sure
130 unpack = mov->src[0].pack;
132 unpack = inst->src[i].pack;
142 inst->src[i].pack = unpack;
vc4_qpu_emit.c 166 struct qinst *inst, uint64_t *unpack)
190 /* If we had an unpack on this A-file source, we need to put
194 *last_inst(block) |= *unpack;
195 *unpack = 0;
209 MAYBE_UNUSED uint32_t unpack = QPU_GET_FIELD(*last_inst(block), QPU_UNPACK); local
217 assert(!unpack || had_pm);
220 assert(!unpack || !had_pm);
296 uint64_t unpack = 0; local
308 assert(!unpack ||
309 unpack == qinst->src[i].pack)
    [all...]
vc4_qpu_disasm.c 96 /* The QPU unpack for A and R4 files can be described the same, it's just that
277 vc4_qpu_disasm_unpack(FILE *out, uint32_t unpack)
279 if (unpack != QPU_UNPACK_NOP)
280 fprintf(out, ".%s", DESC(qpu_unpack, unpack));
327 uint32_t unpack = QPU_GET_FIELD(inst, QPU_UNPACK); local
357 vc4_qpu_disasm_unpack(stderr, unpack);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
mingw.py 114 def unpack(archive, location, log = EmptyLogger()): function
162 unpack(archive, location, log = log)
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/
mingw.py 114 def unpack(archive, location, log = EmptyLogger()): function
162 unpack(archive, location, log = log)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
lower_int64_test.cpp 184 ir_expression *unpack = assign2->rhs->as_expression(); local
185 ASSERT_NE((void *)0, unpack);
186 EXPECT_EQ(unpack_opcode, unpack->operation);
187 EXPECT_EQ(tmp1, unpack->operands[0]->variable_referenced());
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
lower_int64_test.cpp 180 ir_expression *unpack = assign2->rhs->as_expression(); local
181 ASSERT_NE((void *)0, unpack);
182 EXPECT_EQ(unpack_opcode, unpack->operation);
183 EXPECT_EQ(tmp1, unpack->operands[0]->variable_referenced());
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_attobj.c 166 unpack(const uint8_t *ptr, size_t len) function
fuzz_netlink.c 25 unpack(const uint8_t *ptr, size_t len) function
fuzz_hid.c 52 unpack(const uint8_t *ptr, size_t len) function
fuzz_largeblob.c 64 unpack(const uint8_t *ptr, size_t len) function
  /src/usr.bin/gzip/
unpack.c 1 /* $FreeBSD: head/usr.bin/gzip/unpack.c 194579 2009-06-21 09:39:43Z delphij $ */
2 /* $NetBSD: unpack.c,v 1.6 2026/01/10 00:48:44 mrg Exp $ */
63 * unpack descriptor
111 * Release resource allocated to an unpack descriptor.
349 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function
357 /* If we reached here, the unpack was successful */
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Bitfields.h 131 static T unpack(T StorageValue) { return StorageValue; } function in struct:llvm::bitfields_details::Compressor
147 static T unpack(T StorageValue) { function in struct:llvm::bitfields_details::Compressor
180 return C::unpack(StorageValue);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_clear.c 724 const struct util_format_unpack_description *unpack = local
730 if (unpack->unpack_z_float)
733 if (unpack->unpack_s_8uint)
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_drawpix.c 57 const struct gl_pixelstore_attrib *unpack,
62 _mesa_image_address2d(unpack, pixels, width,
64 const GLint srcRowStride = _mesa_image_row_stride(unpack, width,
106 const struct gl_pixelstore_attrib *unpack,
111 _mesa_image_address2d(unpack, pixels, width,
114 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE);
157 const struct gl_pixelstore_attrib *unpack,
162 _mesa_image_address2d(unpack, pixels, width,
165 _mesa_image_row_stride(unpack, width, format, type);
209 struct gl_pixelstore_attrib unpack; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/tests/format/
u_format_test.c 468 const struct util_format_unpack_description *unpack = local
474 unpack->unpack_z_float(&unpacked[0][0], sizeof unpacked[0],
539 const struct util_format_unpack_description *unpack = local
546 unpack->unpack_z_32unorm(&unpacked[0][0], sizeof unpacked[0],
618 const struct util_format_unpack_description *unpack = local
625 unpack->unpack_s_8uint(&unpacked[0][0], sizeof unpacked[0],
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_drawpix.c 57 const struct gl_pixelstore_attrib *unpack,
62 _mesa_image_address2d(unpack, pixels, width,
64 const GLint srcRowStride = _mesa_image_row_stride(unpack, width,
106 const struct gl_pixelstore_attrib *unpack,
111 _mesa_image_address2d(unpack, pixels, width,
114 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE);
157 const struct gl_pixelstore_attrib *unpack,
162 _mesa_image_address2d(unpack, pixels, width,
165 _mesa_image_row_stride(unpack, width, format, type);
209 struct gl_pixelstore_attrib unpack; local
    [all...]

Completed in 51 milliseconds

1 2