HomeSort by relevance Sort by last modified time
    Searched defs:ANSI (Results 1 - 7 of 7) sorted by null

  /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...]
  /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...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 97 class ANSI:
127 format = ColorFormatter.ANSI
130 format = ColorFormatter.ANSI
131 if "--format=ansi" in argv:
132 argv.remove ("--format=ansi")
133 format = ColorFormatter.ANSI
  /external/scapy/scapy/tools/
UTscapy.py 113 ANSI = 2
217 "format": "ansi",
237 kw_ok=get_if_exist("kw_ok", []), kw_ko=get_if_exist("kw_ko", []), format=get_if_exist("format", "ansi"))
591 print("""Usage: UTscapy [-m module] [-f {text|ansi|HTML|LaTeX}] [-o output_file]
662 elif FORMAT == Format.ANSI:
686 FORMAT = Format.ANSI
791 Format.ANSI: scapy.autorun_get_ansi_interactive_session,
  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.h 128 #define ANSI
131 #define ANSI
134 #define ANSI
    [all...]
  /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
219 ANSI,
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 89 milliseconds