Lines Matching defs:present
217 _Bool islsb, present;
308 present = store_locate(mc->store, c, chan, key);
310 if ( !present )
321 present = store_locate(mc->store, c, chan, key);
323 if ( !present )
345 _Bool islsb, present;
354 present = store_locate(mc->store, c, chan, key);
355 if ( !present ||
362 present = store_locate(mc->store, c, chan, key);
363 if ( !present ||
406 _Bool islsb, present;
437 present = store_locate(mc->store, c, chan, key);
438 if ( !present )
451 _Bool present;
455 present = store_locate(mc->store, c, chan, key);
456 stval = (present) ? store_extract(mc->store, c, chan, key) : 0;
476 _Bool present;
480 present = store_locate(mc->store, c, chan, key);
481 if ( !present )