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

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dlfcn_w32.c 47 DWORD old_slot; local
52 if ((old_slot = InterlockedCompareExchange(&dlfcn_tls, slot,
58 return old_slot;
  /src/external/gpl3/gcc.old/dist/gcc/
data-streamer-out.cc 119 struct string_slot *old_slot = *slot; local
120 return old_slot->slot_num + 1;
lto-streamer-in.cc 289 string_pair_map *old_slot = *slot; local
290 return old_slot->str3;
335 string_pair_map *old_slot = *slot; local
336 return old_slot->str3;
374 struct string_slot *old_slot = *slot; local
375 return old_slot->s;
  /src/external/gpl3/gcc/dist/gcc/
data-streamer-out.cc 121 struct string_slot *old_slot = *slot; local
122 return old_slot->slot_num + 1;
lto-streamer-in.cc 289 string_pair_map *old_slot = *slot; local
290 return old_slot->str3;
335 string_pair_map *old_slot = *slot; local
336 return old_slot->str3;
374 struct string_slot *old_slot = *slot; local
375 return old_slot->s;

Completed in 30 milliseconds