/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_texture.c | 45 float *out_str, unsigned out_stride) in util_map_texcoords2d_onto_cubemap() argument 96 out_str[0] = rx; /*s*/ in util_map_texcoords2d_onto_cubemap() 97 out_str[1] = ry; /*t*/ in util_map_texcoords2d_onto_cubemap() 98 out_str[2] = rz; /*r*/ in util_map_texcoords2d_onto_cubemap() 101 out_str += out_stride; in util_map_texcoords2d_onto_cubemap()
|
D | u_texture.h | 47 float *out_str, unsigned out_stride);
|
/external/libweave/third_party/libuweave/src/ |
D | macaroon_encoding.c | 47 const uint8_t** out_str, 173 const uint8_t** out_str, in uw_macaroon_encoding_decode_byte_str_() argument 175 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str_len == NULL || in uw_macaroon_encoding_decode_byte_str_() 180 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len); in uw_macaroon_encoding_decode_byte_str_() 185 const uint8_t** out_str, in uw_macaroon_encoding_decode_text_str_() argument 187 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str_len == NULL || in uw_macaroon_encoding_decode_text_str_() 192 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len); in uw_macaroon_encoding_decode_text_str_() 384 const uint8_t** out_str, in blindly_decode_str_() argument 386 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str == NULL) { in blindly_decode_str_() 401 *out_str = cbor + offset; in blindly_decode_str_()
|
/external/llvm/bindings/python/llvm/ |
D | disassembler.py | 102 out_str = cast((c_byte * 255)(), c_char_p) 105 c_uint64(pc), out_str, 255) 107 return (result, out_str.value) 123 out_str = cast((c_byte * 255)(), c_char_p) 134 out_str, 255) 139 yield (address, result, out_str.value)
|
/external/webrtc/webrtc/base/ |
D | linux_unittest.cc | 63 std::string out_str; in TEST() local 64 EXPECT_TRUE(proc_info.GetSectionStringValue(0, "vendor_id", &out_str)); in TEST() 65 LOG(LS_INFO) << "vendor_id: " << out_str; in TEST() 66 EXPECT_FALSE(out_str.empty()); in TEST()
|
/external/libcxx/utils/sym_check/sym_check/ |
D | util.py | 71 out_str = '' 77 out_str += '%s\n' % sym 79 sys.stdout.write(out_str) 82 f.write(out_str)
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
D | runner_test.py | 156 out_str = err_str = '' 188 out_str = out.read() 199 self.assertEqual(out_str, '')
|
/external/v8/src/compiler/ |
D | representation-change.cc | 507 std::ostringstream out_str; in TypeError() local 508 out_str << output_rep << " ("; in TypeError() 509 output_type->PrintTo(out_str, Type::SEMANTIC_DIM); in TypeError() 510 out_str << ")"; in TypeError() 518 node->id(), node->op()->mnemonic(), out_str.str().c_str(), in TypeError()
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 618 void yyset_out (FILE * out_str ); 1929 void yyset_out (FILE * out_str ) in yyset_out() argument 1931 yyout = out_str ; in yyset_out()
|
/external/drm_hwcomposer/ |
D | hwcomposer.cpp | 371 std::string out_str = out.str(); in hwc_dump() local 372 strncpy(buff, out_str.c_str(), in hwc_dump() 373 std::min((size_t)buff_len, out_str.length() + 1)); in hwc_dump()
|
/external/bison/src/ |
D | scan-skel.c | 705 void skel_set_out (FILE * out_str ); 2137 void skel_set_out (FILE * out_str ) in skel_set_out() argument 2139 skel_out = out_str ; in skel_set_out()
|
D | scan-gram.c | 1114 void gram_set_out (FILE * out_str ); 3388 void gram_set_out (FILE * out_str ) in gram_set_out() argument 3390 gram_out = out_str ; in gram_set_out()
|
D | scan-code.c | 790 void code_set_out (FILE * out_str ); 2350 void code_set_out (FILE * out_str ) in code_set_out() argument 2352 code_out = out_str ; in code_set_out()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 2127 void zconfset_out (FILE * out_str ) 2129 zconfout = out_str ;
|
/external/valgrind/perf/ |
D | tinycc.c | 17863 CString *out_str, CString *in_str) in subst_asm_operands() argument 17870 cstr_new(out_str); in subst_asm_operands() 17893 subst_asm_operand(out_str, &sv, modifier); in subst_asm_operands() 17896 cstr_ccat(out_str, c); in subst_asm_operands()
|