Searched refs:cap (Results 51 - 75 of 306) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c26 struct ieee80211_ht_capabilities *cap; local
34 *pos++ = sizeof(*cap);
36 cap = (struct ieee80211_ht_capabilities *) pos;
37 os_memset(cap, 0, sizeof(*cap));
38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
47 pos += sizeof(*cap);
476 u16 cap; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c26 struct ieee80211_ht_capabilities *cap; local
34 *pos++ = sizeof(*cap);
36 cap = (struct ieee80211_ht_capabilities *) pos;
37 os_memset(cap, 0, sizeof(*cap));
38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
47 pos += sizeof(*cap);
476 u16 cap; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c26 struct ieee80211_ht_capabilities *cap; local
34 *pos++ = sizeof(*cap);
36 cap = (struct ieee80211_ht_capabilities *) pos;
37 os_memset(cap, 0, sizeof(*cap));
38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
47 pos += sizeof(*cap);
476 u16 cap; local
[all...]
/external/libcap/libcap/include/sys/
H A Dcapability.h96 #define CAP_IS_SUPPORTED(cap) (cap_get_bound(cap) >= 0)
/external/libcap-ng/
H A DAndroid.mk6 libcap-ng-0.7/src/cap-ng.c \
/external/pdfium/core/fxge/ge/
H A Dcfx_graphstate.cpp43 void CFX_GraphState::SetLineCap(CFX_GraphStateData::LineCap cap) { argument
44 m_Ref.GetPrivateCopy()->m_LineCap = cap;
/external/strace/tests/
H A Dcaps-abbrev.awk31 cap = "(0|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+)*|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+){37}\\|0xffffffc0)"
/external/strace/tests-m32/
H A Dcaps-abbrev.awk31 cap = "(0|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+)*|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+){37}\\|0xffffffc0)"
/external/strace/tests-mx32/
H A Dcaps-abbrev.awk31 cap = "(0|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+)*|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+){37}\\|0xffffffc0)"
/external/strace/xlat/
H A Dcap.h1 /* Generated by ./xlat/gen.sh from ./xlat/cap.in; do not edit. */
5 # error static const struct xlat cap in mpers mode
10 const struct xlat cap[] = { variable in typeref:struct:xlat
/external/syslinux/gpxe/src/drivers/bus/
H A Dpciextra.c10 * @v cap Capability code
18 int pci_find_capability ( struct pci_device *pci, int cap ) {
45 if ( id == cap )
/external/pdfium/third_party/agg23/
H A Dagg_vcgen_stroke.cpp67 static inline void calc_butt_cap(FX_FLOAT* cap, argument
74 cap[0] = v0.x - dx;
75 cap[1] = v0.y + dy;
76 cap[2] = v0.x + dx;
77 cap[3] = v0.y - dy;
/external/skia/gm/
H A Dcubicpaths.cpp141 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
146 paint.setStrokeCap(cap);
215 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) {
216 if (0 < cap) {
232 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
255 canvas->drawText(gCaps[cap].fName,
256 strlen(gCaps[cap]
140 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
284 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
[all...]
/external/toybox/toys/other/
H A Dacpi.c63 int cap = 0, curr = 0, max = 0; local
65 if ((cap = read_int_at(dfd, "capacity")) < 0) {
70 if (max > 0 && curr >= 0) cap = 100 * curr / max;
72 if (cap >= 0) printf("Battery %d: %d%%\n", TT.bat++, cap);
/external/libchrome/sandbox/linux/services/
H A Dcredentials.cc141 int CapabilityToKernelValue(Credentials::Capability cap) { argument
142 switch (cap) {
149 LOG(FATAL) << "Invalid Capability: " << static_cast<int>(cap);
183 // Initially, cap has no capability flags set. Enable the effective and
185 for (const Capability cap : caps) {
186 const int cap_num = CapabilityToKernelValue(cap);
226 bool Credentials::HasCapability(Capability cap) { argument
233 const int cap_num = CapabilityToKernelValue(cap);
/external/ltp/testcases/kernel/security/securebits/
H A Dcheck_keepcaps.c62 cap_t cap = cap_get_proc(); local
63 if (eff_caps_empty(cap))
65 cap_free(cap);
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_device.cc58 v4l2_capability cap; local
59 if (!ProbeCaps(&cap))
62 if (!(cap.capabilities & V4L2_CAP_VIDEO_CAPTURE)) {
69 if (!(cap.capabilities & V4L2_CAP_READWRITE)) {
76 if (!(cap.capabilities & V4L2_CAP_STREAMING)) {
128 v4l2_capability cap; local
129 if (!ProbeCaps(&cap))
132 if (cap.capabilities & V4L2_CAP_TIMEPERFRAME) {
753 bool V4L2Device::ProbeCaps(v4l2_capability* cap, bool show_caps) { argument
754 if (-1 == DoIoctl(VIDIOC_QUERYCAP, cap)) {
[all...]
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp608 /* prep p and cap for calls to get display components, pin cap to 0 since
609 they complain if cap is negative */
610 int32_t cap=destCapacity-length; local
611 if (cap <= 0) {
612 cap=0;
620 langLen=uloc_getDisplayLanguage(locale, displayLocale, p, cap, pErrorCode);
633 len=uloc_getDisplayScriptInContext(locale, displayLocale, p, cap, pErrorCode);
636 len=uloc_getDisplayCountry(locale, displayLocale, p, cap, pErrorCode);
639 len=uloc_getDisplayVariant(locale, displayLocale, p, cap, pErrorCod
[all...]
/external/boringssl/include/openssl/
H A Dbuf.h83 /* BUF_MEM_reserve ensures |buf| has capacity |cap| and allocates memory if
85 OPENSSL_EXPORT int BUF_MEM_reserve(BUF_MEM *buf, size_t cap);
/external/boringssl/src/include/openssl/
H A Dbuf.h83 /* BUF_MEM_reserve ensures |buf| has capacity |cap| and allocates memory if
85 OPENSSL_EXPORT int BUF_MEM_reserve(BUF_MEM *buf, size_t cap);
/external/kernel-headers/original/uapi/linux/
H A Dif_arcnet.h124 struct arc_cap cap; member in union:archdr::__anon8635
H A Dvirtio_pci.h130 struct virtio_pci_cap cap; member in struct:virtio_pci_notify_cap
162 struct virtio_pci_cap cap; member in struct:virtio_pci_cfg_cap
/external/minijail/
H A Dsyscall_filter.h42 size_t index, size_t cap);
/external/regex-re2/re2/
H A Donepass.cc152 // cap[0], cap[1] (the overall match position).
163 // Parameters used to skip over cap[0], cap[1].
190 // locations in cap[].
192 const char** cap, int ncap) {
195 cap[i] = p;
216 // Make sure we have at least cap[1],
222 const char* cap[kMaxCap]; local
224 cap[
191 ApplyCaptures(uint32 cond, const char* p, const char** cap, int ncap) argument
[all...]
/external/mesa3d/src/glx/
H A Drender2.c326 __indirect_glEnable(GLenum cap) argument
334 switch (cap) {
343 __indirect_glEnableClientState(cap);
350 __GLX_PUT_LONG(4, cap);
355 __indirect_glDisable(GLenum cap) argument
363 switch (cap) {
372 __indirect_glDisableClientState(cap);
379 __GLX_PUT_LONG(4, cap);

Completed in 3215 milliseconds

1234567891011>>