Searched refs:left (Results 201 - 225 of 1423) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c524 int left; local
556 left = rsn_ie_len - 6;
573 left = rsn_ie_len - sizeof(*hdr);
576 if (left >= RSN_SELECTOR_LEN) {
584 left -= RSN_SELECTOR_LEN;
585 } else if (left > 0) {
587 __func__, left);
591 if (left >= 2) {
595 left -= 2;
596 if (count == 0 || count > left / RSN_SELECTOR_LE
717 int left; local
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c524 int left; local
556 left = rsn_ie_len - 6;
573 left = rsn_ie_len - sizeof(*hdr);
576 if (left >= RSN_SELECTOR_LEN) {
584 left -= RSN_SELECTOR_LEN;
585 } else if (left > 0) {
587 __func__, left);
591 if (left >= 2) {
595 left -= 2;
596 if (count == 0 || count > left / RSN_SELECTOR_LE
717 int left; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c524 int left; local
556 left = rsn_ie_len - 6;
573 left = rsn_ie_len - sizeof(*hdr);
576 if (left >= RSN_SELECTOR_LEN) {
584 left -= RSN_SELECTOR_LEN;
585 } else if (left > 0) {
587 __func__, left);
591 if (left >= 2) {
595 left -= 2;
596 if (count == 0 || count > left / RSN_SELECTOR_LE
717 int left; local
[all...]
/external/valgrind/coregrind/
H A Dm_oset.c42 // - First is the AVL metadata, which is three words: a left pointer, a
99 AvlNode* left; member in struct:_OSetNode
203 // Swing to the left. Warning: no balance maintainance.
209 a->right = b->left;
210 b->left = a;
217 AvlNode* b = a->left;
219 a->left = b->right;
228 root->left->balance = 0;
232 root->left->balance =-1;
236 root->left
[all...]
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp698 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, argument
701 return doCompare(left.getBuffer(), left.length(),
706 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, argument
713 int32_t leftLength = left.length();
717 return doCompare(left.getBuffer(), leftLength,
722 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, argument
726 if((left == NULL && leftLength != 0) || (right == NULL && rightLength != 0)) {
735 if(rightLength >= 0) { leftLength = u_strlen(left); }
737 return doCompare(left, leftLengt
741 compareUTF8(const StringPiece &left, const StringPiece &right, UErrorCode &errorCode) const argument
754 internalCompareUTF8(const char *left, int32_t leftLength, const char *right, int32_t rightLength, UErrorCode &errorCode) const argument
932 compareNFDIter(const Normalizer2Impl &nfcImpl, NFDIterator &left, NFDIterator &right) argument
966 doCompare(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UErrorCode &errorCode) const argument
1085 doCompare(const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength, UErrorCode &errorCode) const argument
1214 compare(UCharIterator &left, UCharIterator &right, UErrorCode &errorCode) const argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDefaultHdfParser.java57 output.setValue(createFullPath(context, split.left), split.right);
63 output.setValue(createFullPath(context, split.left), readToToken(lineReader, split.right));
67 context.add(split.left);
74 output.setSymlink(createFullPath(context, split.left), split.right);
124 result.left = line.substring(0, position).trim();
133 String left; field in class:DefaultHdfParser.Split
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h63 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
66 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
69 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
72 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
75 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
78 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
81 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
84 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
87 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
[all...]
/external/libvpx/libvpx/tools/
H A Ddiff.py46 self.left = DiffLines(file_a, start_a, len_a)
53 self.left.Append(line)
57 self.left.Append(line)
68 return self.left.Complete() and self.right.Complete()
72 self.left.filename, self.right.filename,
73 max(self.left.length, self.right.length))
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c37 const MODE_INFO *left = here - 1; local
61 /* Process left */
62 if (left->mbmi.ref_frame != INTRA_FRAME)
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv.as_int;
69 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias);
83 /* Process above left */
108 /* See if above-left MV can be merged with NEAREST */
114 + (left->mbmi.mode == SPLITMV)) * 2
/external/objenesis/main/src/org/objenesis/instantiator/basic/
H A DObjectInputStreamInstantiator.java133 int left = len;
136 while(remaining <= left) {
139 left -= remaining;
143 if(left > 0) {
144 System.arraycopy(data, pointer, b, off, left);
145 pointer += left;
/external/libopus/doc/
H A Dcustomdoxygen.css136 margin-left: -1cm;
169 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
174 margin-left: 16px;
180 margin-left: 16px;
192 margin-left: 8px;
298 border-left: 2px solid #B8B8B8;
397 margin-left: 9px;
422 margin-left: 6px;
427 border-left
[all...]
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h63 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
66 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
69 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
72 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
75 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
78 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
81 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
84 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
87 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_server_read.c53 size_t left, len, i, j; local
68 left = *in_len;
70 if (left < 4)
86 left -= 4;
88 if (len > left)
295 size_t left, len, list_len, cert_len, idx; local
309 left = *in_len;
311 if (left < 4) {
313 (unsigned long) left);
322 left
697 size_t left, len; local
774 size_t left, len; local
936 size_t left; local
985 size_t left, len, hlen; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_server_read.c53 size_t left, len, i, j; local
68 left = *in_len;
70 if (left < 4)
86 left -= 4;
88 if (len > left)
295 size_t left, len, list_len, cert_len, idx; local
309 left = *in_len;
311 if (left < 4) {
313 (unsigned long) left);
322 left
697 size_t left, len; local
774 size_t left, len; local
936 size_t left; local
985 size_t left, len, hlen; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_server_read.c53 size_t left, len, i, j; local
68 left = *in_len;
70 if (left < 4)
86 left -= 4;
88 if (len > left)
295 size_t left, len, list_len, cert_len, idx; local
309 left = *in_len;
311 if (left < 4) {
313 (unsigned long) left);
322 left
697 size_t left, len; local
774 size_t left, len; local
936 size_t left; local
985 size_t left, len, hlen; local
[all...]
/external/blktrace/
H A Drbtree.c50 struct rb_node *left = node->rb_left; local
53 if ((node->rb_left = left->rb_right))
54 rb_set_parent(left->rb_right, node);
55 left->rb_right = node;
57 rb_set_parent(left, parent);
62 parent->rb_right = left;
64 parent->rb_left = left;
67 root->rb_node = left;
68 rb_set_parent(node, left);
233 struct rb_node *old = node, *left; local
[all...]
/external/fio/lib/
H A Dprio_tree.h8 struct prio_tree_node *left; member in struct:prio_tree_node
48 (ptr)->left = (ptr)->right = (ptr)->parent = (ptr); \
74 return node->left == node;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DBinaryTreeTraverser.java36 * Returns the left child of the specified node, or {@link Optional#absent()} if the specified
37 * node has no left child.
48 * Returns the children of this node, in left-to-right order.
64 Optional<T> left = leftChild(root);
65 if (left.isPresent()) {
66 return left.get();
/external/guava/
H A Djavadoc-stylesheet.css84 margin-left:.5em;
96 background-position:left top;
119 float:left;
132 float:left;
143 float:left;
148 clear:left;
149 float:left;
153 float:left;
159 float:left;
164 float:left;
[all...]
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A Dfmtflags.pass.cpp19 // static const fmtflags left;
29 // static const fmtflags adjustfield = left | right | internal;
43 assert(std::ios_base::left);
61 & std::ios_base::left
73 assert(std::ios_base::adjustfield == (std::ios_base::left
/external/pdfium/fpdfsdk/src/
H A Dfpdftext.cpp63 DLLEXPORT void STDCALL FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, int index,double* left, argument
72 *left=charinfo.m_CharBox.left;
111 DLLEXPORT void STDCALL FPDFText_GetRect(FPDF_TEXTPAGE text_page,int rect_index, double* left,double* top, argument
117 textpage->GetRect(rect_index,rect.left,rect.top,rect.right,rect.bottom);
118 *left=rect.left;
124 DLLEXPORT int STDCALL FPDFText_GetBoundedText(FPDF_TEXTPAGE text_page,double left, double top, argument
129 CFX_FloatRect rect((FX_FLOAT)left,(FX_FLOAT)bottom,(FX_FLOAT)right,(FX_FLOAT)top);
231 DLLEXPORT void STDCALL FPDFLink_GetRect(FPDF_PAGELINK link_page,int link_index, int rect_index, double* left, argument
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftpfr.c100 FT_UInt left,
116 error = service->get_kerning( face, left, right, avector );
118 error = FT_Get_Kerning( face, left, right,
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp121 double left = SkTMin(line1[0].fX, line1[1].fX); local
124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
128 double left = SkTMin(line2[0].fX, line2[1].fX); local
131 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
164 double left = SkTMin(line1[0].fX, line1[1].fX); local
167 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
173 double left local
[all...]
/external/toybox/toys/other/
H A Dinotifyd.c86 int left = len - (((char *)event)-(char *)buf), local
90 if (left >= size) size += event->len;
91 if (left < size) break;
/external/v8/src/
H A Dhydrogen-dehoist.cc19 if (binary_operation->left()->IsConstant() && index->IsAdd()) {
21 constant = HConstant::cast(binary_operation->left());
23 subexpression = binary_operation->left();

Completed in 910 milliseconds

1234567891011>>