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

  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 511 int path_size; member in struct:cse_basic_block_data
6309 int path_size;
6314 path_size = data->path_size;
6317 if (path_size)
6322 if (path_size == 1)
6324 path_size = 0;
6329 if (path_size == 0)
6330 data->path[path_size++].bb = first_bb;
6333 /* Otherwise, path_size must be equal to or greater than 2, becaus
    [all...]
cse.cc 511 int path_size; member in struct:cse_basic_block_data
6309 int path_size;
6314 path_size = data->path_size;
6317 if (path_size)
6322 if (path_size == 1)
6324 path_size = 0;
6329 if (path_size == 0)
6330 data->path[path_size++].bb = first_bb;
6333 /* Otherwise, path_size must be equal to or greater than 2, becaus
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.c 310 int i, j, k, path_size, device_support; local
339 path_size = 0;
343 addr += path_size;
345 path_size += le16_to_cpu(path->usSize);
amdgpu_atombios.c 310 int i, j, k, path_size, device_support; local
339 path_size = 0;
343 addr += path_size;
345 path_size += le16_to_cpu(path->usSize);
  /src/external/gpl2/gmake/dist/
job.c 255 unsigned path_size = GetTempPath(sizeof temp_path, temp_path);
260 if (path_size == 0)
262 path_size = GetCurrentDirectory (sizeof temp_path, temp_path);
266 while (path_size > 0 &&
267 path_size + sizemax < sizeof temp_path &&
270 unsigned size = sprintf (temp_path + path_size,
272 temp_path[path_size - 1] == '\\' ? "" : "\\",
293 path_size = GetCurrentDirectory (sizeof temp_path, temp_path);
305 const unsigned final_size = path_size + size + 1;
253 unsigned path_size = GetTempPath(sizeof temp_path, temp_path); local
job.c 255 unsigned path_size = GetTempPath(sizeof temp_path, temp_path);
260 if (path_size == 0)
262 path_size = GetCurrentDirectory (sizeof temp_path, temp_path);
266 while (path_size > 0 &&
267 path_size + sizemax < sizeof temp_path &&
270 unsigned size = sprintf (temp_path + path_size,
272 temp_path[path_size - 1] == '\\' ? "" : "\\",
293 path_size = GetCurrentDirectory (sizeof temp_path, temp_path);
305 const unsigned final_size = path_size + size + 1;
253 unsigned path_size = GetTempPath(sizeof temp_path, temp_path); local
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 540 int i, j, k, path_size, device_support; local
569 path_size = 0;
573 addr += path_size;
575 path_size += le16_to_cpu(path->usSize);
radeon_atombios.c 540 int i, j, k, path_size, device_support; local
569 path_size = 0;
573 addr += path_size;
575 path_size += le16_to_cpu(path->usSize);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 3468 bool path_empty() const { return path_size() == 0; }
3469 unsigned path_size() const { return CastExprBits.BasePathSize; } function in class:clang::final::CastExpr
3471 path_iterator path_end() { return path_buffer() + path_size(); }
3473 path_const_iterator path_end() const { return path_buffer() + path_size(); }
3564 return path_size();
3680 return path_size();
Expr.h 3468 bool path_empty() const { return path_size() == 0; }
3469 unsigned path_size() const { return CastExprBits.BasePathSize; } function in class:clang::final::CastExpr
3471 path_iterator path_end() { return path_buffer() + path_size(); }
3473 path_const_iterator path_end() const { return path_buffer() + path_size(); }
3564 return path_size();
3680 return path_size();

Completed in 79 milliseconds