Home
last modified time | relevance | path

Searched refs:xdata (Results 1 – 25 of 69) sorted by relevance

123

/third_party/node/deps/v8/src/diagnostics/
Dunwinding-info-win64.cc182 V8UnwindData xdata; in GetUnwindInfoForBuiltinFunctions() local
184 reinterpret_cast<uint8_t*>(&xdata), in GetUnwindInfoForBuiltinFunctions()
185 reinterpret_cast<uint8_t*>(&xdata) + sizeof(xdata)); in GetUnwindInfoForBuiltinFunctions()
372 V8UnwindData<kMaxNumberOfUnwindCodeWords> xdata; in GetUnwindInfoForBuiltinFunction() local
375 xdata.unwind_info.FunctionLength = func_len >> kFunctionLengthShiftSize; in GetUnwindInfoForBuiltinFunction()
381 xdata.unwind_info.CodeWords = kDefaultNumberOfUnwindCodeWords; in GetUnwindInfoForBuiltinFunction()
404 xdata.unwind_codes[0] = Combine8BitUnwindCodes( in GetUnwindInfoForBuiltinFunction()
407 xdata.unwind_codes[1] = Combine8BitUnwindCodes(OpEnd); in GetUnwindInfoForBuiltinFunction()
411 reinterpret_cast<uint8_t*>(&xdata), in GetUnwindInfoForBuiltinFunction()
413 &xdata.unwind_codes[xdata.unwind_info.CodeWords])); in GetUnwindInfoForBuiltinFunction()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtest_postprocessor.c164 char xdata[size + 3]; in test_multipart_garbage() local
167 xdata[0] = '-'; in test_multipart_garbage()
168 xdata[1] = 'x'; in test_multipart_garbage()
169 xdata[2] = '\r'; in test_multipart_garbage()
170 memcpy (&xdata[3], FORM_DATA, size); in test_multipart_garbage()
186 MHD_post_process (pp, xdata, splitpoint); in test_multipart_garbage()
187 MHD_post_process (pp, &xdata[splitpoint], size - splitpoint); in test_multipart_garbage()
/third_party/icu/icu4c/source/common/unicode/
Dstringpiece.h221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() argument
237 inline void set(const char8_t* xdata, int32_t len) { in set() argument
238 set(reinterpret_cast<const char*>(xdata), len); in set()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstringpiece.h221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() argument
237 inline void set(const char8_t* xdata, int32_t len) { in set() argument
238 set(reinterpret_cast<const char*>(xdata), len); in set()
/third_party/node/deps/icu-small/source/common/unicode/
Dstringpiece.h221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() argument
237 inline void set(const char8_t* xdata, int32_t len) { in set() argument
238 set(reinterpret_cast<const char*>(xdata), len); in set()
/third_party/node/deps/v8/src/snapshot/embedded/
Dplatform-embedded-file-writer-win.cc84 std::vector<uint8_t> xdata = in EmitUnwindData() local
86 DCHECK(!xdata.empty()); in EmitUnwindData()
89 for (size_t i = 0; i < xdata.size(); i++) { in EmitUnwindData()
91 w->HexLiteral(xdata[i]); in EmitUnwindData()
250 std::vector<uint8_t> xdata =
255 for (size_t j = 0; j < xdata.size(); j++) {
257 w->HexLiteral(xdata[j]);
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c438 uch *xdata; in rpng_x_create_window() local
652 xdata = (uch *)malloc(4*image_width*image_height); in rpng_x_create_window()
655 xdata = (uch *)malloc(2*image_width*image_height); in rpng_x_create_window()
658 xdata = (uch *)malloc(image_width*image_height); in rpng_x_create_window()
662 if (!xdata) { in rpng_x_create_window()
668 (char *)xdata, image_width, image_height, pad, 0); in rpng_x_create_window()
672 free(xdata); in rpng_x_create_window()
Drpng2-x.c843 uch *xdata; in rpng2_x_create_window() local
1006 xdata = (uch *)malloc(4*rpng2_info.width*rpng2_info.height); in rpng2_x_create_window()
1009 xdata = (uch *)malloc(2*rpng2_info.width*rpng2_info.height); in rpng2_x_create_window()
1012 xdata = (uch *)malloc(rpng2_info.width*rpng2_info.height); in rpng2_x_create_window()
1016 if (!xdata) { in rpng2_x_create_window()
1022 (char *)xdata, rpng2_info.width, rpng2_info.height, pad, 0); in rpng2_x_create_window()
1026 free(xdata); in rpng2_x_create_window()
/third_party/vk-gl-cts/framework/delibs/cmake/
DCFlags.cmake86 # and .xdata.
/third_party/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp1268 const char *xdata, const char *xnormalized) : in Test1684Data() argument
1276 data(xdata,""), in Test1684Data()
1277 normalized((xnormalized==NULL)?xdata:xnormalized,"") in Test1684Data()
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/bn/
Dx86_64-gf2m.asm418 section .xdata rdata align=8
Drsaz-avx512.asm1018 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/bn/
Dx86_64-gf2m.asm418 section .xdata rdata align=8
Drsaz-avx512.asm1018 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/md5/
Dmd5-x86_64.asm782 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/md5/
Dmd5-x86_64.asm782 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/rc4/
Drc4-x86_64.asm778 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/aes/
Dvpaes-x86_64.asm1147 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/aes/
Dvpaes-x86_64.asm1147 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/rc4/
Drc4-x86_64.asm778 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/ec/
Dx25519-x86_64.asm1022 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/whrlpool/
Dwp-x86_64.asm985 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/ec/
Dx25519-x86_64.asm1022 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/whrlpool/
Dwp-x86_64.asm985 section .xdata rdata align=8
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/modes/
Daesni-gcm-x86_64.asm972 section .xdata rdata align=8

123