/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_cm85.h | 70 #error Legacy Arm Compiler does not support Armv8.1-M target architecture. 469 uint32_t BTI_EN:1; /*!< bit: 4 Privileged branch target identification enable */ 470 uint32_t UBTI_EN:1; /*!< bit: 5 Unprivileged branch target identification enable */ 3882 \details Reads the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt. 3903 \details Sets the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt. 3925 \details Clears the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt.
|
H A D | core_cm55.h | 70 #error Legacy Arm Compiler does not support Armv8.1-M target architecture. 3858 \details Reads the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt. 3879 \details Sets the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt. 3901 \details Clears the interrupt target field in the NVIC and returns the interrupt target bit for the device specific interrupt.
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.h | 515 * the previous contents of the specified render target at the 2422 struct nir_block *target;
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 2355 // explicit break target, instead handing it directly to those nodes that in DesugarLexicalBindingsInForStatement() 2583 expr = assignment->target(); in AddArrowFunctionFormalParameters()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 168 if (texture->base.target == PIPE_BUFFER) in crocus_populate_sampler_prog_key_data() 695 [CROCUS_SURFACE_GROUP_RENDER_TARGET] = "render target", 696 [CROCUS_SURFACE_GROUP_RENDER_TARGET_READ] = "non-coherent render target read", 824 /* Setup render target read surface group in order to support non-coherent in crocus_setup_binding_table()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2601 target: *const ::c_char, in mount()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2820 pub fn umount(target: *const ::c_char, flags: ::c_int) -> ::c_int; in umount()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 180 typedef int ImGuiTableBgTarget; // -> enum ImGuiTableBgTarget_ // Enum: A color target for TableSetBgColor() 773 IMGUI_API void TableSetBgColor(ImGuiTableBgTarget target, ImU32 color, int column_n = -1); // change the color of a cell, row, or column. See ImGuiTableBgTarget_ flags for details. 806 // - On target candidates, call BeginDragDropTarget(), if it returns true also call AcceptDragDropPayload() + EndDragDropTarget(). 808 // - An item can be both drag source and drop target. 1254 // If you set the color of RowBg0 target, your color will override the existing RowBg0 color. 1255 // If you set the color of RowBg1 or ColumnBg1 target, your color will blend over the RowBg0 color. 1309 ImGuiDragDropFlags_AcceptNoDrawDefaultRect = 1 << 11, // Do not draw the default highlight rectangle when hovering over target. 1573 ImGuiColorEditFlags_NoDragDrop = 1 << 9, // // ColorEdit: disable drag and drop target. ColorButton: disable drag and drop source. 2019 bool Preview; // Set when AcceptDragDropPayload() was called and mouse has been hovering the target item (nb: handle overlapping drag targets) 2020 bool Delivery; // Set when AcceptDragDropPayload() was called and mouse button is released over the target ite [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 968 static int reg_delay(struct net_device *dev, int offset, u32 mask, u32 target, in reg_delay() argument 979 } while ((readl(base + offset) & mask) != target); in reg_delay()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 968 static int reg_delay(struct net_device *dev, int offset, u32 mask, u32 target, in reg_delay() argument 979 } while ((readl(base + offset) & mask) != target); in reg_delay()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 2749 * function operates by examining the variable's mode and the shader target, 2757 is_varying_var(ir_variable *var, gl_shader_stage target) in is_varying_var() argument 2759 switch (target) { in is_varying_var()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 3038 * halt-target 3064 /* Delete any HALTs immediately before the halt target. */ 3368 write->target = 0; 3388 write->target = i; 3569 * same time that both consider ‘r3’ as the target of their final writes. 5317 * after \p inst, inst->next is a moving target and we need to save 5323 * However, certain render target writes require that the low group 5334 * "When SIMD32 or SIMD16 PS threads send render target writes 5339 * render target write irrespective of the slot's validity. A slot 5341 * example, a SIMD16 PS thread must send two SIMD8 render target [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 3885 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder() 3886 __ Branch(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder() 3884 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 4515 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder() 4516 __ jmp(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder() 4514 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 3695 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder() 3696 __ Branch(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder() 3694 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 3555 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder() 3556 __ Branch(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder() 3554 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 5703 OperationTarget target; in addGetDeviceAccelerationStructureCompabilityTests() member 5736 targets[targetIdx].target, // operationTarget in addGetDeviceAccelerationStructureCompabilityTests()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageSchema.java | 4426 Map<K, V> target, in decodeMapEntry() 4476 target.put(key, value); in decodeMapEntry() 4421 decodeMapEntry( byte[] data, int position, int limit, MapEntryLite.Metadata<K, V> metadata, Map<K, V> target, Registers registers) decodeMapEntry() argument
|
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 1682 th1 = threading.Thread(target=thfunc1, args=(self,)) 1683 th2 = threading.Thread(target=thfunc2, args=(self,))
|
/third_party/python/Objects/ |
H A D | typeobject.c | 3956 * found on the target object itself (or a base) */ in type_getattro() 7830 slot_tp_descr_set(PyObject *self, PyObject *target, PyObject *value) in slot_tp_descr_set() argument 7836 stack[1] = target; in slot_tp_descr_set()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 5076 OperationTarget target; in addGetDeviceAccelerationStructureCompabilityTests() member 5107 targets[targetIdx].target, // operationTarget in addGetDeviceAccelerationStructureCompabilityTests()
|
/third_party/node/deps/cares/ |
H A D | configure | 1207 -target | --target | --targe | --targ | --tar | --ta | --t) 1209 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1284 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 1332 target=$target_alias 5791 @echo this is the am__doit target >confinc.out 5808 '0:this is the am__doit target') : 5940 # We need awk for the "check" target (and possibly the TAP driver). The 13914 # TPF is a cross-target onl [all...] |
/third_party/python/ |
H A D | configure | 1466 -target | --target | --targe | --targ | --tar | --ta | --t) 1468 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1543 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 1591 target=$target_alias 1810 --with-emscripten-target=[browser|node] 7016 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-emscripten-target" >&5 7017 printf %s "checking for --with-emscripten-target... " >&6; } 7019 # Check whether --with-emscripten-target wa [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 52 // Don't have to be exhaustive, only relevant for legacy target checking ... in is_unsigned_opcode() 75 // Don't have to be exhaustive, only relevant for legacy target checking ... in is_unsigned_glsl_opcode() 349 SPIRV_CROSS_THROW("Can only use in and target variables for PLS inputs."); 465 // Need to figure out if we should target KHR or NV extension based on capabilities. 2808 // Redirect the write to a specific render target in legacy GLSL. 8169 auto target = src_type; 8170 target.basetype = target_type; 8171 expr = join(bitcast_glsl_op(target, src_type), "(", expr, ")"); 13962 // as part of another Phi node in our target block. 14077 // - Break merge target al [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | tx.c | 1568 local->cparams.target = MS2TIME(20); in ieee80211_txq_setup_flows()
|