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

  /src/sys/dev/podulebus/
if_ei.c 252 int cnt, s, extra_byte; local
260 extra_byte = size % 2;
261 size -= extra_byte;
276 if (extra_byte) {
if_ei.c 252 int cnt, s, extra_byte; local
260 extra_byte = size % 2;
261 size -= extra_byte;
276 if (extra_byte) {
sec.c 239 int cnt, extra_byte; local
258 extra_byte = size % 2;
259 size -= extra_byte;
272 if (extra_byte) {
283 int cnt, extra_byte; local
307 extra_byte = size % 2;
308 size -= extra_byte;
321 if (extra_byte) {
sec.c 239 int cnt, extra_byte; local
258 extra_byte = size % 2;
259 size -= extra_byte;
272 if (extra_byte) {
283 int cnt, extra_byte; local
307 extra_byte = size % 2;
308 size -= extra_byte;
321 if (extra_byte) {
  /src/external/gpl3/gcc/dist/gcc/
asan.cc 2055 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1); local
2060 if (extra_byte)
asan.cc 2055 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1); local
2060 if (extra_byte)
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 2012 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1); local
2017 if (extra_byte)
asan.cc 2012 bool extra_byte = (offset - base_offset) & (ASAN_SHADOW_GRANULARITY - 1); local
2017 if (extra_byte)

Completed in 58 milliseconds