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

  /src/external/bsd/ekermit/dist/
main.c 297 short r_slot; local
404 inbuf = getrslot(&k,&r_slot); /* Allocate a window slot */
406 debug(DB_PKT,"main packet",&(k.ipktbuf[0][r_slot]),rx_len);
414 freerslot(&k,r_slot); /* So free the window slot */
424 switch (status = kermit(K_RUN, &k, r_slot, rx_len, "", &r)) {
  /src/external/gpl3/gcc/dist/gcc/
lto-section-in.cc 345 struct lto_renaming_slot r_slot; local
347 r_slot.new_name = new_name;
348 slot = htab_find_slot (decl_data->renaming_hash_table, &r_slot, INSERT);
371 struct lto_renaming_slot r_slot; local
373 r_slot.new_name = name;
374 slot = (struct lto_renaming_slot *) htab_find (renaming_hash_table, &r_slot);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-section-in.cc 345 struct lto_renaming_slot r_slot; local
347 r_slot.new_name = new_name;
348 slot = htab_find_slot (decl_data->renaming_hash_table, &r_slot, INSERT);
371 struct lto_renaming_slot r_slot; local
373 r_slot.new_name = name;
374 slot = (struct lto_renaming_slot *) htab_find (renaming_hash_table, &r_slot);

Completed in 23 milliseconds