HomeSort by relevance Sort by last modified time
    Searched defs:stamp (Results 51 - 75 of 143) sorted by null

1 23 4 5 6

  /external/kmod/libkmod/
libkmod-internal.h 108 unsigned long long stamp; member in struct:kmod_config_path
  /external/libpcap/
pcap-pf.c 108 struct enstamp stamp; local
169 sp = &stamp;
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 12 * without hardware support, SIOCGSTAMP[NS] (per-socket time stamp) and
80 " SIOCGSTAMP - check last socket time stamp\n"
81 " SIOCGSTAMPNS - more accurate socket time stamp\n");
181 struct timeval *stamp = local
184 (long)stamp->tv_sec,
185 (long)stamp->tv_usec);
189 struct timespec *stamp = local
192 (long)stamp->tv_sec,
193 (long)stamp->tv_nsec);
197 struct timespec *stamp local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 260 * Last value of the stamp.
262 * If this differs from the value stored at __DRIdrawable::dri2.stamp,
274 unsigned int stamp; member in struct:__DRIdrawableRec::__anon28533
  /external/v8/src/
date.h 38 // Sentinel that denotes an invalid cache stamp.
39 // It is an invariant of DateCache that cache stamp is non-negative.
52 // Clears cached timezone information and increments the cache stamp.
197 // Cache stamp is used for invalidating caches in JSDate.
198 // We increment the stamp each time when the timezone information changes.
199 // JSDate objects perform stamp check and invalidate their caches if
200 // their saved stamp is not equal to the current stamp.
201 Smi* stamp() { return stamp_; } function in class:v8::internal::DateCache
  /toolchain/binutils/binutils-2.25/include/nlm/
external.h 39 except by finding a header without a recognized 'stamp'.
53 /* The header is recognized by "VeRsIoN#" in the stamp field. */
54 char stamp[8]; local
74 /* The header is recognized by "CoPyRiGhT=" in the stamp field. */
76 char stamp[10]; local
89 /* The header is recognized by "MeSsAgEs" in the stamp field. */
91 char stamp[8]; local
157 /* The header is recognized by "CuStHeAd" in the stamp field. */
158 char stamp[8]; local
169 /* Stamp for this customer header--we recognize "CyGnUsEx". *
    [all...]
  /external/mesa3d/src/loader/
loader_dri3_helper.h 153 uint32_t *stamp; member in struct:loader_dri3_drawable
237 uint32_t *stamp,
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 175 void Stamp( const char* now, TiXmlEncoding encoding );
184 stamp = start;
191 const char* stamp; member in class:TiXmlParsingData
196 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
209 const char* p = stamp;
309 stamp = p;
310 assert( stamp );
812 data->Stamp( pError, encoding );
1056 data->Stamp( p, encoding );
1282 data->Stamp( p, encoding )
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 166 void Stamp( const char* now, TiXmlEncoding encoding );
175 stamp = start;
182 const char* stamp; member in class:TiXmlParsingData
187 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
200 const char* p = stamp;
300 stamp = p;
301 assert( stamp );
789 data->Stamp( pError, encoding );
1027 data->Stamp( p, encoding );
1238 data->Stamp( p, encoding )
    [all...]