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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 1647 unsigned block_num; variable
dwarf2out.cc 11968 int block_num = r->num;
11970 if (block_num > 0)
11975 ASM_GENERATE_INTERNAL_LABEL (blabel, BLOCK_BEGIN_LABEL, block_num);
11976 ASM_GENERATE_INTERNAL_LABEL (elabel, BLOCK_END_LABEL, block_num);
12004 /* Negative block_num stands for an index into ranges_by_label. */
12005 else if (block_num < 0)
12007 int lab_idx = - block_num - 1;
12105 int block_num = r->num;
12106 if ((HAVE_AS_LEB128 || block_num < 0)
12111 if (block_num > 0
11956 int block_num = r->num; local
12093 int block_num = r->num; local
12207 int block_num = r->num; local
    [all...]
  /src/sys/dev/pci/
if_iwmreg.h 2295 * @block_num: number of blocks specified in the command.
2302 uint32_t block_num; member in struct:iwm_fw_paging_cmd

Completed in 51 milliseconds