OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_STMT_END
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-mutex-private.hh
74
# define HB_SCHED_YIELD() HB_STMT_START {}
HB_STMT_END
81
#define hb_mutex_impl_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIELD (); }
HB_STMT_END
83
#define hb_mutex_impl_finish(M) HB_STMT_START {}
HB_STMT_END
92
# define HB_SCHED_YIELD() HB_STMT_START {}
HB_STMT_END
99
#define hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; }
HB_STMT_END
101
#define hb_mutex_impl_finish(M) HB_STMT_START {}
HB_STMT_END
108
#define hb_mutex_impl_init(M) HB_STMT_START {}
HB_STMT_END
109
#define hb_mutex_impl_lock(M) HB_STMT_START {}
HB_STMT_END
110
#define hb_mutex_impl_unlock(M) HB_STMT_START {}
HB_STMT_END
111
#define hb_mutex_impl_finish(M) HB_STMT_START {}
HB_STMT_END
[
all
...]
hb-shape-plan.cc
56
}
HB_STMT_END
275
}
HB_STMT_END
357
}
HB_STMT_END
hb-ot-shape-complex-sea-machine.hh
107
}
HB_STMT_END
hb-ot-shape-complex-myanmar-machine.hh
278
}
HB_STMT_END
hb-private.hh
93
#define
HB_STMT_END
while (0)
133
}
HB_STMT_END
523
#define hb_be_uint16_put(v,V) HB_STMT_START { v[0] = (V>>8); v[1] = (V); }
HB_STMT_END
527
#define hb_be_uint32_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] = (V); }
HB_STMT_END
531
#define hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] = (V); }
HB_STMT_END
hb-buffer-serialize.cc
112
#define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); }
HB_STMT_END
hb-coretext.cc
553
}
HB_STMT_END
;
hb-ot-shape-complex-indic-machine.hh
[
all
...]
hb-uniscribe.cc
725
}
HB_STMT_END
;
/external/harfbuzz_ng/src/
hb-mutex-private.hh
74
# define HB_SCHED_YIELD() HB_STMT_START {}
HB_STMT_END
81
#define hb_mutex_impl_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIELD (); }
HB_STMT_END
83
#define hb_mutex_impl_finish(M) HB_STMT_START {}
HB_STMT_END
92
# define HB_SCHED_YIELD() HB_STMT_START {}
HB_STMT_END
99
#define hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; }
HB_STMT_END
101
#define hb_mutex_impl_finish(M) HB_STMT_START {}
HB_STMT_END
108
#define hb_mutex_impl_init(M) HB_STMT_START {}
HB_STMT_END
109
#define hb_mutex_impl_lock(M) HB_STMT_START {}
HB_STMT_END
110
#define hb_mutex_impl_unlock(M) HB_STMT_START {}
HB_STMT_END
111
#define hb_mutex_impl_finish(M) HB_STMT_START {}
HB_STMT_END
[
all
...]
hb-ot-shape-complex-sea-machine.rl
77
}
HB_STMT_END
hb-shape-plan.cc
56
}
HB_STMT_END
195
}
HB_STMT_END
263
}
HB_STMT_END
hb-ot-shape-complex-sea-machine.hh
107
}
HB_STMT_END
hb-ot-shape-complex-indic-machine.rl
101
}
HB_STMT_END
hb-ot-shape-complex-myanmar-machine.rl
100
}
HB_STMT_END
hb-ot-shape-complex-myanmar-machine.hh
278
}
HB_STMT_END
hb-private.hh
90
#define
HB_STMT_END
while (0)
130
}
HB_STMT_END
512
#define hb_be_uint16_put(v,V) HB_STMT_START { v[0] = (V>>8); v[1] = (V); }
HB_STMT_END
516
#define hb_be_uint32_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] = (V); }
HB_STMT_END
520
#define hb_be_uint24_put(v,V) HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] (V); }
HB_STMT_END
hb-buffer-serialize.cc
82
#define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); }
HB_STMT_END
hb-coretext.cc
188
}
HB_STMT_END
;
hb-uniscribe.cc
248
}
HB_STMT_END
;
hb-ot-shape-complex-indic-machine.hh
[
all
...]
Completed in 347 milliseconds