Home
last modified time | relevance | path

Searched defs:level (Results 251 - 275 of 1985) sorted by relevance

1...<<11121314151617181920>>...80

/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt01.c28 int level; /* IPPROTO_* */ member
/third_party/lzma/C/
H A DLzmaEnc.h15 int level; /* 0 <= level <= 9 */ member
H A DLzmaLib.c11 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) LzmaCompress() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer.c74 u_default_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) u_default_texture_subdata() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_resource.c33 uint32_t level, size = 0; in setup_slices() local
[all...]
/third_party/musl/include/
H A Dftw.h26 int level; member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_node.c43 X509_POLICY_NODE *ossl_policy_level_find_node(const X509_POLICY_LEVEL *level, in ossl_policy_level_find_node() argument
59 X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, in ossl_policy_level_add_node() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexFormatter.java65 private int recurse(int pos, int level) { in recurse() argument
113 private void indent(int level) { in indent() argument
/third_party/openssl/test/testutil/
H A Dbasic_output.c45 void test_adjust_streams_tap_level(int level) in test_adjust_streams_tap_level() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureStorage.h106 inline angle::Result TextureStorage::releaseMultisampledTexStorageForLevel(size_t level) in releaseMultisampledTexStorageForLevel() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySamplingResources.hpp33 unsigned int level; member
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLChooseConfigTest.cpp52 EGLint colorBufferType, level, renderableType, surfaceType, transparentType; in TEST_P() local
81 EGLint colorBufferType, level, renderableType, surfaceType, transparentType; in TEST_P() local
/third_party/skia/src/core/
H A DSkMipmapAccessor.cpp42 float level = 0; in SkMipmapAccessor() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandPool.cpp43 VkResult CommandPool::allocateCommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t commandBufferCount, VkCommandBuffer *pCommandBuffers) in allocateCommandBuffers() argument
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp267 Int level; member
/third_party/openssl/crypto/x509/
H A Dpcy_node.c43 X509_POLICY_NODE *ossl_policy_level_find_node(const X509_POLICY_LEVEL *level, in ossl_policy_level_find_node() argument
59 X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, in ossl_policy_level_add_node() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddiagnostic.cpp89 auto level = SPV_MSG_ERROR; in ~DiagnosticStream() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddiagnostic.cpp89 auto level = SPV_MSG_ERROR; in ~DiagnosticStream() local
/third_party/spirv-tools/source/
H A Ddiagnostic.cpp89 auto level = SPV_MSG_ERROR; in ~DiagnosticStream() local
/third_party/toybox/toys/lsb/
H A Dgzip.c69 static int do_deflate(int in_fd, int out_fd, int dd, int level) in do_deflate() argument
[all...]
/third_party/selinux/libselinux/utils/
H A Dgetdefaultcon.c23 char *user = NULL, *level = NULL, *role=NULL, *seuser=NULL, *dlevel=NULL; in main() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluPixelTransfer.cpp68 void texImage2D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src) in texImage2D() argument
87 void texImage3D (const RenderContext& context, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src) in texImage3D() argument
107 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src) in texSubImage2D() argument
126 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src) in texSubImage3D() argument
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs22 private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size); in deflateInit_() argument
38 public Deflater(CompressLevel level) : base() in Deflater() argument
/third_party/zlib/examples/
H A Dzpipe.c36 int def(FILE *source, FILE *dest, int level) in def() argument
/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c100 int HiLogBasePrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogBasePrint() argument
114 bool HiLogBaseIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogBaseIsLoggable() argument
79 HiLogBasePrintArgs( const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogBasePrintArgs() argument

Completed in 11 milliseconds

1...<<11121314151617181920>>...80