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

  /external/webkit/
bison_check.mk 18 @echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h)
19 @echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
  /external/strace/
defs.h 586 * _h refers to the higher numbered u_arg
590 #define LONG_LONG(_l,_h) \
591 ((long long)((unsigned long long)(unsigned)(_l) | ((unsigned long long)(_h)<<32)))
593 #define LONG_LONG(_l,_h) \
594 ((long long)((unsigned long long)(unsigned)(_h) | ((unsigned long long)(_l)<<32)))
  /external/chromium/third_party/icu/source/i18n/
colldata.cpp 243 int32_t _h = listSize / STRING_LIST_BUFFER_SIZE; local
245 if (_h > 100) {
246 _h = 100;
249 _histogram[_h] += 1;
  /external/icu4c/i18n/
colldata.cpp 243 int32_t _h = listSize / STRING_LIST_BUFFER_SIZE; local
245 if (_h > 100) {
246 _h = 100;
249 _histogram[_h] += 1;
  /build/core/
definitions.mk 717 echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h)
718 echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
    [all...]

Completed in 69 milliseconds