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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
rexpr.h 9 struct _n *target;
12 typedef struct _n { struct
13 struct _n *track;
  /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);
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 204 Rational(void) : _n(0), _d(1) {}
205 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {}
206 uint32_t numerator(void) { return _n; }
208 void setNumerator(uint32_t numerator) { _n = numerator; }
220 operator double() const { return (double) _n / (double) _d; }
224 uint32_t _n; member in class:Rational
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 484 } _n; member in struct:internal_syment
493 #define n_name _n._n_name
494 #define n_zeroes _n._n_n._n_zeroes
495 #define n_offset _n._n_n._n_offset
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 175 milliseconds