/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 10 Original API code Copyright (c) 1997-2012 University of Cambridge 11 New API code Copyright (c) 2016-2021 University of Cambridge 17 * Redistributions of source code must retain the above copyright notice, 108 Short summary about the backtracking mechanism empolyed by the jit code generator: 110 The code generator follows the recursive nature of the PERL compatible regular 119 The condition checkers are boolean (true/false) checkers. Machine code is generated 132 The following example shows how the code generated for a capturing bracket 138 The generated code will be the following: 155 Notice, that the order of backtrack code paths are the opposite of the fast 156 code path 13691 jit_compile(pcre2_code *code, sljit_u32 mode) jit_compile() argument 14382 pcre2_jit_compile(pcre2_code *code, uint32_t options) pcre2_jit_compile() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 8 #include "src/compiler/backend/code-generator-impl.h" 9 #include "src/compiler/backend/code-generator.h" 17 #include "src/wasm/wasm-code-manager.h" 252 // Convert FP-offsets to SP-offsets if it results in better code. in SlotToMemOperand() 310 // Just encode the stub index. This will be patched when the code 311 // is added to the native module and copied into wasm code space. 425 // Just encode the stub index. This will be patched when the code in GenerateCallToTrap() 426 // is added to the native module and copied into wasm code space. in GenerateCallToTrap() 474 VRegister output = VRegister::Create(i.OutputDoubleRegister().code(), in EmitFpOrNeonUnop() [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto3.cs | 6 #region Designer generated code 5585 #endregion Designer generated code
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 1443 static int map_from_llvmopcode(LLVMOpcode code) 1445 switch (code) {
|
/third_party/python/Modules/ |
H A D | _ssl.c | 77 int code; member 85 * Don't be fooled - this is horribly ugly code. The only reasonable 87 * requires much uglier code to transform their automatically generated 294 /* Cached module state, also used in SSLSocket and SSLSession code. */ 357 [clinic start generated code]*/ 358 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=d293bed8bae240fd]*/ 477 /* verify code for cert validation error */ in fill_and_set_sslerror() 551 /* Only set verify code / message for SSLCertVerificationError */ in fill_and_set_sslerror() 670 * zero return value to SSL_ERROR_SSL with a special error code. */ in PySSL_SetError() 682 errstr = "Invalid error code"; in PySSL_SetError() [all...] |
/third_party/openGLES/api/GL/ |
H A D | glext.h | 12789 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUISUNPROC) (GLuint code); 12790 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSSUNPROC) (GLushort code); 12791 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUBSUNPROC) (GLubyte code); 12792 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUIVSUNPROC) (const GLuint *code); 12793 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSVSUNPROC) (const GLushort *code); 12794 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUBVSUNPROC) (const GLubyte *code); 12797 GLAPI void APIENTRY glReplacementCodeuiSUN (GLuint code); 12798 GLAPI void APIENTRY glReplacementCodeusSUN (GLushort code); 12799 GLAPI void APIENTRY glReplacementCodeubSUN (GLubyte code); 12800 GLAPI void APIENTRY glReplacementCodeuivSUN (const GLuint *code); [all...] |
/third_party/mesa3d/include/GL/ |
H A D | glext.h | 12713 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUISUNPROC) (GLuint code); 12714 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSSUNPROC) (GLushort code); 12715 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUBSUNPROC) (GLubyte code); 12716 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUIVSUNPROC) (const GLuint *code); 12717 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSVSUNPROC) (const GLushort *code); 12718 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUBVSUNPROC) (const GLubyte *code); 12721 GLAPI void APIENTRY glReplacementCodeuiSUN (GLuint code); 12722 GLAPI void APIENTRY glReplacementCodeusSUN (GLushort code); 12723 GLAPI void APIENTRY glReplacementCodeubSUN (GLubyte code); 12724 GLAPI void APIENTRY glReplacementCodeuivSUN (const GLuint *code); [all...] |
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 1387 /* This code block is duplicated in glxext.h, so must be protected */ 12452 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUISUNPROC) (GLuint code); 12453 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSSUNPROC) (GLushort code); 12454 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUBSUNPROC) (GLubyte code); 12455 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUIVSUNPROC) (const GLuint *code); 12456 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSVSUNPROC) (const GLushort *code); 12457 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUBVSUNPROC) (const GLubyte *code); 12460 GLAPI void APIENTRY glReplacementCodeuiSUN (GLuint code); 12461 GLAPI void APIENTRY glReplacementCodeusSUN (GLushort code); 12462 GLAPI void APIENTRY glReplacementCodeubSUN (GLubyte code); [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 1387 /* This code block is duplicated in glxext.h, so must be protected */ 12451 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUISUNPROC) (GLuint code); 12452 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSSUNPROC) (GLushort code); 12453 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUBSUNPROC) (GLubyte code); 12454 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUIVSUNPROC) (const GLuint *code); 12455 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSVSUNPROC) (const GLushort *code); 12456 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUBVSUNPROC) (const GLubyte *code); 12459 GLAPI void APIENTRY glReplacementCodeuiSUN (GLuint code); 12460 GLAPI void APIENTRY glReplacementCodeusSUN (GLushort code); 12461 GLAPI void APIENTRY glReplacementCodeubSUN (GLubyte code); [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha256-armv4.S | 20 @ Performance is ~2x better than gcc 3.4 generated code and in "abso- 37 @ byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon 39 @ code (meaning that latter performs sub-optimally, nothing was done 44 @ Add ARMv8 code path performing at 2.0 cpb on Apple A7. 59 .code 32
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha256-armv4.S | 20 @ Performance is ~2x better than gcc 3.4 generated code and in "abso- 37 @ byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon 39 @ code (meaning that latter performs sub-optimally, nothing was done 44 @ Add ARMv8 code path performing at 2.0 cpb on Apple A7. 59 .code 32
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 149 If you have reasons to patch this detection code away or need changes \ 2390 XML_ErrorString(enum XML_Error code) { in XML_ErrorString() argument 2391 switch (code) { in XML_ErrorString() 3145 /* BEGIN disabled code */ in doContent() 3161 /* END disabled code */ in doContent() 3237 * However it is a useful safety net, so we retain the code and in doContent() 3589 /* This code is walking through the appAtts array, dealing in storeAtts() 3601 * remove the code from coverage tests. in storeAtts() 3630 Derived from code in lookup(parser, HASH_TABLE *table, ...). in storeAtts() 3973 /* BEGIN disabled code */ in doCdataSection() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | events.c | 4489 * WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY reason code in 4976 "failure (status code %d)", status); 4977 /* TODO: report error to FT code(?) */ 5006 " (reason code %u)", 5017 " (reason code %u)", 5578 static const char * connect_fail_reason(enum sta_connect_fail_reason_codes code) 5580 switch (code) { 5692 * the status code defined in the DPP R2 tech spec. 6713 data->connect_failed_reason.code);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.h | 1018 WIFI_PRUNE_UNSPECIFIED = 0, /* Unspecified event reason code */ 1108 unsigned char code; /* EAP code */ member
|
/third_party/libbpf/src/ |
H A D | linker.c | 676 /* data & code */ in linker_load_obj_file() 1017 * sections, so we leave it up to the caller code to fill them in, if in init_sec() 2086 if (insn->code == (BPF_JMP | BPF_CALL)) in linker_append_elf_relos()
|
/third_party/node/lib/ |
H A D | fs.js | 1625 return ctx.error.code === 'ENOENT';
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/ |
H A D | chacha-armv4.S | 9 .code 32
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
H A D | chacha-armv4.S | 9 .code 32
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 122 #define ioctl(fd,code,buf) (-1) 1094 err_exit("Invalid command code %d at input offset 0x%llx\n",
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 496 warn!("Found non-allowlisted item in code generation: {:?}", self); in process_before_codegen() 802 // These items don't need code generation, they only need to be in codegen() 927 // code. in codegen() 1207 // Although uses of instantiations don't need code generation, and are in codegen() 1266 /// Trait for implementing the code generation of a struct or union field. 1455 // TODO: Factor the following code out, please! in codegen() 2626 /// The code for this enum will use a Rust enum. Note that creating this in unsafe code 2633 /// The code for this enum will use a newtype 2640 /// The code fo 4585 let mut code = Vec::new(); global() variables [all...] |
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 587 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "Failed to open SYSTEM\\CurrentControlSet\\Control\\FileSystem: error code %d", res); in SuccessPage_Show() 594 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "Failed to read LongPathsEnabled value: error code %d", res); in SuccessPage_Show() 618 // try to get the error message from the error code. in FailurePage_Show() 678 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "return code 0x%08x", res); in EnableMaxPathSupport() 730 BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Failed to load AssociateFiles state: error code 0x%08X", hr); in OnDetectRelatedMsiPackage() 825 BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Failed to load AssociateFiles state: error code 0x%08X", hr); in OnDetectPackageComplete() 1062 // If no error message was provided, use the error code to try and get an error message. in OnError() 1076 // just take note of the error code and let things continue. in OnError() 1283 _restartResult = restart; // remember the restart result so we return the correct error code no matter what the user chooses to do in the UI. in OnApplyComplete() 1972 switch (pnmhdr->code) { in WndProc() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.c | 7 * - Redistributions of source code must retain the above copyright notice, 69 #define JMESSAGE(code, string) string, 494 /* If we get here, the JPEG code has signaled an error. */ in _tjInitCompress() 691 /* If we get here, the JPEG code has signaled an error. */ in tjCompress2() 793 /* If we get here, the JPEG code has signaled an error. */ in tjEncodeYUVPlanes() 882 /* If we get here, the JPEG code has signaled an error. */ in tjEncodeYUVPlanes() 1003 /* If we get here, the JPEG code has signaled an error. */ in tjCompressFromYUVPlanes() 1060 /* If we get here, the JPEG code has signaled an error. */ in tjCompressFromYUVPlanes() 1166 /* If we get here, the JPEG code has signaled an error. */ in _tjInitDecompress() 1211 /* If we get here, the JPEG code ha in tjDecompressHeader3() [all...] |
/third_party/python/PC/ |
H A D | launcher2.c | 1864 // renew our code-signing certificate, so the newer ID has a higher 2434 ctrl_c_handler(DWORD code) in ctrl_c_handler() argument 2523 winerror(0, L"Failed to get exit code of process"); in launchEnvironment() 2526 debug(L"child process exit code: %d\n", rc); in launchEnvironment()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 2 // Use of this source code is governed by a BSD-style license that can be 118 #include "src/snapshot/code-serializer.h" 1966 // construct code, so we ensure that there is a constructor in SetInternalFieldCount() 2823 "Expected SharedFunctionInfo with wrapped source code."); in CreateCodeCacheForFunction() 5559 // many code units can be safely written without exceeding the buffer capacity in Unaligned() 5560 // and without leaving at a lone surrogate. The estimated number of code units in Unaligned() 5563 // all code units have been written out. The second phase writes out code in Unaligned() 5565 // unit, or all code units have been written out. in Unaligned() 6403 CHECK(isolate->builtins()->code( in NewContext() [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 272 ($s:ident, $code:expr, $name:ident, $str:expr, $iters:expr) => { 279 black_box($code); 287 ($name:ident, $s:ident, $code:expr) => { 288 make_test!($name, $s, $code, 1); 290 ($name:ident, $s:ident, $code:expr, $iters:expr) => { 296 make_test_inner!($s, $code, short_ascii, 298 make_test_inner!($s, $code, short_mixed, 300 make_test_inner!($s, $code, short_pile_of_poo, 302 make_test_inner!($s, $code, long_lorem_ipsum,"\ 2049 // sum == 11806, to stop dead code eliminatio in iterator() [all...] |