/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | mips64.s | 1 # Assembly code for making mips64 syscalls.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_sim_common.h | 164 /* AT_NOTIFICATION notification code values */ 213 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_sim_common.h | 168 /* AT_NOTIFICATION notification code values */ 217 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype);
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 129 // The experimental code calls finalizers immediately to release native in InvokeFinalizerFromGC() 130 // objects as soon as possible. In that state any code that may affect GC in InvokeFinalizerFromGC() 131 // state causes a fatal error. To work around this issue the finalizer code in InvokeFinalizerFromGC() 1230 // If the RefBase is not Ownership::kRuntime, userland code should delete it. in Finalize() 2266 // This code is similar to that in OH_JSVM_DefineProperties(); the in OH_JSVM_DefineClass() 3102 JSVM_Value code, 3104 if ((code != nullptr) || (code_cstring != nullptr)) { 3108 v8::Local<v8::Value> code_value = v8impl::V8LocalValueFromJsValue(code); 3109 if (code != nullptr) { 3110 code_value = v8impl::V8LocalValueFromJsValue(code); [all...] |
H A D | inspector_socket_server.cc | 103 int code) { in SendHttpResponse() 113 code, in SendHttpResponse() 101 SendHttpResponse(InspectorSocket* socket, const std::string& response, int code) SendHttpResponse() argument
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 7 // * Redistributions of source code must retain the above copyright 239 unique_regs |= (uint64_t{1} << regs[i].code()); in AreAliased() 242 unique_fpregs |= (uint64_t{1} << regs[i].code()); in AreAliased() 290 } else if (reg2.code() != ((reg1.code() + 1) % kNumberOfVRegisters)) { in AreConsecutive() 297 } else if (reg3.code() != ((reg2.code() + 1) % kNumberOfVRegisters)) { in AreConsecutive() 303 } else if (reg4.code() != ((reg3.code() + 1) % kNumberOfVRegisters)) { in AreConsecutive() 397 // metadata table builders (safepoint, handler, constant pool, code in GetCode() 2234 hint(SystemHint code) hint() argument 3676 hlt(int code) hlt() argument 3681 brk(int code) brk() argument 3697 debug(const char* message, uint32_t code, Instr params) debug() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dca_core.c | 253 int code = get_bits(&s->gb, 7); in parse_coding_header() local 254 int sign = (code >> 6) - 1; in parse_coding_header() 255 if (code &= 63) { in parse_coding_header() 256 index = code * 4 - 3; in parse_coding_header() 299 // Transient mode code book in parse_coding_header() 303 // Scale factor code book in parse_coding_header() 307 av_log(s->avctx, AV_LOG_ERROR, "Invalid scale factor code book\n"); in parse_coding_header() 363 // If Huffman code was used, the difference of scales was encoded in parse_scale() 382 // Absolute value was encoded even when Huffman code was used in parse_joint_scale() 497 av_log(s->avctx, AV_LOG_ERROR, "Invalid joint scale factor code boo in parse_subframe_header() 1661 int code = get_bits(&s->gb, 9); parse_aux_data() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 42 /* through to the generated Java code (with -format, if desired). */ 54 /* assembler code implementation of the algorithms below; it is */ 83 /* 1999.02.05 cleaner code for BigDecimal(char[]) */ 111 * The <code>BigDecimal</code> class implements immutable arbitrary-precision decimal numbers. The methods of the 112 * <code>BigDecimal</code> class provide operations for fixed and floating point arithmetic, comparison, format 115 * As the numbers are decimal, there is an exact correspondence between an instance of a <code>BigDecimal</code> object 116 * and its <code>Strin 3123 dodivide(char code, com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set, int scale) dodivide() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 43 /* through to the generated Java code (with -format, if desired). */ 55 /* assembler code implementation of the algorithms below; it is */ 84 /* 1999.02.05 cleaner code for BigDecimal(char[]) */ 112 * The <code>BigDecimal</code> class implements immutable arbitrary-precision decimal numbers. The methods of the 113 * <code>BigDecimal</code> class provide operations for fixed and floating point arithmetic, comparison, format 116 * As the numbers are decimal, there is an exact correspondence between an instance of a <code>BigDecimal</code> object 117 * and its <code>Strin 3048 dodivide(char code, ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set, int scale) dodivide() argument [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 828 std::string code(rs); in ClearOut() 831 std::transform(code.begin(), code.end(), code.begin(), in ClearOut() 834 env()->code_string(), ("ERR_SSL_" + code).c_str())) return; in ClearOut() 891 // .code/.function/.etc, if possible. in ClearIn() 1781 const char* code = X509ErrorCode(x509_verify_error); in VerifyError() local 1788 if (Set(env, error, env->code_string(), code)) in VerifyError()
|
/third_party/curl/src/ |
H A D | tool_urlglob.c | 37 #define GLOBERROR(string, column, code) \ 38 glob->error = string, glob->pos = column, code
|
/third_party/gptfdisk/ |
H A D | parttypes.cc | 34 // the FreeBSD disklabel code in MBR is 0xa5; here, it's 0xa500, with 125 // ChromeOS source code, retrieved 12/23/2010. They're also at in AddAllTypes() 288 // Another Linux type code.... in AddAllTypes() 457 // Type code for Haiku; uses BeOS MBR code as hex code base in AddAllTypes() 533 // Note: DO NOT use the 0xffff code; that's reserved to indicate an in AddAllTypes() 534 // unknown GUID type code. in AddAllTypes() 566 // interpret it as a gdisk hex code; if it's longer, interpret it as 607 cout << "Exact type match not found for type code "; in operator =() [all...] |
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 174 static void PrintError_int(const char *s, int code)
in PrintError_int() argument 178 ConvertInt64ToString(code, temp);
in PrintError_int() 179 PrintErr("Error code = ");
in PrintError_int() 318 PrintErr("Error code = 0x");
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.h | 119 const uint32_t *code; member 160 * code_size - size of code segment 187 * code_size - size of code segment 232 * code_size - size of code segment 246 * code_size - size of code segment 263 * code_size - size of code segment 285 * code_size - size of code segment 291 * used for generating PDS data section and code section, they are currently 392 * This structure describes the USC code and vertex buffers required 417 * code_size - Size of code segmen [all...] |
/third_party/mesa3d/src/glx/ |
H A D | dri_common.c | 436 int code = codes->first_error + GLXBadDrawable; in discardGLXBadDrawableHandler() local 442 (err->errorCode == code || err->errorCode == BadDrawable)) { in discardGLXBadDrawableHandler()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | view.js | 207 er.code = 'E404' 244 er.code = 'E404'
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | disassemble.c | 402 * say this needs testing but no code should ever actually use this mode. 460 // speculatively decode some things that are common between many formats, so we can share some code in dump_clause() 689 void disassemble_bifrost(FILE *fp, uint8_t *code, size_t size, bool verbose) in disassemble_bifrost() argument 691 uint32_t *words = (uint32_t *) code; in disassemble_bifrost()
|
/third_party/libevdev/test/ |
H A D | test-libevdev-init.c | 652 ck_assert_int_eq(ev1.code, ev2.code); in START_TEST()
|
/third_party/libinput/tools/ |
H A D | shared.c | 700 unsigned int code = t->tuples[i].second; in sprintf_event_codes() local 703 const char *name = libevdev_event_code_get_name(type, code); in sprintf_event_codes()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-intrinsic-lowering.cc | 2 // Use of this source code is governed by a BSD-style license that can be 9 #include "src/codegen/code-factory.h" 106 jsgraph()->HeapConstant(callable.code())); in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack() 404 jsgraph()->HeapConstant(callable.code())); in Change()
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.cc | 2 // Use of this source code is governed by a BSD-style license that can be 211 Object code = slot.Relaxed_Load(code_cage_base()); variable 212 slot_snapshot_->add(ObjectSlot(slot.address()), code); variable
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.cc | 8 * * Redistributions of source code must retain the above copyright 108 v8::Local<v8::Context> context, const String16& code, in compileScript() 112 v8::ScriptCompiler::Source source(toV8String(m_isolate, code), origin); in compileScript() 107 compileScript( v8::Local<v8::Context> context, const String16& code, const String16& fileName) compileScript() argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_nv50.cpp | 57 TargetNV50::getBuiltinCode(const uint32_t **code, uint32_t *size) const in getBuiltinCode() argument 59 *code = NULL; in getBuiltinCode()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_enc.c | 526 int ssl3_alert_code(int code) in ssl3_alert_code() argument 528 switch (code) { in ssl3_alert_code()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 22 # almost 40% faster than compiler-generated code. Unroll is unlikely 45 $code.=<<___; 318 print $code;
|