OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:non_zerop
(Results
1 - 2
of
2
) sorted by null
/external/netperf/src/missing/
inet_ntop.c
110
int
non_zerop
= 0;
local
112
if (
non_zerop
|| n / 100 > 0) {
115
non_zerop
= 1;
117
if (
non_zerop
|| n / 10 > 0) {
120
non_zerop
= 1;
/external/tcpdump/missing/
inet_ntop.c
74
int
non_zerop
= 0;
local
76
if (
non_zerop
|| n / 100 > 0) {
79
non_zerop
= 1;
81
if (
non_zerop
|| n / 10 > 0) {
84
non_zerop
= 1;
Completed in 587 milliseconds