Home
last modified time | relevance | path

Searched refs:ABS (Results 1 – 25 of 43) sorted by relevance

12

/external/grub/stage2/
Dstart_eltorito.S40 #define ABS(x) (x-_start+BOOTSEC_LOCATION) macro
49 #define MSG(x) mov $ABS(x), %si; call message;
69 ljmp $0, $ABS(real_start)
93 mov %dl, ABS(BootDrive)
100 mov ABS(bi_length), %eax
107 mov ABS(bi_file), %eax
115 mov $ABS(firstlist - BOOTSEC_LISTSIZE), %si
117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
137 mov $ABS(dapa), %si /* Load up the DAPA */
145 cmp ABS(MaxTransfer), %bp
[all …]
Dapm.S70 movw %ax, ABS(EXT_C(apm_bios_info)) + 2
72 movl %ebx, ABS(EXT_C(apm_bios_info)) + 4
74 movw %cx, ABS(EXT_C(apm_bios_info)) + 8
76 movw %dx, ABS(EXT_C(apm_bios_info)) + 10
78 movl %esi, ABS(EXT_C(apm_bios_info)) + 14
80 movw %di, ABS(EXT_C(apm_bios_info)) + 18
102 movw %ax, ABS(EXT_C(apm_bios_info))
104 movw %cx, ABS(EXT_C(apm_bios_info)) + 12
109 andw $0xfffd, ABS(EXT_C(apm_bios_info)) + 12
Dstart.S35 # define ABS(x) (x-_start+0x2000) macro
37 # define ABS(x) (x-_start+0x8000) macro
41 #define MSG(x) movw $ABS(x), %si; call message
74 movw $ABS(firstlist - BOOTSEC_LISTSIZE), %di
Dasm.S42 # define ABS(x) ((x) - EXT_C(main) + 0x2200) macro
44 # define ABS(x) ((x) - EXT_C(main) + 0x8200) macro
71 ljmp $0, $ABS(codestart)
311 movl $ABS(int1_handler), %eax
436 movw $ABS(EXT_C(io_map)), %si
451 cmpw $(ABS(EXT_C(io_map)) + (IO_MAP_SIZE + 1) * 2), %si
482 movw %ax, ABS(int15_offset)
484 movw %ax, ABS(int15_segment)
487 movw $ABS(int15_handler), %ax
506 movw $ABS(int15_handler), %ax
[all …]
/external/grub/stage1/
Dstage1.S30 #define ABS(x) (x-_start+0x7c00) macro
33 #define MSG(x) movw $ABS(x), %si; call message
128 ljmp $0, $ABS(real_start)
145 MOV_MEM_TO_AL(ABS(boot_drive)) /* movb ABS(boot_drive), %al */
178 MOV_MEM_TO_AL(ABS(force_lba)) /* movb ABS(force_lba), %al */
189 movw $ABS(disk_address_packet), %si
194 movl ABS(stage2_sector), %ebx
250 movw $ABS(sectors), %si
280 movl ABS(stage2_sector), %eax
350 movw ABS(stage2_segment), %es
[all …]
/external/speex/libspeex/
Dltp.h46 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -SHR16(g[0],1)) + (g[2]>0 ? g[2] : -SHR1…
48 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -.5*g[0]) + (g[2]>0 ? g[2] : -.5*g[2]))
Dnb_celp.c381 (ABS(2*nol_pitch[i]-ol_pitch)<=2 || ABS(3*nol_pitch[i]-ol_pitch)<=3 || in nb_encode()
382 ABS(4*nol_pitch[i]-ol_pitch)<=4 || ABS(5*nol_pitch[i]-ol_pitch)<=5)) in nb_encode()
1238 lsp_dist = ADD32(lsp_dist, EXTEND32(ABS(st->old_qlsp[i] - qlsp[i]))); in nb_decode()
1367 …if ((tmp>best_pitch_gain&&ABS(2*best_pitch-pitch)>=3&&ABS(3*best_pitch-pitch)>=4&&ABS(4*best_pitch… in nb_decode()
1368 …ULT16_16_Q15(QCONST16(.6,15),best_pitch_gain)&&(ABS(best_pitch-2*pitch)<3||ABS(best_pitch-3*pitch)… in nb_decode()
1369 …_16_Q15(QCONST16(.67,15),tmp)>best_pitch_gain&&(ABS(2*best_pitch-pitch)<3||ABS(3*best_pitch-pitch)… in nb_decode()
Dfilters.c697 (ABS(2*nol_pitch[i]-corr_pitch)<=2 || ABS(3*nol_pitch[i]-corr_pitch)<=3 || in multicomb()
698 ABS(4*nol_pitch[i]-corr_pitch)<=4 || ABS(5*nol_pitch[i]-corr_pitch)<=5)) in multicomb()
Darch.h81 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button.mm51 return (ABS(xDelta) >= xHysteresis) || (ABS(yDelta) >= yHysteresis);
58 return (ABS(xDelta) >= xHysteresis) || (ABS(yDelta) >= yHysteresis);
/external/quake/quake/src/QW/scitech/include/
Ddebug.h228 #ifndef ABS
229 # define ABS(a) ((a) >= 0 ? (a) : -(a)) macro
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DDEBUG.H228 #ifndef ABS
229 # define ABS(a) ((a) >= 0 ? (a) : -(a)) macro
/external/bluetooth/glib/glib/
Dgmacros.h196 #undef ABS
197 #define ABS(a) (((a) < 0) ? -(a) : (a)) macro
/external/llvm/lib/MC/
DMCStreamer.cpp53 MCSymbol *ABS = Context.CreateTempSymbol(); in ForceExpAbs() local
54 EmitAssignment(ABS, Expr); in ForceExpAbs()
55 return MCSymbolRefExpr::Create(ABS, Context); in ForceExpAbs()
111 const MCExpr *ABS = ForceExpAbs(Value); in EmitAbsValue() local
112 EmitValue(ABS, Size, AddrSpace); in EmitAbsValue()
/external/dbus/dbus/
Ddbus-internals.h248 #undef ABS
249 #define ABS(a) (((a) < 0) ? -(a) : (a)) macro
Ddbus-sysdeps-util.c135 if (ABS(3.5 - val) > 1e-6) in _dbus_sysdeps_test()
/external/libpng/contrib/gregbook/
Drpng2-win.c109 #define ABS(a) ((a)<0?-(a):(a)) macro
978 gray = (double)MAX(ABS(y), ABS(x)) / grayspot; in rpng2_win_load_bg_image()
985 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh)); in rpng2_win_load_bg_image()
Drpng2-x.c126 #define ABS(a) ((a)<0?-(a):(a)) macro
1248 gray = (double)MAX(ABS(y), ABS(x)) / grayspot; in rpng2_x_load_bg_image()
1255 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh)); in rpng2_x_load_bg_image()
2013 gray = (double)MAX(ABS(y), ABS(x)) / grayspot; in rpng2_x_reload_bg_image()
2020 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh)); in rpng2_x_reload_bg_image()
/external/icu4c/common/
Dutrie.c31 #undef ABS
32 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
254 return trie->data[ABS(block)+(c&UTRIE_MASK)]; in utrie_get32()
552 trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]=0; in _findUnusedBlocks()
683 trie->index[i]=trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]; in utrie_compact()
/external/webkit/Tools/android/flex-2.5.4a/
Dgen.c240 ecgroup[i] = ABS( ecgroup[i] ); in genecs()
942 i, ABS( tecbck[i] ) ); in gentabs()
944 mkdata( ABS( tecbck[i] ) ); in gentabs()
Dflexdef.h111 #ifndef ABS
112 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
Ddfa.c207 ec = ABS( ecgroup[i] );
996 else if ( ABS( ecgroup[sym] ) == transsym )
/external/webkit/Source/WebKit/mac/Misc/
DWebNSViewExtras.m96 … float deltax = ABS([nextEvent locationInWindow].x - [mouseDownEvent locationInWindow].x);
97 … float deltay = ABS([nextEvent locationInWindow].y - [mouseDownEvent locationInWindow].y);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm136 (ABS(yDelta)/ABS(xDelta)) >= kDownProportion)
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c541 #define ABS(x) ((x) < 0 ? -(x) : (x)) in sendPacket()
747 dl_abssaplen = ABS(dlp->info_ack.dl_sap_length); in openInterface()

12