Searched refs:left (Results 151 - 175 of 2877) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/common/
H A Duarrsort.c38 uprv_uint16Comparator(const void *context, const void *left, const void *right) { argument
39 return (int32_t)*(const uint16_t *)left - (int32_t)*(const uint16_t *)right;
43 uprv_int32Comparator(const void *context, const void *left, const void *right) { argument
44 return *(const int32_t *)left - *(const int32_t *)right;
48 uprv_uint32Comparator(const void *context, const void *left, const void *right) { argument
49 uint32_t l=*(const uint32_t *)left, r=*(const uint32_t *)right;
171 int32_t left, right; local
173 /* start and left are inclusive, limit and right are exclusive */
180 left=start;
187 while(/* array[left]<
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_treewriter.c37 unsigned int left, right; local
40 left = num_events[-tree[i]];
42 left = convert_distribution(tree[i], tree, branch_ct, num_events);
49 branch_ct[i >> 1][0] = left;
51 return left + right;
/external/chromium_org/third_party/skia/tools/lua/
H A Dskia.lua20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
27 rect = { left = l, top = t, right = r, bottom = b }
40 return self.right - self.left
52 local value = self.left * 0
60 self.left = 0
67 self.left = l
76 self.left = self.left + dx
85 self.left = self.left
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dinsets_base.h18 Type left() const { return left_; } function in class:gfx::InsetsBase
23 // left and right insets.
33 void Set(Type top, Type left, Type bottom, Type right) { argument
35 left_ = left;
61 InsetsBase(Type top, Type left, Type bottom, Type right) argument
63 left_(left),
H A Dinsets.h21 Insets(int top, int left, int bottom, int right);
31 static_cast<int>(left() * x_scale),
37 return InsetsF(top(), left(), bottom(), right());
/external/icu/icu4c/source/common/
H A Duarrsort.c38 uprv_uint16Comparator(const void *context, const void *left, const void *right) { argument
39 return (int32_t)*(const uint16_t *)left - (int32_t)*(const uint16_t *)right;
43 uprv_int32Comparator(const void *context, const void *left, const void *right) { argument
44 return *(const int32_t *)left - *(const int32_t *)right;
48 uprv_uint32Comparator(const void *context, const void *left, const void *right) { argument
49 uint32_t l=*(const uint32_t *)left, r=*(const uint32_t *)right;
171 int32_t left, right; local
173 /* start and left are inclusive, limit and right are exclusive */
180 left=start;
187 while(/* array[left]<
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_treewriter.c37 unsigned int left, right; local
40 left = num_events[-tree[i]];
42 left = convert_distribution(tree[i], tree, branch_ct, num_events);
49 branch_ct[i >> 1][0] = left;
51 return left + right;
/external/lzma/CPP/Common/
H A DMyVector.h81 int FindInSorted(const T& item, int left, int right) const argument
83 while (left != right)
85 int mid = (left + right) / 2;
92 left = mid + 1;
99 int left = 0, right = Size(); local
100 while (left != right)
102 int mid = (left + right) / 2;
109 left = mid + 1;
116 int left = 0, right = Size(); local
117 while (left !
223 int left = 0, right = Size(); local
239 int left = 0, right = Size(); local
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfpdf_transformpage.h19 * @param[in] left - The left of the rectangle.
25 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top);
30 * @param[in] left - The left of the rectangle.
36 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top);
41 * @param[in] left - Pointer to a double value receiving the left of the rectangle.
47 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top);
51 * @param[in] left
[all...]
/external/skia/tools/lua/
H A Dskia.lua20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
27 rect = { left = l, top = t, right = r, bottom = b }
40 return self.right - self.left
52 local value = self.left * 0
60 self.left = 0
67 self.left = l
76 self.left = self.left + dx
85 self.left = self.left
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-pbkdf2.c77 size_t left = buflen, plen; local
80 while (left > 0) {
85 plen = left > SHA1_MAC_LEN ? SHA1_MAC_LEN : left;
88 left -= plen;
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-pbkdf2.c77 size_t left = buflen, plen; local
80 while (left > 0) {
85 plen = left > SHA1_MAC_LEN ? SHA1_MAC_LEN : left;
88 left -= plen;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-pbkdf2.c77 size_t left = buflen, plen; local
80 while (left > 0) {
85 plen = left > SHA1_MAC_LEN ? SHA1_MAC_LEN : left;
88 left -= plen;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c38 const uint8_t *left) { \
39 type##_predictor(dst, stride, size, above, left); \
49 const uint8_t *above, const uint8_t *left) {
54 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1], 1);
55 dst[(bs - 1) * stride] = left[bs - 1];
60 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1] * 2 +
61 left[r + 2], 2);
62 dst[(bs - 2) * stride] = ROUND_POWER_OF_TWO(left[b
48 d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
77 d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
92 d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
106 d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
136 d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
157 d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
184 v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
195 h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
206 tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
219 dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
230 dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
246 dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
261 dc_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager_tutorial.css13 left: 0;
23 margin-left: 30px;
37 left: 20px;
49 left: 60px;
61 left: 100px;
106 .slide-buttons button.left {
107 left: 16px;
111 html[dir=rtl] .slide-buttons button.left {
121 border-left: 15px solid transparent;
126 left
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_test_util.h28 void ExpectEquivalentDetails(const FileDetails& left, const FileDetails& right);
29 void ExpectEquivalentMetadata(const FileMetadata& left,
31 void ExpectEquivalentTrackers(const FileTracker& left,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DGapRects.h31 const LayoutRect& left() const { return m_left; } function in struct:blink::GapRects
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
50 return m_left == other.left() && m_center == other.center() && m_right == other.right();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DInspectedPagePlaceholder.js14 this._margins = { top: 0, right: 0, bottom: 0, left: 0 };
27 var margins = { top: 0, right: 0, bottom: 0, left: 0 };
30 var adjacent = { top: true, right: true, bottom: true, left: true };
46 if (this._margins.top !== margins.top || this._margins.left !== margins.left || this._margins.right !== margins.right || this._margins.bottom !== margins.bottom) {
81 var width = rect.width - (this._margins.left + this._margins.right) / zoomFactor;
106 var left = Math.max(rect.left * zoomFactor + this._margins.left, bodyRect.left * zoomFacto
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp10 if (left > right) {
11 int temp = left;
12 left = right;
26 left = left > src_n.left ? left : src_n.left;
30 if (left > right || top > bottom) {
31 left
[all...]
/external/chromium_org/chrome/browser/resources/uber/
H A Duber.css13 left: 0;
19 /* This value is different from the left value to compensate for the scroll
38 left: 0;
55 left: 0;
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_writer.cc29 size_t left = slice.size(); local
53 const size_t fragment_length = (left < avail) ? left : avail;
56 const bool end = (left == fragment_length);
69 left -= fragment_length;
71 } while (s.ok() && left > 0);
/external/chromium_org/third_party/polymer/components/paper-tabs/
H A Dpaper-tabs.css24 left: 0;
32 left: 0;
35 transition: width, left;
/external/chromium_org/third_party/polymer/components-chromium/paper-tabs/
H A Dpaper-tabs.css24 left: 0;
32 left: 0;
35 transition: width, left;
/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.h49 const float left, const float top,
58 float& left, float& top,
94 const float left, const float top,
99 const float left, const float top,
109 const float left, const float top,
114 const void* colorKey, const float left,
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Di_video_render.h45 const float left,
56 float& left,
98 const float left,
105 const float left,
117 const float left,
125 const float left,

Completed in 5967 milliseconds

1234567891011>>