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

1 2 3 4 5

  /external/valgrind/main/none/tests/x86/
insn_basic.def 1 ###aaa eflags[0x11,0x01] al.ub[0x1] ah.ub[0x0] : => al.ub[0x1] ah.ub[0x00] eflags[0x11,0x00]
2 ###aaa eflags[0x11,0x01] al.ub[0x9] ah.ub[0x0] : => al.ub[0x9] ah.ub[0x00] eflags[0x11,0x00]
3 ###aaa eflags[0x11,0x00] al.ub[0xa] ah.ub[0x0] : => al.ub[0x0] ah.ub[0x01] eflags[0x11,0x11
    [all...]
  /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...]
  /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:__anon10893
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...]
  /external/valgrind/main/none/tests/amd64/
insn_mmx.def 32 packuswb mm.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.ub[21,0,255,0,123,0,255,0]
33 packuswb m64.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.ub[21,0,255,0,123,0,255,0]
42 paddusb mm.ub[25,50,75,100,125,150,175,200] mm.ub[10,20,30,40,50,60,70,80] => 1.ub[35,70,105,140,175,210,245,255]
43 paddusb m64.ub[25,50,75,100,125,150,175,200] mm.ub[10,20,30,40,50,60,70,80] => 1.ub[35,70,105,140,175,210,245,255]
52 pcmpeqb mm.ub[11,22,33,44,55,66,77,88] mm.ub[11,11,33,33,55,55,77,77] => 1.ub[0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00
    [all...]
  /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/valgrind/main/mpi/
mpiwrap_type_test.c 122 MPI_Aint lb, ub, ex; local
149 r = MPI_Type_ub( *tyP, &ub );
153 printf("sendToMyself: ex=%d (%d,%d)\n", (int)ex, (int)lb, (int)ub);
157 sbuf = malloc(ub);
159 for (i = 0; i < ub; i++)
166 rbuf = malloc(ub);
168 for (i = 0; i < ub; i++)
180 rbuf_walk = malloc(ub);
182 for (i = 0; i < ub; i++)
192 for (i = 0; i < ub; i++)
    [all...]
  /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...]
  /frameworks/webview/chromium/tests/UbWebViewJankTests/
Android.mk 22 LOCAL_STATIC_JAVA_LIBRARIES := ub-uiautomator ub-janktesthelper
  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/misc/common/ub-janktesthelper/
Android.mk 19 LOCAL_MODULE := ub-janktesthelper
21 LOCAL_SRC_FILES := ub-janktesthelper.jar
  /prebuilts/misc/common/ub-uiautomator/
Android.mk 19 LOCAL_MODULE := ub-uiautomator
21 LOCAL_SRC_FILES := ub-uiautomator.jar
  /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)
  /external/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)
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 466 FT_ULong ua, ub;
496 ub = (FT_ULong)b;
498 if ( ua <= 2048 && ub <= 1048576L )
499 ua = ( ua * ub + 0x8000U ) >> 16;
505 ua = ( ua >> 16 ) * ub + al * ( ub >> 16 ) +
506 ( ( al * ( ub & 0xFFFFU ) + 0x8000U ) >> 16 );
517 FT_ULong ua, ub;
527 ub = (FT_ULong)b;
529 if ( ua <= 2048 && ub <= 1048576L
    [all...]

Completed in 1124 milliseconds

1 2 3 4 5