Searched defs:ABS (Results 1 - 17 of 17) sorted by relevance

/external/grub/stage2/
H A Dstart_eltorito.S40 #define ABS(x) (x-_start+BOOTSEC_LOCATION) define
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(MaxTransfe
[all...]
/external/grub/stage1/
H A Dstage1.S30 #define ABS(x) (x-_start+0x7c00) define
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(sector
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Darch.h71 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.h53 ABS, enumerator in enum:tokentype
/external/kernel-headers/original/asm-mips/
H A Dasm.h91 * ABS - export absolute symbol
93 #define ABS(symbol,value) \ macro
/external/chromium_org/third_party/icu/source/common/
H A Dutrie.c31 #undef ABS macro
32 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
254 return trie->data[ABS(block)+(c&UTRIE_MASK)];
552 trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]=0;
683 trie->index[i]=trie->map[ABS(trie->index[i])>>UTRIE_SHIFT];
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c35 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro
115 const GLint srcWidth = ABS(srcX1 - srcX0);
116 const GLint dstWidth = ABS(dstX1 - dstX0);
117 const GLint srcHeight = ABS(srcY1 - srcY0);
118 const GLint dstHeight = ABS(dstY1 - dstY0);
495 const GLint srcWidth = ABS(srcX1 - srcX0);
496 const GLint dstWidth = ABS(dstX1 - dstX0);
497 const GLint srcHeight = ABS(srcY1 - srcY0);
498 const GLint dstHeight = ABS(dstY1 - dstY0);
/external/icu4c/common/
H A Dutrie.cpp31 #undef ABS macro
32 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
254 return trie->data[ABS(block)+(c&UTRIE_MASK)];
552 trie->map[ABS(trie->index[i])>>UTRIE_SHIFT]=0;
683 trie->index[i]=trie->map[ABS(trie->index[i])>>UTRIE_SHIFT];
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c35 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro
115 const GLint srcWidth = ABS(srcX1 - srcX0);
116 const GLint dstWidth = ABS(dstX1 - dstX0);
117 const GLint srcHeight = ABS(srcY1 - srcY0);
118 const GLint dstHeight = ABS(dstY1 - dstY0);
495 const GLint srcWidth = ABS(srcX1 - srcX0);
496 const GLint dstWidth = ABS(dstX1 - dstX0);
497 const GLint srcHeight = ABS(srcY1 - srcY0);
498 const GLint dstHeight = ABS(dstY1 - dstY0);
/external/speex/libspeex/
H A Darch.h81 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmatrix.h40 #define ABS(x) (fabsf(x)) macro
/external/libpng/contrib/gregbook/
H A Drpng2-win.c109 #define ABS(a) ((a)<0?-(a):(a)) macro
978 gray = (double)MAX(ABS(y), ABS(x)) / grayspot;
985 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
H A Drpng2-x.c126 #define ABS(a) ((a)<0?-(a):(a)) macro
1248 gray = (double)MAX(ABS(y), ABS(x)) / grayspot;
1255 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
2013 gray = (double)MAX(ABS(y), ABS(x)) / grayspot;
2020 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
/external/llvm/lib/MC/
H A DMCStreamer.cpp65 MCSymbol *ABS = Context.CreateTempSymbol();
66 EmitAssignment(ABS, Expr);
67 return MCSymbolRefExpr::Create(ABS, Context);
121 const MCExpr *ABS = ForceExpAbs(Value); local
122 EmitValue(ABS, Size);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h40 #define ABS(x) (fabsf(x)) macro
/external/pixman/pixman/
H A Dpixman.c397 #define ABS(f) (((f) < 0)? (-(f)) : (f)) macro
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 498 milliseconds