Home
last modified time | relevance | path

Searched refs:code (Results 2951 - 2975 of 3559) sorted by relevance

1...<<111112113114115116117118119120>>...143

/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h2 // Use of this source code is governed by a BSD-style license that can be
71 // NOTE: This shouldn't be embedded in optimized code, since the check
102 // Before calling a C-function from generated code, align arguments on stack.
113 // garbage collection, since that might move the code and invalidate the
226 // Abort execution if argument is a smi, enabled via --debug-code.
229 // Abort execution if argument is not a smi, enabled via --debug-code.
366 // May emit code to set up the scratch register. The operand is
392 // Load code entry point from the CodeDataContainer object.
395 // Load code entry point from the CodeDataContainer object and compute
408 void LoadCodeTEntry(Register destination, Register code);
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.h2 // Use of this source code is governed by a BSD-style license that can be
13 #include "src/objects/code.h"
132 // manually and the FrameScope does not need to emit code.
167 // (in terms of code/instruction size) to push as immediates onto the stack.
285 // Get the code associated with this frame.
289 // Search for the code associated with this frame.
416 wasm::WasmCode* code() const { return code_; } in code() function in v8::internal::FrameSummary::WasmFrameSummary
523 // and parts of the fixed part including context and code fields.
558 // Determine the code for the frame.
636 static void PrintFunctionAndOffset(JSFunction function, AbstractCode code,
[all...]
/third_party/rust/crates/libc/src/
H A Dwasi.rs451 pub fn _Exit(code: c_int) -> !; in _Exit()
452 pub fn _exit(code: c_int) -> !; in _exit()
456 pub fn exit(code: c_int) -> !; in exit()
/third_party/python/Lib/http/
H A Dclient.py82 # HTTPMessage, parse_headers(), and the HTTP status code constants are
178 # http.server.CGIHTTPRequestHandler. Maybe move the code there so
302 # The status code is a three-digit number
327 self.code = self.status = status
333 self.version = 11 # use HTTP/1.1 code for HTTP/1.x where x>=1
784 '''Return the HTTP status code that was sent with the response,
922 (version, code, message) = response._read_status()
924 if code != http.HTTPStatus.OK:
926 raise OSError(f"Tunnel connection failed: {code} {message.strip()}")
1194 # code shoul
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp80 void getProgramCodeAndVariables (StringTemplate& code,
577 void MismatchedWriteOpTest::getProgramCodeAndVariables (StringTemplate& code, strings& variables) const in getProgramCodeAndVariables() argument
727 code.setString(shaderTemplate); in getProgramCodeAndVariables()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp81 void getProgramCodeAndVariables (StringTemplate& code,
580 void MismatchedWriteOpTest::getProgramCodeAndVariables (StringTemplate& code, strings& variables) const in getProgramCodeAndVariables() argument
730 code.setString(shaderTemplate); in getProgramCodeAndVariables()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3 // Use of this source code is governed by a BSD-style license that can be
279 #define PROGRAM_PRELUDE_DECLARE(name, code, ...) \
282 ASSERT(code[0] == '\n'); \
286 mOut << (static_cast<const char *>(code "\n") + 1); \
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc7 // * Redistributions of source code must retain the above copyright notice,
723 unsigned code = reg.GetCode(); in Dump() local
724 __ Str(x, MemOperand(dump2_base, x_offset + (code * kXRegSizeInBytes))); in Dump()
725 __ Str(w, MemOperand(dump2_base, w_offset + (code * kWRegSizeInBytes))); in Dump()
776 "generated code on this CPU: " in CanRun()
804 // z{code}<127:0>: 0xHHHHHHHHHHHHHHHH in SetFpData()
812 // z{code}<127:0>: 0xHHHHSSSSHHHHSSSS in SetFpData()
821 // z{code}<127:0>: 0xHHHHSSSSDDDDDDDD in SetFpData()
871 // z{code}<2047:1920>: 0x{< fp64 >< fp32 ><fp16><fp16>} in InitialiseRegisterFp()
873 // z{code}< 12 in InitialiseRegisterFp()
[all...]
/third_party/python/Python/
H A D_warnings.c335 /* Python code: action, msg, cat, mod, ln = item */ in get_filter()
774 PyCodeObject *code = PyFrame_GetCode(frame); in is_internal_frame() local
775 PyObject *filename = code->co_filename; in is_internal_frame()
776 Py_DECREF(code); in is_internal_frame()
829 // Stack level comparisons to Python code is off by one as there is no in setup_context()
964 [clinic start generated code]*/
969 /*[clinic end generated code: output=31ed5ab7d8d760b2 input=bfdf5cf99f6c4edd]*/ in warnings_warn_impl()
1007 /* Call get_source() to get the source code. */ in get_source_line()
/third_party/python/Modules/
H A Doverlapped.c4 * Some code borrowed from Modules/_winapi.c of CPython
54 [python start generated code]*/
55 /*[python end generated code: output=da39a3ee5e6b4b0d input=83bb8c2c2514f2a8]*/
60 [clinic start generated code]*/
61 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=92e5a799db35b96c]*/
220 [clinic start generated code]*/
227 /*[clinic end generated code: output=24ede2b0f05e5433 input=847bae4d0efe1976]*/ in _overlapped_CreateIoCompletionPort_impl()
251 [clinic start generated code]*/
257 /*[clinic end generated code: output=68314171628dddb7 input=94a042d14c4f6410]*/ in _overlapped_GetQueuedCompletionStatus_impl()
291 [clinic start generated code]*/
575 _overlapped_FormatMessage_impl(PyObject *module, DWORD code) _overlapped_FormatMessage_impl() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c259 static int sink_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg_cb() argument
262 switch (code) { in sink_process_msg_cb()
289 return pa_sink_process_msg(o, code, data, offset, chunk); in sink_process_msg_cb()
/third_party/python/Lib/
H A Dimaplib.py15 # Authentication code contributed by Donn Cave <donn@u.washington.edu> June 1998.
117 # code, even though it violates the RFC. Popular IMAP servers such as Gmail
380 def response(self, code):
381 """Return data for response 'code' if received, or None.
383 Old value for response 'code' is cleared.
385 (code, [data]) = <instance>.response(code)
387 return self._untagged_response(code, [None], code.upper())
437 # XXX: shouldn't this code b
[all...]
/third_party/spirv-tools/source/opt/
H A Doptimizer.cpp94 // the code will be invalid at the start:
115 // Wrap OpKill instructions so all other code can be inlined. in RegisterLegalizationPasses()
127 // incorrectly. All functions are inlined, and a lot of dead code has in RegisterLegalizationPasses()
148 // Copy propagate members. Cleans up code sequences generated by in RegisterLegalizationPasses()
155 // Get rid of unused code that contain traces of illegal code in RegisterLegalizationPasses()
344 } else if (pass_name == "eliminate-dead-code-aggressive") { in RegisterPassFromFlag()
404 } else if (pass_name == "loop-invariant-code-motion") { in RegisterPassFromFlag()
511 } else if (pass_name == "code-sink") { in RegisterPassFromFlag()
1201 result_binary->code in spvOptimizerRun()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.cpp821 // only this error code listed in isErrorCodeRequired()
907 void ValidStatusCodes::addViolation (std::vector<RuleViolation>& dst, glw::GLenum code, const char* description) const in addViolation() argument
912 if (dst[ndx].errorCode == code) in addViolation()
923 violation.errorCode = code; in addViolation()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sim_common.c980 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype) in eap_sim_msg_init() argument
996 eap->code = code; in eap_sim_msg_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_fast.c1116 wpa_printf(MSG_DEBUG, "EAP-FAST: Received Phase 2: code=%d " in eap_fast_process_phase2_eap()
1117 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_fast_process_phase2_eap()
1119 switch (hdr->code) { in eap_fast_process_phase2_eap()
1124 wpa_printf(MSG_INFO, "EAP-FAST: Unexpected code=%d in " in eap_fast_process_phase2_eap()
1125 "Phase 2 EAP header", hdr->code); in eap_fast_process_phase2_eap()
H A Deap_server_ttls.c197 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP: code=%d flags=0x%02x " in eap_ttls_avp_parse()
308 "mandatory AVP code %d vendor_id %d - " in eap_ttls_avp_parse()
313 "AVP code %d vendor_id %d", in eap_ttls_avp_parse()
981 wpa_printf(MSG_DEBUG, "EAP-TTLS/EAP: received Phase 2 EAP: code=%d " in eap_ttls_process_phase2_eap()
982 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_ttls_process_phase2_eap()
991 switch (hdr->code) { in eap_ttls_process_phase2_eap()
997 wpa_printf(MSG_INFO, "EAP-TTLS/EAP: Unexpected code=%d in " in eap_ttls_process_phase2_eap()
998 "Phase 2 EAP header", hdr->code); in eap_ttls_process_phase2_eap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.c990 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype) in eap_sim_msg_init() argument
1006 eap->code = code; in eap_sim_msg_init()
1249 return 1; /* 'Xanonymous@realm' where X is an EAP method code */ in eap_sim_anonymous_username()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_fast.c1130 wpa_printf(MSG_DEBUG, "EAP-FAST: Received Phase 2: code=%d " in eap_fast_process_phase2_eap()
1131 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_fast_process_phase2_eap()
1133 switch (hdr->code) { in eap_fast_process_phase2_eap()
1138 wpa_printf(MSG_INFO, "EAP-FAST: Unexpected code=%d in " in eap_fast_process_phase2_eap()
1139 "Phase 2 EAP header", hdr->code); in eap_fast_process_phase2_eap()
H A Deap_server_ttls.c197 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP: code=%d flags=0x%02x " in eap_ttls_avp_parse()
308 "mandatory AVP code %d vendor_id %d - " in eap_ttls_avp_parse()
313 "AVP code %d vendor_id %d", in eap_ttls_avp_parse()
989 wpa_printf(MSG_DEBUG, "EAP-TTLS/EAP: received Phase 2 EAP: code=%d " in eap_ttls_process_phase2_eap()
990 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_ttls_process_phase2_eap()
999 switch (hdr->code) { in eap_ttls_process_phase2_eap()
1005 wpa_printf(MSG_INFO, "EAP-TTLS/EAP: Unexpected code=%d in " in eap_ttls_process_phase2_eap()
1006 "Phase 2 EAP header", hdr->code); in eap_ttls_process_phase2_eap()
/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c2115 uint32_t maxcode = high - low, code = sample - low; in wavpack_encode_sample() local
2119 if (code < extras) { in wavpack_encode_sample()
2120 w->pend_data |= code << w->pend_count; in wavpack_encode_sample()
2123 w->pend_data |= ((code + extras) >> 1) << w->pend_count; in wavpack_encode_sample()
2125 w->pend_data |= ((code + extras) & 1) << w->pend_count++; in wavpack_encode_sample()
2715 int32_t code = samples_l[i]; in wavpack_encode_block() local
2727 dpp->samplesA[0] = code; in wavpack_encode_block()
2730 dpp->samplesA[(m + dpp->value) & (MAX_TERM - 1)] = code; in wavpack_encode_block()
2733 code -= APPLY_WEIGHT(dpp->weightA, sam); in wavpack_encode_block()
2734 UPDATE_WEIGHT(dpp->weightA, dpp->delta, sam, code); in wavpack_encode_block()
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c101 static int sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk);
102 static int source_output_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk);
199 static int record_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in record_stream_process_msg() argument
206 switch (code) { in record_stream_process_msg()
503 static int playback_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in playback_stream_process_msg() argument
510 switch (code) { in playback_stream_process_msg()
982 static int native_connection_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in native_connection_process_msg() argument
989 switch (code) { in native_connection_process_msg()
1146 static int sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument
1154 switch (code) { in sink_input_process_msg()
1549 source_output_process_msg(pa_msgobject *_o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) source_output_process_msg() argument
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js1666 * Creates a Set with custom equality and hash code functionality. This is useful when you
1883 // |-#--|-Unicode--|-Char code-|-Desc-------------------------------------------------------------------|
1987 * Case-sensitive comparisons compare both strings one code-point at a time using the integer
1988 * value of each code-point after applying `toUpperCase` to each string. We always map both
2002 * Case-sensitive comparisons compare both strings one code-point at a time using the
2003 * integer value of each code-point.
2038 * Ordinal comparisons are based on the difference between the unicode code points of both
2042 * Case-insensitive comparisons compare both strings one code-point at a time using the integer
2043 * value of each code-point after applying `toUpperCase` to each string. We always map both
2062 * Ordinal comparisons are based on the difference between the unicode code point
[all...]
/third_party/f2fs-tools/tools/
H A Df2fscrypt.c550 int code; member
589 return keyrings[x].code; in get_keyring_id()
/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c71 switch (attr->code) in attr_ok()
191 if (attr->code != DW_AT_data_member_location) in is_constant_offset()

Completed in 57 milliseconds

1...<<111112113114115116117118119120>>...143