/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-object.hh | 62 old.fini (); in replace_or_insert() 86 old.fini (); in remove() 115 void fini (lock_t &l) in fini() function 120 items.fini (); in fini() 129 old.fini (); in fini() 132 items.fini (); in fini() 151 void fini () { ref_count.set_relaxed (-0x0000DEAD); } in fini() function 170 void fini () { if (destroy) destroy (data); } in fini() function 185 void fini () { items.fini (lock); lock.fini (); } in fini() function 277 obj->header.ref_count.fini (); /* Do this before user_data */ in hb_object_fini() [all …]
|
D | hb-ot-cff2-table.hh | 147 void fini () { top_dict_values_t<>::fini (); } in fini() function 197 void fini () { dict_values_t<op_str_t>::fini (); } in fini() function 238 void fini () { dict_values_t<VAL>::fini (); } in fini() function 415 { fini (); return; } in init() 419 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } in init() 423 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init() 437 { fini (); return; } in init() 441 { fini (); return; } in init() 445 { fini (); return; } in init() 451 if (unlikely (!fontDictStr.sanitize (&sc))) { fini (); return; } in init() [all …]
|
D | hb-ot-cff1-table.hh | 596 bytesArray.fini (); in serialize() 688 void fini () { top_dict_values_t<cff1_top_dict_val_t>::fini (); } in fini() function 800 void fini () { dict_values_t<op_str_t>::fini (); } in fini() function 846 void fini () { dict_values_t<VAL>::fini (); } in fini() function 1016 { fini (); return; } in init() 1020 { fini (); return; } in init() 1024 { fini (); return; } in init() 1028 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } in init() 1032 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init() 1040 if (unlikely ((charset == &Null (Charset)) || !charset->sanitize (&sc))) { fini (); return; } in init() [all …]
|
D | hb-serialize.hh | 68 void fini () { links.fini (); } in fini() function 116 ~hb_serialize_context_t () { fini (); } in ~hb_serialize_context_t() 118 void fini () in fini() function 120 for (object_t *_ : ++hb_iter (packed)) _->fini (); in fini() 121 packed.fini (); in fini() 122 this->packed_map.fini (); in fini() 128 _->fini (); in fini() 130 object_pool.fini (); in fini() 162 fini (); in reset() 263 obj->fini (); in pop_discard() [all …]
|
D | hb-cff-interp-common.hh | 221 void fini () {} in fini() function 319 void fini () {} in fini() function 386 void fini () { elements.fini_deep (); } in fini() function 527 void fini () {} in fini() function 556 void fini () { values.fini_deep (); } in fini() function 598 void fini () { argStack.fini (); } in fini() function 679 ~interpreter_t() { fini (); } in ~interpreter_t() 681 void fini () { env.fini (); } in fini() function
|
D | hb-pool.hh | 38 ~hb_pool_t () { fini (); } in ~hb_pool_t() 40 void fini () in fini() function 46 chunks.fini (); in fini()
|
D | hb-cff2-interp-cs.hh | 44 void fini () in fini() function 46 number_t::fini (); in fini() 97 void fini () in fini() function 99 scalars.fini (); in fini() 100 SUPER::fini (); in fini()
|
D | hb-subset-cff1.cc | 91 void fini () { SUPER::fini (); } in fini() function 389 topdict_mod.fini (); in ~cff_subset_plan() 390 subset_fdselect_ranges.fini (); in ~cff_subset_plan() 391 fdmap.fini (); in ~cff_subset_plan() 395 fontdicts_mod.fini (); in ~cff_subset_plan() 396 subset_enc_code_ranges.fini (); in ~cff_subset_plan() 397 subset_enc_supp_codes.fini (); in ~cff_subset_plan() 398 subset_charset_ranges.fini (); in ~cff_subset_plan() 399 sidmap.fini (); in ~cff_subset_plan() 452 supp_codes.fini (); in plan_subset_encoding() [all …]
|
D | hb-priority-queue.hh | 43 ~hb_priority_queue_t () { fini (); } in ~hb_priority_queue_t() 52 void fini () { heap.fini (); } in fini() function
|
D | hb-ot-face.cc | 53 void hb_ot_face_t::fini () in fini() function in hb_ot_face_t 55 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini()
|
D | hb-bimap.hh | 44 void fini () in fini() function 46 forw_map.fini (); in fini() 47 back_map.fini (); in fini()
|
D | hb-cff-interp-dict-common.hh | 39 void fini () {} in fini() function 57 void fini () { dict_values_t<OPSTR>::fini (); } in fini() function
|
D | hb-subset-cff-common.hh | 298 void fini () in fini() function 303 local_closures.fini (); in fini() 330 void fini () { op_str_t::fini (); } in fini() function 427 void fini () { SUPER::fini_deep (); } in fini() function 535 ~subr_remaps_t () { fini (); } in ~subr_remaps_t() 556 void fini () in fini() function 558 global_remap.fini (); in fini() 579 closures.fini (); in ~subr_subsetter_t() 580 remaps.fini (); in ~subr_subsetter_t()
|
D | hb-ot-map.hh | 97 void fini () in fini() function 99 features.fini (); in fini() 102 lookups[table_index].fini (); in fini() 103 stages[table_index].fini (); in fini()
|
D | hb-aat-map.hh | 44 void fini () { chain_flags.fini (); } in fini() function
|
D | hb-ot-var-hvar-table.hh | 108 void fini () in fini() function 110 max_inners.fini (); in fini() 111 output_map.fini (); in fini() 164 ~hvarvvar_subset_plan_t() { fini (); } in ~hvarvvar_subset_plan_t() 227 void fini () in fini() function
|
D | hb-vector.hh | 68 ~hb_vector_t () { fini (); } in ~hb_vector_t() 83 void fini () in fini() function 92 arrayZ[i].fini (); in fini_deep() 93 fini (); in fini_deep()
|
D | hb-set.hh | 42 ~hb_sparseset_t () { fini (); } in ~hb_sparseset_t() 68 void fini_shallow () { s.fini (); } in fini_shallow() 69 void fini () in fini() function
|
D | hb-cff1-interp-cs.hh | 50 void fini () { SUPER::fini (); } in fini() function
|
/third_party/ltp/testcases/kernel/mem/shmt/ |
D | shmt10.c | 67 static void fini(int); 79 signal(SIGTERM, fini); in main() 163 static void fini(int sig) in fini() function
|
/third_party/elfutils/tests/ |
D | run-elfputzdata.sh | 36 Cannot compress 13 .fini 74 Cannot compress 13 .fini 113 Cannot compress 11 .fini 149 Cannot compress 11 .fini 189 Cannot compress 12 .fini 228 Cannot compress 12 .fini 271 Cannot compress 13 .fini 312 Cannot compress 13 .fini
|
D | run-strip-remove-keep.sh | 52 [13] .fini PROGBITS 080484bc 0004bc 00001e 0 AX 0 0 4 87 [13] .fini NOBITS 080484bc 000120 00001e 0 AX 0 0 4 138 [13] .fini PROGBITS 080484bc 0004bc 00001e 0 AX 0 0 4 174 [13] .fini NOBITS 080484bc 000120 00001e 0 AX 0 0 4 226 [12] .fini PROGBITS 0000000000000588 00000588 0000000e 0 AX 0 0 4 261 [12] .fini NOBITS 0000000000000588 000001c0 0000000e 0 AX 0 0 4 305 [12] .fini PROGBITS 0000000000000588 00000588 0000000e 0 AX 0 0 4 340 [12] .fini NOBITS 0000000000000588 000001c0 0000000e 0 AX 0 0 4 384 [13] .fini PROGBITS 080484bc 0004bc 00001e 0 AX 0 0 4 420 [13] .fini NOBITS 080484bc 000120 00001e 0 AX 0 0 4 [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_uma.h | 86 uma_init uminit, uma_fini fini, int align, uint32_t flags); 93 uma_init uminit, uma_fini fini, int align, uint32_t flags) { in uma_zcreate() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Constants.cpp | 327 …const dword fini[16] = {0x00000000, 0x00000080, 0x00008000, 0x00008080, 0x00800000, 0x00800080, 0x… in Constants() local 335 memcpy(&this->fini, &fini, sizeof(fini)); in Constants()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | Constants.cpp | 334 …const dword fini[16] = { 0x00000000, 0x00000080, 0x00008000, 0x00008080, 0x00800000, 0x00800080, 0… in Constants() local 342 memcpy(&this->fini, &fini, sizeof(fini)); in Constants()
|