OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gsm_sub
(Results
1 - 3
of
3
) sorted by null
/external/libgsm/src/
rpe.c
367
temp2 =
gsm_sub
( 6, exp ); /* see 4.2-15 for exp */
368
temp3 = gsm_asl( 1,
gsm_sub
( temp2, 1 ));
374
/* temp =
gsm_sub
( *xMc++ << 1, 7 ); */
add.c
29
word
gsm_sub
P2((a,b), word a, word b)
function
/external/libgsm/inc/
private.h
72
extern word
gsm_sub
P((word a, word b));
121
# define
GSM_SUB
(a, b) \
135
# define
GSM_SUB
(a, b)
gsm_sub
(a, b)
Completed in 31 milliseconds