HomeSort by relevance Sort by last modified time
    Searched refs:Char (Results 26 - 50 of 444) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
Rtc.c 30 It assumes the input Char is in the scope of L'0' ~ L'9' and L'A' ~ L'F'
32 @param Char The input char which need to change to a hex number.
37 IN CHAR16 Char
40 if ((Char >= L'0') && (Char <= L'9')) {
41 return (UINTN) (Char - L'0');
44 if ((Char >= L'A') && (Char <= L'F')) {
45 return (UINTN) (Char - L'A' + 0xA);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 137 typedef u_short Char;
141 #define M_QUOTE (Char)0x80
142 #define M_PROTECT (Char)0x40
143 #define M_MASK (Char)0xff
144 #define M_ASCII (Char)0x7f
146 typedef char Char;
151 #define CHAR(c) ((Char)((c)&M_ASCII))
152 #define META(c) ((Char)((c)|M_QUOTE))
    [all...]
  /external/libedit/src/
prompt.c 38 static char sccsid[] = "@(#)prompt.c 8.1 (Berkeley) 6/4/93";
50 private Char *prompt_default(EditLine *);
51 private Char *prompt_default_r(EditLine *);
56 private Char *
60 static Char a[3] = {'?', ' ', '\0'};
69 private Char *
73 static Char a[1] = {'\0'};
86 Char *p;
97 p = ct_decode_string((char *)(void *)(*elp->p_func)(el),
149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide
    [all...]
read.h 38 typedef int (*el_rfunc_t)(EditLine *, Char *);
chartype.c 77 public char *
78 ct_encode_string(const Char *s, ct_buffer_t *conv)
80 char *dst;
111 public Char *
112 ct_decode_string(const char *s, ct_buffer_t *conv)
135 protected Char **
136 ct_decode_argv(int argc, const char *argv[], ct_buffer_t *conv)
140 Char *p;
141 Char **wargv;
176 ct_enc_width(Char c
    [all...]
chartype.h 74 #define Char wchar_t
128 #define Char char
135 #define UC(c) (unsigned char)(c)
137 #define Isalpha(x) isalpha((unsigned char)x)
138 #define Isalnum(x) isalnum((unsigned char)x)
139 #define Isgraph(x) isgraph((unsigned char)x)
140 #define Isspace(x) isspace((unsigned char)x)
141 #define Isdigit(x) isdigit((unsigned char)x)
142 #define Iscntrl(x) iscntrl((unsigned char)x
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/GdbSerialLib/
GdbSerialLib.c 68 CHAR8 Char;
71 Char = MmioRead8(RBR);
73 return Char;
79 IN CHAR8 Char
86 MmioWrite8(THR, Char);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/GdbSerialLib/
GdbSerialLib.c 69 CHAR8 Char;
72 Char = MmioRead8(RBR);
74 return Char;
80 IN CHAR8 Char
87 MmioWrite8(THR, Char);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/GdbSerialLib/
GdbSerialLib.c 69 CHAR8 Char;
72 Char = MmioRead8(RBR);
74 return Char;
80 IN CHAR8 Char
87 MmioWrite8(THR, Char);
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/GdbSerialLib/
GdbSerialLib.c 68 CHAR8 Char;
71 Char = MmioRead8(RBR);
73 return Char;
79 IN CHAR8 Char
86 MmioWrite8(THR, Char);
  /external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp 25 typedef char Char;
26 typedef Char* Carp;
35 typedef char Char;
36 typedef Char* Carp;
38 Int main(Int argc, Carp argv[], Char *env[]) {
70 int main(int argc, const char* const* argv) {
86 typedef char charT;
92 typedef char charT
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 140 @param[in] Char Next character.
149 IN CHAR8 Char,
161 if (Char == ' ' || Char == '\r' || Char == '\n') {
170 if (Char == '@') {
177 if (Char == '[') {
181 if (Char == ':') {
188 if (Char == ']') {
192 if (Char == ':' && *IsRightBracket) {
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
num_put.cpp 29 template <class Char>
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping,
32 Char separator, Char Plus, Char Minus,
47 Char* cur_group = last; // Points immediately beyond the rightmost
72 template <class Char, class Str>
74 __insert_grouping_aux( /* __basic_iostring<Char> */ Str& iostr, size_t __group_pos,
76 Char separator, Char Plus, Char Minus
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
num_put.cpp 29 template <class Char>
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping,
32 Char separator, Char Plus, Char Minus,
47 Char* cur_group = last; // Points immediately beyond the rightmost
72 template <class Char, class Str>
74 __insert_grouping_aux( /* __basic_iostring<Char> */ Str& iostr, size_t __group_pos,
76 Char separator, Char Plus, Char Minus
    [all...]
  /external/fmtlib/fmt/
format.h 407 char buffer[2]; // The buffer size must be >= 2 or _ecvt_s will fail.
425 template <typename Char>
428 typedef BasicWriter<char> Writer;
431 template <typename Char>
434 template <typename Impl, typename Char>
451 | StringRef | BasicStringRef<char> |
466 template <typename Char>
469 const Char *data_;
474 BasicStringRef(const Char *s, std::size_t size) : data_(s), size_(size) {}
479 the size with ``std::char_traits<Char>::length``
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_messagekey.h 14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char };
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialLib/
GdbSerialLib.c 199 CHAR8 Char;
206 Char = IoRead8 (gPort);
209 DEBUG ((EFI_D_ERROR, "<%c<", Char));
210 return Char;
218 @param Char Send a character to GDB
225 IN CHAR8 Char
231 DEBUG ((EFI_D_ERROR, ">%c>", Char));
238 IoWrite8 (gPort, Char);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
ParserValidate.py 34 # Whether char input is a Hex data bit
36 # @param TempChar: The char to test
48 # Whether char input is a Hex data.
50 # @param TempChar: The char to test
324 for Char in Guid:
325 if Char not in '{},\t ':
326 Value += Char
360 if Char in '{},':
361 SepValue += Char
391 # The first char should be alpha, _ or Digit.
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cstrings.swg 10 %define %typemaps_cstring(Name, Char,
22 * %cstring_input_binary(Char *buff, int size);
23 * void foo(Char *buff, int size) {
30 (int res, Char *buf = 0, size_t size = 0, int alloc = 0) {
51 * %cstring_bounded_output(Char *outx, 512);
52 * void foo(Char *outx) {
59 %typemap(in,noblock=1,numinputs=0) TYPEMAP (Char temp[MAX+1]) {
77 * %cstring_chunk_output(Char *outx, 512);
78 * void foo(Char *outx) {
85 %typemap(in,noblock=1,numinputs=0) TYPEMAP(Char temp[SIZE])
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 193 IN unsigned char *Address,
227 IN unsigned char *Address
233 CHAR8 Char;
243 Char = mHexToStr[*Address >> 4];
244 if ((Char >= 'A') && (Char <= 'F')) {
245 Char = Char - 'A' + 'a';
247 *OutBufPtr++ = Char;
249 Char = mHexToStr[*Address & 0x0f];
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/SimpleTextInOutSerial/
SimpleTextInOut.c 248 IN CHAR16 Char
254 if (Char == CHAR_NULL ||
255 Char == CHAR_BACKSPACE ||
256 Char == CHAR_LINEFEED ||
257 Char == CHAR_CARRIAGE_RETURN ||
258 Char == CHAR_TAB ) {
297 CHAR8 Char;
303 SerialPortRead ((UINT8 *)&Char, 1);
314 if (Char == 0x1b) {
315 SerialPortRead ((UINT8 *)&Char, 1);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
Debug.c 32 CHAR8 Char
35 *(UINT8 *)(UINTN)(0x000b8000 + mHeaderIndex) = Char;
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Debug.c 29 CHAR8 Char
32 *(UINT8 *)(UINTN)(0x000b8000 + mHeaderIndex) = Char;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
GdbSerialLib.h 81 @param Char Send a character to GDB
88 IN CHAR8 Char
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 185 CHAR8 Char;
195 Char = mHexToStr[(UINT8)((*FindPointerToRegister(SystemContext, RegNumber) >> (RegSize+4)) & 0xf)];
196 if ((Char >= 'A') && (Char <= 'F')) {
197 Char = Char - 'A' + 'a';
199 *OutBufPtr++ = Char;
201 Char = mHexToStr[(UINT8)((*FindPointerToRegister(SystemContext, RegNumber) >> RegSize) & 0xf)];
202 if ((Char >= 'A') && (Char <= 'F')) {
    [all...]

Completed in 1523 milliseconds

12 3 4 5 6 7 8 91011>>