HomeSort by relevance Sort by last modified time
    Searched refs:ANSI (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoa.h 59 #ifndef ANSI
60 #define ANSI(x) x
62 #endif /* ANSI */
121 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
123 extern char* hdtoa ANSI((double d, const char *xdigs, int ndigits, int *decpt,
125 extern char* ldtoa ANSI((long double *ld, int mode, int ndigits, int *decpt,
127 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits,
130 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
132 extern void freedtoa ANSI((char*));
133 extern float strtof ANSI((CONST char *, char **));
    [all...]
gdtoaimp.h 209 extern Char *MALLOC ANSI((size_t));
488 extern void memcpy_D2A ANSI((void*, const void*, size_t));
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h 48 #ifndef ANSI
50 #define ANSI(x) ()
53 #define ANSI(x) x
56 #endif /* ANSI */
107 extern char* __dtoa ANSI((double d, int mode, int ndigits, int *decpt,
109 extern char* __gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
111 extern void __freedtoa ANSI((char*));
112 extern float strtof ANSI((CONST char *, char **));
113 extern double strtod ANSI((CONST char *, char **));
114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*))
    [all...]
gdtoaimp.h 202 extern Char *MALLOC ANSI((size_t));
486 extern void memcpy_D2A ANSI((void*, const void*, size_t));
574 extern Bigint *Balloc ANSI((int));
575 extern void Bfree ANSI((Bigint*));
576 extern void ULtof ANSI((ULong*, ULong*, Long, int));
577 extern void ULtod ANSI((ULong*, ULong*, Long, int));
578 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
579 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
580 extern void ULtox ANSI((UShort*, ULong*, Long, int));
581 extern void ULtoxL ANSI((ULong*, ULong*, Long, int))
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 61 class ANSI:
91 format = ColorFormatter.ANSI
94 format = ColorFormatter.ANSI
95 if "--format=ansi" in argv:
96 argv.remove ("--format=ansi")
97 format = ColorFormatter.ANSI
  /external/libcap/libcap/
Makefile 44 perl -e 'print "struct __cap_token_s { const char *name; int index; };\n%{\nconst struct __cap_token_s *__cap_lookup_name(const char *, unsigned int);\n%}\n%%\n"; while ($$l = <>) { $$l =~ s/[\{\"]//g; $$l =~ s/\}.*// ; print $$l; }' < $< | gperf --ignore-case --language=ANSI-C --readonly --null-strings --global-table --hash-function-name=__cap_hash_name --lookup-function-name="__cap_lookup_name" -c -t -m20 $(INDENT) > $@
  /frameworks/av/media/libaudioclient/include/media/
ToneGenerator.h 57 TONE_SUP_RADIO_ACK, // Radio path acknowlegment, CEPT, ANSI: 425Hz, 200ms ON
185 // ANSI supervisory tones
207 ANSI,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-1.d 19 <2e> DW_AT_language : 1 \(ANSI C\)
dwarf2-2.d 19 <2e> DW_AT_language : 1 \(ANSI C\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
dw2-compress-1.d 18 <2e> DW_AT_language : 1 \(ANSI C\)
  /build/soong/cc/config/
clang.go 88 // Force clang to always output color diagnostics. Ninja will strip the ANSI
  /build/soong/cmd/javac_filter/
javac_filter.go 16 // an ANSI colorized version of the output on stdout.
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1a.d 39 <10> DW_AT_language : 1 \(ANSI C\)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
compressed-1a.d 39 <10> DW_AT_language : 1 \(ANSI C\)
  /prebuilts/go/darwin-x86/src/crypto/aes/
block.go 6 // ANSI C implementation, which carries the following notice:
12 // Optimised ANSI C code for the Rijndael cipher (now AES)
  /prebuilts/go/linux-x86/src/crypto/aes/
block.go 6 // ANSI C implementation, which carries the following notice:
12 // Optimised ANSI C code for the Rijndael cipher (now AES)
  /build/soong/ui/build/
util.go 110 // stripAnsiEscapes strips ANSI control codes from a byte array in place.
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_unix.go 133 // ANSI X9.31 (== X9.17) algorithm, but using AES in place of 3DES.
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_unix.go 133 // ANSI X9.31 (== X9.17) algorithm, but using AES in place of 3DES.
  /toolchain/binutils/binutils-2.25/gas/
configure.com 169 /* Define to 1 if you have the ANSI C header files. */
  /external/icu/icu4c/source/
runConfigureICU 46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
  /external/ltp/utils/ffsb-6.0-rc2/
configure     [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 304 // Marshal converts a point into the form specified in section 4.3.6 of ANSI X9.62.
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 304 // Marshal converts a point into the form specified in section 4.3.6 of ANSI X9.62.
  /external/iputils/ninfod/
configure     [all...]

Completed in 451 milliseconds

1 2 3 4