Home
last modified time | relevance | path

Searched refs:memcmp16_8 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c4081 static int memcmp16_8(const uint16_t *src1, const uint8_t *src2, int len) in memcmp16_8() function
4111 res = -memcmp16_8(p2->u.str16, p1->u.str8, len); in js_string_memcmp()
4114 res = memcmp16_8(p1->u.str16, p2->u.str8, len); in js_string_memcmp()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c3913 static int memcmp16_8(const uint16_t *src1, const uint8_t *src2, int len) in memcmp16_8() function
3943 res = -memcmp16_8(p2->u.str16, p1->u.str8, len); in js_string_memcmp()
3946 res = memcmp16_8(p1->u.str16, p2->u.str8, len); in js_string_memcmp()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c3915 static int memcmp16_8(const uint16_t *src1, const uint8_t *src2, int len) in memcmp16_8() function
3945 res = -memcmp16_8(p2->u.str16, p1->u.str8, len); in js_string_memcmp()
3948 res = memcmp16_8(p1->u.str16, p2->u.str8, len); in js_string_memcmp()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c4124 static int memcmp16_8(const uint16_t *src1, const uint8_t *src2, int len) in memcmp16_8() function
4154 res = -memcmp16_8(p2->u.str16, p1->u.str8, len); in js_string_memcmp()
4157 res = memcmp16_8(p1->u.str16, p2->u.str8, len); in js_string_memcmp()