HomeSort by relevance Sort by last modified time
    Searched defs:_b (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/llvm/test/MC/COFF/
comm-align.s 31 .def _b
35 _b: label
51 # CHECK: Name: _b
  /external/llvm/test/MC/MachO/
reloc-pcrel-offset.s 8 _b: label
coal-sections-x86_64.s 42 .globl _b ## @b
43 .weak_definition _b
45 _b: label
indirect-symbols.s 3 _b: label
11 .indirect_symbol _b
102 // CHECK: Name: _b (13)
reloc-pcrel.s 8 _b: label
21 call _b
22 call _b - 1
23 call _b + 1
28 call _b - L0
tls.s 38 .tbss _b$tlv$init, 4, 2
40 .globl _b
41 _b: label
44 .quad _b$tlv$init
153 // CHECK: 0x58 0 3 1 X86_64_RELOC_UNSIGNED 0 _b$tlv$init
174 // CHECK: Name: _b$tlv$init (25)
193 // CHECK: Name: _b (72)
  /external/llvm/test/MC/MachO/PowerPC/
coal-sections-powerpc.s 42 .globl _b ; @b
43 .weak_definition _b
45 _b: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
set.s 4 _b = L_a define
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedRangeException.cs 42 private readonly int _b; field in class:Antlr.Runtime.MismatchedRangeException
58 this._b = b;
64 this._b = b;
70 this._b = b;
79 this._b = info.GetInt32("B");
90 return _b;
100 info.AddValue("B", _b);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedRangeException.cs 44 private readonly int _b; field in class:Antlr.Runtime.MismatchedRangeException
64 this._b = b;
71 this._b = b;
78 this._b = b;
88 this._b = info.GetInt32("B");
103 return _b;
114 info.AddValue("B", _b);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 63 const float _b = CLAMP(b, 0.0f, 1.0f); local
67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b));
68 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b));
69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b));
115 const int _b = (298 * _y + 516 * _u + 128) >> 8; local
119 *b = CLAMP(_b, 0, 255);
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray
75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
78 float b(void) const { return _b; }
83 float _b; member in class:ColorRGB
  /ndk/tests/device/test-gnustl-full/unit/
sort_test.cpp 163 SortTestAux (bool &b) : _b(b)
166 SortTestAux (SortTestAux const&other) : _b(other._b) {
167 _b = true;
170 bool &_b; member in struct:SortTestAux
  /ndk/tests/device/test-stlport/unit/
sort_test.cpp 163 SortTestAux (bool &b) : _b(b)
166 SortTestAux (SortTestAux const&other) : _b(other._b) {
167 _b = true;
170 bool &_b; member in struct:SortTestAux
  /external/avahi/avahi-core/
hashmap.c 242 const int *_a = a, *_b = b; local
245 assert(_b);
247 return *_a == *_b;
  /external/opencv3/samples/gpu/
opticalflow_nvidia_api.cpp 52 float _b = static_cast<float>(b)/255.0f; local
53 return (_r + _g + _b)/3.0f;
  /external/wpa_supplicant_8/src/utils/
common.c 876 int _b = *(int *) b; local
880 if (_b == 0)
882 return _a - _b;
  /external/opencv/cxcore/src/
cxmatmul.cpp 1195 const uchar* _b = B->data.ptr + k*b_step0 + j*b_step1; local
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp 1408 const uchar* _b = B.ptr() + k*b_step0 + j*b_step1; local
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta3/
jobb-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta6/
jobb-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.5.0/
jobb-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0/
jobb-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha1/
jobb-25.0.0-alpha1.jar 

Completed in 3042 milliseconds

1 2 3