Home
last modified time | relevance | path

Searched defs:out (Results 3376 - 3400 of 3408) sorted by relevance

1...<<131132133134135136137

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp857 std::ostringstream out; in getAsmForLocalSizeTest() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c1171 BIO *out; in dpp_debug_print_key() local
405 dpp_hkdf_expand(size_t hash_len, const u8 *secret, size_t secret_len, const char *label, u8 *out, size_t outlen) dpp_hkdf_expand() argument
[all...]
/third_party/elfutils/src/
H A Dreadelf.c11749 char *out; in print_core_item() local
[all...]
/third_party/curl/lib/
H A Durldata.h1654 void *out; /* CURLOPT_WRITEDATA */ member
/third_party/astc-encoder/Source/
H A Dstb_image.h2465 static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) in stbi__idct_block() argument
2528 stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) stbi__idct_simd() argument
2709 stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) stbi__idct_simd() argument
3454 resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) resample_row_1() argument
3463 stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) stbi__resample_row_v_2() argument
3473 stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) stbi__resample_row_h_2() argument
3503 stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) stbi__resample_row_hv_2() argument
3528 stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) stbi__resample_row_hv_2_simd() argument
3644 stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) stbi__resample_row_generic() argument
3658 stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int step) stbi__YCbCr_to_RGB_row() argument
3684 stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi_uc const *pcb, stbi_uc const *pcr, int count, int step) stbi__YCbCr_to_RGB_simd() argument
3925 stbi_uc *out = output + n * z->s->img_x * j; load_jpeg_image() local
4611 stbi_uc *idata, *expanded, *out; global() member
[all...]
H A Dtinyexr.h7355 static void WriteAttributeToMemory(std::vector<unsigned char> *out, in WriteAttributeToMemory() argument
7697 rleCompress(int inLength, const char in[], signed char out[]) rleCompress() argument
7748 rleUncompress(int inLength, int maxLength, const signed char in[], char out[]) rleUncompress() argument
8295 outputBits(int nBits, long long bits, long long &c, int &lc, char *&out) outputBits() argument
8800 outputCode(long long code, long long &c, int &lc, char *&out) outputCode() argument
8801 outputBits(hufLength(code), hufCode(code), c, lc, out); outputCode() local
8804 sendCode(long long sCode, int runCount, long long runCode, long long &c, int &lc, char *&out) sendCode() argument
8826 hufEncode(const long long *hcode, const unsigned short *in, const int ni, int rlc, char *out) hufEncode() argument
8908 getCode(int po, int rlc, long long &c, int &lc, const char *&in, const char *in_end, unsigned short *&out, const unsigned short *ob, const unsigned short *oe) getCode() argument
8947 hufDecode(const long long *hcode, const HufDec *hdecod, const char *in, int ni, int rlc, int no, unsigned short *out) hufDecode() argument
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c7676 cups_file_t *in, *out; in update_cups_queues() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c2268 gfx9_get_gs_info(const struct radv_pipeline_key *key, const struct radv_pipeline *pipeline, struct radv_pipeline_stage *stages, struct gfx9_gs_info *out) gfx9_get_gs_info() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc1408 void Isolate::PrintStack(FILE* out, PrintStackMode mode) { in PrintStack() argument
2335 void Isolate::PrintCurrentStackTrace(std::ostream& out) { in ThrowInternal() argument
3081 void Dump(std::ostringstream& out, bool dump_details) { in ThrowInternal() argument
4346 StdoutStream out; ThrowInternal() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1768 ImU32 out; in ColorConvertFloat4ToU32() local
[all...]
/third_party/openssl/test/
H A Dsslapitest.c1290 BIO *out = NULL, *in = NULL; in execute_test_ktls_sendfile() local
4136 alpn_select_cb(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) alpn_select_cb() argument
5707 old_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *add_arg) old_add_cb() argument
5728 old_free_cb(SSL *s, unsigned int ext_type, const unsigned char *out, void *add_arg) old_free_cb() argument
5752 new_add_cb(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char **out, size_t *outlen, X509 *x, size_t chainidx, int *al, void *add_arg) new_add_cb() argument
5774 new_free_cb(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char *out, void *add_arg) new_free_cb() argument
7093 BIO *out = NULL, *dummy = BIO_new_mem_buf("", 0); create_new_vfile() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp355 void WriteGLFloatValue(std::ostream &out, GLfloat value) in WriteGLFloatValue() argument
382 void WriteInlineData(const std::vector<uint8_t> &vec, std::ostream &out) in WriteInlineData() argument
401 void WriteInlineData<GLchar>(const std::vector<uint8_t> &vec, std::ostream &out) in WriteInlineData() argument
424 WriteStringParamReplay(ReplayWriter &replayWriter, std::ostream &out, std::ostream &header, const CallCapture &call, const ParamCapture &param, std::vector<uint8_t> *binaryData) WriteStringParamReplay() argument
458 WriteStringPointerParamReplay(ReplayWriter &replayWriter, std::ostream &out, std::ostream &header, const CallCapture &call, const ParamCapture &param) WriteStringPointerParamReplay() argument
510 WriteResourceIDPointerParamReplay(ReplayWriter &replayWriter, std::ostream &out, std::ostream &header, const CallCapture &call, const ParamCapture &param) WriteResourceIDPointerParamReplay() argument
548 WriteBinaryParamReplay(ReplayWriter &replayWriter, std::ostream &out, std::ostream &header, const CallCapture &call, const ParamCapture &param, std::vector<uint8_t> *binaryData) WriteBinaryParamReplay() argument
599 WriteCppReplayForCall(const CallCapture &call, ReplayWriter &replayWriter, std::ostream &out, std::ostream &header, std::vector<uint8_t> *binaryData) WriteCppReplayForCall() argument
850 WriteInitReplayCall(bool compression, std::ostream &out, gl::ContextID contextId, const std::string &captureLabel, size_t maxClientArraySize, size_t readBufferSize, const PackedEnumMap<ResourceIDType, uint32_t> &maxIDs) WriteInitReplayCall() argument
877 MaybeResetResources(ResourceIDType resourceIDType, ReplayWriter &replayWriter, std::stringstream &out, std::stringstream &header, ResourceTracker *resourceTracker, std::vector<uint8_t> *binaryData) MaybeResetResources() argument
1081 MaybeResetFenceSyncObjects(std::stringstream &out, ReplayWriter &replayWriter, std::stringstream &header, ResourceTracker *resourceTracker, std::vector<uint8_t> *binaryData) MaybeResetFenceSyncObjects() argument
1103 MaybeResetOpaqueTypeObjects(ReplayWriter &replayWriter, std::stringstream &out, std::stringstream &header, ResourceTracker *resourceTracker, std::vector<uint8_t> *binaryData) MaybeResetOpaqueTypeObjects() argument
1149 WriteCppReplayFunctionWithParts(const gl::ContextID contextID, ReplayFunc replayFunc, ReplayWriter &replayWriter, uint32_t frameIndex, std::vector<uint8_t> *binaryData, const std::vector<CallCapture> &calls, std::stringstream &header, std::stringstream &out) WriteCppReplayFunctionWithParts() argument
6317 std::stringstream out; writeMainContextCppReplay() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13041 get(const glw::GLvoid* buffer, T& out) get() argument
13056 get(const glw::GLvoid* buffer, tcu::Matrix<glw::GLdouble, Rows, Cols>& out) get() argument
[all...]
H A Dgl4cEnhancedLayoutsTests.cpp4409 VaryingConnection::VaryingConnection(Variable* in, Variable* out) : m_in(in), m_out(out) in VaryingConnection() argument
4420 void VaryingPassthrough::Add(Shader::STAGES stage, Variable* in, Variable* out) in Add() argument
4678 Variable* out = cloneVariableForStage(variable, stage, Variable::VARYING_OUTPUT, prefix); in cloneVariableForStage() local
6501 Utils::Variable* out = connection.m_out; test() local
15247 Utils::Variable* out = test() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp756 void ExtendRenderPassInvalidateArea(const gl::Rectangle &invalidateArea, gl::Rectangle *out) in ExtendRenderPassInvalidateArea() argument
1948 std::ostringstream out; in addCommandDiagnostics() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c6709 transform_range_check(png_const_structp pp, unsigned int r, unsigned int g, unsigned int b, unsigned int a, unsigned int in_digitized, double in, unsigned int out, png_byte sample_depth, double err, double limit, const char *name, double digitization_error) transform_range_check() argument
[all...]
/third_party/toybox/generated/
H A Dglobals.h682 } in, out; member
1568 int out; member
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c385 uint64_t out = 0; in decode_longvarint64() local
562 char *out = UPB_PTR_AT(_upb_array_ptr(arr), arr->len << lg2, void); in decode_toarray() local
6326 jsondec_unicode(jsondec *d, char* out) jsondec_unicode() argument
6513 jsondec_partialbase64(jsondec *d, const char *ptr, const char *end, char *out) jsondec_partialbase64() argument
6544 char *out = (char*)str.data; jsondec_base64() local
7187 char *out; jsondec_mask() local
[all...]
H A Dphp-upb.h1240 UPB_INLINE void _upb_map_fromkey(upb_strview key, void* out, size_t size) { in _upb_map_fromkey() argument
1261 UPB_INLINE void _upb_map_fromvalue(upb_value val, void* out, size_t size) { in _upb_map_fromvalue() argument
/third_party/python/Modules/
H A D_testcapimodule.c932 double out; in test_long_as_double() local
H A Dposixmodule.c5701 fsconvert_strdup(PyObject *o, EXECV_CHAR **out) in fsconvert_strdup() argument
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c4910 char * out; in _PyUnicode_EncodeUTF7() local
5810 uint32_t *out; _PyUnicode_EncodeUTF32() local
5926 &out, native_ordering); _PyUnicode_EncodeUTF32() local
6131 unsigned short *out; _PyUnicode_EncodeUTF16() local
6265 &out, native_ordering); _PyUnicode_EncodeUTF16() local
7439 wchar_t *out; decode_code_page_strict() local
7497 wchar_t buffer[2], *out; decode_code_page_errors() local
7735 char *out; encode_code_page_strict() local
7855 char *out; encode_code_page_errors() local
9147 Py_UCS1 *out; unicode_fast_translate() local
9341 Py_UCS1 *out = PyUnicode_1BYTE_DATA(result); _PyUnicode_TransformDecimalAndSpaceToASCII() local
10367 PyObject* out; split() local
10459 PyObject* out; rsplit() local
13194 PyObject* out; PyUnicode_Partition() local
13246 PyObject* out; PyUnicode_RPartition() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp1851 ImU32 out; ColorConvertFloat4ToU32() local
[all...]

Completed in 227 milliseconds

1...<<131132133134135136137