HomeSort by: relevance | last modified time | path
    Searched defs:countof (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/less/dist/lesstest/
lt_types.h 31 #undef countof macro
32 #define countof(a) (sizeof(a)/sizeof(*a)) macro
  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/
dns_common.h 41 #ifndef countof
42 #define countof(X) (sizeof(X) / sizeof(X[0])) macro
46 #define countof_field(TYPE, FIELD) countof(((TYPE *)0)->FIELD)
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 118 countof(const T (&)[N])
127 countof(const T * const begin, const T * const end) function in namespace:__anon3643
4983 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
5131 strftime_l(buf, countof(buf), f, &t, __loc_);
5136 size_t j = __libcpp_mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_);
5273 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5275 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5282 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5284 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5289 strftime_l(buf, countof(buf), "%p", &t, __loc_)
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 6729 char * const lim = &textBuf[ countof( textBuf ) ];
9091 for( i = 0; i < countof( domainStrings ); ++i )
9193 for( i = 0; i < countof( domainStrings ); ++i )
9930 if( me->addrCount > countof( sockPairsStack ) )
11039 const uint8_t * lim = &rdataLabel[ countof( rdataLabel ) ];
11595 const uint8_t * lim = &label[ countof( label ) ];
11932 for( i = 0; i < countof( dsPtrs ); ++i )
12316 lim = &argStr[ countof( argStr ) - 1 ];
13212 uint8_t * lim = &name[ countof( name ) ];
13233 uint8_t * lim = &name[ countof( name ) ]
25968 check_compile_time( countof_field( struct KeepAliveTest, subtests ) == countof( kKeepAliveSubtestParams ) ); variable
    [all...]

Completed in 47 milliseconds