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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgmgr.c 71 struct kfd_dbgmgr *new_buff; local
76 new_buff = kfd_alloc_struct(new_buff);
77 if (!new_buff) {
82 new_buff->pasid = 0;
83 new_buff->dev = pdev;
84 new_buff->dbgdev = kfd_alloc_struct(new_buff->dbgdev);
85 if (!new_buff->dbgdev) {
87 kfree(new_buff);
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-airpcap.c 525 unsigned char *new_buff; local
535 new_buff = (unsigned char *)malloc(sizeof(char)*size);
537 if (!new_buff) {
545 p->buffer = new_buff;
pcap-npf.c 463 unsigned char *new_buff; local
473 new_buff=(unsigned char*)malloc(sizeof(char)*size);
475 if (!new_buff) {
483 p->buffer=new_buff;
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 68 static _cpp_buff *new_buff (size_t);
4767 new_buff (size_t len)
4817 return new_buff (min_size);
4840 _cpp_buff *new_buff = _cpp_get_buff (pfile, size);
4842 buff->next = new_buff;
4843 memcpy (new_buff->base, buff->cur, BUFF_ROOM (buff));
4844 return new_buff;
4855 _cpp_buff *new_buff, *old_buff = *pbuff;
4858 new_buff = _cpp_get_buff (pfile, size);
4859 memcpy (new_buff->base, old_buff->cur, BUFF_ROOM (old_buff))
4766 new_buff (size_t len) function
4839 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); local
4854 _cpp_buff *new_buff, *old_buff = *pbuff; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 65 static _cpp_buff *new_buff (size_t);
4447 new_buff (size_t len)
4497 return new_buff (min_size);
4520 _cpp_buff *new_buff = _cpp_get_buff (pfile, size);
4522 buff->next = new_buff;
4523 memcpy (new_buff->base, buff->cur, BUFF_ROOM (buff));
4524 return new_buff;
4535 _cpp_buff *new_buff, *old_buff = *pbuff;
4538 new_buff = _cpp_get_buff (pfile, size);
4539 memcpy (new_buff->base, old_buff->cur, BUFF_ROOM (old_buff))
4446 new_buff (size_t len) function
4519 _cpp_buff *new_buff = _cpp_get_buff (pfile, size); local
4534 _cpp_buff *new_buff, *old_buff = *pbuff; local
    [all...]

Completed in 33 milliseconds