Home
last modified time | relevance | path

Searched defs:cap (Results 1 - 25 of 273) sorted by relevance

1234567891011

/third_party/ltp/testcases/kernel/security/filecaps/
H A Dprint_caps.c45 cap_t cap = cap_get_proc(); in main() local
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_QUERYCAP.c63 struct v4l2_capability cap; in test_VIDIOC_QUERYCAP() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dspirv_extensions.c97 _mesa_fill_supported_spirv_extensions(struct spirv_supported_extensions *ext, const struct spirv_supported_capabilities *cap) _mesa_fill_supported_spirv_extensions() argument
/third_party/skia/gm/
H A Dlabyrinth.cpp24 static void draw_labyrinth(SkCanvas* canvas, SkPaint::Cap cap) { in draw_labyrinth() argument
/third_party/elfutils/backends/
H A Dsparc_attrs.c76 int cap; in sparc_check_object_attribute() local
/third_party/icu/icu4c/source/i18n/
H A Dcsmatch.cpp61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars() argument
/third_party/musl/src/malloc/oldmallocng/
H A Dmallinfo.c75 #define cap(x) ((x > INT_MAX) ? INT_MAX : x) macro
[all...]
/third_party/ninja/src/
H A Dstring_piece_util.cc49 size_t cap = list.size() - 1; in JoinStringPiece() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcsmatch.cpp61 int32_t CharsetMatch::getUChars(char16_t *buf, int32_t cap, UErrorCode *status) const in getUChars() argument
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl07.c46 static inline void check_cap_raise(unsigned int cap, char *message, int fail_flag) in check_cap_raise() argument
72 static inline void check_cap_is_set(unsigned int cap, char *message, int val) in check_cap_is_set() argument
85 static inline void check_cap_lower(unsigned int cap, char *message) in check_cap_lower() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_attr.c41 ASN1_TYPE *cap; in STACK_OF() local
20 PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) PKCS7_add_attrib_smimecap() argument
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_mp.c102 int cap = 5; in ossl_rsa_multip_cap() local
/third_party/openssl/crypto/pkcs7/
H A Dpk7_attr.c37 ASN1_TYPE *cap; in STACK_OF() local
20 PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) PKCS7_add_attrib_smimecap() argument
/third_party/openssl/crypto/rsa/
H A Drsa_mp.c102 int cap = 5; in ossl_rsa_multip_cap() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsmatch.cpp61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars() argument
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp102 static const char* svg_cap(SkPaint::Cap cap) { in svg_cap() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) in reserve() argument
42 tmp.init(length(), cap); in reserve() local
51 size_type cap = capacity(); in assign() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dresize_uninitialized.h75 const size_t cap = s->capacity(); in STLStringReserveAmortized() local
H A Dcord_rep_btree_reader_test.cc52 const size_t cap = CordRepBtree::kMaxCapacity; in TEST() local
84 const size_t cap = CordRepBtree::kMaxCapacity; in TEST() local
127 const size_t cap = CordRepBtree::kMaxCapacity; TEST() local
239 const size_t cap = CordRepBtree::kMaxCapacity; TEST() local
[all...]
/third_party/libuv/src/unix/
H A Dproctitle.c30 size_t cap; /* Maximum capacity. Computed once in uv_setup_args(). */ member
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H A Dvideo_dummy.c31 vidioc_querycap(struct file *file, void *priv, struct v4l2_capability *cap) vidioc_querycap() argument
/third_party/ltp/testcases/kernel/security/securebits/
H A Dcheck_keepcaps.c62 cap_t cap = cap_get_proc(); in am_privileged() local
/third_party/mesa3d/src/glx/
H A Drender2.c328 __indirect_glEnable(GLenum cap) in __indirect_glEnable() argument
357 __indirect_glDisable(GLenum cap) in __indirect_glDisable() argument
/third_party/node/deps/uv/src/unix/
H A Dproctitle.c30 size_t cap; /* Maximum capacity. Computed once in uv_setup_args(). */ member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfeature_manager.cpp55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability() argument
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability() argument

Completed in 7 milliseconds

1234567891011