Searched refs:scratch (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_int.h26 uint32 scratch[8]; // scratch memory for free use in the member in struct:ppc_cpu_exception_context
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_int.h29 uint32 scratch[8]; // scratch memory for free use in the member in struct:mipsel_cpu_exception_context
/haiku-fatelf/src/kits/network/libbind/dst/
H A Dsupport.c332 static u_char scratch[1000]; local
334 n = b64_ntop(data, scratch, size, sizeof(scratch));
335 printf("%s: %x %d %s\n", msg, mode, n, scratch);
/haiku-fatelf/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c392 physical_entry *scratch; local
450 scratch = (physical_entry *) priv->sg;
466 get_memory_map(iov[i].iov_base, iov[i].iov_len, &(scratch[sgcount]),
470 for(j=sgcount;scratch[j].size && j<MAX_SCATTER;j++){
471 t += scratch[j].size;
474 j, (uint32) scratch[j].address, scratch[j].size);
481 if(scratch[j].size) panic("egads! sgseg overrun in BusLogic SIM");
498 get_memory_map((void *)ccb->cam_data_ptr, ccb->cam_dxfer_len, scratch,
501 if(scratch[
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dfork-child.c52 breakup_args (char *scratch, char **argv) argument
54 char *cp = scratch;
H A Dframe.c480 Save them in a scratch buffer so that there isn't a race between
483 struct regcache *scratch local
485 struct cleanup *cleanups = make_cleanup_regcache_xfree (scratch);
497 regcache_cpy (current_regcache, scratch);
H A Dnto-procfs.c914 breakup_args (char *scratch, char **argv) argument
916 char *pp, *cp = scratch;
H A Dhppah-nat.c88 int scratch; local
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.h146 uint32 *scratch; member in struct:atom_context_s
H A Datom.cpp249 val = gctx->scratch[((gctx->fb_base + idx) / 4)];
251 ERROR("%s: fb tried to read beyond scratch region!"
256 val = gctx->scratch[(gctx->fb_base / 4) + idx];
475 ERROR("%s: fb tried to write beyond scratch region! "
479 gctx->scratch[(gctx->fb_base / 4) + idx] = val;
1332 free(ctx->scratch);
1403 /* allocate some scratch memory */
1404 ctx->scratch = (uint32*)malloc(usage_bytes);
1405 if (!ctx->scratch)
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_framebuffer_pxa.cpp60 static uint32 scratch[128] __attribute__((aligned(16))); variable
215 scratch[i] = 0x000000ff << ((i%4) * 8);
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnetlib.c554 unsigned char scratch;
574 scratch = conv_rec.bytes[i];
576 conv_rec.bytes[7-i] = scratch;
582 unsigned int scratch = conv_rec.words[0];
584 conv_rec.words[1] = scratch;
603 unsigned char scratch;
617 scratch = conv_rec.bytes[i];
619 conv_rec.bytes[7-i] = scratch;
625 unsigned int scratch = conv_rec.words[0];
627 conv_rec.words[1] = scratch;
549 unsigned char scratch; local
577 unsigned int scratch = conv_rec.words[0]; local
598 unsigned char scratch; local
620 unsigned int scratch = conv_rec.words[0]; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c7951 bfd_byte *scratch = NULL;
7969 scratch = (bfd_byte *) bfd_zmalloc (final_size);
8038 memmove (scratch, &contents[orig_dot], orig_insn_size);
8040 rv = narrow_instruction (scratch, final_size, 0, TRUE);
8042 memmove (&dup_contents[dup_dot], scratch, copy_size);
8071 memmove (scratch, &contents[orig_dot], orig_insn_size);
8073 rv = widen_instruction (scratch, final_size, 0, TRUE);
8075 memmove (&dup_contents[dup_dot], scratch, copy_size);
8145 free (scratch);
7925 bfd_byte *scratch = NULL; local
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp61 unsigned char* base = (unsigned char*)gAtomContext->scratch;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h664 uint32_t scratch; member in struct:iwn_cmd_data
H A Dif_iwn.c3441 tx->scratch = 0; /* clear "scratch" area */
3523 /* Set physical address of "scratch area". */
3661 tx->scratch = 0; /* clear "scratch" area */
3727 /* Set physical address of "scratch area". */

Completed in 312 milliseconds