Home
last modified time | relevance | path

Searched refs:set (Results 8326 - 8350 of 8459) sorted by relevance

1...<<331332333334335336337338339

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp3669 uint32_t set,
3674 commandBuffer, pipelineBindPoint, layout, set, descriptorWriteCount, pDescriptorWrites );
3680 uint32_t set,
3683 return ::vkCmdPushDescriptorSetWithTemplateKHR( commandBuffer, descriptorUpdateTemplate, layout, set, pData );
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c103 // has already been set to all zeroes.
108 // value will be set to all zeroes. Internal buffers, which tend to be a large
1588 inline void set(wuffs_base__pixel_format pixfmt,
1736 wuffs_base__pixel_config::set(wuffs_base__pixel_format pixfmt, in set() function in wuffs_base__pixel_config
1798 inline void set(wuffs_base__pixel_format pixfmt,
1883 wuffs_base__image_config::set(wuffs_base__pixel_format pixfmt, in set() function in wuffs_base__image_config
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp3304 static void set(UVector &vec, int32_t val, UnicodeString index) { in set() function
3527 set(groupEnds, deTaggedInput.length(), groupNum); in regex_find()
3529 set(groupStarts, deTaggedInput.length(), groupNum); in regex_find()
4684 // When set, callbacks occur periodically during matching operations,
4712 // Getter returns NULLs if no callback has been set in Callbacks()
4787 // When set, the find progress callback will be invoked during a find operations
4816 // Getter returns NULLs if no callback has been set in FindProgressCallbacks()
4931 /* First set a UText */ in PreAllocatedUTextCAPI()
4947 /* Then set a UChar * */ in PreAllocatedUTextCAPI()
5521 // It should set a in Bug10459()
[all...]
/third_party/ltp/scripts/
H A Dcheckpatch.pl71 # git output parsing needs US English output, so first set backtick child process LANGUAGE
108 --max-line-length=n set the maximum line length, (default $max_line_length)
111 --min-conf-desc-length=n set the min description length, if shorter, warn
112 --tab-size=n set the number of spaces for tab (default $tabsize)
2888 "do not set execute permissions for source files\n" . $permhere);
3694 # Otherwise set the alternate message types
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c743 * How to set is_reloc_head_so_dep:
744 * When dlopen A, we set is_reloc_head_so_dep to true for
2721 sigset_t set; in install_new_tls() local
2729 __block_app_sigs(&set); in install_new_tls()
2766 __restore_sigs(&set); in install_new_tls()
3159 /* Temporarily set the tls size to the full size of in __dls3()
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc79 std::set<SourceId> contains_class_definitions; in BeginGeneratedFiles()
101 // we only know the full set at the end. Insert a marker here that is in BeginGeneratedFiles()
448 // struct methods, set the this_reference to be the local variable copy of in VisitMacroCommon()
2588 // First fetch the bitfield struct, then set the updated bits, then store in GenerateAssignToLocation()
3489 // The set of macros is the same as C++ macros. in VisitAllDeclarables()
4040 std::set<std::string> index_names; in GetOrderedUniqueIndexFields()
4726 std::set<const StructType*, TypeLess> structs_used_in_classes; in GenerateClassDefinitions()
/third_party/musl/ldso/linux/
H A Ddynlink.c175 static pthread_mutex_t dlclose_lock = { { PTHREAD_MUTEX_RECURSIVE } }; // set mutex type to PTHREAD_MUTEX_RECURSIVE
777 * How to set is_reloc_head_so_dep:
778 * When dlopen A, we set is_reloc_head_so_dep to true for
2950 sigset_t set; in install_new_tls() local
2958 __block_app_sigs(&set); in install_new_tls()
2995 __restore_sigs(&set); in install_new_tls()
3403 /* Temporarily set the tls size to the full size of in __dls3()
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c119 set here, to make it easier to fiddle with them, and removed "b" from the input
265 so that the PCRE2_EXP_xxx macros get set appropriately for an application, not
466 /* Control bits. Some apply to compiling, some to matching, but some can be set
530 /* These are the matching controls that may be set either on a pattern or on a
556 (data). Fields containing modifiers that can be set either for a pattern or a
981 rebuilding, but set up the same naming scheme for use in macros. The "buffer"
1577 /* We can use some macro trickery to make a single set of definitions work in
2380 pcre2_compile() is not set (= NULL), thereby using the default tables of the
2385 /* This is the set of tables distributed as default with PCRE2. It recognizes
2557 /* This is a set o
[all...]
/third_party/python/Lib/test/
H A Ddatetimetester.py85 names = set(name for name in dir(datetime)
87 allowed = set(['MAXYEAR', 'MINYEAR', 'date', 'datetime',
90 self.assertEqual(names - allowed, set([]))
5032 # Pain to set up DST-aware tzinfo classes.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp67 // set this to true to dump even passing results
108 using std::set;
257 * matrices. We approximate a set of vectors as a vector of intervals and
1061 typedef set<const FuncBase*> FuncSet;
1585 * A constant is evaluated by rounding it to a set of possible values allowed
1747 * intervals. That is, it is given a set of possible arguments and it returns
1748 * the set of possible values.
4585 // Restrictions from the GLSL.std.450 instruction set. in doApply()
4600 // Restrictions from the GLSL.std.450 instruction set. in doApply()
5796 //! Generate a standard set o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp81 #include <set>
509 /// The set of attributes by index. Index zero in the file is for null, and
513 /// The set of attribute groups.
2967 return error("Malformed global initializer set"); in globalCleanup()
3501 // set up the DeferredFunctionInfo vector for lazy reading. in parseModule()
5003 return error("Fast math flags indicator set for call with no FMF"); in parseFunctionBody()
5216 // Parse the next body in the stream and set its position in the in findFunctionInStream()
5600 assert(!(Val >> 32) && "Unexpected high bits set"); in parseModule()
5906 // The module path string ref set in the summary must be owned by the in parseEntireSummary()
5944 // The module path string ref set i in parseEntireSummary()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3560 std::set<GlobalValue::GUID> &ReferencedTypeIds) { in getReferencedTypeIds()
3748 // Bits 1-3 are set only in the combined index, skip them. in writePerModuleGlobalValueSummary()
3980 std::set<GlobalValue::GUID> ReferencedTypeIds; in writeCombinedGlobalValueSummary()
3992 std::set<GlobalValue::GUID> DefOrUseGUIDs; in writeCombinedGlobalValueSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp95 #include <set>
638 // \returns maximum vector register size as set by TTI or overridden by cl::opt.
643 // \returns minimum vector register size as set by cl::opt.
734 /// APO. It is set to 'true' if 'V' is attached to an inverse operation
792 // are set to 1, we would still get a decent matching result.
1176 // This is set to true if we found a candidate for broadcast at Lane. in shouldBroadcast()
1300 // We failed to find a best operand, set mode to 'Failed'. in reorder()
2018 assert(Lane >= 0 && "Lane not set"); in schedule()
2216 unsigned MaxVecRegSize; // This is set by TTI or overridden by cl::opt.
3419 // If all operands are exactly the same ConstantInt then set th
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp159 // Define a temporary set of enum values based on low-level table entries.
167 // Define a set of constants based on high-level table entries.
172 // Define a set of constants based on low-level table entries, and ensure the
325 RegisterAliases[i].set(Entry.Aliases[j]);
1124 GPRegsUsed.set(); in argInGPR()
1169 VFPRegsUsed.set(); in argInVFP()
1310 // coalescing by running the register allocator again with an infinite set of in addProlog()
2028 // For default align=0, set it to the real value 1, to avoid any in lowerAlloca()
2761 // And a single bit set, which is just a left shift.
2816 // Single bit set in addOperations()
[all...]
H A DIceTargetLoweringMIPS32.cpp163 RegisterAliases[RegMIPS32::val].set(RegAlias); \ in staticInit()
1205 GPRegsUsed.set(); in argInGPR()
1275 VFPRegsUsed.set(); in argInVFP()
2339 // For default align=0, set it to the real value 1, to avoid any in lowerAlloca()
5178 // Var originates from Var=SrcVar ==> set Var:=SrcVar in matchAssign()
5231 // set Base=Var, Offset+=Const in matchOffsetBase()
5233 // set Base=Var, Offset-=Const in matchOffsetBase()
6021 Str << "\t.set\t" in lower()
6023 Str << "\t.set\t" in lower()
6025 Str << "\t.set\ in lower()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp67 // set this to true to dump even passing results
109 using std::set;
258 * matrices. We approximate a set of vectors as a vector of intervals and
1062 typedef set<const FuncBase*> FuncSet;
1586 * A constant is evaluated by rounding it to a set of possible values allowed
1720 * intervals. That is, it is given a set of possible arguments and it returns
1721 * the set of possible values.
4574 // Restrictions from the GLSL.std.450 instruction set. in doApply()
4589 // Restrictions from the GLSL.std.450 instruction set. in doApply()
5785 //! Generate a standard set o
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c136 int i, set = 0; in wpa_set_wep_keys() local
142 set = 1; in wpa_set_wep_keys()
148 return set; in wpa_set_wep_keys()
589 * gas_query_deinit() call because gas_query::work has not yet been set in wpa_supplicant_cleanup()
894 * set to 1. in wpa_supplicant_set_state()
1188 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set " in wpa_supplicant_suites_from_ai()
1615 wpa_hexdump_key(MSG_MSGDUMP, "PSK (set in config)", in wpa_supplicant_set_suites()
1715 * Request/Response frames set the PMK, so do not override it in wpa_supplicant_set_suites()
1917 "Failed to set random MAC address"); in wpas_update_random_addr()
2113 /* Clear possibly set auth_al in wpa_supplicant_associate()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c158 int i, set = 0; in wpa_set_wep_keys() local
164 set = 1; in wpa_set_wep_keys()
177 return set; in wpa_set_wep_keys()
695 * gas_query_deinit() call because gas_query::work has not yet been set in wpa_supplicant_cleanup()
1037 * set to 1. in wpa_supplicant_set_state()
1366 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set " in wpa_supplicant_suites_from_ai()
1906 wpa_hexdump_key(MSG_MSGDUMP, "PSK (set in config)", in wpa_supplicant_set_suites()
2006 * Request/Response frames set the PMK, so do not override it in wpa_supplicant_set_suites()
2238 "Failed to set random MAC address"); in wpas_update_random_addr()
2510 /* Clear possibly set auth_al
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S730 @ For all-zero slices in pass 1, set q12-q15 to zero, for the in-register
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp124 /* set of nir_variable hold sparse result */
125 struct set *sparse_variable_set;
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c54 * "When SourceElementFormat is set to one of the *64*_PASSTHRU formats, in vertex_element_comp_control()
60 * set to VFCOMP_NOSTORE) in order to output a 128-bit vertex element, or in vertex_element_comp_control()
201 * Control field is set to something other than VFCOMP_STORE_SRC, in emit_vertex_input()
202 * no higher-numbered Component Control fields may be set to in emit_vertex_input()
291 * "A PIPE_CONTROL with Post-Sync Operation set to 1h and a depth stall in emit_urb_setup()
712 * lines, so we set this to false here, making it draw parallelograms in rasterization_mode()
812 * computations. If we ever set this bit to a different value, they will in emit_rs_state()
1034 if (binding->set != ANV_DESCRIPTOR_SET_COLOR_ATTACHMENTS) in emit_cb_state()
1857 * "This must always be set to Normal. This field should not be in emit_3dstate_wm()
1927 * we don't at least set th in emit_3dstate_ps()
[all...]
/third_party/libinput/src/
H A Devdev.c264 * for a negative timer to be set. in evdev_button_scroll_button()
734 device->left_handed.config.set = evdev_left_handed_set; in evdev_init_left_handed()
990 /* Fake MT devices have the ABS_MT_SLOT bit set because of
1016 "%s: switch reliability set to unknown value '%s'\n", in evdev_read_switch_reliability_prop()
1225 /* this function is only called if we set up ptraccel, so we can in evdev_accel_config_available()
1507 "device set to %d DPI\n", in evdev_read_dpi_prop()
1647 /* Return 1 if the device is set to the fake resolution or 0 otherwise */
1898 /* The EVDEV_UDEV_TAG_JOYSTICK is set when a joystick or gamepad button in evdev_device_is_joystick_or_gamepad()
2660 /* The udev callout should have set the kernel fuzz to zero. in evdev_read_fuzz_prop()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc7 #include <set>
20 #include "src/objects/string-set-inl.h"
768 // we should set argumentsObjectNeeded to false if has lexical in DeclareArguments()
/third_party/mksh/
H A Dsh.h886 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */
901 #define LERREXT 4 /* set -e caused */
945 #define OF_SET 0x02 /* set builtin */
947 #define OF_INTERNAL 0x08 /* set internally by shell */
968 /* default to on, unless explicitly set to 0 */
1062 EXTERN const char Tset_po[] E_INIT("set +o");
1063 EXTERN const char Tsghset[] E_INIT("*=#set");
1107 EXTERN const char Tf_parm[] E_INIT("%s: parameter not set");
1227 #define Tset "set"
1228 #define Tset_po "set
1348 volatile sig_atomic_t set; /* trap pending */ global() member
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl1526 orrs $a0,$a0,$t2 @ set flags

Completed in 179 milliseconds

1...<<331332333334335336337338339