Searched defs:top (Results 226 - 250 of 488) sorted by relevance

1234567891011>>

/external/boringssl/src/include/openssl/
H A Derr.h375 /* top contains the index one past the most recent error. If |top| equals
377 unsigned top; member in struct:err_state_st
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A D__main__.py50 # pylint: disable=g-import-not-at-top
91 # pylint: disable=unused-import,g-import-not-at-top
143 from gslib.util import UTF8 # pylint: disable=g-import-not-at-top namespace
190 # pylint: disable=redefined-outer-name,g-import-not-at-top
212 # pylint: disable=unused-import,g-import-not-at-top
442 import pdb # pylint: disable=g-import-not-at-top namespace
486 # pylint: disable=g-import-not-at-top
523 # pylint: disable=g-import-not-at-top
/external/fio/
H A Dserver.h163 struct thread_options_pack top; member in struct:cmd_add_job_pdu
/external/freetype/src/cff/
H A Dcffload.c1315 CFF_FontRecDict top = &font->font_dict; local
1322 FT_MEM_ZERO( top, sizeof ( *top ) );
1324 top->underline_position = -( 100L << 16 );
1325 top->underline_thickness = 50L << 16;
1326 top->charstring_type = 2;
1327 top->font_matrix.xx = 0x10000L;
1328 top->font_matrix.yy = 0x10000L;
1329 top->cid_count = 8720;
1333 top
[all...]
/external/freetype/src/psaux/
H A Dt1decode.c318 /* Now load `achar' on top of */
393 decoder->top = decoder->stack;
432 FT_Long* top = decoder->top; local
443 FT_TRACE5(( " (%d)", decoder->top - decoder->stack ));
662 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS )
675 *top++ = value;
676 decoder->top = top;
689 if ( top
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java477 * @param top the top-level zoneinfo resource bundle. This is used
482 public OlsonTimeZone(UResourceBundle top, UResourceBundle res, String id){ argument
484 construct(top, res);
487 private void construct(UResourceBundle top, UResourceBundle res){ argument
489 if ((top == null || res == null)) {
591 r = loadRule(top, ruleID);
638 UResourceBundle top = UResourceBundle.getBundleInstance(ICUResourceBundle.ICU_BASE_NAME,
640 UResourceBundle res = ZoneMeta.openOlsonResource(top, id);
641 construct(top, re
889 loadRule(UResourceBundle top, String ruleid) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorRegistry.java92 private String top; // top spec field in class:TransliteratorRegistry.Spec
95 private String scriptName; // script name equivalent of top, if != top
101 top = theSpec;
105 // Canonicalize script name. If top is a script name then
107 int script = UScript.getCodeFromName(top);
110 int[] s = UScript.getCode(top);
113 // If the script name is the same as top then it's redundant
114 if (scriptName.equalsIgnoreCase(top)) {
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c115 int32_t length, top, headerSize; local
144 top=0;
147 top+=length*4;
149 indexes[UCNV_EXT_TO_U_INDEX]=top;
151 top+=length*4;
153 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top;
155 top+=length*2;
157 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top;
159 top+=length*2;
161 if(top
[all...]
H A Dgenmbcs.cpp1412 uint32_t top, stageUTF8Length=0; local
1523 top=header.offsetFromUBytes+stageUTF8Length*2;
1525 top+=header.fromUBytesLength;
1531 if(top>0xffffff) {
1532 fprintf(stderr, "error: offset 0x%lx to extension table exceeds 0xffffff\n", (long)top);
1536 header.flags|=top<<8;
1559 return top;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java475 * @param top the top-level zoneinfo resource bundle. This is used
480 public OlsonTimeZone(UResourceBundle top, UResourceBundle res, String id){ argument
482 construct(top, res);
485 private void construct(UResourceBundle top, UResourceBundle res){ argument
487 if ((top == null || res == null)) {
589 r = loadRule(top, ruleID);
636 UResourceBundle top = UResourceBundle.getBundleInstance(ICUResourceBundle.ICU_BASE_NAME,
638 UResourceBundle res = ZoneMeta.openOlsonResource(top, id);
639 construct(top, re
887 loadRule(UResourceBundle top, String ruleid) argument
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java91 private String top; // top spec field in class:TransliteratorRegistry.Spec
94 private String scriptName; // script name equivalent of top, if != top
100 top = theSpec;
104 // Canonicalize script name. If top is a script name then
106 int script = UScript.getCodeFromName(top);
109 int[] s = UScript.getCode(top);
112 // If the script name is the same as top then it's redundant
113 if (scriptName.equalsIgnoreCase(top)) {
[all...]
/external/libavc/encoder/x86/
H A Dih264e_intra_modes_eval_ssse3.c147 WORD32 left, top, horz_flag, vert_flag, dc_flag; local
173 top = (n_avblty & TOP_MB_AVAILABLE_MASK) >> 2;
178 vert_flag = top && ((u4_valid_intra_modes & 01) != 0);
302 if(top)
311 dcval = dcval >> (3 + left + top);
312 dcval += ((left == 0) & (top == 0)) << 7;
485 WORD32 left, top; local
501 top = (u4_n_avblty & TOP_MB_AVAILABLE_MASK) >> 2;
549 if(top + left)
557 if(top)
834 WORD32 left, top; local
[all...]
/external/libchrome/crypto/
H A Dp224.cc219 uint32_t top = a[7] >> 28; local
222 // top < 2**4
223 // Constant-time: mask = (top != 0) ? 0xffffffff : 0
224 uint32_t mask = top;
230 // Eliminate top while maintaining the same value mod p.
231 a[0] -= top;
232 a[3] += top << 12;
305 uint32_t top = out[7] >> 28; local
308 // Eliminate top while maintaining the same value mod p.
309 out[0] -= top;
[all...]
/external/libweave/third_party/chromium/crypto/
H A Dp224.cc248 uint32_t top = a[7] >> 28; local
251 // top < 2**4
252 // Constant-time: mask = (top != 0) ? 0xffffffff : 0
253 uint32_t mask = top;
259 // Eliminate top while maintaining the same value mod p.
260 a[0] -= top;
261 a[3] += top << 12;
334 uint32_t top = out[7] >> 28; local
337 // Eliminate top while maintaining the same value mod p.
338 out[0] -= top;
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h357 mat_t<T, 4, 4> mat4x4_frustum(T left, T right, T bottom, T top, T nearval, T farval) argument
360 T y = (2.0f * nearval) / (top - bottom);
362 T b = (top + bottom) / (top - bottom);
/external/mesa3d/src/mesa/main/
H A Des1_conversion.c186 _es_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, argument
192 (GLdouble) (top),
198 _es_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, argument
204 (GLdouble) (top / 65536.0),
653 _es_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, argument
659 (GLdouble) (top),
665 _es_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, argument
671 (GLdouble) (top / 65536.0),
/external/opencv3/3rdparty/openexr/Imath/
H A DImathFrustum.h73 Frustum(T nearPlane, T farPlane, T left, T right, T top, T bottom, bool ortho=false);
96 T top, T bottom,
120 T top() const { return _top; } function in class:Imath::Frustum
124 // the following order: top, right, bottom, left, near, far.
145 // and -1 <= bottom <= top <= 1) of this Frustum, and returns a new
150 Frustum<T> window(T left, T right, T top, T bottom) const;
/external/opencv3/modules/imgproc/src/
H A Dapprox.cpp480 if( top >= stacksz ) \
486 stack[top++] = slice
506 size_t top = 0, stacksz = _stack->size(); local
578 while( top > 0 )
580 slice = stack[--top];
/external/opencv3/modules/stitching/src/
H A Dblenders.cpp292 // Ensure coordinates of top-left, bottom-right corners are divided by (1 << num_bands_).
310 int top = tl.y - tl_new.y; local
317 copyMakeBorder(_img, img_with_border, top, bottom, left, right,
351 copyMakeBorder(weight_map, weight_pyr_gauss[0], top, bottom, left, right, BORDER_CONSTANT);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp29 m_ClipBox.top = 0;
97 (FX_FLOAT)(pRect->right), (FX_FLOAT)(pRect->top));
109 m_ClipBox.top = 0;
167 int height = (int)FXSYS_ceil(rect_f.top - rect_f.bottom);
170 if (rect_i.bottom == rect_i.top) {
183 if (rect_f.top - (FX_FLOAT)(rect_i.top) >
185 rect_i.top++;
254 if (!m_pDeviceDriver->GetDIBits(&bitmap, rect.left, rect.top, NULL)) {
265 matrix.TranslateI(-rect.left, -rect.top);
346 GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform) argument
358 SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_mode, void* pIccTransform) argument
411 StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height, FX_DWORD flags, void* pIccTransform, int blend_mode) argument
429 SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD argb, int alpha_flag, void* pIccTransform) argument
440 StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height, FX_DWORD argb, FX_DWORD flags, int alpha_flag, void* pIccTransform) argument
[all...]
H A Dfx_ge_ps.cpp41 m_ClipBox.left = m_ClipBox.top = 0;
327 int top,
333 (FX_FLOAT)(top + pSource->GetHeight()));
324 SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int left, int top, int alpha_flag, void* pIccTransform) argument
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp40 int top,
45 FX_RECT clip_rect(left, top, left + pSrcRect->Width(),
46 top + pSrcRect->Height());
48 top - pSrcRect->top, pSource->GetWidth(),
62 return GDI_SetDIBits(pBitmap, pSrcRect, left, top, pIccTransform);
166 src2result.TranslateI(-result_rect.left, -result_rect.top);
245 bFlipY ? full_rect.bottom : full_rect.top,
257 pTransformed, color, full_rect.left, full_rect.top, full_rect.Width(),
272 pTransformed, color, full_rect.left, full_rect.top, full_rec
36 SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type, int alpha_flag, void* pIccTransform) argument
411 SetDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type, int alpha_flag, void* pIccTransform) argument
[all...]
/external/pdfium/public/
H A Dfpdfview.h116 // The x-coordinate of the left-top corner.
118 // The y-coordinate of the left-top corner.
119 float top; member in struct:_FS_RECTF_
628 // its origin is at the left-top corner of the window. However this
705 // Lines are stored one after another, with the top most line stored
763 // top - The top position. Starting from 0 at the
764 // top-most line.
782 int top,
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c1315 CFF_FontRecDict top = &font->font_dict; local
1322 FT_MEM_ZERO( top, sizeof ( *top ) );
1324 top->underline_position = -( 100L << 16 );
1325 top->underline_thickness = 50L << 16;
1326 top->charstring_type = 2;
1327 top->font_matrix.xx = 0x10000L;
1328 top->font_matrix.yy = 0x10000L;
1329 top->cid_count = 8720;
1333 top
[all...]
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c318 /* Now load `achar' on top of */
393 decoder->top = decoder->stack;
432 FT_Long* top = decoder->top; local
443 FT_TRACE5(( " (%d)", decoder->top - decoder->stack ));
662 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS )
675 *top++ = value;
676 decoder->top = top;
689 if ( top
[all...]

Completed in 1178 milliseconds

1234567891011>>