OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_shapers
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-shaper.cc
41
static const hb_shaper_pair_t *
static_shapers
;
variable
46
if (unlikely (
static_shapers
!= all_shapers))
47
free ((void *)
static_shapers
);
54
hb_shaper_pair_t *shapers = (hb_shaper_pair_t *) hb_atomic_ptr_get (&
static_shapers
);
60
(void) hb_atomic_ptr_cmpexch (&
static_shapers
, NULL, &all_shapers[0]);
67
(void) hb_atomic_ptr_cmpexch (&
static_shapers
, NULL, &all_shapers[0]);
98
if (!hb_atomic_ptr_cmpexch (&
static_shapers
, NULL, shapers)) {
/external/harfbuzz_ng/src/
hb-shaper.cc
41
static const hb_shaper_pair_t *
static_shapers
;
variable
46
if (unlikely (
static_shapers
!= all_shapers))
47
free ((void *)
static_shapers
);
54
hb_shaper_pair_t *shapers = (hb_shaper_pair_t *) hb_atomic_ptr_get (&
static_shapers
);
60
(void) hb_atomic_ptr_cmpexch (&
static_shapers
, NULL, &all_shapers[0]);
67
(void) hb_atomic_ptr_cmpexch (&
static_shapers
, NULL, &all_shapers[0]);
98
if (!hb_atomic_ptr_cmpexch (&
static_shapers
, NULL, shapers)) {
Completed in 53 milliseconds