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

  /src/external/gpl3/gdb/dist/sim/common/
hw-base.c 93 int sizeof_buf)
133 if (len >= sizeof_buf)
271 unsigned sizeof_buf)
276 sizeof_buf = 1024;
277 buf = hw_malloc (leaf, sizeof_buf);
285 if (sizeof_buf < 1)
293 full_name_of_hw (hw_parent (leaf), buf, sizeof_buf); local
303 >= sizeof_buf)
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-base.c 93 int sizeof_buf)
133 if (len >= sizeof_buf)
271 unsigned sizeof_buf)
276 sizeof_buf = 1024;
277 buf = hw_malloc (leaf, sizeof_buf);
285 if (sizeof_buf < 1)
293 full_name_of_hw (hw_parent (leaf), buf, sizeof_buf); local
303 >= sizeof_buf)

Completed in 25 milliseconds