| /third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
| H A D | x509.h | 981 int X509_add_cert(STACK_OF(X509) *sk, X509 *cert, int flags); variable 982 int X509_add_certs(STACK_OF(X509) *sk, STACK_OF(X509) *certs, int flags); variable [all...] |
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
| H A D | asn1.h | 192 long flags; member 228 unsigned long flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
| H A D | asn1.h | 192 long flags; member 228 unsigned long flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
| H A D | x509.h | 981 int X509_add_cert(STACK_OF(X509) *sk, X509 *cert, int flags); variable 982 int X509_add_certs(STACK_OF(X509) *sk, STACK_OF(X509) *certs, int flags); variable [all...] |
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
| H A D | x509.h | 981 int X509_add_cert(STACK_OF(X509) *sk, X509 *cert, int flags); variable 982 int X509_add_certs(STACK_OF(X509) *sk, STACK_OF(X509) *certs, int flags); variable [all...] |
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
| H A D | asn1.h | 192 long flags; member 228 unsigned long flags; member [all...] |
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
| H A D | x509.h | 981 int X509_add_cert(STACK_OF(X509) *sk, X509 *cert, int flags); variable 982 int X509_add_certs(STACK_OF(X509) *sk, STACK_OF(X509) *certs, int flags); variable [all...] |
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | apps.c | 1119 int set_cert_ex(unsigned long *flags, const char *arg) in set_cert_ex() argument 1145 int set_name_ex(unsigned long *flags, const char *arg) in set_name_ex() argument 1247 static int set_multi_opts(unsigned long *flags, cons argument 1265 set_table_opts(unsigned long *flags, const char *arg, const NAME_EX_TBL * in_tbl) set_table_opts() argument [all...] |
| /third_party/node/deps/uv/include/ |
| H A D | uv.h | 967 uv_stdio_flags flags; member 999 unsigned int flags; global() member 1779 unsigned int flags; global() member [all...] |
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativeMIPS_common.c | 340 static SLJIT_INLINE sljit_ins invert_branch(sljit_uw flags) in invert_branch() argument 524 sljit_uw flags; load_addr_to_reg() local 1193 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) getput_arg_fast() argument 1236 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) getput_arg() argument 1331 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) emit_op_mem() argument 1368 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) emit_op_mem2() argument 1462 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_s32 src1, sljit_sw src2) emit_single_op() argument 2018 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) emit_op() argument 2258 sljit_s32 flags = 0; sljit_emit_op1() local 2318 sljit_s32 flags = 0; sljit_emit_op2() local 2554 # define flags sljit_emit_fop1_conv_sw_from_f64() macro 2578 # undef flags sljit_emit_fop1_conv_sw_from_f64() macro 2587 # define flags sljit_emit_fop1_conv_f64_from_sw() macro 2622 # undef flags sljit_emit_fop1_conv_f64_from_sw() macro 2736 sljit_s32 dst_r, flags = 0; sljit_emit_fop2() local 2896 sljit_u32 flags = 0; sljit_emit_jump() local 3011 sljit_s32 flags; sljit_emit_cmp() local 3435 sljit_s32 flags = 0; sljit_emit_mem() local [all...] |
| H A D | sljitLir.h | 394 sljit_uw flags; member 405 sljit_uw flags; member [all...] |
| /third_party/openssl/apps/lib/ |
| H A D | apps.c | 1117 int set_cert_ex(unsigned long *flags, const char *arg) in set_cert_ex() argument 1143 int set_name_ex(unsigned long *flags, const char *arg) in set_name_ex() argument 1245 static int set_multi_opts(unsigned long *flags, cons argument 1263 set_table_opts(unsigned long *flags, const char *arg, const NAME_EX_TBL * in_tbl) set_table_opts() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiCopiesAndBlittingTests.cpp | 474 void checkExtensionSupport(Context& context, deUint32 flags) in checkExtensionSupport() argument [all...] |
| H A D | vktApiObjectManagementTests.cpp | 2146 VkDescriptorPoolCreateFlags flags; global() member 2373 VkCommandPoolCreateFlags flags; global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 421 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateFlags flags, const VkFormat format, const UVec2& size, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument 746 addAttachment(const VkImage image, const VkImageView imageView, const VkAttachmentDescriptionFlags flags, const VkFormat format, const VkSampleCountFlagBits numSamples, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkAttachmentLoadOp stencilLoadOp, const VkAttachmentStoreOp stencilStoreOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout, const VkClearValue clearValue, const VkSampleLocationsInfoEXT* pInitialSampleLocations = DE_NULL) addAttachment() argument 1991 getTestOptionFlagsString(const deUint32 flags) getTestOptionFlagsString() argument [all...] |
| H A D | vktPipelineTimestampTests.cpp | 257 void setQueryResultFlags (VkQueryResultFlags flags) { m_queryResultFlags = flags; } in setQueryResultFlags() argument 338 TransferTimestampTestParam(const PipelineConstructionType pipelineConstructionType, const VkPipelineStageFlagBits* stages, const deUint32 stageCount, const bool inRenderPass, const bool hostQueryReset, const bool transferOnlyQueue, const deUint32 methodNdx, const VkQueryResultFlags flags) TransferTimestampTestParam() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| H A D | vktRayQueryAccelerationStructuresTests.cpp | 320 VkGeometryInstanceFlagsKHR getCullFlags (InstanceCullFlags flags) in getCullFlags() argument 3431 VkBuildAccelerationStructureFlagsKHR flags; addBasicBuildingTests() member [all...] |
| H A D | vktRayQueryBuiltinTests.cpp | 4196 const VkGeometryFlagsKHR flags = (isOpaque) ? VK_GEOMETRY_OPAQUE_BIT_KHR in initAccelerationStructures() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOLayoutCase.cpp | 67 deUint32 flags; member 103 BufferVar::BufferVar (const char* name, const VarType& type, deUint32 flags) in BufferVar() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 194 VkShaderStageFlags flags = 0; in getRequiredStages() local 218 FeatureFlags flags = (FeatureFlags)0; in requireFeaturesForSSBOAccess() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackSimpleTests.cpp | 310 VkImageCreateInfo makeImageCreateInfo (const VkImageCreateFlags flags, const VkImageType type, const VkFormat format, const VkExtent2D size, const deUint32 numLayers, const VkImageUsageFlags usage) in makeImageCreateInfo() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 2146 VkDescriptorPoolCreateFlags flags; global() member 2373 VkCommandPoolCreateFlags flags; global() member [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Renderer9.cpp | 2698 UINT flags = ANGLE_COMPILE_OPTIMIZATION_LEVEL; in compileToExecutable() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 1807 uint32_t flags = getSymbolFlags(DRI); getSymbolAlignment() local 2831 uint64_t ExportEntry::flags() const { flags() function in ExportEntry 3966 uint32_t MachOBindEntry::flags() const { return Flags; } flags() function in MachOBindEntry [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPipelineConstructionUtil.cpp | 160 VkGraphicsPipelineLibraryCreateInfoEXT makeGraphicsPipelineLibraryCreateInfo(const VkGraphicsPipelineLibraryFlagsEXT flags) in makeGraphicsPipelineLibraryCreateInfo() argument 399 PipelineLayoutWrapper(PipelineConstructionType pipelineConstructionType, const DeviceInterface& vk, const VkDevice device, const deUint32 setLayoutCount, const VkDescriptorSetLayout* descriptorSetLayout, const deUint32 pushConstantRangeCount, const VkPushConstantRange* pPushConstantRanges, const VkPipelineLayoutCreateFlags flags) PipelineLayoutWrapper() argument 2007 GraphicsPipelineWrapper(const InstanceInterface& vki, const DeviceInterface& vk, VkPhysicalDevice physicalDevice, VkDevice device, const std::vector<std::string>& deviceExtensions, const PipelineConstructionType pipelineConstructionType, const VkPipelineCreateFlags flags) GraphicsPipelineWrapper() argument 3206 VkShaderStageFlags flags = vk::VK_SHADER_STAGE_FRAGMENT_BIT; getNextStages() local 3219 VkShaderStageFlags flags = vk::VK_SHADER_STAGE_FRAGMENT_BIT; getNextStages() local [all...] |