| /third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
| H A D | setsockopt01.c | 28 int level; /* IPPROTO_* */ member
|
| /third_party/lzma/C/ |
| H A D | LzmaEnc.h | 15 int level; /* 0 <= level <= 9 */
member
|
| H A D | LzmaLib.c | 11 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 D | u_transfer.c | 74 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 D | fd3_resource.c | 33 uint32_t level, size = 0; in setup_slices() local [all...] |
| /third_party/musl/include/ |
| H A D | ftw.h | 26 int level; member
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | pcy_node.c | 43 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 D | RegexFormatter.java | 65 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 D | basic_output.c | 45 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 D | TextureStorage.h | 106 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 D | esextcTextureCubeMapArraySamplingResources.hpp | 33 unsigned int level; member
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLChooseConfigTest.cpp | 52 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 D | SkMipmapAccessor.cpp | 42 float level = 0; in SkMipmapAccessor() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkCommandPool.cpp | 43 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 D | ReactorUnitTests.cpp | 267 Int level; member
|
| /third_party/openssl/crypto/x509/ |
| H A D | pcy_node.c | 43 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 D | diagnostic.cpp | 89 auto level = SPV_MSG_ERROR; in ~DiagnosticStream() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | diagnostic.cpp | 89 auto level = SPV_MSG_ERROR; in ~DiagnosticStream() local
|
| /third_party/spirv-tools/source/ |
| H A D | diagnostic.cpp | 89 auto level = SPV_MSG_ERROR; in ~DiagnosticStream() local
|
| /third_party/toybox/toys/lsb/ |
| H A D | gzip.c | 69 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 D | getdefaultcon.c | 23 char *user = NULL, *level = NULL, *role=NULL, *seuser=NULL, *dlevel=NULL; in main() local [all...] |
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluPixelTransfer.cpp | 68 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 D | Deflater.cs | 22 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 D | zpipe.c | 36 int def(FILE *source, FILE *dest, int level) in def() argument
|
| /base/hiviewdfx/hilog/frameworks/libhilog/base/ |
| H A D | hilog_base.c | 100 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
|