Searched refs:rest (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp258 // dump rest of file
272 uint32 rest = size; local
276 rest -= 10;
280 rest -= 4;
284 if (elems > 0 || rest >= 16) {
287 rest -= elems * 8 + 21;
289 printf("rest %ld\n", rest);
290 Dump(rest);
291 rest
368 uint32 rest = size; local
[all...]
/haiku/headers/libs/agg/
H A Dagg_alpha_mask_u8.h127 int rest = x + count - xmax - 1; local
128 count -= rest;
134 memset(covers + count, 0, rest * sizeof(cover_type));
177 int rest = x + count - xmax - 1; local
178 count -= rest;
184 memset(covers + count, 0, rest * sizeof(cover_type));
229 int rest = y + count - ymax - 1; local
230 count -= rest;
236 memset(covers + count, 0, rest * sizeof(cover_type));
278 int rest local
[all...]
H A Dagg_array.h685 unsigned rest = block_size - (m_size & block_mask); local
687 if(num_elements <= rest)
689 // The rest of the block is good, we can use it
698 m_size += rest;
/haiku/src/servers/app/drawing/Painter/
H A Dagg_clipped_alpha_mask.h117 int rest = x + count - xmax - 1; local
118 count -= rest;
124 memset(covers + count, m_outside, rest * sizeof(cover_type));
/haiku/src/bin/network/arp/
H A Darp.cpp270 char *rest = line; local
271 const char *argument = next_argument(&rest);
300 argument = next_argument(&rest);
317 while ((argument = next_argument(&rest)) != NULL) {
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1323 char* rest; local
1349 alt = expand_symlinks( hc->altdir, &rest, 0, 1 );
1350 if ( rest[0] != '\0' )
1473 static char* rest; local
1508 httpd_realloc_str( &rest, &maxrest, 0 );
1509 rest[0] = '\0';
1510 *restP = rest;
1515 /* Start out with nothing in checked and the whole filename in rest. */
1520 httpd_realloc_str( &rest, &maxrest, restlen );
1521 (void) strcpy( rest, pat
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp242 int32 rest = std::max(pinnedPriority, sharedPriority); local
243 if (oldPriority > rest || (!putAtBack && oldPriority == rest))
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp528 int rest = (maxIndex + 1) * 3; local
529 if (rest < size)
530 memset(buffer, 0, size - rest);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1938 int32 rest = run.Length() % minimum; local
1939 run.length = HOST_ENDIAN_TO_BFS_INT16(run.Length() - rest);
1943 run.Start() + run.Length(), rest));
1947 blocksNeeded += rest;
/haiku/src/apps/bootmanager/
H A Dbootman.S289 ; Chain load rest of boot loader

Completed in 92 milliseconds