HomeSort by relevance Sort by last modified time
    Searched refs:ub (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/wtf/
SaturatedArithmetic.h 49 uint32_t ub = b; local
50 uint32_t result = ua + ub;
55 if (~(ua ^ ub) & (result ^ ua) & (1 << 31))
64 uint32_t ub = b; local
65 uint32_t result = ua - ub;
70 if ((ua ^ ub) & (result ^ ua) & (1 << 31))
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 40 namespace ub namespace in namespace:deqp::gls
63 } // ub
81 void generateUniform (de::Random& rnd, ub::UniformBlock& block);
82 ub::VarType generateType (de::Random& rnd, int typeDepth, bool arrayOk);
glsUniformBlockCase.hpp 41 namespace ub namespace in namespace:deqp::gls
233 } // ub
252 bool compareStd140Blocks (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const;
253 bool compareSharedBlocks (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const;
254 bool compareTypes (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const;
255 bool checkLayoutIndices (const ub::UniformLayout& layout) const;
256 bool checkLayoutBounds (const ub::UniformLayout& layout) const
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/avr32/lib/
memcpy.S 42 ld.ub r8, r11++
44 ld.ub r8, r11++
46 ld.ub r8, r11++
57 ld.ub r8, r11++
59 ld.ub r8, r11++
61 ld.ub r8, r11++
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_sse.h 76 ubyte ub[16]; member in union:m128i
83 union { __m128i m; ubyte ub[16]; } u; member in union:__anon18409
104 u.ub[0], u.ub[1], u.ub[2], u.ub[3],
105 u.ub[4], u.ub[5], u.ub[6], u.ub[7]
    [all...]
u_pack_color.h 52 ubyte ub; member in union:util_color
119 uc->ub = a;
125 uc->ub = r;
260 ubyte p = uc->ub;
267 ubyte p = uc->ub;
274 ubyte p = uc->ub;
402 uc->ub = a;
408 uc->ub = r;
u_rect.c 123 memset(dst, uc->ub, height * width_size);
126 memset(dst, uc->ub, width_size);
  /external/mesa3d/src/gallium/auxiliary/util/
u_sse.h 76 ubyte ub[16]; member in union:m128i
83 union { __m128i m; ubyte ub[16]; } u; member in union:__anon6747
104 u.ub[0], u.ub[1], u.ub[2], u.ub[3],
105 u.ub[4], u.ub[5], u.ub[6], u.ub[7]
    [all...]
u_pack_color.h 52 ubyte ub; member in union:util_color
119 uc->ub = a;
125 uc->ub = r;
260 ubyte p = uc->ub;
267 ubyte p = uc->ub;
274 ubyte p = uc->ub;
402 uc->ub = a;
408 uc->ub = r;
u_rect.c 123 memset(dst, uc->ub, height * width_size);
126 memset(dst, uc->ub, width_size);
  /cts/hostsidetests/net/app/
Android.mk 23 LOCAL_STATIC_JAVA_LIBRARIES := ctsdeviceutil ctstestrunner ub-uiautomator
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 29 unsigned int lb, ub; /* [lb,ub) */ member in struct:Range
37 r->ub = u;
46 r->ub = u;
55 ro->ub = r->ub;
64 ro->ub = r->ub;
171 RegExp_new_CloseVOp(RegExp *e, int lb, int ub)
177 r->d.CloseVOp.max = ub;
    [all...]
actions.c 109 for(c = r->lb; c < r->ub; ++c)
159 for(c = r->lb; c < r->ub; ++c){
247 for(c = r->lb; c < r->ub; ++c){
338 if((r->ub - r->lb) == 1){
343 prtCh(o, r->ub-1);
361 if(r1->lb > s->ub)
363 if(r1->ub > s->ub)
364 s->ub = r1->ub;
366 unsigned int ub = 0; local
380 unsigned int ub = 0; local
495 unsigned char lb = unescape(s), ub; local
    [all...]
code.c 88 g->span[i].ub = g->span[j].ub;
96 s->ub = 0;
100 if((s->ub - lb) > 1)
101 s->ub = b->ub;
104 if(s->ub){
105 lb = s->ub; ++s;
109 s->ub = b->ub;
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/
Android.mk 23 LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ctsdeviceutil ctstestrunner ub-uiautomator
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/
Android.mk 23 LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ctsdeviceutil ctstestrunner ub-uiautomator
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval_param.pass.cpp 60 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); local
61 const size_t Ni = ub - lb;
67 double mean = std::accumulate(lb, ub, 0.0) / Ni;
71 for (I j = lb; j != ub; ++j)
eval.pass.cpp 58 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); local
59 const size_t Ni = ub - lb;
65 double mean = std::accumulate(lb, ub, 0.0) / Ni;
69 for (I j = lb; j != ub; ++j)
118 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
119 const size_t Ni = ub - lb;
125 double mean = std::accumulate(lb, ub, 0.0) / Ni;
129 for (I j = lb; j != ub; ++j)
178 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
179 const size_t Ni = ub - lb
    [all...]
  /external/chromium_org/third_party/skia/experimental/benchtools/
greenify.py 113 ub = float(data.group(3))
119 ub = ub + shift
123 elif actual > ub:
124 ub = actual + abs(shift) * 0.1 + 0.5
125 row_dic[row] = '%.2f,%.2f,%.2f' % (avg, lb, ub)
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
GLUtils.cpp 80 unsigned char* ub = (unsigned char*) b; local
81 return (((int) ub[0]) << 24) | (((int) ub[1]) << 16) | (((int) ub[2]) << 8) | ((int) ub[3]);
  /cts/tests/tests/uiautomation/
Android.mk 21 LOCAL_STATIC_JAVA_LIBRARIES := ctstestrunner ub-uiautomator
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 468 FT_ULong ua, ub;
498 ub = (FT_ULong)b;
500 if ( ua <= 2048 && ub <= 1048576L )
501 ua = ( ua * ub + 0x8000U ) >> 16;
507 ua = ( ua >> 16 ) * ub + al * ( ub >> 16 ) +
508 ( ( al * ( ub & 0xFFFFU ) + 0x8000U ) >> 16 );
519 FT_ULong ua, ub;
529 ub = (FT_ULong)b;
531 if ( ua <= 2048 && ub <= 1048576L
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_translate.c 129 #define TRX_UB(ub, f,n) ub = BYTE_TO_UBYTE( PTR_ELT(f,n) )
183 #define TRX_UB(ub, f,n) ub = PTR_ELT(f,n)
187 /* 4ub->4ub handled in special case below.
230 #define TRX_UB(ub, f,n) ub = SHORT_TO_UBYTE(PTR_ELT(f,n))
284 #define TRX_UB(ub,f,n) ub = (GLubyte) (PTR_ELT(f,n) >> 8
    [all...]
  /external/freetype/src/base/
ftcalc.c 711 FT_ULong ua, ub;
741 ub = (FT_ULong)b;
743 if ( ua <= 2048 && ub <= 1048576L )
744 ua = ( ua * ub + 0x8000U ) >> 16;
750 ua = ( ua >> 16 ) * ub + al * ( ub >> 16 ) +
751 ( ( al * ( ub & 0xFFFFU ) + 0x8000U ) >> 16 );
762 FT_ULong ua, ub;
772 ub = (FT_ULong)b;
774 if ( ua <= 2048 && ub <= 1048576L
    [all...]
  /external/mesa3d/src/mesa/math/
m_translate.c 129 #define TRX_UB(ub, f,n) ub = BYTE_TO_UBYTE( PTR_ELT(f,n) )
183 #define TRX_UB(ub, f,n) ub = PTR_ELT(f,n)
187 /* 4ub->4ub handled in special case below.
230 #define TRX_UB(ub, f,n) ub = SHORT_TO_UBYTE(PTR_ELT(f,n))
284 #define TRX_UB(ub,f,n) ub = (GLubyte) (PTR_ELT(f,n) >> 8
    [all...]

Completed in 607 milliseconds

1 2 3 4