HomeSort by relevance Sort by last modified time
    Searched refs:write_end (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_optimize.c 136 int length, write_end; local
152 write_end = write_start + length;
154 const int right = MIN2(write_end, reg_end);
217 const int write_end = write_start + length; local
219 const int right = MIN2(write_end, reg_end);
238 const int write_end = write_start + REG_SIZE; local
240 const int right = MIN2(write_end, reg_end);
328 const int write_end = write_start + type_size; local
330 const int right = write_end < reg_end ? write_end : reg_end
363 const int write_end = write_start + type_size; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_optimize.c 136 int length, write_end; local
152 write_end = write_start + length;
154 const int right = MIN2(write_end, reg_end);
217 const int write_end = write_start + length; local
219 const int right = MIN2(write_end, reg_end);
238 const int write_end = write_start + REG_SIZE; local
240 const int right = MIN2(write_end, reg_end);
328 const int write_end = write_start + type_size; local
330 const int right = write_end < reg_end ? write_end : reg_end
363 const int write_end = write_start + type_size; local
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
baseline_policy_unittest.cc 60 void TestPipeOrSocketPair(base::ScopedFD read_end, base::ScopedFD write_end) {
62 BPF_ASSERT_LE(0, write_end.get());
73 HANDLE_EINTR(write(write_end.get(), kTestString, kTestTransferSize));
  /external/chromium_org/base/
file_util_unittest.cc 2559 const int write_end = fds[1]; local
    [all...]

Completed in 128 milliseconds