/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 10 #include "src/codegen/code-factory.h" 597 TNode<Int32T> code = StringCharCodeAt(string_holder, Unsigned(index)); in HandleLoadICSmiHandlerCase() local 598 TNode<String> result = StringFromSingleCharCode(code); in HandleLoadICSmiHandlerCase() 964 // a smi or code and if it's a code then it calls |on_code_handler| to 965 // generate a code that handles Code handlers. 974 // generate a code that handles the "found on receiver case" or just misses 1004 TNode<CodeT> code = CAST(smi_or_code_handler); in HandleProtoHandler() local 1005 on_code_handler(code); in HandleProtoHandler() 4087 TNode<CodeT> code = StoreInArrayLiteralIC() local [all...] |
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 7 // * Redistributions of source code must retain the above copyright notice, 33 #include "../code-generation-scopes-vixl.h" 261 // Offset of the branch in the code generation buffer. 285 // The code size generated for a veneer. Currently one branch instruction. 286 // This is for code size checking purposes, and can be extended in the future 289 // The maximum size of code other than veneers that can be generated when 606 // useful, but the MacroAssembler should not generate invalid code for it. 636 // The associated conditions can be used in place of those, the code will 692 // instruction to undo the modification, in order to reduce the code emitted for 711 // cost of extra code generatio 1745 Hint(SystemHint code) Hint() argument 1755 Hlt(int code) Hlt() argument 2601 Svc(int code) Svc() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 2 // Use of this source code is governed by a BSD-style license that can be 681 // Optimize for the most common case: a 2-letter language code in the in CanonicalizeLanguageTag() 685 // fast-track 'fil' (3-letter canonical code). in CanonicalizeLanguageTag() 818 // the code simple for now by using a saturating to-uint32 conversion. in CanonicalizeLocaleList() 1294 // passes into one. The pseudo-code for simplified multi-pass algorithm is: 1339 // performance benefits (e.g. 7% on CDJS) but complicates the code. Consider in TryFastCompareStrings() 2073 // Work around the issue that we do not support VEF currency code in ResourceAvailableCurrencies() 2091 icu::UnicodeString code(currency, -1, US_INV); in AddIfAvailable() 2095 ucurr_getName(code.getTerminatedBuffer(), "en", UCURR_LONG_NAME, in AddIfAvailable() 2098 u_strcmp(result, code in AddIfAvailable() [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 31 // bytecodes or native code. 39 // 3) From the nodes we generate either byte codes or native code 41 // the search). The code generation step is described in more 65 // The code generated (whether as byte codes or native code) maintains 77 // which will be presented first. The actual code generated is a more 83 // push backtrack code location 84 // <generate code to test for choice> 85 // backtrack code locatio 288 Handle<HeapObject> code = macro_assembler_->GetCode(pattern); Assemble() local [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 334 pub code: ::__u16, 363 pub code: ::__u16, 482 pub code: ::__u16,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 58 /* code, and it gets used during development builds only. */ 3608 /* This is done by find_unicode_charmap() above, to share code. */ in FT_EXPORT_DEF() 3865 FT_UInt32 code = (FT_UInt32)charcode; in FT_EXPORT_DEF() local 3871 gindex = cmap->clazz->char_next( cmap, &code ); in FT_EXPORT_DEF() 3875 result = ( gindex == 0 ) ? 0 : code; in FT_EXPORT_DEF() 4746 * this reason, we execute the following code only if explicitly in FT_BASE_DEF()
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 771 return BPF_CLASS(insn->code) == BPF_JMP && in insn_is_subprog_call() 772 BPF_OP(insn->code) == BPF_CALL && in insn_is_subprog_call() 773 BPF_SRC(insn->code) == BPF_K && in insn_is_subprog_call() 781 return insn->code == (BPF_JMP | BPF_CALL); in is_call_insn() 895 pr_debug("sec '%s': found program '%s' at insn offset %zu (%zu bytes), code size %zu insns (%zu bytes)\n", in bpf_object__add_programs() 4446 pr_warn("prog '%s': invalid relo against '%s' for insns[%d].code 0x%x\n", 4447 prog->name, sym_name, insn_idx, insn->code); 4468 if (insn->code == (BPF_JMP | BPF_CALL)) 6258 * program's frame of reference; (sub-)program code is not yet 6321 insn->code [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 676 int32_t code; in writer_open() local 677 ret = av_utf8_decode(&code, &p, endp, (*wctx)->string_validation_utf8_flags); in writer_open() 782 uint32_t code; in validate_string() local 786 if (av_utf8_decode(&code, &p, endp, wctx->string_validation_utf8_flags) < 0) { in validate_string() 3274 print_int("code", err); in show_error()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 792 ; unfortunately, the code below overflows in some cases 1719 ; unfortunately, the code below overflows in some cases, e.g. 1744 ; unfortunately, the code below overflows in some cases 1799 ; unfortunately, the code below overflows in some cases, e.g.
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 344 const void *const code, in pvr_cmd_buffer_upload_usc() 358 pvr_gpu_upload_usc(device, code, code_size, code_alignment, &pvr_bo); in pvr_cmd_buffer_upload_usc() 374 const uint32_t *code, in pvr_cmd_buffer_upload_pds() 387 code, in pvr_cmd_buffer_upload_pds() 478 /* Generate the data segment. The code segment was uploaded earlier when in pvr_sub_cmd_gfx_per_job_fragment_programs_create_and_upload() 2977 /* Check that we have upload the code section. */ in pvr_compute_update_shared() 3368 * of the code. E.g. the dcmpmode, and sop1/2/3. Could we do this earlier? in pvr_setup_isp_faces_and_control() 4488 /* If either the data or code changes for pds vertex attribs, regenerate the in pvr_validate_draw_state() 343 pvr_cmd_buffer_upload_usc(struct pvr_cmd_buffer *const cmd_buffer, const void *const code, const size_t code_size, uint64_t code_alignment, struct pvr_bo **const pvr_bo_out) pvr_cmd_buffer_upload_usc() argument 370 pvr_cmd_buffer_upload_pds(struct pvr_cmd_buffer *const cmd_buffer, const uint32_t *data, uint32_t data_size_dwords, uint32_t data_alignment, const uint32_t *code, uint32_t code_size_dwords, uint32_t code_alignment, uint64_t min_alignment, struct pvr_pds_upload *const pds_upload_out) pvr_cmd_buffer_upload_pds() argument
|
/third_party/python/Lib/test/ |
H A D | test_zipfile.py | 3269 code = '''\ 3280 proc = assert_python_ok('-X', 'warn_default_encoding', '-c', code) 3356 code = compile( 3362 eval(code)
|
H A D | test_inspect.py | 672 code = "import sys, inspect; \ 676 _, _, stderr = assert_python_failure("-c", code, __isolated=True) 677 self.assertIn(b'OSError: source code not available', stderr) 1592 code = """def f(): print(path)""" 1594 exec(code, ns) 1646 code = "lambda %s: locals()" 1647 return eval(code % signature)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 625 int code, reauth_delay, ret; in hostapd_ctrl_iface_hs20_deauth_req() local 638 code = atoi(pos); in hostapd_ctrl_iface_hs20_deauth_req() 656 wpabuf_put_u8(req, code); in hostapd_ctrl_iface_hs20_deauth_req() 663 " to indicate imminent deauthentication (code=%d " in hostapd_ctrl_iface_hs20_deauth_req() 664 "reauth_delay=%d)", MAC2STR_SEC(addr), code, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req() 950 "Invalid MBO transition reason code %u", in hostapd_ctrl_iface_bss_tm_req()
|
/third_party/node/deps/ada/ |
H A D | ada.cpp | 90 // controls and all code points greater than U+007E (~). 260 // should start a new code point. in utf32_length_from_utf8() 2807 // For each code point in the domain_name string, look up the status 2811 // * disallowed: Leave the code point unchanged in the string, and 2813 // * ignored: Remove the code point from the string. This is 2814 // equivalent to mapping the code point to an empty string. 2815 // * mapped: Replace the code point in the string by the value for 2818 // * valid: Leave the code point unchanged in the string. 2825 uint8_t code = uint8_t(descriptor); 2826 switch (code) { [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 217 // Adds a new entry in regular code. 224 // Adds a new entry for OOL code, and returns a pointer to a builder for 283 // Keep OOL code entries separate so we can do proper delta-encoding (more 298 // running any TurboFan code under --liftoff-only. in CheckBailoutAllowed() 428 // These two pointers will only be used for debug code: 862 // Input 0 is the code target, 1 is the instance. First parameter at 2. in StartFunctionBody() 1104 // same as in the old code. in EmitDebuggingInfo() 1790 // not overlap, for easier code generation. 2580 // Emit generic code (usin [all...] |
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 1204 demo_prepare_shader_module(struct demo *demo, const void *code, size_t size) { in demo_prepare_shader_module() argument 1213 moduleCreateInfo.pCode = code; in demo_prepare_shader_module()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 2237 unsigned emit_program(Program* program, std::vector<uint32_t>& code); 2256 void collect_postasm_stats(Program* program, const std::vector<uint32_t>& code);
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.c | 525 * \param gen_mode Generate either a data segment or code segment. 689 * Will either be the data segment or code segment depending on 692 * code segment. If PDS_GENERATE_SIZES is specified, nothing is 773 /* Generate the PDS vertex shader code. The constants in the data block are in pvr_pds_vertex_shader() 1041 /* Update the code size count and temps count for the above code in pvr_pds_vertex_shader() 1080 /* The real code segment. */ in pvr_pds_vertex_shader() 1740 * This will be either the data segment, or the code depending on 1742 * \param gen_mode Which part to generate, either data segment or code segment. 2375 * Generates the PDS vertex shader data or code bloc [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 2 // Use of this source code is governed by a BSD-style license that can be 18 #include "src/wasm/code-space-access.h" 72 // TODO(wasm): Batch code publishing, to avoid repeated locking and 883 Handle<JSFunction>::cast(value_of)->code().builtin_id(); in HasDefaultToNumberBehaviour() 893 Handle<JSFunction>::cast(to_string)->code().builtin_id(); in HasDefaultToNumberBehaviour() 932 // instance of WasmFullDecoder, which would cost us >50Kb binary code in EvaluateInitExpression() 1494 // workaround to support legacy asm.js code with broken binding. Note in ProcessImportedGlobal() 1810 // Wrap and export the code as a JSFunction. in ProcessExports()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 628 // The following code uses 2 FMAs for each step, and it will basically 741 // In the code below, each step is written as:
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 2 // Use of this source code is governed by a BSD-style license that can be 89 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al); 103 void Call(Handle<Code> code, RelocInfo::Mode rmode = RelocInfo::CODE_TARGET, 112 // Emit code to discard a non-negative number of pointer-sized elements 785 // Generates function and stub prologue code. 878 // Before calling a C-function from generated code, align arguments on stack. 885 // C++ code. 895 // C functions from generated code. 902 // garbage collection, since that might move the code and invalidate the 918 // Emit code fo [all...] |
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 2842 const char* uvwasi_embedder_err_code_to_string(uvwasi_errno_t code) { in uvwasi_embedder_err_code_to_string() argument 2843 switch (code) { in uvwasi_embedder_err_code_to_string()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | MapUnittestProto3.cs | 6 #region Designer generated code 2126 #endregion Designer generated code
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.c | 1007 * it after and leave it for the sink code */ in pa_sink_input_peek() 2343 int pa_sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in pa_sink_input_process_msg() argument 2347 switch (code) { in pa_sink_input_process_msg() 2476 * of its DSP code. The DSP code is rewound in the process_rewind() callback in pa_sink_input_request_rewind() 2492 * underrun occurs. In that case, the DSP code of virtual sinks should be in pa_sink_input_request_rewind()
|
H A D | source.c | 1136 /* XXX: This code is written with non-passthrough streams in mind. I in pa_source_reconfigure() 2106 int pa_source_process_msg(pa_msgobject *object, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in pa_source_process_msg() argument 2110 switch ((pa_source_message_t) code) { in pa_source_process_msg()
|