OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typenum
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_sysv.c
177
unsigned short
typenum
= (*ptr)->type;
local
179
typenum
= translate_float (cif->abi,
typenum
);
181
switch (
typenum
)
439
unsigned int
typenum
= (*ptr)->type;
local
441
typenum
= translate_float (ecif->cif->abi,
typenum
);
444
switch (
typenum
)
729
unsigned short
typenum
= arg_types[i]->type;
local
732
typenum
= translate_float (cif->abi, typenum)
[
all
...]
/external/ppp/pppd/
eap.c
1042
eap_send_response(esp, id,
typenum
, str, lenstr)
1045
u_char
typenum
;
1061
PUTCHAR(
typenum
, outp);
1316
u_char
typenum
;
local
1726
u_char
typenum
;
local
[
all
...]
Completed in 116 milliseconds