Home
last modified time | relevance | path

Searched refs:lip (Results 1 – 25 of 40) sorted by relevance

12

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c522 sg_decode_transportid_str(const char * lip, unsigned char * bp, int bplen, in sg_decode_transportid_str() argument
535 if (NULL == lip) in sg_decode_transportid_str()
536 lip = ""; in sg_decode_transportid_str()
543 "multiple of 4 [length=%d]:\n", lip, blen); in sg_decode_transportid_str()
546 lip); in sg_decode_transportid_str()
553 n += scnpr(b + n, blen - n, "%s FCP-2 World Wide Name:\n", lip); in sg_decode_transportid_str()
556 "%d]\n", lip, tpid_format); in sg_decode_transportid_str()
557 n += hex2str(bp + 8, 8, lip, 1, blen - n, b + n); in sg_decode_transportid_str()
562 "address: 0x%x\n", lip, sg_get_unaligned_be16(bp + 2)); in sg_decode_transportid_str()
565 "%d]\n", lip, tpid_format); in sg_decode_transportid_str()
[all …]
/third_party/ltp/testcases/lib/
Dtst_net_vars.c501 struct in_addr lip, rip; in get_ipv4_info() local
507 tst_get_in_addr(lip_str, &lip); in get_ipv4_info()
510 vars.ipv4_lbroadcast = get_ipv4_broadcast(lip, lprefix); in get_ipv4_info()
516 vars.ipv4_lnetwork = get_ipv4_network(lip.s_addr, lprefix_round); in get_ipv4_info()
522 vars.ipv4_net16_unused = get_ipv4_net16_unused(&lip, lprefix_round); in get_ipv4_info()
528 struct in6_addr lip, rip; in get_ipv6_info() local
534 tst_get_in6_addr(lip_str, &lip); in get_ipv6_info()
540 vars.ipv6_lnetwork = get_ipv6_network(lip.s6_addr, lprefix_round); in get_ipv6_info()
546 vars.ipv6_net32_unused = get_ipv6_net32_unused(&lip, lprefix_round); in get_ipv6_info()
/third_party/openssl/test/certs/
Dbadalt7-cert.pem9 yKHuqNbXqV/hJGAxKnZRZe0D6VsmKlYOYpz9QtFxvpo5DwA3q6BTx6sIElFn/lip
/third_party/toybox/toys/net/
Dnetstat.c121 char lip[256], rip[256]; in show_ip() local
152 addr2str(nitems, &laddr, lport, lip, TT.wpad, label); in show_ip()
171 printf("%*.*s %*.*s ", -TT.wpad, TT.wpad, lip, -TT.wpad, TT.wpad, rip); in show_ip()
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dyav.txt115 LB{"lipáŋ"}
119 LR{"lipélia"}
124 LY{"lipíi"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dyav.txt116 LB{"lipáŋ"}
120 LR{"lipélia"}
125 LY{"lipíi"}
/third_party/icu/icu4c/source/data/region/
Dyav.txt116 LB{"lipáŋ"}
120 LR{"lipélia"}
125 LY{"lipíi"}
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp4915 uInt *lip, *rip; /* item pointers */ in decMultiplyOp() local
5031 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) in decMultiplyOp()
5032 for (p=0, *lip=0; p<FASTDIGS && count>0; in decMultiplyOp()
5034 *lip+=*cup*powers[p]; in decMultiplyOp()
5035 lmsi=lip-1; /* save -> msi */ in decMultiplyOp()
5065 for (lip=zlhi; lip<=lmsi; lip++, lp++) { /* over each item in lhs */ in decMultiplyOp()
5066 *lp+=(uLong)(*lip)*(*rip); /* [this should in-line] */ in decMultiplyOp()
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp4915 uInt *lip, *rip; /* item pointers */ in decMultiplyOp() local
5031 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) in decMultiplyOp()
5032 for (p=0, *lip=0; p<FASTDIGS && count>0; in decMultiplyOp()
5034 *lip+=*cup*powers[p]; in decMultiplyOp()
5035 lmsi=lip-1; /* save -> msi */ in decMultiplyOp()
5065 for (lip=zlhi; lip<=lmsi; lip++, lp++) { /* over each item in lhs */ in decMultiplyOp()
5066 *lp+=(uLong)(*lip)*(*rip); /* [this should in-line] */ in decMultiplyOp()
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp4915 uInt *lip, *rip; /* item pointers */ in decMultiplyOp() local
5031 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) in decMultiplyOp()
5032 for (p=0, *lip=0; p<FASTDIGS && count>0; in decMultiplyOp()
5034 *lip+=*cup*powers[p]; in decMultiplyOp()
5035 lmsi=lip-1; /* save -> msi */ in decMultiplyOp()
5065 for (lip=zlhi; lip<=lmsi; lip++, lp++) { /* over each item in lhs */ in decMultiplyOp()
5066 *lp+=(uLong)(*lip)*(*rip); /* [this should in-line] */ in decMultiplyOp()
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp4915 uInt *lip, *rip; /* item pointers */ in decMultiplyOp() local
5031 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) in decMultiplyOp()
5032 for (p=0, *lip=0; p<FASTDIGS && count>0; in decMultiplyOp()
5034 *lip+=*cup*powers[p]; in decMultiplyOp()
5035 lmsi=lip-1; /* save -> msi */ in decMultiplyOp()
5065 for (lip=zlhi; lip<=lmsi; lip++, lp++) { /* over each item in lhs */ in decMultiplyOp()
5066 *lp+=(uLong)(*lip)*(*rip); /* [this should in-line] */ in decMultiplyOp()
/third_party/gstreamer/gstplugins_bad/
DREADME.md59 If you find a plot hole or a badly lip-synced line of code in them,
/third_party/gstreamer/gstplugins_good/
DREADME.md59 If you find a plot hole or a badly lip-synced line of code in them,
/third_party/gstreamer/gstplugins_base/
DREADME.md59 If you find a plot hole or a badly lip-synced line of code in them,
/third_party/gstreamer/gstreamer/
DREADME.md59 If you find a plot hole or a badly lip-synced line of code in them,
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dhr.txt938 "lip",
982 "lip",
Dpl.txt1116 "lip",
1160 "lip",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dhr.txt1018 "lip",
1062 "lip",
Dpl.txt1037 "lip",
1081 "lip",
/third_party/icu/icu4c/source/data/locales/
Dhr.txt1018 "lip",
1062 "lip",
Dpl.txt1037 "lip",
1081 "lip",
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt672 Hallward bit his lip. "If Dorian wishes it, of course you must stay.
1174 The painter bit his lip and walked over, cup in hand, to the picture.
2518 James Vane bit his lip. "Watch over Sibyl, Mother," he cried, "watch
2894 down the room and biting his lip. "You can't approve of it, possibly.
5627 Dudley. Staveley curled his lip and said that you might have the most
5643 said Dorian Gray, biting his lip, and with a note of infinite contempt
6046 biting his lip and thinking. Then he took down the Blue Book from one
6487 Campbell frowned and bit his lip. "It will take about five hours," he
6854 "Yes," he answered. Then he bit his lip. "No, I don't mean that. I
7151 lip, and for a few seconds his eyes grew sad. Yet, after all, what did
[all …]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt672 Hallward bit his lip. "If Dorian wishes it, of course you must stay.
1174 The painter bit his lip and walked over, cup in hand, to the picture.
2518 James Vane bit his lip. "Watch over Sibyl, Mother," he cried, "watch
2894 down the room and biting his lip. "You can't approve of it, possibly.
5627 Dudley. Staveley curled his lip and said that you might have the most
5643 said Dorian Gray, biting his lip, and with a note of infinite contempt
6046 biting his lip and thinking. Then he took down the Blue Book from one
6487 Campbell frowned and bit his lip. "It will take about five hours," he
6854 "Yes," he answered. Then he bit his lip. "No, I don't mean that. I
7151 lip, and for a few seconds his eyes grew sad. Yet, after all, what did
[all …]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt826 囁>'[move lip when speaking]';
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dgenerated_date_localizations.dart6704 r'''lip''',
6718 r'''lip''',
11474 r'''lip''',
11488 r'''lip''',

12