OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICHAR
(Results
1 - 2
of
2
) sorted by null
/external/eigen/blas/fortran/
lsame.f
28
INTRINSIC
ICHAR
41
ZCODE =
ICHAR
('Z')
44
* machines, on which
ICHAR
returns a value with bit 8 set.
45
*
ICHAR
('A') on Prime machines returns 193 which is the same as
46
*
ICHAR
('A') on an EBCDIC machine.
48
INTA =
ICHAR
(CA)
49
INTB =
ICHAR
(CB)
/external/expat/lib/
xmlparse.c
36
typedef unsigned short
ICHAR
;
44
typedef char
ICHAR
;
[
all
...]
Completed in 55 milliseconds