/third_party/node/deps/v8/src/diagnostics/ |
H A D | unwinding-info-win64.cc | 182 V8UnwindData xdata; in GetUnwindInfoForBuiltinFunctions() local 184 reinterpret_cast<uint8_t*>(&xdata), in GetUnwindInfoForBuiltinFunctions() 185 reinterpret_cast<uint8_t*>(&xdata) + sizeof(xdata)); in GetUnwindInfoForBuiltinFunctions() 240 // UNWIND_INFO defines the static part (first 32-bit) of the .xdata record in 242 // https://docs.microsoft.com/en-us/cpp/build/arm64-exception-handling#xdata-records 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 in GetUnwindInfoForBuiltinFunction() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor.c | 164 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/ |
H A D | stringpiece.h | 217 * @param xdata pointer the new string data. Need not be nul terminated. 221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() argument 233 * @param xdata pointer the new string data. Need not be NUL-terminated. 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/ |
H A D | stringpiece.h | 217 * @param xdata pointer the new string data. Need not be nul terminated. 221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() argument 233 * @param xdata pointer the new string data. Need not be NUL-terminated. 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/ |
H A D | stringpiece.h | 217 * @param xdata pointer the new string data. Need not be nul terminated. 221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() argument 233 * @param xdata pointer the new string data. Need not be NUL-terminated. 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/ |
H A D | platform-embedded-file-writer-win.cc | 77 w->Comment("xdata for all the code in the embedded blob."); in EmitUnwindData() 84 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]); 417 fprintf(fp_, " AREA |.xdata|, DATA, ALIGN=%d, READONLY\n", in StartXdataSection() 421 fprintf(fp_, ".xdata SEGMEN in StartXdataSection() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 438 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()
|
H A D | rpng2-x.c | 843 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/node/deps/openssl/openssl/ms/ |
H A D | uplink-x86_64.pl | 67 .section .xdata,"r"
|
/third_party/openssl/ms/ |
H A D | uplink-x86_64.pl | 67 .section .xdata,"r"
|
/third_party/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 385 .section .xdata
|
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 385 .section .xdata
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-gf2m.pl | 413 .section .xdata
|
H A D | rsaz-avx512.pl | 712 .section .xdata
|
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-gf2m.pl | 413 .section .xdata
|
H A D | rsaz-avx512.pl | 712 .section .xdata
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmrgts.cpp | 1268 const char *xdata, const char *xnormalized) : in Test1684Data() 1276 data(xdata,""), in Test1684Data() 1277 normalized((xnormalized==NULL)?xdata:xnormalized,"") in Test1684Data() 1266 Test1684Data(int32_t xyear, int32_t xmonth, int32_t xdate, int32_t xwomyear, int32_t xwommon, int32_t xwom, int32_t xdow, const char *xdata, const char *xnormalized) Test1684Data() argument
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-md5-x86_64.pl | 639 .section .xdata
|
H A D | rc4-x86_64.pl | 681 .section .xdata
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-md5-x86_64.pl | 639 .section .xdata
|
H A D | rc4-x86_64.pl | 681 .section .xdata
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 1134 .section .xdata
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | x25519-x86_64.pl | 1083 .section .xdata
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-x86_64.pl | 1219 .section .xdata
|
/third_party/openssl/crypto/ec/asm/ |
H A D | x25519-x86_64.pl | 1083 .section .xdata
|