OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_STMT_START
(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_EN
[
all
...]
hb-shape-plan.cc
48
HB_STMT_START
{ \
271
HB_STMT_START
{ \
354
HB_STMT_START
{ \
hb-ot-shape-complex-sea-machine.hh
100
HB_STMT_START
{ \
hb-ot-shape-complex-myanmar-machine.hh
271
HB_STMT_START
{ \
hb-private.hh
92
#define
HB_STMT_START
do
130
HB_STMT_START
{ \
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
550
HB_STMT_START
{ \
hb-ot-shape-complex-indic-machine.hh
[
all
...]
hb-uniscribe.cc
722
HB_STMT_START
{ \
/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_EN
[
all
...]
hb-ot-shape-complex-sea-machine.rl
70
HB_STMT_START
{ \
hb-shape-plan.cc
48
HB_STMT_START
{ \
191
HB_STMT_START
{ \
260
HB_STMT_START
{ \
hb-ot-shape-complex-sea-machine.hh
100
HB_STMT_START
{ \
hb-ot-shape-complex-indic-machine.rl
94
HB_STMT_START
{ \
hb-ot-shape-complex-myanmar-machine.rl
93
HB_STMT_START
{ \
hb-ot-shape-complex-myanmar-machine.hh
271
HB_STMT_START
{ \
hb-private.hh
89
#define
HB_STMT_START
do
127
HB_STMT_START
{ \
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
185
HB_STMT_START
{ \
hb-uniscribe.cc
245
HB_STMT_START
{ \
hb-ot-shape-complex-indic-machine.hh
[
all
...]
Completed in 304 milliseconds