Home
last modified time | relevance | path

Searched defs:outs (Results 1 – 24 of 24) sorted by relevance

/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DLZWEncoder.java122 void char_out(byte c, OutputStream outs) throws IOException { in char_out()
131 void cl_block(OutputStream outs) throws IOException { in cl_block()
145 void compress(int init_bits, OutputStream outs) throws IOException { in compress()
229 void flush_char(OutputStream outs) throws IOException { in flush_char()
255 void output(int code, OutputStream outs) throws IOException { in output()
/external/curl/src/
Dtool_cb_wrt.c35 bool tool_create_output_file(struct OutStruct *outs) in tool_create_output_file()
78 struct OutStruct *outs = userdata; in tool_write_cb() local
Dtool_cb_hdr.h44 struct OutStruct *outs; member
Dtool_cb_hdr.c58 struct OutStruct *outs = hdrcbdata->outs; in tool_header_cb() local
Dtool_writeout.c111 void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo) in ourWriteOut()
Dtool_operate.c498 struct OutStruct outs; in operate_do() local
Dtool_metalink.c814 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs, in parse_metalink()
894 struct OutStruct *outs = userdata; in metalink_write_cb() local
/external/libchrome/ipc/
Dipc_message_templates_impl.h53 MessageT<Meta, std::tuple<Ins...>, std::tuple<Outs...>>::MessageT( in MessageT()
84 std::tuple<Outs...>>::WriteReplyParams(Message* reply, in WriteReplyParams()
Dipc_message_templates.h170 MessageT(const Ins&... ins, Outs*... outs) in MessageT()
176 MessageT(int32_t routing_id, const Ins&... ins, Outs*... outs) in MessageT()
/external/libxcam/tests/
Dtest-soft-image.cpp381 write_image (const SoftElements &ins, const SoftElements &outs, const bool &nv12_output) { in write_image()
467 run_topview (const SmartPtr<Stitcher> &stitcher, const SoftElements &outs) in run_topview()
477 const SoftElements &ins, const SoftElements &outs, in run_stitcher()
557 SoftElements outs; in main() local
/external/ltp/testcases/network/sctp/
Dsctp_big_chunk.c97 uint16_t outs = htons(10); in setup_client() local
/external/llvm/test/MC/X86/
Dx86-32.s627 outs (%esi), (%dx) label
Dintel-syntax.s761 outs dx, word ptr [eax] define
Dx86-64.s287 outs (%rsi), (%dx) label
/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp645 raw_ostream &llvm::outs() { in outs() function in llvm
/external/llvm/lib/Support/
Draw_ostream.cpp718 raw_ostream &llvm::outs() { in outs() function in llvm
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp697 raw_ostream &llvm::outs() { in outs() function in llvm
/external/tensorflow/tensorflow/core/kernels/
Ddynamic_partition_op_gpu.cu.cc440 OpOutputList& outs) { in GatherSlices()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dintel-syntax.s830 outs dx, word ptr [eax] define
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Draw_ostream.cpp776 raw_ostream &llvm::outs() { in outs() function in llvm
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc57 std::vector<Tensor> outs; member
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c947 struct ureg_dst outs; in nv50_blitter_make_fp() local
/external/u-boot/drivers/bios_emulator/x86emu/
Dprim_ops.c2341 void outs(int size) in outs() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1190 std::deque<ValueRef> outs; variable