Searched refs:junk (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dsubmul_1.S41 addc r7,r7,r8 # invert cy (r7 is junk)
53 addc r7,r7,r8 # invert cy (r7 is junk)
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp275 double junk = (value * scaleFactor) - (double)fixed; local
278 // " : junk == %.12f\n", junk));
281 if (junk * scaleFactor < 0.5)
284 if (junk * scaleFactor >= 0.5)
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c819 char junk[PACKETSZ]; local
821 n = read(statp->_vcsock, junk,
822 (len > sizeof junk) ? sizeof junk : len);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c1045 void *junk; local
1078 if ((junk = hash_delete(&bc.ht, ce->dev, ce->block_num)) != ce) {
1081 ce->block_num, junk, ce);
1402 void *junk; local
1445 if ((junk = hash_delete(&bc.ht, ce->dev, ce->block_num)) != ce) {
1447 "%p != %p\n", ce->block_num, junk, ce);

Completed in 60 milliseconds