Searched refs:remainder (Results 1 - 23 of 23) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/utilities/
H A Dutmath.c47 * Out_remainder - Pointer to where the remainder is returned
53 * 32-bit remainder.
81 * The quotient is 64 bits, the remainder is always 32 bits,
109 * Out_remainder - Pointer to where the remainder is returned
127 uint64_overlay remainder; local
152 remainder.part.hi = 0;
155 * The quotient is 64 bits, the remainder is always 32 bits,
161 quotient.part.lo, remainder.part.lo);
192 * The 64-bit remainder must be generated.
198 remainder
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/hardware/
H A Dhwtimer.c135 u32 remainder = 0; local
185 * 2. Compute the number of milliseconds in the remainder from step #1
187 * 3. Compute the number of microseconds in the remainder from step #2
201 remainder = delta_ticks % PM_TIMER_FREQUENCY;
205 milliseconds = (remainder * 1000) / PM_TIMER_FREQUENCY;
206 remainder = (remainder * 1000) % PM_TIMER_FREQUENCY;
210 microseconds = (remainder * 1000) / PM_TIMER_FREQUENCY;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Dudiv.S9 * Division and remainder, from Appendix E of the Sparc Version 8
30 * R the remainder so far, initially the dividend
168 ! remainder is positive
173 ! remainder is positive
178 ! remainder is positive
183 ! remainder is positive
189 ! remainder is negative
195 ! remainder is negative
200 ! remainder is positive
206 ! remainder i
[all...]
H A Durem.S8 * Division and remainder, from Appendix E of the Sparc Version 8
29 * R the remainder so far, initially the dividend
166 ! remainder is positive
171 ! remainder is positive
176 ! remainder is positive
181 ! remainder is positive
187 ! remainder is negative
193 ! remainder is negative
198 ! remainder is positive
204 ! remainder i
[all...]
H A Drem.S9 * Division and remainder, from Appendix E of the Sparc Version 8
30 * R the remainder so far, initially the dividend
183 ! remainder is positive
188 ! remainder is positive
193 ! remainder is positive
198 ! remainder is positive
205 ! remainder is negative
211 ! remainder is negative
216 ! remainder is positive
222 ! remainder i
[all...]
H A Dsdiv.S9 * Division and remainder, from Appendix E of the Sparc Version 8
30 * R the remainder so far, initially the dividend
183 ! remainder is positive
188 ! remainder is positive
193 ! remainder is positive
198 ! remainder is positive
204 ! remainder is negative
210 ! remainder is negative
215 ! remainder is positive
221 ! remainder i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-algo-ite.c265 int loops, remainder, i, j; local
277 remainder = count % 32;
309 if(remainder) {
310 iic_outw(adap, ITE_I2CFBCR, remainder);
311 for(i=0; i<remainder/2; i++) {
348 int loops, remainder, j; local
355 remainder = count % 32;
399 if(remainder) {
400 remainder=(remainder
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/executer/
H A Dexutils.c399 u32 remainder; local
409 acpi_ut_short_divide (&value, 10, &value, &remainder);
410 out_string[count-1] = (NATIVE_CHAR) ('0' + remainder);
H A Dexconvrt.c299 u32 remainder; local
310 remainder = 0;
316 acpi_ut_short_divide (&digit, 10, &digit, &remainder);
326 string[k] = (u8) (ASCII_ZERO + remainder);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Ddirectory.c30 int remainder; local
57 remainder = dir->i_sb->s_blocksize - loffset;
58 memcpy((uint8_t *)ad, (*bh)->b_data + loffset, remainder);
67 memcpy((uint8_t *)ad + remainder, (*bh)->b_data, ad_size - remainder);
68 *offset = ad_size - remainder;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/adfs/
H A Ddir_fplus.c104 unsigned int buffer, partial, remainder; local
116 remainder = len - partial;
119 memcpy(c + partial, dir->bh[buffer + 1]->b_data, remainder);
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dsflash.c424 uint blocksize = 0, mask, cur_offset, cur_length, cur_retlen, remainder; local
454 remainder = blocksize - (offset & mask);
455 if (len < remainder)
458 cur_retlen = remainder;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Dmach64_gx.c481 u16 remainder, preRemainder; local
514 remainder = tempB % mach64RefFreq;
517 if ((tempB & 0xffff) <= 127 && (remainder <= preRemainder)) {
518 preRemainder = remainder;
721 u16 remainder, preRemainder; local
753 remainder = tempB % mach64RefFreq;
755 if (((tempB & 0xFFFF) <= 255) && (remainder <= preRemainder)) {
756 preRemainder = remainder;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_merge.c176 * remainder - used to track the residual size of the last
189 int * remainder)
196 if( remainder != NULL ) {
197 reqsize = *remainder;
260 if( remainder != NULL ) {
261 *remainder = reqsize;
186 __count_segments(struct request *req, int use_clustering, int dma_host, int * remainder) argument
H A Dst.c332 int remainder;
344 remainder = (SCpnt->sense_buffer[3] << 24) |
349 remainder = 0;
351 remainder > 0)
330 int remainder; local
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S77 # 0x10(sp) = pointer to location to place quotient/remainder #
80 # 0x10(sp) = points to location of remainder/quotient. #
81 # remainder is in first longword, quotient is in 2nd. #
199 tst.b NDIVIDEND(%a6) # remainder has same sign
278 # The quotient is returned in %d6, remainder in %d5, unless the #
295 # longword of the dividend as (0) remainder (see Knuth) and merely complete
296 # the last two divisions to get a quotient longword and word remainder:
314 swap %d5 # now remainder
355 andi.l &0x0000ffff, %d1 # zero any remainder
429 # add 2nd word to quotient, get the remainder
[all...]
H A Disp.S2070 # quotient and remainder in the appropriate data registers on the stack.#
2169 tst.b NDIVIDEND(%a6) # remainder has same sign
2201 mov.l %d5, (EXC_DREGS,%a6,%d0.w*4) # save remainder
2228 # The quotient is returned in %d6, remainder in %d5, unless the #
2245 # longword of the dividend as (0) remainder (see Knuth) and merely complete
2246 # the last two divisions to get a quotient longword and word remainder:
2264 swap %d5 # now remainder
2305 andi.l &0x0000ffff, %d1 # zero any remainder
2379 # add 2nd word to quotient, get the remainder.
2381 # shift down one word/digit to renormalize remainder
[all...]
H A Dfplsp.S5472 #--case, reduce argument by one remainder step to make subsequent reduction
5501 #--Intermeditate remainder is 66-bit long; (R,r) in (FP0,FP1)
5903 #--case, reduce argument by one remainder step to make subsequent reduction
5932 #--Intermeditate remainder is 66-bit long; (R,r) in (FP0,FP1)
H A Dfpsp.S5578 #--case, reduce argument by one remainder step to make subsequent reduction
5607 #--Intermeditate remainder is 66-bit long; (R,r) in (FP0,FP1)
6009 #--case, reduce argument by one remainder step to make subsequent reduction
6038 #--Intermeditate remainder is 66-bit long; (R,r) in (FP0,FP1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dite8172.c1093 int cnt, remainder, avail; local
1151 * is just the last remainder of an audio record. If not
1157 remainder = db->count % db->fragsize;
1158 if (remainder) {
1159 db->nextOut += remainder;
1162 db->count -= remainder;
1176 int cnt, remainder, avail; local
1235 * is just the last remainder of an audio playback. If not
1241 remainder = db->count % db->fragsize;
1242 if (remainder) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dstan.S318 |--case, reduce argument by one remainder step to make subsequent reduction
343 |--Intermediate remainder is 66-bit long; (R,r) in (FP0,FP1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dhcl.c951 char **remainder)
948 hwgraph_path_lookup( devfs_handle_t start_vertex_handle, char *lookup_path, devfs_handle_t *vertex_handle_ptr, char **remainder) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Diphase.h243 u_short remainder; /* ABR and UBR fields - last 10 bits*/ member in struct:main_vc

Completed in 221 milliseconds