/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | ec.c | 183 mpi_size_t usize, unsigned long set) in mpih_set_cond() 186 mpi_limb_t mask = ((mpi_limb_t)0) - set; in mpih_set_cond() 1211 * RESULT will be set to the resulting point. 1357 * loop we set LOOP to 2 and the result to (0,0,0). in mpi_ec_mul_point() 182 mpih_set_cond(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned long set) mpih_set_cond() argument
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | blktrace.c | 162 * If the BLK_TC_NOTIFY action mask isn't set, don't send any note in __blk_trace_note_message() 319 * If 'bt->dir' is not set, then both 'dropped' and 'msg' are created in blk_trace_free() 1555 blk_tracer_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in blk_tracer_set_flag() argument 1559 if (set) in blk_tracer_set_flag()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory_hotplug.c | 113 .set = set_memmap_mode, 167 .set = set_online_policy, 1356 * set the migratetypes properly. in mhp_supports_memmap_on_memory() 1932 /* set above range as isolated */ in offline_pages()
|
H A D | memblock.c | 895 * memblock_setclr_flag - set or clear flag for a memory region 898 * @set: set or clear the flag 906 phys_addr_t size, int set, int flag) in memblock_setclr_flag() 918 if (set) in memblock_setclr_flag() 1271 * memblock_set_node - set node ID on memblock regions 1272 * @base: base of area to set node ID for 1273 * @size: size of area to set node ID for 1274 * @type: memblock type to set node ID for 1275 * @nid: node ID to set 905 memblock_setclr_flag(phys_addr_t base, phys_addr_t size, int set, int flag) memblock_setclr_flag() argument [all...] |
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 618 .set = &bpf_test_modify_return_ids, 1670 .set = &test_sk_check_kfunc_ids,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net-sysfs.c | 82 int (*set)(struct net_device *, unsigned long)) in netdev_store() 100 ret = (*set)(netdev, new); in netdev_store()
|
/third_party/curl/tests/ |
H A D | runtests.pl | 48 # to do with cookies, those that set environment variables, or those that 68 # usually set by the Makefile, but for out-of-tree builds with direct 69 # invocation of runtests.pl, it may not be set. 106 # ACURL is handy to set to the system one for reliability 113 # To run specific test cases, set them like: 128 my $http_ipv6; # set if HTTP server has IPv6 support 129 my $http_unix; # set if HTTP server has Unix sockets support 130 my $ftp_ipv6; # set if FTP server has IPv6 support 134 my $has_textaware; # set if running on a system that has a text mode concept 174 # variables that command line options may set [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp_loopfilter.asm | 52 ; will be set to second regular register + 8*stride at the end 197 ; set up indexes to address 4 rows
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 460 typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC) (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get); 462 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_generic.c | 1082 /* set current frame offset */ in ugen_fs_copy_in() 1737 /* set power mode will wake up the explore thread */ in ugen_set_power_mode() 1752 /* set new power mode */ in ugen_set_power_mode() 1789 /* set power mode will wake up the explore thread */ in ugen_set_power_mode() 1792 /* set new power mode */ in ugen_set_power_mode() 1861 uint8_t set, uint16_t feature) in ugen_do_port_feature() 1883 if (set) in ugen_do_port_feature() 2359 * until the next set configuration event. in ugen_ioctl_post() 1860 ugen_do_port_feature(struct usb_fifo *f, uint8_t port_no, uint8_t set, uint16_t feature) ugen_do_port_feature() argument
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.c | 184 HSETW(.wTotalLength, 0), /* Size of all descriptors, set later */ 237 .wTotalLength = 0, /* total length, currently not set */ 403 .wTotalLength = 0, /* total length, set later */ 1431 fuvc->probe_status.set = 1; in set_probe_status() 1462 fuvc->probe_status.set == 1 && in check_probe_status() 2328 /* set the descriptors */ in usbclass_uvc_bind()
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 460 typedef void (EGLAPIENTRYP PFNEGLSETBLOBCACHEFUNCSANDROIDPROC) (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get); 462 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 30 #include <set> 53 std::set<unsigned> worklist; 579 /* save condition and set exec to zero */ in process_instructions() 634 /* transition to exact and set exec to zero */ in process_instructions() 850 /* check if the successor is the merge block, otherwise set exec to 0 */ in add_branch_code() 879 /* check if the successor is the merge block, otherwise set exec to 0 */ in add_branch_code()
|
/third_party/json/tests/src/ |
H A D | unit-constructor1.cpp | 19 #include <set> 357 SECTION("std::set<json>") 359 std::set<json> a {json(1), json(1u), json(2.2), json(false), json("string"), json()};
|
H A D | unit-msgpack.cpp | 20 #include <set> 1604 std::set<std::string> exclude_packed;
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_range_analysis.c | 1244 search_phi_bcsel(nir_ssa_scalar scalar, nir_ssa_scalar *buf, unsigned buf_size, struct set *visited) in search_phi_bcsel() 1472 struct set *visited = _mesa_pointer_set_create(NULL); in nir_unsigned_upper_bound()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 685 /* PTB assumes that value to be 0, but hw will not set it. */ in cmd_buffer_render_pass_emit_per_tile_rcl() 686 cl_emit(cl, SET_INSTANCEID, set) { in cmd_buffer_render_pass_emit_per_tile_rcl() 687 set.instance_id = 0; in cmd_buffer_render_pass_emit_per_tile_rcl() 893 * commands with the Z/S bit set, so keep track of whether we enabled this in cmd_buffer_emit_render_pass_rcl() 982 /* Always set initial block size before the first branch, which needs in cmd_buffer_emit_render_pass_rcl() 2045 * the CS, then set up a dummy load of the last attribute into the in cmd_buffer_emit_gl_shader_state() 2071 * the shader, set up a dummy to be loaded into the VPM. in cmd_buffer_emit_gl_shader_state()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 27 #include "util/set.h" 1135 SpvId set, uint32_t instruction, in spirv_builder_emit_ext_inst() 1145 spirv_buffer_emit_word(&b->instructions, set); in spirv_builder_emit_ext_inst() 1134 spirv_builder_emit_ext_inst(struct spirv_builder *b, SpvId result_type, SpvId set, uint32_t instruction, const SpvId *args, size_t num_args) spirv_builder_emit_ext_inst() argument
|
/third_party/node/lib/ |
H A D | net.js | 1933 // or (options[, cb]) where options.port is explicitly set as undefined or 2243 set(v) { return this[owner_symbol] = v; }, 2249 set(v) { return this[kHandle] = v; },
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 121 With the project object set up, it can be added to an XCProjectFile object. 224 being set for the property. 225 default: Optional. If is_required is True, default may be set 237 set this to True. 248 this behavior should set _encode_transforms 258 Usually, objects being created should not set id until the entire 262 parent: The object's parent. This is set by a parent XCObject when a child 406 An object's "id" property is set based on a hash of its class type and 414 If overwrite is True, any existing value set in the "id" property will be 698 # In another one-off, let's set flatten_lis [all...] |
H A D | xcode_emulation.py | 84 is defined (if not set, Xcode accept any value in ARCHS, otherwise, only 1151 unimpl = set(unimpl) & set(self.xcode_settings[configname].keys()) 1345 Prior to version 5.0.0, if SDKROOT was not explicitly set in the Xcode 1505 # a bogus path set via xcode-select 1684 # If explicitly set to preprocess the plist, invoke the C preprocessor and 1708 """Return the environment variables that Xcode would set. See
|
/third_party/nghttp2/src/ |
H A D | HttpServer.cc | 49 #include <set> 424 std::set<Http2Handler *> handlers_; 1143 // we don't set stream->file_ent since we don't want to expire it. in prepare_status_response() 2150 std::cerr << "Could not set TLS versions" << std::endl; in run()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 121 With the project object set up, it can be added to an XCProjectFile object. 224 being set for the property. 225 default: Optional. If is_required is True, default may be set 237 set this to True. 248 this behavior should set _encode_transforms 258 Usually, objects being created should not set id until the entire 262 parent: The object's parent. This is set by a parent XCObject when a child 406 An object's "id" property is set based on a hash of its class type and 414 If overwrite is True, any existing value set in the "id" property will be 698 # In another one-off, let's set flatten_lis [all...] |
H A D | xcode_emulation.py | 84 is defined (if not set, Xcode accept any value in ARCHS, otherwise, only 1148 unimpl = set(unimpl) & set(self.xcode_settings[configname].keys()) 1339 Prior to version 5.0.0, if SDKROOT was not explicitly set in the Xcode 1499 # a bogus path set via xcode-select 1678 # If explicitly set to preprocess the plist, invoke the C preprocessor and 1702 """Return the environment variables that Xcode would set. See
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.cpp | 32 #include <set> 426 /* Put this string into the set for finding duplicates. */ in handlePreflightStrings() 621 // then set the fKey16 field accordingly. in write16() 1021 * write indexes[URES_INDEX_ATTRIBUTES] with URES_ATT_NO_FALLBACK set or not set in write() 1368 std::set<int32_t> keysInUse; in compactKeys() 1583 // We enumerate a set of strings, so there are no duplicates. in compactStringsV2() 1732 // Suffixes of pool strings have been set already. in compactStringsV2()
|