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

  /system/core/toolbox/
kill.c 53 static const unsigned int SENTINEL = (unsigned int) -1;
61 memset(sorted_signals, SENTINEL, sizeof(sorted_signals));
71 if (index == SENTINEL) {
97 return SENTINEL;
125 if (sig == SENTINEL) {
  /external/harfbuzz_ng/src/
hb-set-private.hh 163 if (unlikely (g == SENTINEL)) return;
248 if (unlikely (*codepoint == SENTINEL)) {
250 if (i != SENTINEL) {
292 return SENTINEL;
301 return SENTINEL;
310 static const hb_codepoint_t SENTINEL = (hb_codepoint_t) -1;
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 182 milliseconds