HomeSort by relevance Sort by last modified time
    Searched refs:zPtr (Results 1 - 3 of 3) sorted by null

  /external/qemu/fpu/
softfloat-macros.h 39 | The result is stored in the location pointed to by `zPtr'.
42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
55 *zPtr = z;
65 | The result is stored in the location pointed to by `zPtr'.
68 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr )
81 *zPtr = z;
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 57 milliseconds