| /external/boringssl/src/crypto/lhash/ | 
| D | lhash.c | 126 void OPENSSL_lh_free(_LHASH *lh) {  in OPENSSL_lh_free() 143 size_t OPENSSL_lh_num_items(const _LHASH *lh) { return lh->num_items; }  in OPENSSL_lh_num_items() 152 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash,  in get_next_ptr_and_hash() 174 static LHASH_ITEM **get_next_ptr_by_key(const _LHASH *lh, const void *key,  in get_next_ptr_by_key() 189 void *OPENSSL_lh_retrieve(const _LHASH *lh, const void *data,  in OPENSSL_lh_retrieve() 197 void *OPENSSL_lh_retrieve_key(const _LHASH *lh, const void *key,  in OPENSSL_lh_retrieve_key() 208 static void lh_rebucket(_LHASH *lh, const size_t new_num_buckets) {  in lh_rebucket() 239 static void lh_maybe_resize(_LHASH *lh) {  in lh_maybe_resize() 268 int OPENSSL_lh_insert(_LHASH *lh, void **old_data, void *data,  in OPENSSL_lh_insert() 303 void *OPENSSL_lh_delete(_LHASH *lh, const void *data,  in OPENSSL_lh_delete() [all …] 
 | 
| D | lhash_test.cc | 64   std::unique_ptr<LHASH_OF(char), FreeLHASH_OF_char> lh(  in TEST()  local
  | 
| /external/cronet/third_party/boringssl/src/crypto/lhash/ | 
| D | lhash.c | 126 void OPENSSL_lh_free(_LHASH *lh) {  in OPENSSL_lh_free() 143 size_t OPENSSL_lh_num_items(const _LHASH *lh) { return lh->num_items; }  in OPENSSL_lh_num_items() 152 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash,  in get_next_ptr_and_hash() 174 static LHASH_ITEM **get_next_ptr_by_key(const _LHASH *lh, const void *key,  in get_next_ptr_by_key() 189 void *OPENSSL_lh_retrieve(const _LHASH *lh, const void *data,  in OPENSSL_lh_retrieve() 197 void *OPENSSL_lh_retrieve_key(const _LHASH *lh, const void *key,  in OPENSSL_lh_retrieve_key() 208 static void lh_rebucket(_LHASH *lh, const size_t new_num_buckets) {  in lh_rebucket() 239 static void lh_maybe_resize(_LHASH *lh) {  in lh_maybe_resize() 268 int OPENSSL_lh_insert(_LHASH *lh, void **old_data, void *data,  in OPENSSL_lh_insert() 303 void *OPENSSL_lh_delete(_LHASH *lh, const void *data,  in OPENSSL_lh_delete() [all …] 
 | 
| D | lhash_test.cc | 64   std::unique_ptr<LHASH_OF(char), FreeLHASH_OF_char> lh(  in TEST()  local
  | 
| /external/rust/crates/quiche/deps/boringssl/src/crypto/lhash/ | 
| D | lhash.c | 126 void OPENSSL_lh_free(_LHASH *lh) {  in OPENSSL_lh_free() 143 size_t OPENSSL_lh_num_items(const _LHASH *lh) { return lh->num_items; }  in OPENSSL_lh_num_items() 152 static LHASH_ITEM **get_next_ptr_and_hash(const _LHASH *lh, uint32_t *out_hash,  in get_next_ptr_and_hash() 174 static LHASH_ITEM **get_next_ptr_by_key(const _LHASH *lh, const void *key,  in get_next_ptr_by_key() 189 void *OPENSSL_lh_retrieve(const _LHASH *lh, const void *data,  in OPENSSL_lh_retrieve() 197 void *OPENSSL_lh_retrieve_key(const _LHASH *lh, const void *key,  in OPENSSL_lh_retrieve_key() 208 static void lh_rebucket(_LHASH *lh, const size_t new_num_buckets) {  in lh_rebucket() 239 static void lh_maybe_resize(_LHASH *lh) {  in lh_maybe_resize() 268 int OPENSSL_lh_insert(_LHASH *lh, void **old_data, void *data,  in OPENSSL_lh_insert() 303 void *OPENSSL_lh_delete(_LHASH *lh, const void *data,  in OPENSSL_lh_delete() [all …] 
 | 
| D | lhash_test.cc | 64   std::unique_ptr<LHASH_OF(char), FreeLHASH_OF_char> lh(  in TEST()  local
  | 
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ | 
| D | DTMTreeWalker.java | 232         LexicalHandler lh = ((LexicalHandler) this.m_contentHandler);  in startNode()  local 303       LexicalHandler lh = isLexH  in startNode()  local 394         LexicalHandler lh = ((LexicalHandler) this.m_contentHandler);  in endNode()  local
  | 
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ | 
| D | TreeWalker.java | 293         LexicalHandler lh = ((LexicalHandler) this.m_contentHandler);  in startNode()  local 384       LexicalHandler lh = isLexH  in startNode()  local 517         LexicalHandler lh = ((LexicalHandler) this.m_contentHandler);  in endNode()  local
  | 
| /external/skia/tests/ | 
| D | PathOpsAngleTest.cpp | 210     static int After(SkOpAngle& lh, SkOpAngle& rh) {  in After() 214     static int AllOnOneSide(SkOpAngle& lh, SkOpAngle& rh) {  in AllOnOneSide() 218     static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) {  in ConvexHullOverlaps() 222     static int Orderable(SkOpAngle& lh, SkOpAngle& rh) {  in Orderable() 226     static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) {  in EndsIntersect() 230     static void SetNext(SkOpAngle& lh, SkOpAngle& rh) {  in SetNext()
  | 
| /external/cronet/net/cert/ | 
| D | ct_log_verifier_util.cc | 15 std::string HashNodes(const std::string& lh, const std::string& rh) {  in HashNodes()
  | 
| /external/skia/modules/skottie/src/ | 
| D | SkottieTest.cpp | 153                 const PropertyObserver::LazyHandle<ColorPropertyHandle>& lh) override {  in DEF_TEST() 159                 const PropertyObserver::LazyHandle<OpacityPropertyHandle>& lh) override {  in DEF_TEST() 164                             const PropertyObserver::LazyHandle<TextPropertyHandle>& lh) override {  in DEF_TEST() 169                 const PropertyObserver::LazyHandle<TransformPropertyHandle>& lh) override {  in DEF_TEST()
  | 
| /external/skia/resources/skottie/ | 
| D | skottie-text-valign-2.json | 4074                 "lh": 0.01000213623047,  number 4099                 "lh": 3,  number 4124                 "lh": 6,  number 4149                 "lh": 9,  number 4174                 "lh": 12,  number 4199                 "lh": 15,  number 4224                 "lh": 18,  number 4249                 "lh": 21,  number 4274                 "lh": 24,  number 4299                 "lh": 27,  number [all …] 
 | 
| D | skottie-text-valign-visual-scaletofit.json | 4075                 "lh": 0.01000213623047,  number 4101                 "lh": 3,  number 4127                 "lh": 6,  number 4153                 "lh": 9,  number 4179                 "lh": 12,  number 4205                 "lh": 15,  number 4231                 "lh": 18,  number 4257                 "lh": 21,  number 4283                 "lh": 24,  number 4309                 "lh": 27,  number [all …] 
 | 
| D | skottie-text-valign-visual-2.json | 4074                 "lh": 0.01000213623047,  number 4099                 "lh": 3,  number 4124                 "lh": 6,  number 4149                 "lh": 9,  number 4174                 "lh": 12,  number 4199                 "lh": 15,  number 4224                 "lh": 18,  number 4249                 "lh": 21,  number 4274                 "lh": 24,  number 4299                 "lh": 27,  number [all …] 
 | 
| D | skottie-text-valign-scaletofit.json | 4075                 "lh": 0.01000213623047,  number 4101                 "lh": 3,  number 4127                 "lh": 6,  number 4153                 "lh": 9,  number 4179                 "lh": 12,  number 4205                 "lh": 15,  number 4231                 "lh": 18,  number 4257                 "lh": 21,  number 4283                 "lh": 24,  number 4309                 "lh": 27,  number [all …] 
 | 
| D | skottie-text-allcaps.json | 1 …0,"t":{"a":[],"d":{"k":[{"s":{"ca":0,"f":"ArialMT","fc":[0.706,0,1],"j":2,"lh":75.6,"ls":0,"mc":10…  number
  | 
| D | skottie-text-strokescale.json | 1 …a":[],"d":{"k":[{"s":{"ca":0,"f":"GoogleSans-Bold","fc":[0,1,0.933],"j":0,"lh":96,"ls":0,"mc":100,…  number
  | 
| D | skottie-text-strokejoin.json | 1 …"s":72,"f":"GoogleSans-Bold","t":"Foo Bar Baz","lj":3,"ca":0,"j":2,"tr":0,"lh":96,"ls":0,"sc":[1,0…  number
  | 
| /external/rust/crates/glam/tests/ | 
| D | affine3.rs | 277             let lh = $affine3::look_at_lh(eye, center, up);  localVariable 283             let lh = $affine3::look_to_lh(eye, dir, up);  localVariable
  | 
| D | mat4.rs | 448             let lh = $mat4::look_at_lh(eye, center, up);  localVariable 454             let lh = $mat4::look_to_lh(eye, dir, up);  localVariable
  | 
| /external/apache-xml/src/main/java/org/apache/xml/utils/ | 
| D | TreeWalker.java | 319         LexicalHandler lh = ((LexicalHandler) this.m_contentHandler);  in startNode()  local
  | 
| /external/apache-xml/src/main/java/org/apache/xpath/objects/ | 
| D | XStringForChars.java | 155   public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)  in dispatchAsComment()
  | 
| /external/dynamic_depth/internal/xmpmeta/ | 
| D | jpeg_io.cc | 186       const int lh = section_length >> 8;  in WriteSections()  local
  | 
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ | 
| D | TestTransformsSimple.java | 37         Transliterator lh = Transliterator.getInstance("Latin-Hangul");  in TestHangul2()  local 91 …private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliter…  in assertRoundTripTransform()
  | 
| /external/vboot_reference/futility/ | 
| D | vb1_helper.c | 133 	struct linux_kernel_params *lh;  in KernelSize()  local 158 	struct linux_kernel_params *lh, *params;  in PickApartVmlinuz()  local
  |