OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_pair
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/misc/
ifstat.c
267
void
format_pair
(FILE *fp, unsigned long long *vals, int i, int k)
function
340
format_pair
(fp, vals, 4, 6);
341
format_pair
(fp, vals, 5, 7);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py
167
for
format_pair
in ('bB', 'hH', 'iI', 'lL'):
169
signed_size = struct.calcsize(byteorder +
format_pair
[0])
170
unsigned_size = struct.calcsize(byteorder +
format_pair
[1])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py
167
for
format_pair
in ('bB', 'hH', 'iI', 'lL'):
169
signed_size = struct.calcsize(byteorder +
format_pair
[0])
170
unsigned_size = struct.calcsize(byteorder +
format_pair
[1])
Completed in 133 milliseconds