Home
last modified time | relevance | path

Searched defs:h1 (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrstr.c120 uint32_t h1 = ((uint32_t) ne[0] << 16) | ne[1]; in strstr2() local
131 uint32_t h1 = ((uint32_t) ne[0] << 24) | ((uint32_t) ne[1] << 16) | ((uint32_t) ne[2] << 8); in strstr3() local
142 …uint32_t h1 = ((uint32_t) ne[0] << 24) | ((uint32_t) ne[1] << 16) | ((uint32_t) ne[2] << 8) | ne[3… in strstr4() local
/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld80/
De_lgammal_r.c135 h1 = 2.147921653490043010629481226937850618860E4L, variable