OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_WORD
(Results
1 - 2
of
2
) sorted by null
/external/libgsm/inc/
private.h
46
#define
MAX_WORD
32767
112
* ((ltmp = (longword)(a) + (longword)(b)) >=
MAX_WORD
\
113
* ?
MAX_WORD
: ltmp <= MIN_WORD ? MIN_WORD : ltmp)
119
MAX_WORD
- MIN_WORD ? (ltmp > 0 ?
MAX_WORD
: MIN_WORD) : ltmp)
122
((ltmp = (longword)(a) - (longword)(b)) >=
MAX_WORD
\
123
?
MAX_WORD
: ltmp <= MIN_WORD ? MIN_WORD : ltmp)
125
# define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ?
MAX_WORD
: -(a)) : (a))
/external/hyphenation/
hyphen.c
522
#define
MAX_WORD
256
528
char prep_word_buf[
MAX_WORD
];
537
if (word_size + 3 <
MAX_WORD
)
710
char prep_word_buf[
MAX_WORD
];
898
char * rep2_buf[
MAX_WORD
];
899
int pos2_buf[
MAX_WORD
];
900
int cut2_buf[
MAX_WORD
];
901
char hyphens2_buf[
MAX_WORD
];
[
all
...]
Completed in 59 milliseconds