OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_suf
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py
730
SUFFIXES = [
_suf
for
_suf
, _mode, _tp in imp.get_suffixes()]
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py
730
SUFFIXES = [
_suf
for
_suf
, _mode, _tp in imp.get_suffixes()]
[
all
...]
/external/tcpdump/
print-802_11.c
704
#define PRINT_RATE(_sep, _r,
_suf
) \
705
ND_PRINT((ndo, "%s%2.1f%s", _sep, (.5 * ((_r) & 0x7f)),
_suf
))
[
all
...]
Completed in 289 milliseconds