HomeSort by relevance Sort by last modified time
    Searched defs:_n (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 138 unsigned int _n = batch->used - batch->emit; local
140 if (_n != batch->total) {
142 _n, batch->total);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 138 unsigned int _n = batch->used - batch->emit; local
140 if (_n != batch->total) {
142 _n, batch->total);
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 953 int32_t _n; member in class:SimpleListener
957 SimpleListener(ICUServiceTest* test, const UnicodeString& name) : _test(test), _n(0), _name(name) {}
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 953 int32_t _n; member in class:SimpleListener
957 SimpleListener(ICUServiceTest* test, const UnicodeString& name) : _test(test), _n(0), _name(name) {}
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 206 Rational(void) : _n(0), _d(1) {}
207 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {}
208 uint32_t numerator(void) { return _n; }
210 void setNumerator(uint32_t numerator) { _n = numerator; }
222 operator double() const { return (double) _n / (double) _d; }
226 uint32_t _n; member in class:Rational
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 158 #define _N kRegTypeConstLo
159 #define _n kRegTypeConstHi macro
208 { /*N*/ _X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_N,_X,_J,_X,_D,_X },
209 { /*n*/ _X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_n,_X,_j,_X,_d },
235 #undef _N
236 #undef _n macro
    [all...]

Completed in 239 milliseconds